diff --git a/hugin-gopro-fusion/hugin_batch.sh b/hugin-gopro-fusion/hugin_batch.sh index 93143daf..75730422 100755 --- a/hugin-gopro-fusion/hugin_batch.sh +++ b/hugin-gopro-fusion/hugin_batch.sh @@ -11,7 +11,7 @@ function batch_exif_photos { local min=$1 local max=$2 - local dir="/home/poule/encrypted/stockage-syncable/photos/gopro/rouen_oct23" + local dir="/home/poule/encrypted/stockage-syncable/photos/imageries/gopro/rouen_oct23" echo $(seq $min $max) diff --git a/hugin-gopro-fusion/main.ts b/hugin-gopro-fusion/main.ts index 5edc0cb5..bb9dc958 100644 --- a/hugin-gopro-fusion/main.ts +++ b/hugin-gopro-fusion/main.ts @@ -1,6 +1,9 @@ /** conversion de données gpx conversion de données exif +utilisation: + ts-node main.ts --goproMin=80800 --goproMax=80866 --goproSubFolder="rouen_oct23" + **/ // @ts-ignore @@ -16,20 +19,28 @@ let mini_arguments: any = minimist(process.argv.slice(2)) * ces trois paramètres permettent de traiter par lots des assemblages sans avoir à scanner le dossier */ let gorpro_fusion_separated_photos_folder = 'rouen_oct23' -let goproMin = '80864'// numéro de photo gopro minimum front et back. -let goproMax = '80865' // et maximum -let addExifToolInScript = false; +let goproMin = '80800'// numéro de photo gopro minimum front et back. correspond à GF080800.JPG + GB080800.JPG +let goproMax = '80866' // et maximum. correspond à GF080866.JPG + GB080866.JPG +let addExifToolInScript = true; + +let hugin_batch_command = 'bash /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/exif_batch.sh '+goproMin+' '+goproMax +if (mini_arguments['addExifToolInScript']) { + addExifToolInScript = mini_arguments['addExifToolInScript'] +} if (mini_arguments['goproMin']) { goproMin = mini_arguments['goproMin'] } +if (mini_arguments['goproSubFolder']) { + gorpro_fusion_separated_photos_folder = mini_arguments['goproSubFolder'] +} if (mini_arguments['goproMax']) { goproMax = mini_arguments['goproMax'] } let extension_photo_source = 'jpg' extension_photo_source = 'JPG' -let gopro_folder = "/home/poule/encrypted/stockage-syncable/photos/gopro"; +let gopro_folder = "/home/poule/encrypted/stockage-syncable/photos/imageries/gopro"; let dossier_pto_output = `/home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto`; let absolutePath = `${gopro_folder}/${gorpro_fusion_separated_photos_folder}`; @@ -71,7 +82,7 @@ function makeBashScriptHugin(minmax: any) { minmax.max ); ii++) { - console.log('make PTO file : ii', ii) + // console.log('make PTO file : ii', ii) // makePto(absolutePath, ii) let currentNumber = `0${ii}`; // let currentNumber = '080096'; @@ -91,13 +102,7 @@ function makeBashScriptHugin(minmax: any) { if(addExifToolInScript){ scriptsContent += '\n # complétion des données gps depuis une des photos assemblées' + - '\nexiftool ' + - '-TagsFromFile "' + - absolutePath + '/GF' + currentNumber + '.' + extension_photo_source + '" ' + - '-DateTimeOriginal ' + - '-SubSecTimeOriginal' + - ' -Make="Tykayn" "' + dossier_assemblages_output + '/' + stitchedFileName + '.' + extension_photo_source + '" ' + - '-overwrite_original "' + dossier_assemblages_output + '/' + stitchedFileName + '.' + extension_photo_source + '" ' + '\n' + hugin_batch_command + '\n' } // console.log('ptoContent', ptoContent) @@ -120,8 +125,8 @@ function makePto(absolutePath: string, currentNumber: string) { let back_picture_name = absolutePath + '/GB' + currentNumber + '.'+extension_photo_source; - console.log('front_picture_name', front_picture_name) - console.log('back_picture_name', front_picture_name) + // console.log('front_picture_name', front_picture_name) + // console.log('back_picture_name', front_picture_name) return ` # hugin project file @@ -202,7 +207,7 @@ k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 5 #hugin_outputImageTypeHDRCompression LZW #hugin_outputStacksMinOverlap 0.7 #hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 1 +#hugin_outputRangeCompression 0 #hugin_optimizerMasterSwitch 6 #hugin_optimizerPhotoMasterSwitch 21 @@ -226,22 +231,16 @@ function writeFile(fileName: string, fileContent: any) { } let scriptsContent = '#!/bin/bash' + - '\n# éxécuter tous les fichiers PTO\n' + + '\necho "éxécuter tous les fichiers PTO dans : '+dossier_assemblages_output+'"\n ' + '\ncd ' + dossier_assemblages_output + '\n'; + '\n pwd\n'; function main() { - - // let filesOfFolder = getGoproFiles(folder + subFolder) - // console.log('filesOfFolder', filesOfFolder) - // let minmax = findMinMaxNumberOfPhotos(filesOfFolder) - // console.log('minmax', minmax) makeBashScriptHugin({ min: goproMin, max: goproMax, }) - - } // run it all diff --git a/hugin-gopro-fusion/output_pto/hugin_executor.sh b/hugin-gopro-fusion/output_pto/hugin_executor.sh deleted file mode 100644 index ab62d7f5..00000000 --- a/hugin-gopro-fusion/output_pto/hugin_executor.sh +++ /dev/null @@ -1,6827 +0,0 @@ -#!/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" - - - -# capture n°012262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012262.pto --stitching --prefix=assemblage_012262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile13623 "/home/poule/encrypted/stockage-syncable/photos/gopro/tout_briis/GF012262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012262.jpg" - -# 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" - -# capture n°012265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012265.pto --stitching --prefix=assemblage_012265 -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/GF012265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012265.jpg" - -# capture n°012266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012266.pto --stitching --prefix=assemblage_012266 -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/GF012266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012266.jpg" - -# capture n°012267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012267.pto --stitching --prefix=assemblage_012267 -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/GF012267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012267.jpg" - -# capture n°012268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012268.pto --stitching --prefix=assemblage_012268 -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/GF012268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012268.jpg" - -# capture n°012269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012269.pto --stitching --prefix=assemblage_012269 -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/GF012269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012269.jpg" - -# capture n°012270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012270.pto --stitching --prefix=assemblage_012270 -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/GF012270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012270.jpg" - -# capture n°012271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012271.pto --stitching --prefix=assemblage_012271 -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/GF012271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012271.jpg" - -# capture n°012272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012272.pto --stitching --prefix=assemblage_012272 -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/GF012272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012272.jpg" - -# capture n°012273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012273.pto --stitching --prefix=assemblage_012273 -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/GF012273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012273.jpg" - -# capture n°012274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012274.pto --stitching --prefix=assemblage_012274 -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/GF012274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012274.jpg" - -# capture n°012275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012275.pto --stitching --prefix=assemblage_012275 -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/GF012275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012275.jpg" - -# capture n°012276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012276.pto --stitching --prefix=assemblage_012276 -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/GF012276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012276.jpg" - -# capture n°012277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012277.pto --stitching --prefix=assemblage_012277 -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/GF012277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012277.jpg" - -# capture n°012278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012278.pto --stitching --prefix=assemblage_012278 -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/GF012278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012278.jpg" - -# capture n°012279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012279.pto --stitching --prefix=assemblage_012279 -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/GF012279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012279.jpg" - -# capture n°012280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012280.pto --stitching --prefix=assemblage_012280 -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/GF012280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012280.jpg" - -# capture n°012281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012281.pto --stitching --prefix=assemblage_012281 -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/GF012281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012281.jpg" - -# capture n°012282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012282.pto --stitching --prefix=assemblage_012282 -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/GF012282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012282.jpg" - -# capture n°012283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012283.pto --stitching --prefix=assemblage_012283 -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/GF012283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012283.jpg" - -# capture n°012284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012284.pto --stitching --prefix=assemblage_012284 -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/GF012284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012284.jpg" - -# capture n°012285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012285.pto --stitching --prefix=assemblage_012285 -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/GF012285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012285.jpg" - -# capture n°012286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012286.pto --stitching --prefix=assemblage_012286 -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/GF012286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012286.jpg" - -# capture n°012287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012287.pto --stitching --prefix=assemblage_012287 -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/GF012287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012287.jpg" - -# capture n°012288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012288.pto --stitching --prefix=assemblage_012288 -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/GF012288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012288.jpg" - -# capture n°012289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012289.pto --stitching --prefix=assemblage_012289 -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/GF012289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012289.jpg" - -# capture n°012290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012290.pto --stitching --prefix=assemblage_012290 -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/GF012290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012290.jpg" - -# capture n°012291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012291.pto --stitching --prefix=assemblage_012291 -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/GF012291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012291.jpg" - -# capture n°012292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012292.pto --stitching --prefix=assemblage_012292 -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/GF012292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012292.jpg" - -# capture n°012293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012293.pto --stitching --prefix=assemblage_012293 -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/GF012293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012293.jpg" - -# capture n°012294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012294.pto --stitching --prefix=assemblage_012294 -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/GF012294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012294.jpg" - -# capture n°012295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012295.pto --stitching --prefix=assemblage_012295 -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/GF012295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012295.jpg" - -# capture n°012296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012296.pto --stitching --prefix=assemblage_012296 -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/GF012296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012296.jpg" - -# capture n°012297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012297.pto --stitching --prefix=assemblage_012297 -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/GF012297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012297.jpg" - -# capture n°012298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012298.pto --stitching --prefix=assemblage_012298 -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/GF012298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012298.jpg" - -# capture n°012299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012299.pto --stitching --prefix=assemblage_012299 -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/GF012299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012299.jpg" - -# capture n°012300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012300.pto --stitching --prefix=assemblage_012300 -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/GF012300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012300.jpg" - -# capture n°012301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012301.pto --stitching --prefix=assemblage_012301 -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/GF012301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012301.jpg" - -# capture n°012302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012302.pto --stitching --prefix=assemblage_012302 -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/GF012302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012302.jpg" - -# capture n°012303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012303.pto --stitching --prefix=assemblage_012303 -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/GF012303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012303.jpg" - -# capture n°012304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012304.pto --stitching --prefix=assemblage_012304 -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/GF012304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012304.jpg" - -# capture n°012305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012305.pto --stitching --prefix=assemblage_012305 -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/GF012305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012305.jpg" - -# capture n°012306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012306.pto --stitching --prefix=assemblage_012306 -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/GF012306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012306.jpg" - -# capture n°012307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012307.pto --stitching --prefix=assemblage_012307 -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/GF012307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012307.jpg" - -# capture n°012308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012308.pto --stitching --prefix=assemblage_012308 -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/GF012308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012308.jpg" - -# capture n°012309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012309.pto --stitching --prefix=assemblage_012309 -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/GF012309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012309.jpg" - -# capture n°012310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012310.pto --stitching --prefix=assemblage_012310 -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/GF012310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012310.jpg" - -# capture n°012311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012311.pto --stitching --prefix=assemblage_012311 -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/GF012311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012311.jpg" - -# capture n°012312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012312.pto --stitching --prefix=assemblage_012312 -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/GF012312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012312.jpg" - -# capture n°012313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012313.pto --stitching --prefix=assemblage_012313 -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/GF012313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012313.jpg" - -# capture n°012314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012314.pto --stitching --prefix=assemblage_012314 -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/GF012314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012314.jpg" - -# capture n°012315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012315.pto --stitching --prefix=assemblage_012315 -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/GF012315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012315.jpg" - -# capture n°012316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012316.pto --stitching --prefix=assemblage_012316 -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/GF012316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012316.jpg" - -# capture n°012317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012317.pto --stitching --prefix=assemblage_012317 -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/GF012317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012317.jpg" - -# capture n°012318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012318.pto --stitching --prefix=assemblage_012318 -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/GF012318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012318.jpg" - -# capture n°012319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012319.pto --stitching --prefix=assemblage_012319 -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/GF012319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012319.jpg" - -# capture n°012320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012320.pto --stitching --prefix=assemblage_012320 -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/GF012320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012320.jpg" - -# capture n°012321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012321.pto --stitching --prefix=assemblage_012321 -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/GF012321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012321.jpg" - -# capture n°012322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012322.pto --stitching --prefix=assemblage_012322 -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/GF012322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012322.jpg" - -# capture n°012323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012323.pto --stitching --prefix=assemblage_012323 -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/GF012323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012323.jpg" - -# capture n°012324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012324.pto --stitching --prefix=assemblage_012324 -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/GF012324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012324.jpg" - -# capture n°012325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012325.pto --stitching --prefix=assemblage_012325 -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/GF012325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012325.jpg" - -# capture n°012326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012326.pto --stitching --prefix=assemblage_012326 -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/GF012326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012326.jpg" - -# capture n°012327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012327.pto --stitching --prefix=assemblage_012327 -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/GF012327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012327.jpg" - -# capture n°012328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012328.pto --stitching --prefix=assemblage_012328 -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/GF012328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012328.jpg" - -# capture n°012329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012329.pto --stitching --prefix=assemblage_012329 -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/GF012329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012329.jpg" - -# capture n°012330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012330.pto --stitching --prefix=assemblage_012330 -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/GF012330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012330.jpg" - -# capture n°012331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012331.pto --stitching --prefix=assemblage_012331 -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/GF012331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012331.jpg" - -# capture n°012332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012332.pto --stitching --prefix=assemblage_012332 -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/GF012332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012332.jpg" - -# capture n°012333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012333.pto --stitching --prefix=assemblage_012333 -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/GF012333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012333.jpg" - -# capture n°012334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012334.pto --stitching --prefix=assemblage_012334 -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/GF012334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012334.jpg" - -# capture n°012335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012335.pto --stitching --prefix=assemblage_012335 -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/GF012335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012335.jpg" - -# capture n°012336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012336.pto --stitching --prefix=assemblage_012336 -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/GF012336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012336.jpg" - -# capture n°012337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012337.pto --stitching --prefix=assemblage_012337 -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/GF012337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012337.jpg" - -# capture n°012338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012338.pto --stitching --prefix=assemblage_012338 -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/GF012338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012338.jpg" - -# capture n°012339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012339.pto --stitching --prefix=assemblage_012339 -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/GF012339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012339.jpg" - -# capture n°012340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012340.pto --stitching --prefix=assemblage_012340 -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/GF012340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012340.jpg" - -# capture n°012341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012341.pto --stitching --prefix=assemblage_012341 -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/GF012341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012341.jpg" - -# capture n°012342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012342.pto --stitching --prefix=assemblage_012342 -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/GF012342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012342.jpg" - -# capture n°012343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012343.pto --stitching --prefix=assemblage_012343 -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/GF012343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012343.jpg" - -# capture n°012344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012344.pto --stitching --prefix=assemblage_012344 -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/GF012344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012344.jpg" - -# capture n°012345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012345.pto --stitching --prefix=assemblage_012345 -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/GF012345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012345.jpg" - -# capture n°012346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012346.pto --stitching --prefix=assemblage_012346 -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/GF012346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012346.jpg" - -# capture n°012347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012347.pto --stitching --prefix=assemblage_012347 -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/GF012347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012347.jpg" - -# capture n°012348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012348.pto --stitching --prefix=assemblage_012348 -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/GF012348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012348.jpg" - -# capture n°012349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012349.pto --stitching --prefix=assemblage_012349 -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/GF012349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012349.jpg" - -# capture n°012350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012350.pto --stitching --prefix=assemblage_012350 -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/GF012350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012350.jpg" - -# capture n°012351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012351.pto --stitching --prefix=assemblage_012351 -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/GF012351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012351.jpg" - -# capture n°012352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012352.pto --stitching --prefix=assemblage_012352 -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/GF012352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012352.jpg" - -# capture n°012353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012353.pto --stitching --prefix=assemblage_012353 -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/GF012353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012353.jpg" - -# capture n°012354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012354.pto --stitching --prefix=assemblage_012354 -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/GF012354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012354.jpg" - -# capture n°012355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012355.pto --stitching --prefix=assemblage_012355 -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/GF012355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012355.jpg" - -# capture n°012356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012356.pto --stitching --prefix=assemblage_012356 -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/GF012356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012356.jpg" - -# capture n°012357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012357.pto --stitching --prefix=assemblage_012357 -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/GF012357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012357.jpg" - -# capture n°012358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012358.pto --stitching --prefix=assemblage_012358 -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/GF012358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012358.jpg" - -# capture n°012359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012359.pto --stitching --prefix=assemblage_012359 -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/GF012359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012359.jpg" - -# capture n°012360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012360.pto --stitching --prefix=assemblage_012360 -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/GF012360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012360.jpg" - -# capture n°012361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012361.pto --stitching --prefix=assemblage_012361 -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/GF012361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012361.jpg" - -# capture n°012362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012362.pto --stitching --prefix=assemblage_012362 -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/GF012362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012362.jpg" - -# capture n°012363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012363.pto --stitching --prefix=assemblage_012363 -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/GF012363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012363.jpg" - -# capture n°012364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012364.pto --stitching --prefix=assemblage_012364 -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/GF012364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012364.jpg" - -# capture n°012365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012365.pto --stitching --prefix=assemblage_012365 -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/GF012365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012365.jpg" - -# capture n°012366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012366.pto --stitching --prefix=assemblage_012366 -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/GF012366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012366.jpg" - -# capture n°012367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012367.pto --stitching --prefix=assemblage_012367 -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/GF012367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012367.jpg" - -# capture n°012368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012368.pto --stitching --prefix=assemblage_012368 -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/GF012368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012368.jpg" - -# capture n°012369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012369.pto --stitching --prefix=assemblage_012369 -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/GF012369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012369.jpg" - -# capture n°012370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012370.pto --stitching --prefix=assemblage_012370 -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/GF012370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012370.jpg" - -# capture n°012371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012371.pto --stitching --prefix=assemblage_012371 -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/GF012371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012371.jpg" - -# capture n°012372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012372.pto --stitching --prefix=assemblage_012372 -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/GF012372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012372.jpg" - -# capture n°012373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012373.pto --stitching --prefix=assemblage_012373 -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/GF012373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012373.jpg" - -# capture n°012374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012374.pto --stitching --prefix=assemblage_012374 -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/GF012374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012374.jpg" - -# capture n°012375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012375.pto --stitching --prefix=assemblage_012375 -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/GF012375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012375.jpg" - -# capture n°012376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012376.pto --stitching --prefix=assemblage_012376 -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/GF012376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012376.jpg" - -# capture n°012377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012377.pto --stitching --prefix=assemblage_012377 -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/GF012377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012377.jpg" - -# capture n°012378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012378.pto --stitching --prefix=assemblage_012378 -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/GF012378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012378.jpg" - -# capture n°012379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012379.pto --stitching --prefix=assemblage_012379 -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/GF012379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012379.jpg" - -# capture n°012380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012380.pto --stitching --prefix=assemblage_012380 -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/GF012380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012380.jpg" - -# capture n°012381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012381.pto --stitching --prefix=assemblage_012381 -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/GF012381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012381.jpg" - -# capture n°012382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012382.pto --stitching --prefix=assemblage_012382 -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/GF012382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012382.jpg" - -# capture n°012383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012383.pto --stitching --prefix=assemblage_012383 -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/GF012383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012383.jpg" - -# capture n°012384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012384.pto --stitching --prefix=assemblage_012384 -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/GF012384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012384.jpg" - -# capture n°012385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012385.pto --stitching --prefix=assemblage_012385 -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/GF012385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012385.jpg" - -# capture n°012386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012386.pto --stitching --prefix=assemblage_012386 -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/GF012386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012386.jpg" - -# capture n°012387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012387.pto --stitching --prefix=assemblage_012387 -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/GF012387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012387.jpg" - -# capture n°012388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012388.pto --stitching --prefix=assemblage_012388 -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/GF012388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012388.jpg" - -# capture n°012389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012389.pto --stitching --prefix=assemblage_012389 -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/GF012389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012389.jpg" - -# capture n°012390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012390.pto --stitching --prefix=assemblage_012390 -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/GF012390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012390.jpg" - -# capture n°012391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012391.pto --stitching --prefix=assemblage_012391 -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/GF012391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012391.jpg" - -# capture n°012392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012392.pto --stitching --prefix=assemblage_012392 -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/GF012392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012392.jpg" - -# capture n°012393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012393.pto --stitching --prefix=assemblage_012393 -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/GF012393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012393.jpg" - -# capture n°012394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012394.pto --stitching --prefix=assemblage_012394 -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/GF012394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012394.jpg" - -# capture n°012395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012395.pto --stitching --prefix=assemblage_012395 -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/GF012395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012395.jpg" - -# capture n°012396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012396.pto --stitching --prefix=assemblage_012396 -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/GF012396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012396.jpg" - -# capture n°012397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012397.pto --stitching --prefix=assemblage_012397 -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/GF012397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012397.jpg" - -# capture n°012398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012398.pto --stitching --prefix=assemblage_012398 -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/GF012398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012398.jpg" - -# capture n°012399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012399.pto --stitching --prefix=assemblage_012399 -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/GF012399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012399.jpg" - -# capture n°012400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012400.pto --stitching --prefix=assemblage_012400 -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/GF012400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012400.jpg" - -# capture n°012401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012401.pto --stitching --prefix=assemblage_012401 -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/GF012401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012401.jpg" - -# capture n°012402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012402.pto --stitching --prefix=assemblage_012402 -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/GF012402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012402.jpg" - -# capture n°012403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012403.pto --stitching --prefix=assemblage_012403 -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/GF012403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012403.jpg" - -# capture n°012404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012404.pto --stitching --prefix=assemblage_012404 -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/GF012404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012404.jpg" - -# capture n°012405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012405.pto --stitching --prefix=assemblage_012405 -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/GF012405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012405.jpg" - -# capture n°012406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012406.pto --stitching --prefix=assemblage_012406 -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/GF012406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012406.jpg" - -# capture n°012407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012407.pto --stitching --prefix=assemblage_012407 -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/GF012407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012407.jpg" - -# capture n°012408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012408.pto --stitching --prefix=assemblage_012408 -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/GF012408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012408.jpg" - -# capture n°012409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012409.pto --stitching --prefix=assemblage_012409 -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/GF012409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012409.jpg" - -# capture n°012410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012410.pto --stitching --prefix=assemblage_012410 -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/GF012410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012410.jpg" - -# capture n°012411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012411.pto --stitching --prefix=assemblage_012411 -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/GF012411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012411.jpg" - -# capture n°012412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012412.pto --stitching --prefix=assemblage_012412 -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/GF012412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012412.jpg" - -# capture n°012413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012413.pto --stitching --prefix=assemblage_012413 -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/GF012413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012413.jpg" - -# capture n°012414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012414.pto --stitching --prefix=assemblage_012414 -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/GF012414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012414.jpg" - -# capture n°012415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012415.pto --stitching --prefix=assemblage_012415 -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/GF012415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012415.jpg" - -# capture n°012416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012416.pto --stitching --prefix=assemblage_012416 -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/GF012416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012416.jpg" - -# capture n°012417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012417.pto --stitching --prefix=assemblage_012417 -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/GF012417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012417.jpg" - -# capture n°012418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012418.pto --stitching --prefix=assemblage_012418 -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/GF012418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012418.jpg" - -# capture n°012419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012419.pto --stitching --prefix=assemblage_012419 -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/GF012419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012419.jpg" - -# capture n°012420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012420.pto --stitching --prefix=assemblage_012420 -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/GF012420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012420.jpg" - -# capture n°012421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012421.pto --stitching --prefix=assemblage_012421 -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/GF012421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012421.jpg" - -# capture n°012422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012422.pto --stitching --prefix=assemblage_012422 -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/GF012422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012422.jpg" - -# capture n°012423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012423.pto --stitching --prefix=assemblage_012423 -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/GF012423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012423.jpg" - -# capture n°012424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012424.pto --stitching --prefix=assemblage_012424 -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/GF012424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012424.jpg" - -# capture n°012425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012425.pto --stitching --prefix=assemblage_012425 -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/GF012425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012425.jpg" - -# capture n°012426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012426.pto --stitching --prefix=assemblage_012426 -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/GF012426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012426.jpg" - -# capture n°012427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012427.pto --stitching --prefix=assemblage_012427 -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/GF012427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012427.jpg" - -# capture n°012428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012428.pto --stitching --prefix=assemblage_012428 -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/GF012428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012428.jpg" - -# capture n°012429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012429.pto --stitching --prefix=assemblage_012429 -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/GF012429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012429.jpg" - -# capture n°012430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012430.pto --stitching --prefix=assemblage_012430 -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/GF012430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012430.jpg" - -# capture n°012431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012431.pto --stitching --prefix=assemblage_012431 -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/GF012431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012431.jpg" - -# capture n°012432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012432.pto --stitching --prefix=assemblage_012432 -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/GF012432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012432.jpg" - -# capture n°012433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012433.pto --stitching --prefix=assemblage_012433 -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/GF012433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012433.jpg" - -# capture n°012434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012434.pto --stitching --prefix=assemblage_012434 -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/GF012434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012434.jpg" - -# capture n°012435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012435.pto --stitching --prefix=assemblage_012435 -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/GF012435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012435.jpg" - -# capture n°012436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012436.pto --stitching --prefix=assemblage_012436 -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/GF012436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012436.jpg" - -# capture n°012437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012437.pto --stitching --prefix=assemblage_012437 -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/GF012437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012437.jpg" - -# capture n°012438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012438.pto --stitching --prefix=assemblage_012438 -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/GF012438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012438.jpg" - -# capture n°012439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012439.pto --stitching --prefix=assemblage_012439 -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/GF012439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012439.jpg" - -# capture n°012440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012440.pto --stitching --prefix=assemblage_012440 -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/GF012440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012440.jpg" - -# capture n°012441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012441.pto --stitching --prefix=assemblage_012441 -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/GF012441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012441.jpg" - -# capture n°012442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012442.pto --stitching --prefix=assemblage_012442 -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/GF012442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012442.jpg" - -# capture n°012443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012443.pto --stitching --prefix=assemblage_012443 -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/GF012443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012443.jpg" - -# capture n°012444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012444.pto --stitching --prefix=assemblage_012444 -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/GF012444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012444.jpg" - -# capture n°012445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012445.pto --stitching --prefix=assemblage_012445 -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/GF012445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012445.jpg" - -# capture n°012446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012446.pto --stitching --prefix=assemblage_012446 -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/GF012446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012446.jpg" - -# capture n°012447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012447.pto --stitching --prefix=assemblage_012447 -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/GF012447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012447.jpg" - -# capture n°012448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012448.pto --stitching --prefix=assemblage_012448 -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/GF012448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012448.jpg" - -# capture n°012449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012449.pto --stitching --prefix=assemblage_012449 -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/GF012449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012449.jpg" - -# capture n°012450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012450.pto --stitching --prefix=assemblage_012450 -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/GF012450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012450.jpg" - -# capture n°012451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012451.pto --stitching --prefix=assemblage_012451 -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/GF012451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012451.jpg" - -# capture n°012452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012452.pto --stitching --prefix=assemblage_012452 -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/GF012452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012452.jpg" - -# capture n°012453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012453.pto --stitching --prefix=assemblage_012453 -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/GF012453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012453.jpg" - -# capture n°012454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012454.pto --stitching --prefix=assemblage_012454 -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/GF012454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012454.jpg" - -# capture n°012455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012455.pto --stitching --prefix=assemblage_012455 -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/GF012455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012455.jpg" - -# capture n°012456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012456.pto --stitching --prefix=assemblage_012456 -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/GF012456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012456.jpg" - -# capture n°012457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012457.pto --stitching --prefix=assemblage_012457 -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/GF012457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012457.jpg" - -# capture n°012458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012458.pto --stitching --prefix=assemblage_012458 -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/GF012458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012458.jpg" - -# capture n°012459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012459.pto --stitching --prefix=assemblage_012459 -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/GF012459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012459.jpg" - -# capture n°012460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012460.pto --stitching --prefix=assemblage_012460 -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/GF012460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012460.jpg" - -# capture n°012461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012461.pto --stitching --prefix=assemblage_012461 -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/GF012461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012461.jpg" - -# capture n°012462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012462.pto --stitching --prefix=assemblage_012462 -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/GF012462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012462.jpg" - -# capture n°012463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012463.pto --stitching --prefix=assemblage_012463 -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/GF012463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012463.jpg" - -# capture n°012464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012464.pto --stitching --prefix=assemblage_012464 -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/GF012464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012464.jpg" - -# capture n°012465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012465.pto --stitching --prefix=assemblage_012465 -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/GF012465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012465.jpg" - -# capture n°012466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012466.pto --stitching --prefix=assemblage_012466 -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/GF012466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012466.jpg" - -# capture n°012467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012467.pto --stitching --prefix=assemblage_012467 -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/GF012467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012467.jpg" - -# capture n°012468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012468.pto --stitching --prefix=assemblage_012468 -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/GF012468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012468.jpg" - -# capture n°012469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012469.pto --stitching --prefix=assemblage_012469 -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/GF012469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012469.jpg" - -# capture n°012470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012470.pto --stitching --prefix=assemblage_012470 -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/GF012470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012470.jpg" - -# capture n°012471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012471.pto --stitching --prefix=assemblage_012471 -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/GF012471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012471.jpg" - -# capture n°012472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012472.pto --stitching --prefix=assemblage_012472 -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/GF012472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012472.jpg" - -# capture n°012473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012473.pto --stitching --prefix=assemblage_012473 -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/GF012473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012473.jpg" - -# capture n°012474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012474.pto --stitching --prefix=assemblage_012474 -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/GF012474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012474.jpg" - -# capture n°012475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012475.pto --stitching --prefix=assemblage_012475 -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/GF012475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012475.jpg" - -# capture n°012476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012476.pto --stitching --prefix=assemblage_012476 -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/GF012476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012476.jpg" - -# capture n°012477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012477.pto --stitching --prefix=assemblage_012477 -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/GF012477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012477.jpg" - -# capture n°012478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012478.pto --stitching --prefix=assemblage_012478 -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/GF012478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012478.jpg" - -# capture n°012479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012479.pto --stitching --prefix=assemblage_012479 -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/GF012479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012479.jpg" - -# capture n°012480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012480.pto --stitching --prefix=assemblage_012480 -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/GF012480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012480.jpg" - -# capture n°012481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012481.pto --stitching --prefix=assemblage_012481 -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/GF012481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012481.jpg" - -# capture n°012482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012482.pto --stitching --prefix=assemblage_012482 -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/GF012482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012482.jpg" - -# capture n°012483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012483.pto --stitching --prefix=assemblage_012483 -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/GF012483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012483.jpg" - -# capture n°012484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012484.pto --stitching --prefix=assemblage_012484 -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/GF012484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012484.jpg" - -# capture n°012485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012485.pto --stitching --prefix=assemblage_012485 -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/GF012485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012485.jpg" - -# capture n°012486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012486.pto --stitching --prefix=assemblage_012486 -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/GF012486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012486.jpg" - -# capture n°012487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012487.pto --stitching --prefix=assemblage_012487 -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/GF012487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012487.jpg" - -# capture n°012488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012488.pto --stitching --prefix=assemblage_012488 -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/GF012488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012488.jpg" - -# capture n°012489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012489.pto --stitching --prefix=assemblage_012489 -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/GF012489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012489.jpg" - -# capture n°012490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012490.pto --stitching --prefix=assemblage_012490 -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/GF012490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012490.jpg" - -# capture n°012491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012491.pto --stitching --prefix=assemblage_012491 -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/GF012491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012491.jpg" - -# capture n°012492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012492.pto --stitching --prefix=assemblage_012492 -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/GF012492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012492.jpg" - -# capture n°012493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012493.pto --stitching --prefix=assemblage_012493 -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/GF012493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012493.jpg" - -# capture n°012494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012494.pto --stitching --prefix=assemblage_012494 -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/GF012494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012494.jpg" - -# capture n°012495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012495.pto --stitching --prefix=assemblage_012495 -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/GF012495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012495.jpg" - -# capture n°012496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012496.pto --stitching --prefix=assemblage_012496 -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/GF012496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012496.jpg" - -# capture n°012497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012497.pto --stitching --prefix=assemblage_012497 -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/GF012497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012497.jpg" - -# capture n°012498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012498.pto --stitching --prefix=assemblage_012498 -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/GF012498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012498.jpg" - -# capture n°012499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012499.pto --stitching --prefix=assemblage_012499 -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/GF012499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012499.jpg" - -# capture n°012500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012500.pto --stitching --prefix=assemblage_012500 -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/GF012500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012500.jpg" - -# capture n°012501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012501.pto --stitching --prefix=assemblage_012501 -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/GF012501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012501.jpg" - -# capture n°012502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012502.pto --stitching --prefix=assemblage_012502 -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/GF012502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012502.jpg" - -# capture n°012503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012503.pto --stitching --prefix=assemblage_012503 -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/GF012503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012503.jpg" - -# capture n°012504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012504.pto --stitching --prefix=assemblage_012504 -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/GF012504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012504.jpg" - -# capture n°012505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012505.pto --stitching --prefix=assemblage_012505 -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/GF012505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012505.jpg" - -# capture n°012506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012506.pto --stitching --prefix=assemblage_012506 -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/GF012506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012506.jpg" - -# capture n°012507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012507.pto --stitching --prefix=assemblage_012507 -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/GF012507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012507.jpg" - -# capture n°012508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012508.pto --stitching --prefix=assemblage_012508 -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/GF012508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012508.jpg" - -# capture n°012509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012509.pto --stitching --prefix=assemblage_012509 -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/GF012509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012509.jpg" - -# capture n°012510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012510.pto --stitching --prefix=assemblage_012510 -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/GF012510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012510.jpg" - -# capture n°012511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012511.pto --stitching --prefix=assemblage_012511 -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/GF012511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012511.jpg" - -# capture n°012512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012512.pto --stitching --prefix=assemblage_012512 -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/GF012512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012512.jpg" - -# capture n°012513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012513.pto --stitching --prefix=assemblage_012513 -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/GF012513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012513.jpg" - -# capture n°012514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012514.pto --stitching --prefix=assemblage_012514 -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/GF012514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012514.jpg" - -# capture n°012515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012515.pto --stitching --prefix=assemblage_012515 -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/GF012515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012515.jpg" - -# capture n°012516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012516.pto --stitching --prefix=assemblage_012516 -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/GF012516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012516.jpg" - -# capture n°012517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012517.pto --stitching --prefix=assemblage_012517 -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/GF012517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012517.jpg" - -# capture n°012518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012518.pto --stitching --prefix=assemblage_012518 -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/GF012518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012518.jpg" - -# capture n°012519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012519.pto --stitching --prefix=assemblage_012519 -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/GF012519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012519.jpg" - -# capture n°012520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012520.pto --stitching --prefix=assemblage_012520 -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/GF012520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012520.jpg" - -# capture n°012521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012521.pto --stitching --prefix=assemblage_012521 -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/GF012521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012521.jpg" - -# capture n°012522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012522.pto --stitching --prefix=assemblage_012522 -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/GF012522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012522.jpg" - -# capture n°012523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012523.pto --stitching --prefix=assemblage_012523 -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/GF012523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012523.jpg" - -# capture n°012524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012524.pto --stitching --prefix=assemblage_012524 -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/GF012524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012524.jpg" - -# capture n°012525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012525.pto --stitching --prefix=assemblage_012525 -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/GF012525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012525.jpg" - -# capture n°012526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012526.pto --stitching --prefix=assemblage_012526 -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/GF012526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012526.jpg" - -# capture n°012527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012527.pto --stitching --prefix=assemblage_012527 -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/GF012527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012527.jpg" - -# capture n°012528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012528.pto --stitching --prefix=assemblage_012528 -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/GF012528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012528.jpg" - -# capture n°012529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012529.pto --stitching --prefix=assemblage_012529 -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/GF012529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012529.jpg" - -# capture n°012530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012530.pto --stitching --prefix=assemblage_012530 -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/GF012530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012530.jpg" - -# capture n°012531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012531.pto --stitching --prefix=assemblage_012531 -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/GF012531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012531.jpg" - -# capture n°012532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012532.pto --stitching --prefix=assemblage_012532 -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/GF012532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012532.jpg" - -# capture n°012533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012533.pto --stitching --prefix=assemblage_012533 -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/GF012533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012533.jpg" - -# capture n°012534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012534.pto --stitching --prefix=assemblage_012534 -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/GF012534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012534.jpg" - -# capture n°012535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012535.pto --stitching --prefix=assemblage_012535 -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/GF012535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012535.jpg" - -# capture n°012536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012536.pto --stitching --prefix=assemblage_012536 -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/GF012536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012536.jpg" - -# capture n°012537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012537.pto --stitching --prefix=assemblage_012537 -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/GF012537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012537.jpg" - -# capture n°012538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012538.pto --stitching --prefix=assemblage_012538 -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/GF012538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012538.jpg" - -# capture n°012539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012539.pto --stitching --prefix=assemblage_012539 -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/GF012539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012539.jpg" - -# capture n°012540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012540.pto --stitching --prefix=assemblage_012540 -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/GF012540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012540.jpg" - -# capture n°012541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012541.pto --stitching --prefix=assemblage_012541 -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/GF012541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012541.jpg" - -# capture n°012542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012542.pto --stitching --prefix=assemblage_012542 -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/GF012542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012542.jpg" - -# capture n°012543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012543.pto --stitching --prefix=assemblage_012543 -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/GF012543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012543.jpg" - -# capture n°012544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012544.pto --stitching --prefix=assemblage_012544 -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/GF012544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012544.jpg" - -# capture n°012545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012545.pto --stitching --prefix=assemblage_012545 -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/GF012545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012545.jpg" - -# capture n°012546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012546.pto --stitching --prefix=assemblage_012546 -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/GF012546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012546.jpg" - -# capture n°012547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012547.pto --stitching --prefix=assemblage_012547 -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/GF012547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012547.jpg" - -# capture n°012548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012548.pto --stitching --prefix=assemblage_012548 -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/GF012548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012548.jpg" - -# capture n°012549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012549.pto --stitching --prefix=assemblage_012549 -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/GF012549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012549.jpg" - -# capture n°012550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012550.pto --stitching --prefix=assemblage_012550 -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/GF012550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012550.jpg" - -# capture n°012551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012551.pto --stitching --prefix=assemblage_012551 -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/GF012551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012551.jpg" - -# capture n°012552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012552.pto --stitching --prefix=assemblage_012552 -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/GF012552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012552.jpg" - -# capture n°012553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012553.pto --stitching --prefix=assemblage_012553 -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/GF012553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012553.jpg" - -# capture n°012554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012554.pto --stitching --prefix=assemblage_012554 -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/GF012554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012554.jpg" - -# capture n°012555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012555.pto --stitching --prefix=assemblage_012555 -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/GF012555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012555.jpg" - -# capture n°012556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012556.pto --stitching --prefix=assemblage_012556 -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/GF012556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012556.jpg" - -# capture n°012557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012557.pto --stitching --prefix=assemblage_012557 -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/GF012557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012557.jpg" - -# capture n°012558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012558.pto --stitching --prefix=assemblage_012558 -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/GF012558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012558.jpg" - -# capture n°012559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012559.pto --stitching --prefix=assemblage_012559 -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/GF012559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012559.jpg" - -# capture n°012560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012560.pto --stitching --prefix=assemblage_012560 -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/GF012560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012560.jpg" - -# capture n°012561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012561.pto --stitching --prefix=assemblage_012561 -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/GF012561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012561.jpg" - -# capture n°012562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012562.pto --stitching --prefix=assemblage_012562 -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/GF012562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012562.jpg" - -# capture n°012563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012563.pto --stitching --prefix=assemblage_012563 -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/GF012563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012563.jpg" - -# capture n°012564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012564.pto --stitching --prefix=assemblage_012564 -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/GF012564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012564.jpg" - -# capture n°012565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012565.pto --stitching --prefix=assemblage_012565 -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/GF012565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012565.jpg" - -# capture n°012566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012566.pto --stitching --prefix=assemblage_012566 -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/GF012566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012566.jpg" - -# capture n°012567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012567.pto --stitching --prefix=assemblage_012567 -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/GF012567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012567.jpg" - -# capture n°012568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012568.pto --stitching --prefix=assemblage_012568 -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/GF012568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012568.jpg" - -# capture n°012569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012569.pto --stitching --prefix=assemblage_012569 -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/GF012569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012569.jpg" - -# capture n°012570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012570.pto --stitching --prefix=assemblage_012570 -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/GF012570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012570.jpg" - -# capture n°012571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012571.pto --stitching --prefix=assemblage_012571 -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/GF012571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012571.jpg" - -# capture n°012572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012572.pto --stitching --prefix=assemblage_012572 -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/GF012572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012572.jpg" - -# capture n°012573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012573.pto --stitching --prefix=assemblage_012573 -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/GF012573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012573.jpg" - -# capture n°012574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012574.pto --stitching --prefix=assemblage_012574 -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/GF012574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012574.jpg" - -# capture n°012575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012575.pto --stitching --prefix=assemblage_012575 -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/GF012575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012575.jpg" - -# capture n°012576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012576.pto --stitching --prefix=assemblage_012576 -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/GF012576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012576.jpg" - -# capture n°012577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012577.pto --stitching --prefix=assemblage_012577 -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/GF012577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012577.jpg" - -# capture n°012578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012578.pto --stitching --prefix=assemblage_012578 -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/GF012578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012578.jpg" - -# capture n°012579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012579.pto --stitching --prefix=assemblage_012579 -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/GF012579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012579.jpg" - -# capture n°012580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012580.pto --stitching --prefix=assemblage_012580 -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/GF012580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012580.jpg" - -# capture n°012581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012581.pto --stitching --prefix=assemblage_012581 -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/GF012581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012581.jpg" - -# capture n°012582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012582.pto --stitching --prefix=assemblage_012582 -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/GF012582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012582.jpg" - -# capture n°012583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012583.pto --stitching --prefix=assemblage_012583 -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/GF012583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012583.jpg" - -# capture n°012584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012584.pto --stitching --prefix=assemblage_012584 -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/GF012584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012584.jpg" - -# capture n°012585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012585.pto --stitching --prefix=assemblage_012585 -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/GF012585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012585.jpg" - -# capture n°012586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012586.pto --stitching --prefix=assemblage_012586 -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/GF012586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012586.jpg" - -# capture n°012587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012587.pto --stitching --prefix=assemblage_012587 -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/GF012587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012587.jpg" - -# capture n°012588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012588.pto --stitching --prefix=assemblage_012588 -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/GF012588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012588.jpg" - -# capture n°012589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012589.pto --stitching --prefix=assemblage_012589 -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/GF012589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012589.jpg" - -# capture n°012590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012590.pto --stitching --prefix=assemblage_012590 -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/GF012590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012590.jpg" - -# capture n°012591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012591.pto --stitching --prefix=assemblage_012591 -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/GF012591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012591.jpg" - -# capture n°012592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012592.pto --stitching --prefix=assemblage_012592 -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/GF012592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012592.jpg" - -# capture n°012593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012593.pto --stitching --prefix=assemblage_012593 -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/GF012593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012593.jpg" - -# capture n°012594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012594.pto --stitching --prefix=assemblage_012594 -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/GF012594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012594.jpg" - -# capture n°012595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012595.pto --stitching --prefix=assemblage_012595 -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/GF012595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012595.jpg" - -# capture n°012596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012596.pto --stitching --prefix=assemblage_012596 -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/GF012596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012596.jpg" - -# capture n°012597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012597.pto --stitching --prefix=assemblage_012597 -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/GF012597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012597.jpg" - -# capture n°012598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012598.pto --stitching --prefix=assemblage_012598 -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/GF012598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012598.jpg" - -# capture n°012599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012599.pto --stitching --prefix=assemblage_012599 -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/GF012599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012599.jpg" - -# capture n°012600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012600.pto --stitching --prefix=assemblage_012600 -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/GF012600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012600.jpg" - -# capture n°012601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012601.pto --stitching --prefix=assemblage_012601 -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/GF012601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012601.jpg" - -# capture n°012602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012602.pto --stitching --prefix=assemblage_012602 -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/GF012602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012602.jpg" - -# capture n°012603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012603.pto --stitching --prefix=assemblage_012603 -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/GF012603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012603.jpg" - -# capture n°012604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012604.pto --stitching --prefix=assemblage_012604 -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/GF012604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012604.jpg" - -# capture n°012605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012605.pto --stitching --prefix=assemblage_012605 -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/GF012605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012605.jpg" - -# capture n°012606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012606.pto --stitching --prefix=assemblage_012606 -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/GF012606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012606.jpg" - -# capture n°012607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012607.pto --stitching --prefix=assemblage_012607 -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/GF012607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012607.jpg" - -# capture n°012608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012608.pto --stitching --prefix=assemblage_012608 -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/GF012608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012608.jpg" - -# capture n°012609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012609.pto --stitching --prefix=assemblage_012609 -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/GF012609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012609.jpg" - -# capture n°012610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012610.pto --stitching --prefix=assemblage_012610 -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/GF012610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012610.jpg" - -# capture n°012611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012611.pto --stitching --prefix=assemblage_012611 -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/GF012611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012611.jpg" - -# capture n°012612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012612.pto --stitching --prefix=assemblage_012612 -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/GF012612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012612.jpg" - -# capture n°012613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012613.pto --stitching --prefix=assemblage_012613 -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/GF012613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012613.jpg" - -# capture n°012614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012614.pto --stitching --prefix=assemblage_012614 -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/GF012614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012614.jpg" - -# capture n°012615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012615.pto --stitching --prefix=assemblage_012615 -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/GF012615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012615.jpg" - -# capture n°012616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012616.pto --stitching --prefix=assemblage_012616 -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/GF012616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012616.jpg" - -# capture n°012617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012617.pto --stitching --prefix=assemblage_012617 -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/GF012617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012617.jpg" - -# capture n°012618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012618.pto --stitching --prefix=assemblage_012618 -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/GF012618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012618.jpg" - -# capture n°012619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012619.pto --stitching --prefix=assemblage_012619 -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/GF012619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012619.jpg" - -# capture n°012620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012620.pto --stitching --prefix=assemblage_012620 -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/GF012620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012620.jpg" - -# capture n°012621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012621.pto --stitching --prefix=assemblage_012621 -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/GF012621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012621.jpg" - -# capture n°012622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012622.pto --stitching --prefix=assemblage_012622 -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/GF012622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012622.jpg" - -# capture n°012623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012623.pto --stitching --prefix=assemblage_012623 -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/GF012623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012623.jpg" - -# capture n°012624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012624.pto --stitching --prefix=assemblage_012624 -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/GF012624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012624.jpg" - -# capture n°012625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012625.pto --stitching --prefix=assemblage_012625 -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/GF012625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012625.jpg" - -# capture n°012626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012626.pto --stitching --prefix=assemblage_012626 -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/GF012626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012626.jpg" - -# capture n°012627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012627.pto --stitching --prefix=assemblage_012627 -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/GF012627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012627.jpg" - -# capture n°012628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012628.pto --stitching --prefix=assemblage_012628 -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/GF012628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012628.jpg" - -# capture n°012629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012629.pto --stitching --prefix=assemblage_012629 -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/GF012629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012629.jpg" - -# capture n°012630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012630.pto --stitching --prefix=assemblage_012630 -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/GF012630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012630.jpg" - -# capture n°012631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012631.pto --stitching --prefix=assemblage_012631 -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/GF012631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012631.jpg" - -# capture n°012632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012632.pto --stitching --prefix=assemblage_012632 -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/GF012632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012632.jpg" - -# capture n°012633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012633.pto --stitching --prefix=assemblage_012633 -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/GF012633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012633.jpg" - -# capture n°012634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012634.pto --stitching --prefix=assemblage_012634 -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/GF012634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012634.jpg" - -# capture n°012635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012635.pto --stitching --prefix=assemblage_012635 -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/GF012635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012635.jpg" - -# capture n°012636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012636.pto --stitching --prefix=assemblage_012636 -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/GF012636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012636.jpg" - -# capture n°012637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012637.pto --stitching --prefix=assemblage_012637 -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/GF012637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012637.jpg" - -# capture n°012638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012638.pto --stitching --prefix=assemblage_012638 -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/GF012638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012638.jpg" - -# capture n°012639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012639.pto --stitching --prefix=assemblage_012639 -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/GF012639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012639.jpg" - -# capture n°012640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012640.pto --stitching --prefix=assemblage_012640 -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/GF012640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012640.jpg" - -# capture n°012641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012641.pto --stitching --prefix=assemblage_012641 -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/GF012641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012641.jpg" - -# capture n°012642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012642.pto --stitching --prefix=assemblage_012642 -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/GF012642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012642.jpg" - -# capture n°012643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012643.pto --stitching --prefix=assemblage_012643 -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/GF012643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012643.jpg" - -# capture n°012644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012644.pto --stitching --prefix=assemblage_012644 -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/GF012644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012644.jpg" - -# capture n°012645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012645.pto --stitching --prefix=assemblage_012645 -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/GF012645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012645.jpg" - -# capture n°012646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012646.pto --stitching --prefix=assemblage_012646 -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/GF012646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012646.jpg" - -# capture n°012647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012647.pto --stitching --prefix=assemblage_012647 -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/GF012647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012647.jpg" - -# capture n°012648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012648.pto --stitching --prefix=assemblage_012648 -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/GF012648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012648.jpg" - -# capture n°012649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012649.pto --stitching --prefix=assemblage_012649 -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/GF012649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012649.jpg" - -# capture n°012650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012650.pto --stitching --prefix=assemblage_012650 -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/GF012650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012650.jpg" - -# capture n°012651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012651.pto --stitching --prefix=assemblage_012651 -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/GF012651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012651.jpg" - -# capture n°012652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012652.pto --stitching --prefix=assemblage_012652 -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/GF012652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012652.jpg" - -# capture n°012653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012653.pto --stitching --prefix=assemblage_012653 -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/GF012653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012653.jpg" - -# capture n°012654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012654.pto --stitching --prefix=assemblage_012654 -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/GF012654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012654.jpg" - -# capture n°012655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012655.pto --stitching --prefix=assemblage_012655 -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/GF012655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012655.jpg" - -# capture n°012656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012656.pto --stitching --prefix=assemblage_012656 -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/GF012656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012656.jpg" - -# capture n°012657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012657.pto --stitching --prefix=assemblage_012657 -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/GF012657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012657.jpg" - -# capture n°012658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012658.pto --stitching --prefix=assemblage_012658 -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/GF012658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012658.jpg" - -# capture n°012659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012659.pto --stitching --prefix=assemblage_012659 -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/GF012659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012659.jpg" - -# capture n°012660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012660.pto --stitching --prefix=assemblage_012660 -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/GF012660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012660.jpg" - -# capture n°012661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012661.pto --stitching --prefix=assemblage_012661 -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/GF012661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012661.jpg" - -# capture n°012662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012662.pto --stitching --prefix=assemblage_012662 -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/GF012662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012662.jpg" - -# capture n°012663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012663.pto --stitching --prefix=assemblage_012663 -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/GF012663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012663.jpg" - -# capture n°012664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012664.pto --stitching --prefix=assemblage_012664 -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/GF012664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012664.jpg" - -# capture n°012665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012665.pto --stitching --prefix=assemblage_012665 -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/GF012665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012665.jpg" - -# capture n°012666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012666.pto --stitching --prefix=assemblage_012666 -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/GF012666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012666.jpg" - -# capture n°012667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012667.pto --stitching --prefix=assemblage_012667 -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/GF012667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012667.jpg" - -# capture n°012668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012668.pto --stitching --prefix=assemblage_012668 -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/GF012668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012668.jpg" - -# capture n°012669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012669.pto --stitching --prefix=assemblage_012669 -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/GF012669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012669.jpg" - -# capture n°012670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012670.pto --stitching --prefix=assemblage_012670 -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/GF012670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012670.jpg" - -# capture n°012671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012671.pto --stitching --prefix=assemblage_012671 -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/GF012671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012671.jpg" - -# capture n°012672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012672.pto --stitching --prefix=assemblage_012672 -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/GF012672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012672.jpg" - -# capture n°012673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012673.pto --stitching --prefix=assemblage_012673 -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/GF012673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012673.jpg" - -# capture n°012674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012674.pto --stitching --prefix=assemblage_012674 -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/GF012674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012674.jpg" - -# capture n°012675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012675.pto --stitching --prefix=assemblage_012675 -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/GF012675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012675.jpg" - -# capture n°012676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012676.pto --stitching --prefix=assemblage_012676 -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/GF012676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012676.jpg" - -# capture n°012677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012677.pto --stitching --prefix=assemblage_012677 -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/GF012677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012677.jpg" - -# capture n°012678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012678.pto --stitching --prefix=assemblage_012678 -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/GF012678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012678.jpg" - -# capture n°012679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012679.pto --stitching --prefix=assemblage_012679 -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/GF012679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012679.jpg" - -# capture n°012680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012680.pto --stitching --prefix=assemblage_012680 -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/GF012680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012680.jpg" - -# capture n°012681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012681.pto --stitching --prefix=assemblage_012681 -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/GF012681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012681.jpg" - -# capture n°012682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012682.pto --stitching --prefix=assemblage_012682 -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/GF012682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012682.jpg" - -# capture n°012683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012683.pto --stitching --prefix=assemblage_012683 -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/GF012683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012683.jpg" - -# capture n°012684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012684.pto --stitching --prefix=assemblage_012684 -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/GF012684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012684.jpg" - -# capture n°012685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012685.pto --stitching --prefix=assemblage_012685 -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/GF012685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012685.jpg" - -# capture n°012686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012686.pto --stitching --prefix=assemblage_012686 -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/GF012686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012686.jpg" - -# capture n°012687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012687.pto --stitching --prefix=assemblage_012687 -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/GF012687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012687.jpg" - -# capture n°012688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012688.pto --stitching --prefix=assemblage_012688 -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/GF012688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012688.jpg" - -# capture n°012689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012689.pto --stitching --prefix=assemblage_012689 -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/GF012689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012689.jpg" - -# capture n°012690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012690.pto --stitching --prefix=assemblage_012690 -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/GF012690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012690.jpg" - -# capture n°012691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012691.pto --stitching --prefix=assemblage_012691 -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/GF012691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012691.jpg" - -# capture n°012692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012692.pto --stitching --prefix=assemblage_012692 -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/GF012692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012692.jpg" - -# capture n°012693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012693.pto --stitching --prefix=assemblage_012693 -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/GF012693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012693.jpg" - -# capture n°012694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012694.pto --stitching --prefix=assemblage_012694 -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/GF012694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012694.jpg" - -# capture n°012695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012695.pto --stitching --prefix=assemblage_012695 -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/GF012695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012695.jpg" - -# capture n°012696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012696.pto --stitching --prefix=assemblage_012696 -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/GF012696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012696.jpg" - -# capture n°012697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012697.pto --stitching --prefix=assemblage_012697 -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/GF012697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012697.jpg" - -# capture n°012698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012698.pto --stitching --prefix=assemblage_012698 -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/GF012698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012698.jpg" - -# capture n°012699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012699.pto --stitching --prefix=assemblage_012699 -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/GF012699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012699.jpg" - -# capture n°012700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012700.pto --stitching --prefix=assemblage_012700 -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/GF012700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012700.jpg" - -# capture n°012701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012701.pto --stitching --prefix=assemblage_012701 -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/GF012701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012701.jpg" - -# capture n°012702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012702.pto --stitching --prefix=assemblage_012702 -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/GF012702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012702.jpg" - -# capture n°012703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012703.pto --stitching --prefix=assemblage_012703 -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/GF012703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012703.jpg" - -# capture n°012704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012704.pto --stitching --prefix=assemblage_012704 -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/GF012704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012704.jpg" - -# capture n°012705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012705.pto --stitching --prefix=assemblage_012705 -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/GF012705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012705.jpg" - -# capture n°012706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012706.pto --stitching --prefix=assemblage_012706 -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/GF012706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012706.jpg" - -# capture n°012707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012707.pto --stitching --prefix=assemblage_012707 -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/GF012707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012707.jpg" - -# capture n°012708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012708.pto --stitching --prefix=assemblage_012708 -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/GF012708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012708.jpg" - -# capture n°012709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012709.pto --stitching --prefix=assemblage_012709 -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/GF012709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012709.jpg" - -# capture n°012710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012710.pto --stitching --prefix=assemblage_012710 -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/GF012710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012710.jpg" - -# capture n°012711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012711.pto --stitching --prefix=assemblage_012711 -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/GF012711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012711.jpg" - -# capture n°012712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012712.pto --stitching --prefix=assemblage_012712 -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/GF012712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012712.jpg" - -# capture n°012713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012713.pto --stitching --prefix=assemblage_012713 -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/GF012713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012713.jpg" - -# capture n°012714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012714.pto --stitching --prefix=assemblage_012714 -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/GF012714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012714.jpg" - -# capture n°012715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012715.pto --stitching --prefix=assemblage_012715 -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/GF012715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012715.jpg" - -# capture n°012716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012716.pto --stitching --prefix=assemblage_012716 -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/GF012716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012716.jpg" - -# capture n°012717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012717.pto --stitching --prefix=assemblage_012717 -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/GF012717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012717.jpg" - -# capture n°012718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012718.pto --stitching --prefix=assemblage_012718 -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/GF012718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012718.jpg" - -# capture n°012719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012719.pto --stitching --prefix=assemblage_012719 -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/GF012719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012719.jpg" - -# capture n°012720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012720.pto --stitching --prefix=assemblage_012720 -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/GF012720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012720.jpg" - -# capture n°012721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012721.pto --stitching --prefix=assemblage_012721 -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/GF012721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012721.jpg" - -# capture n°012722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012722.pto --stitching --prefix=assemblage_012722 -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/GF012722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012722.jpg" - -# capture n°012723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012723.pto --stitching --prefix=assemblage_012723 -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/GF012723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012723.jpg" - -# capture n°012724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012724.pto --stitching --prefix=assemblage_012724 -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/GF012724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012724.jpg" - -# capture n°012725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012725.pto --stitching --prefix=assemblage_012725 -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/GF012725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012725.jpg" - -# capture n°012726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012726.pto --stitching --prefix=assemblage_012726 -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/GF012726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012726.jpg" - -# capture n°012727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012727.pto --stitching --prefix=assemblage_012727 -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/GF012727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012727.jpg" - -# capture n°012728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012728.pto --stitching --prefix=assemblage_012728 -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/GF012728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012728.jpg" - -# capture n°012729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012729.pto --stitching --prefix=assemblage_012729 -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/GF012729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012729.jpg" - -# capture n°012730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012730.pto --stitching --prefix=assemblage_012730 -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/GF012730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012730.jpg" - -# capture n°012731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012731.pto --stitching --prefix=assemblage_012731 -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/GF012731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012731.jpg" - -# capture n°012732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012732.pto --stitching --prefix=assemblage_012732 -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/GF012732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012732.jpg" - -# capture n°012733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012733.pto --stitching --prefix=assemblage_012733 -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/GF012733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012733.jpg" - -# capture n°012734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012734.pto --stitching --prefix=assemblage_012734 -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/GF012734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012734.jpg" - -# capture n°012735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012735.pto --stitching --prefix=assemblage_012735 -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/GF012735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012735.jpg" - -# capture n°012736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012736.pto --stitching --prefix=assemblage_012736 -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/GF012736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012736.jpg" - -# capture n°012737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012737.pto --stitching --prefix=assemblage_012737 -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/GF012737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012737.jpg" - -# capture n°012738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012738.pto --stitching --prefix=assemblage_012738 -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/GF012738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012738.jpg" - -# capture n°012739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012739.pto --stitching --prefix=assemblage_012739 -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/GF012739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012739.jpg" - -# capture n°012740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012740.pto --stitching --prefix=assemblage_012740 -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/GF012740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012740.jpg" - -# capture n°012741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012741.pto --stitching --prefix=assemblage_012741 -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/GF012741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012741.jpg" - -# capture n°012742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012742.pto --stitching --prefix=assemblage_012742 -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/GF012742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012742.jpg" - -# capture n°012743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012743.pto --stitching --prefix=assemblage_012743 -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/GF012743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012743.jpg" - -# capture n°012744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012744.pto --stitching --prefix=assemblage_012744 -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/GF012744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012744.jpg" - -# capture n°012745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012745.pto --stitching --prefix=assemblage_012745 -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/GF012745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012745.jpg" - -# capture n°012746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012746.pto --stitching --prefix=assemblage_012746 -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/GF012746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012746.jpg" - -# capture n°012747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012747.pto --stitching --prefix=assemblage_012747 -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/GF012747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012747.jpg" - -# capture n°012748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012748.pto --stitching --prefix=assemblage_012748 -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/GF012748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012748.jpg" - -# capture n°012749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012749.pto --stitching --prefix=assemblage_012749 -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/GF012749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012749.jpg" - -# capture n°012750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012750.pto --stitching --prefix=assemblage_012750 -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/GF012750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012750.jpg" - -# capture n°012751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012751.pto --stitching --prefix=assemblage_012751 -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/GF012751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012751.jpg" - -# capture n°012752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012752.pto --stitching --prefix=assemblage_012752 -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/GF012752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012752.jpg" - -# capture n°012753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012753.pto --stitching --prefix=assemblage_012753 -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/GF012753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012753.jpg" - -# capture n°012754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012754.pto --stitching --prefix=assemblage_012754 -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/GF012754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012754.jpg" - -# capture n°012755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012755.pto --stitching --prefix=assemblage_012755 -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/GF012755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012755.jpg" - -# capture n°012756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012756.pto --stitching --prefix=assemblage_012756 -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/GF012756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012756.jpg" - -# capture n°012757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012757.pto --stitching --prefix=assemblage_012757 -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/GF012757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012757.jpg" - -# capture n°012758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012758.pto --stitching --prefix=assemblage_012758 -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/GF012758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012758.jpg" - -# capture n°012759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012759.pto --stitching --prefix=assemblage_012759 -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/GF012759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012759.jpg" - -# capture n°012760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012760.pto --stitching --prefix=assemblage_012760 -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/GF012760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012760.jpg" - -# capture n°012761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012761.pto --stitching --prefix=assemblage_012761 -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/GF012761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012761.jpg" - -# capture n°012762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012762.pto --stitching --prefix=assemblage_012762 -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/GF012762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012762.jpg" - -# capture n°012763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012763.pto --stitching --prefix=assemblage_012763 -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/GF012763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012763.jpg" - -# capture n°012764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012764.pto --stitching --prefix=assemblage_012764 -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/GF012764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012764.jpg" - -# capture n°012765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012765.pto --stitching --prefix=assemblage_012765 -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/GF012765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012765.jpg" - -# capture n°012766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012766.pto --stitching --prefix=assemblage_012766 -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/GF012766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012766.jpg" - -# capture n°012767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012767.pto --stitching --prefix=assemblage_012767 -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/GF012767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012767.jpg" - -# capture n°012768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012768.pto --stitching --prefix=assemblage_012768 -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/GF012768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012768.jpg" - -# capture n°012769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012769.pto --stitching --prefix=assemblage_012769 -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/GF012769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012769.jpg" - -# capture n°012770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012770.pto --stitching --prefix=assemblage_012770 -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/GF012770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012770.jpg" - -# capture n°012771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012771.pto --stitching --prefix=assemblage_012771 -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/GF012771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012771.jpg" - -# capture n°012772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012772.pto --stitching --prefix=assemblage_012772 -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/GF012772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012772.jpg" - -# capture n°012773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012773.pto --stitching --prefix=assemblage_012773 -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/GF012773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012773.jpg" - -# capture n°012774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012774.pto --stitching --prefix=assemblage_012774 -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/GF012774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012774.jpg" - -# capture n°012775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012775.pto --stitching --prefix=assemblage_012775 -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/GF012775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012775.jpg" - -# capture n°012776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012776.pto --stitching --prefix=assemblage_012776 -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/GF012776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012776.jpg" - -# capture n°012777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012777.pto --stitching --prefix=assemblage_012777 -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/GF012777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012777.jpg" - -# capture n°012778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012778.pto --stitching --prefix=assemblage_012778 -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/GF012778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012778.jpg" - -# capture n°012779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012779.pto --stitching --prefix=assemblage_012779 -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/GF012779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012779.jpg" - -# capture n°012780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012780.pto --stitching --prefix=assemblage_012780 -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/GF012780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012780.jpg" - -# capture n°012781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012781.pto --stitching --prefix=assemblage_012781 -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/GF012781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012781.jpg" - -# capture n°012782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012782.pto --stitching --prefix=assemblage_012782 -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/GF012782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012782.jpg" - -# capture n°012783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012783.pto --stitching --prefix=assemblage_012783 -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/GF012783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012783.jpg" - -# capture n°012784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012784.pto --stitching --prefix=assemblage_012784 -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/GF012784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012784.jpg" - -# capture n°012785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012785.pto --stitching --prefix=assemblage_012785 -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/GF012785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012785.jpg" - -# capture n°012786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012786.pto --stitching --prefix=assemblage_012786 -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/GF012786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012786.jpg" - -# capture n°012787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012787.pto --stitching --prefix=assemblage_012787 -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/GF012787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012787.jpg" - -# capture n°012788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012788.pto --stitching --prefix=assemblage_012788 -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/GF012788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012788.jpg" - -# capture n°012789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012789.pto --stitching --prefix=assemblage_012789 -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/GF012789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012789.jpg" - -# capture n°012790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012790.pto --stitching --prefix=assemblage_012790 -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/GF012790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012790.jpg" - -# capture n°012791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012791.pto --stitching --prefix=assemblage_012791 -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/GF012791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012791.jpg" - -# capture n°012792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012792.pto --stitching --prefix=assemblage_012792 -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/GF012792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012792.jpg" - -# capture n°012793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012793.pto --stitching --prefix=assemblage_012793 -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/GF012793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012793.jpg" - -# capture n°012794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012794.pto --stitching --prefix=assemblage_012794 -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/GF012794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012794.jpg" - -# capture n°012795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012795.pto --stitching --prefix=assemblage_012795 -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/GF012795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012795.jpg" - -# capture n°012796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012796.pto --stitching --prefix=assemblage_012796 -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/GF012796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012796.jpg" - -# capture n°012797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012797.pto --stitching --prefix=assemblage_012797 -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/GF012797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012797.jpg" - -# capture n°012798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012798.pto --stitching --prefix=assemblage_012798 -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/GF012798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012798.jpg" - -# capture n°012799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012799.pto --stitching --prefix=assemblage_012799 -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/GF012799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012799.jpg" - -# capture n°012800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012800.pto --stitching --prefix=assemblage_012800 -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/GF012800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012800.jpg" - -# capture n°012801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012801.pto --stitching --prefix=assemblage_012801 -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/GF012801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012801.jpg" - -# capture n°012802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012802.pto --stitching --prefix=assemblage_012802 -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/GF012802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012802.jpg" - -# capture n°012803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012803.pto --stitching --prefix=assemblage_012803 -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/GF012803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012803.jpg" - -# capture n°012804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012804.pto --stitching --prefix=assemblage_012804 -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/GF012804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012804.jpg" - -# capture n°012805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012805.pto --stitching --prefix=assemblage_012805 -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/GF012805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012805.jpg" - -# capture n°012806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012806.pto --stitching --prefix=assemblage_012806 -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/GF012806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012806.jpg" - -# capture n°012807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012807.pto --stitching --prefix=assemblage_012807 -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/GF012807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012807.jpg" - -# capture n°012808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012808.pto --stitching --prefix=assemblage_012808 -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/GF012808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012808.jpg" - -# capture n°012809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012809.pto --stitching --prefix=assemblage_012809 -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/GF012809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012809.jpg" - -# capture n°012810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012810.pto --stitching --prefix=assemblage_012810 -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/GF012810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012810.jpg" - -# capture n°012811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012811.pto --stitching --prefix=assemblage_012811 -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/GF012811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012811.jpg" - -# capture n°012812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012812.pto --stitching --prefix=assemblage_012812 -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/GF012812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012812.jpg" - -# capture n°012813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012813.pto --stitching --prefix=assemblage_012813 -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/GF012813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012813.jpg" - -# capture n°012814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012814.pto --stitching --prefix=assemblage_012814 -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/GF012814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012814.jpg" - -# capture n°012815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012815.pto --stitching --prefix=assemblage_012815 -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/GF012815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012815.jpg" - -# capture n°012816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012816.pto --stitching --prefix=assemblage_012816 -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/GF012816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012816.jpg" - -# capture n°012817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012817.pto --stitching --prefix=assemblage_012817 -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/GF012817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012817.jpg" - -# capture n°012818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012818.pto --stitching --prefix=assemblage_012818 -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/GF012818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012818.jpg" - -# capture n°012819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012819.pto --stitching --prefix=assemblage_012819 -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/GF012819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012819.jpg" - -# capture n°012820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012820.pto --stitching --prefix=assemblage_012820 -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/GF012820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012820.jpg" - -# capture n°012821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012821.pto --stitching --prefix=assemblage_012821 -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/GF012821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012821.jpg" - -# capture n°012822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012822.pto --stitching --prefix=assemblage_012822 -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/GF012822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012822.jpg" - -# capture n°012823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012823.pto --stitching --prefix=assemblage_012823 -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/GF012823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012823.jpg" - -# capture n°012824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012824.pto --stitching --prefix=assemblage_012824 -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/GF012824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012824.jpg" - -# capture n°012825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012825.pto --stitching --prefix=assemblage_012825 -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/GF012825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012825.jpg" - -# capture n°012826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012826.pto --stitching --prefix=assemblage_012826 -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/GF012826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012826.jpg" - -# capture n°012827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012827.pto --stitching --prefix=assemblage_012827 -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/GF012827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012827.jpg" - -# capture n°012828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012828.pto --stitching --prefix=assemblage_012828 -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/GF012828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012828.jpg" - -# capture n°012829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012829.pto --stitching --prefix=assemblage_012829 -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/GF012829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012829.jpg" - -# capture n°012830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012830.pto --stitching --prefix=assemblage_012830 -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/GF012830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012830.jpg" - -# capture n°012831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012831.pto --stitching --prefix=assemblage_012831 -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/GF012831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012831.jpg" - -# capture n°012832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012832.pto --stitching --prefix=assemblage_012832 -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/GF012832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012832.jpg" - -# capture n°012833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012833.pto --stitching --prefix=assemblage_012833 -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/GF012833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012833.jpg" - -# capture n°012834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012834.pto --stitching --prefix=assemblage_012834 -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/GF012834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012834.jpg" - -# capture n°012835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012835.pto --stitching --prefix=assemblage_012835 -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/GF012835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012835.jpg" - -# capture n°012836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012836.pto --stitching --prefix=assemblage_012836 -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/GF012836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012836.jpg" - -# capture n°012837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012837.pto --stitching --prefix=assemblage_012837 -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/GF012837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012837.jpg" - -# capture n°012838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012838.pto --stitching --prefix=assemblage_012838 -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/GF012838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012838.jpg" - -# capture n°012839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012839.pto --stitching --prefix=assemblage_012839 -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/GF012839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012839.jpg" - -# capture n°012840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012840.pto --stitching --prefix=assemblage_012840 -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/GF012840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012840.jpg" - -# capture n°012841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012841.pto --stitching --prefix=assemblage_012841 -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/GF012841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012841.jpg" - -# capture n°012842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012842.pto --stitching --prefix=assemblage_012842 -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/GF012842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012842.jpg" - -# capture n°012843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012843.pto --stitching --prefix=assemblage_012843 -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/GF012843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012843.jpg" - -# capture n°012844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012844.pto --stitching --prefix=assemblage_012844 -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/GF012844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012844.jpg" - -# capture n°012845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012845.pto --stitching --prefix=assemblage_012845 -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/GF012845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012845.jpg" - -# capture n°012846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012846.pto --stitching --prefix=assemblage_012846 -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/GF012846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012846.jpg" - -# capture n°012847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012847.pto --stitching --prefix=assemblage_012847 -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/GF012847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012847.jpg" - -# capture n°012848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012848.pto --stitching --prefix=assemblage_012848 -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/GF012848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012848.jpg" - -# capture n°012849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012849.pto --stitching --prefix=assemblage_012849 -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/GF012849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012849.jpg" - -# capture n°012850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012850.pto --stitching --prefix=assemblage_012850 -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/GF012850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012850.jpg" - -# capture n°012851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012851.pto --stitching --prefix=assemblage_012851 -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/GF012851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012851.jpg" - -# capture n°012852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012852.pto --stitching --prefix=assemblage_012852 -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/GF012852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012852.jpg" - -# capture n°012853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012853.pto --stitching --prefix=assemblage_012853 -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/GF012853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012853.jpg" - -# capture n°012854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012854.pto --stitching --prefix=assemblage_012854 -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/GF012854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012854.jpg" - -# capture n°012855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012855.pto --stitching --prefix=assemblage_012855 -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/GF012855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012855.jpg" - -# capture n°012856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012856.pto --stitching --prefix=assemblage_012856 -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/GF012856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012856.jpg" - -# capture n°012857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012857.pto --stitching --prefix=assemblage_012857 -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/GF012857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012857.jpg" - -# capture n°012858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012858.pto --stitching --prefix=assemblage_012858 -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/GF012858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012858.jpg" - -# capture n°012859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012859.pto --stitching --prefix=assemblage_012859 -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/GF012859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012859.jpg" - -# capture n°012860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012860.pto --stitching --prefix=assemblage_012860 -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/GF012860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012860.jpg" - -# capture n°012861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012861.pto --stitching --prefix=assemblage_012861 -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/GF012861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012861.jpg" - -# capture n°012862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012862.pto --stitching --prefix=assemblage_012862 -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/GF012862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012862.jpg" - -# capture n°012863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012863.pto --stitching --prefix=assemblage_012863 -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/GF012863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012863.jpg" - -# capture n°012864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012864.pto --stitching --prefix=assemblage_012864 -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/GF012864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012864.jpg" - -# capture n°012865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012865.pto --stitching --prefix=assemblage_012865 -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/GF012865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012865.jpg" - -# capture n°012866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012866.pto --stitching --prefix=assemblage_012866 -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/GF012866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012866.jpg" - -# capture n°012867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012867.pto --stitching --prefix=assemblage_012867 -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/GF012867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012867.jpg" - -# capture n°012868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012868.pto --stitching --prefix=assemblage_012868 -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/GF012868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012868.jpg" - -# capture n°012869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012869.pto --stitching --prefix=assemblage_012869 -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/GF012869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012869.jpg" - -# capture n°012870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012870.pto --stitching --prefix=assemblage_012870 -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/GF012870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012870.jpg" - -# capture n°012871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012871.pto --stitching --prefix=assemblage_012871 -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/GF012871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012871.jpg" - -# capture n°012872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012872.pto --stitching --prefix=assemblage_012872 -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/GF012872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012872.jpg" - -# capture n°012873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012873.pto --stitching --prefix=assemblage_012873 -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/GF012873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012873.jpg" - -# capture n°012874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012874.pto --stitching --prefix=assemblage_012874 -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/GF012874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012874.jpg" - -# capture n°012875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012875.pto --stitching --prefix=assemblage_012875 -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/GF012875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012875.jpg" - -# capture n°012876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012876.pto --stitching --prefix=assemblage_012876 -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/GF012876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012876.jpg" - -# capture n°012877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012877.pto --stitching --prefix=assemblage_012877 -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/GF012877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012877.jpg" - -# capture n°012878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012878.pto --stitching --prefix=assemblage_012878 -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/GF012878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012878.jpg" - -# capture n°012879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012879.pto --stitching --prefix=assemblage_012879 -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/GF012879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012879.jpg" - -# capture n°012880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012880.pto --stitching --prefix=assemblage_012880 -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/GF012880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012880.jpg" - -# capture n°012881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012881.pto --stitching --prefix=assemblage_012881 -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/GF012881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012881.jpg" - -# capture n°012882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012882.pto --stitching --prefix=assemblage_012882 -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/GF012882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012882.jpg" - -# capture n°012883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012883.pto --stitching --prefix=assemblage_012883 -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/GF012883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012883.jpg" - -# capture n°012884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012884.pto --stitching --prefix=assemblage_012884 -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/GF012884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012884.jpg" - -# capture n°012885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012885.pto --stitching --prefix=assemblage_012885 -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/GF012885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012885.jpg" - -# capture n°012886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012886.pto --stitching --prefix=assemblage_012886 -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/GF012886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012886.jpg" - -# capture n°012887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012887.pto --stitching --prefix=assemblage_012887 -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/GF012887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012887.jpg" - -# capture n°012888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012888.pto --stitching --prefix=assemblage_012888 -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/GF012888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012888.jpg" - -# capture n°012889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012889.pto --stitching --prefix=assemblage_012889 -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/GF012889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012889.jpg" - -# capture n°012890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012890.pto --stitching --prefix=assemblage_012890 -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/GF012890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012890.jpg" - -# capture n°012891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012891.pto --stitching --prefix=assemblage_012891 -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/GF012891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012891.jpg" - -# capture n°012892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012892.pto --stitching --prefix=assemblage_012892 -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/GF012892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012892.jpg" - -# capture n°012893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012893.pto --stitching --prefix=assemblage_012893 -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/GF012893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012893.jpg" - -# capture n°012894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012894.pto --stitching --prefix=assemblage_012894 -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/GF012894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012894.jpg" - -# capture n°012895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012895.pto --stitching --prefix=assemblage_012895 -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/GF012895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012895.jpg" - -# capture n°012896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012896.pto --stitching --prefix=assemblage_012896 -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/GF012896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012896.jpg" - -# capture n°012897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012897.pto --stitching --prefix=assemblage_012897 -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/GF012897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012897.jpg" - -# capture n°012898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012898.pto --stitching --prefix=assemblage_012898 -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/GF012898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012898.jpg" - -# capture n°012899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012899.pto --stitching --prefix=assemblage_012899 -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/GF012899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012899.jpg" - -# capture n°012900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012900.pto --stitching --prefix=assemblage_012900 -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/GF012900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012900.jpg" - -# capture n°012901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012901.pto --stitching --prefix=assemblage_012901 -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/GF012901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012901.jpg" - -# capture n°012902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012902.pto --stitching --prefix=assemblage_012902 -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/GF012902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012902.jpg" - -# capture n°012903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012903.pto --stitching --prefix=assemblage_012903 -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/GF012903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012903.jpg" - -# capture n°012904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012904.pto --stitching --prefix=assemblage_012904 -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/GF012904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012904.jpg" - -# capture n°012905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012905.pto --stitching --prefix=assemblage_012905 -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/GF012905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012905.jpg" - -# capture n°012906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012906.pto --stitching --prefix=assemblage_012906 -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/GF012906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012906.jpg" - -# capture n°012907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012907.pto --stitching --prefix=assemblage_012907 -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/GF012907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012907.jpg" - -# capture n°012908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012908.pto --stitching --prefix=assemblage_012908 -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/GF012908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012908.jpg" - -# capture n°012909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012909.pto --stitching --prefix=assemblage_012909 -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/GF012909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012909.jpg" - -# capture n°012910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012910.pto --stitching --prefix=assemblage_012910 -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/GF012910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012910.jpg" - -# capture n°012911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012911.pto --stitching --prefix=assemblage_012911 -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/GF012911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012911.jpg" - -# capture n°012912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012912.pto --stitching --prefix=assemblage_012912 -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/GF012912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012912.jpg" - -# capture n°012913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012913.pto --stitching --prefix=assemblage_012913 -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/GF012913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012913.jpg" - -# capture n°012914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012914.pto --stitching --prefix=assemblage_012914 -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/GF012914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012914.jpg" - -# capture n°012915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012915.pto --stitching --prefix=assemblage_012915 -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/GF012915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012915.jpg" - -# capture n°012916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012916.pto --stitching --prefix=assemblage_012916 -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/GF012916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012916.jpg" - -# capture n°012917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012917.pto --stitching --prefix=assemblage_012917 -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/GF012917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012917.jpg" - -# capture n°012918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012918.pto --stitching --prefix=assemblage_012918 -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/GF012918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012918.jpg" - -# capture n°012919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012919.pto --stitching --prefix=assemblage_012919 -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/GF012919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012919.jpg" - -# capture n°012920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012920.pto --stitching --prefix=assemblage_012920 -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/GF012920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012920.jpg" - -# capture n°012921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012921.pto --stitching --prefix=assemblage_012921 -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/GF012921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012921.jpg" - -# capture n°012922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012922.pto --stitching --prefix=assemblage_012922 -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/GF012922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012922.jpg" - -# capture n°012923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012923.pto --stitching --prefix=assemblage_012923 -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/GF012923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012923.jpg" - -# capture n°012924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012924.pto --stitching --prefix=assemblage_012924 -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/GF012924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012924.jpg" - -# capture n°012925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012925.pto --stitching --prefix=assemblage_012925 -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/GF012925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012925.jpg" - -# capture n°012926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012926.pto --stitching --prefix=assemblage_012926 -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/GF012926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012926.jpg" - -# capture n°012927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012927.pto --stitching --prefix=assemblage_012927 -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/GF012927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012927.jpg" - -# capture n°012928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012928.pto --stitching --prefix=assemblage_012928 -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/GF012928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012928.jpg" - -# capture n°012929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012929.pto --stitching --prefix=assemblage_012929 -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/GF012929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012929.jpg" - -# capture n°012930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012930.pto --stitching --prefix=assemblage_012930 -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/GF012930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012930.jpg" - -# capture n°012931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012931.pto --stitching --prefix=assemblage_012931 -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/GF012931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012931.jpg" - -# capture n°012932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012932.pto --stitching --prefix=assemblage_012932 -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/GF012932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012932.jpg" - -# capture n°012933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012933.pto --stitching --prefix=assemblage_012933 -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/GF012933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012933.jpg" - -# capture n°012934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012934.pto --stitching --prefix=assemblage_012934 -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/GF012934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012934.jpg" - -# capture n°012935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012935.pto --stitching --prefix=assemblage_012935 -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/GF012935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012935.jpg" - -# capture n°012936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012936.pto --stitching --prefix=assemblage_012936 -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/GF012936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012936.jpg" - -# capture n°012937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012937.pto --stitching --prefix=assemblage_012937 -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/GF012937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012937.jpg" - -# capture n°012938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012938.pto --stitching --prefix=assemblage_012938 -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/GF012938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012938.jpg" - -# capture n°012939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012939.pto --stitching --prefix=assemblage_012939 -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/GF012939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012939.jpg" - -# capture n°012940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012940.pto --stitching --prefix=assemblage_012940 -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/GF012940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012940.jpg" - -# capture n°012941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012941.pto --stitching --prefix=assemblage_012941 -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/GF012941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012941.jpg" - -# capture n°012942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012942.pto --stitching --prefix=assemblage_012942 -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/GF012942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012942.jpg" - -# capture n°012943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012943.pto --stitching --prefix=assemblage_012943 -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/GF012943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012943.jpg" - -# capture n°012944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012944.pto --stitching --prefix=assemblage_012944 -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/GF012944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012944.jpg" - -# capture n°012945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012945.pto --stitching --prefix=assemblage_012945 -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/GF012945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012945.jpg" - -# capture n°012946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012946.pto --stitching --prefix=assemblage_012946 -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/GF012946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012946.jpg" - -# capture n°012947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012947.pto --stitching --prefix=assemblage_012947 -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/GF012947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012947.jpg" - -# capture n°012948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012948.pto --stitching --prefix=assemblage_012948 -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/GF012948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012948.jpg" - -# capture n°012949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012949.pto --stitching --prefix=assemblage_012949 -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/GF012949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012949.jpg" - -# capture n°012950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012950.pto --stitching --prefix=assemblage_012950 -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/GF012950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012950.jpg" - -# capture n°012951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012951.pto --stitching --prefix=assemblage_012951 -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/GF012951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012951.jpg" - -# capture n°012952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012952.pto --stitching --prefix=assemblage_012952 -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/GF012952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012952.jpg" - -# capture n°012953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012953.pto --stitching --prefix=assemblage_012953 -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/GF012953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012953.jpg" - -# capture n°012954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012954.pto --stitching --prefix=assemblage_012954 -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/GF012954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012954.jpg" - -# capture n°012955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012955.pto --stitching --prefix=assemblage_012955 -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/GF012955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012955.jpg" - -# capture n°012956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012956.pto --stitching --prefix=assemblage_012956 -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/GF012956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012956.jpg" - -# capture n°012957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012957.pto --stitching --prefix=assemblage_012957 -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/GF012957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012957.jpg" - -# capture n°012958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012958.pto --stitching --prefix=assemblage_012958 -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/GF012958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012958.jpg" - -# capture n°012959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012959.pto --stitching --prefix=assemblage_012959 -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/GF012959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012959.jpg" - -# capture n°012960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012960.pto --stitching --prefix=assemblage_012960 -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/GF012960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012960.jpg" - -# capture n°012961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012961.pto --stitching --prefix=assemblage_012961 -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/GF012961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012961.jpg" - -# capture n°012962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012962.pto --stitching --prefix=assemblage_012962 -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/GF012962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012962.jpg" - -# capture n°012963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012963.pto --stitching --prefix=assemblage_012963 -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/GF012963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012963.jpg" - -# capture n°012964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012964.pto --stitching --prefix=assemblage_012964 -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/GF012964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012964.jpg" - -# capture n°012965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012965.pto --stitching --prefix=assemblage_012965 -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/GF012965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012965.jpg" - -# capture n°012966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012966.pto --stitching --prefix=assemblage_012966 -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/GF012966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012966.jpg" - -# capture n°012967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012967.pto --stitching --prefix=assemblage_012967 -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/GF012967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012967.jpg" - -# capture n°012968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012968.pto --stitching --prefix=assemblage_012968 -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/GF012968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012968.jpg" - -# capture n°012969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012969.pto --stitching --prefix=assemblage_012969 -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/GF012969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012969.jpg" - -# capture n°012970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012970.pto --stitching --prefix=assemblage_012970 -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/GF012970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012970.jpg" - -# capture n°012971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012971.pto --stitching --prefix=assemblage_012971 -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/GF012971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012971.jpg" - -# capture n°012972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012972.pto --stitching --prefix=assemblage_012972 -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/GF012972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012972.jpg" - -# capture n°012973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012973.pto --stitching --prefix=assemblage_012973 -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/GF012973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012973.jpg" - -# capture n°012974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012974.pto --stitching --prefix=assemblage_012974 -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/GF012974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012974.jpg" - -# capture n°012975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012975.pto --stitching --prefix=assemblage_012975 -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/GF012975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012975.jpg" - -# capture n°012976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012976.pto --stitching --prefix=assemblage_012976 -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/GF012976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012976.jpg" - -# capture n°012977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012977.pto --stitching --prefix=assemblage_012977 -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/GF012977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012977.jpg" - -# capture n°012978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012978.pto --stitching --prefix=assemblage_012978 -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/GF012978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012978.jpg" - -# capture n°012979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012979.pto --stitching --prefix=assemblage_012979 -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/GF012979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012979.jpg" - -# capture n°012980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012980.pto --stitching --prefix=assemblage_012980 -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/GF012980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012980.jpg" - -# capture n°012981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012981.pto --stitching --prefix=assemblage_012981 -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/GF012981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012981.jpg" - -# capture n°012982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012982.pto --stitching --prefix=assemblage_012982 -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/GF012982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012982.jpg" - -# capture n°012983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012983.pto --stitching --prefix=assemblage_012983 -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/GF012983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012983.jpg" - -# capture n°012984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012984.pto --stitching --prefix=assemblage_012984 -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/GF012984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012984.jpg" - -# capture n°012985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012985.pto --stitching --prefix=assemblage_012985 -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/GF012985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012985.jpg" - -# capture n°012986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012986.pto --stitching --prefix=assemblage_012986 -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/GF012986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012986.jpg" - -# capture n°012987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012987.pto --stitching --prefix=assemblage_012987 -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/GF012987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012987.jpg" - -# capture n°012988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012988.pto --stitching --prefix=assemblage_012988 -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/GF012988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012988.jpg" - -# capture n°012989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012989.pto --stitching --prefix=assemblage_012989 -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/GF012989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012989.jpg" - -# capture n°012990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012990.pto --stitching --prefix=assemblage_012990 -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/GF012990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012990.jpg" - -# capture n°012991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012991.pto --stitching --prefix=assemblage_012991 -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/GF012991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012991.jpg" - -# capture n°012992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012992.pto --stitching --prefix=assemblage_012992 -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/GF012992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012992.jpg" - -# capture n°012993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012993.pto --stitching --prefix=assemblage_012993 -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/GF012993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012993.jpg" - -# capture n°012994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012994.pto --stitching --prefix=assemblage_012994 -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/GF012994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012994.jpg" - -# capture n°012995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012995.pto --stitching --prefix=assemblage_012995 -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/GF012995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012995.jpg" - -# capture n°012996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012996.pto --stitching --prefix=assemblage_012996 -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/GF012996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012996.jpg" - -# capture n°012997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012997.pto --stitching --prefix=assemblage_012997 -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/GF012997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012997.jpg" - -# capture n°012998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012998.pto --stitching --prefix=assemblage_012998 -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/GF012998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012998.jpg" - -# capture n°012999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012999.pto --stitching --prefix=assemblage_012999 -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/GF012999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012999.jpg" - -# capture n°013000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013000.pto --stitching --prefix=assemblage_013000 -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/GF013000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013000.jpg" - -# capture n°013001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013001.pto --stitching --prefix=assemblage_013001 -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/GF013001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013001.jpg" - -# capture n°013002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013002.pto --stitching --prefix=assemblage_013002 -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/GF013002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013002.jpg" - -# capture n°013003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013003.pto --stitching --prefix=assemblage_013003 -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/GF013003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013003.jpg" - -# capture n°013004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013004.pto --stitching --prefix=assemblage_013004 -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/GF013004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013004.jpg" - -# capture n°013005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013005.pto --stitching --prefix=assemblage_013005 -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/GF013005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013005.jpg" - -# capture n°013006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013006.pto --stitching --prefix=assemblage_013006 -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/GF013006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013006.jpg" - -# capture n°013007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013007.pto --stitching --prefix=assemblage_013007 -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/GF013007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013007.jpg" - -# capture n°013008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013008.pto --stitching --prefix=assemblage_013008 -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/GF013008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013008.jpg" - -# capture n°013009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013009.pto --stitching --prefix=assemblage_013009 -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/GF013009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013009.jpg" - -# capture n°013010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013010.pto --stitching --prefix=assemblage_013010 -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/GF013010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013010.jpg" - -# capture n°013011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013011.pto --stitching --prefix=assemblage_013011 -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/GF013011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013011.jpg" - -# capture n°013012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013012.pto --stitching --prefix=assemblage_013012 -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/GF013012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013012.jpg" - -# capture n°013013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013013.pto --stitching --prefix=assemblage_013013 -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/GF013013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013013.jpg" - -# capture n°013014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013014.pto --stitching --prefix=assemblage_013014 -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/GF013014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013014.jpg" - -# capture n°013015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013015.pto --stitching --prefix=assemblage_013015 -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/GF013015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013015.jpg" - -# capture n°013016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013016.pto --stitching --prefix=assemblage_013016 -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/GF013016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013016.jpg" - -# capture n°013017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013017.pto --stitching --prefix=assemblage_013017 -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/GF013017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013017.jpg" - -# capture n°013018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013018.pto --stitching --prefix=assemblage_013018 -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/GF013018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013018.jpg" - -# capture n°013019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013019.pto --stitching --prefix=assemblage_013019 -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/GF013019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013019.jpg" - -# capture n°013020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013020.pto --stitching --prefix=assemblage_013020 -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/GF013020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013020.jpg" - -# capture n°013021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013021.pto --stitching --prefix=assemblage_013021 -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/GF013021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013021.jpg" - -# capture n°013022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013022.pto --stitching --prefix=assemblage_013022 -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/GF013022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013022.jpg" - -# capture n°013023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013023.pto --stitching --prefix=assemblage_013023 -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/GF013023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013023.jpg" - -# capture n°013024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013024.pto --stitching --prefix=assemblage_013024 -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/GF013024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013024.jpg" - -# capture n°013025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013025.pto --stitching --prefix=assemblage_013025 -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/GF013025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013025.jpg" - -# capture n°013026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013026.pto --stitching --prefix=assemblage_013026 -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/GF013026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013026.jpg" - -# capture n°013027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013027.pto --stitching --prefix=assemblage_013027 -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/GF013027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013027.jpg" - -# capture n°013028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013028.pto --stitching --prefix=assemblage_013028 -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/GF013028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013028.jpg" - -# capture n°013029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013029.pto --stitching --prefix=assemblage_013029 -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/GF013029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013029.jpg" - -# capture n°013030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013030.pto --stitching --prefix=assemblage_013030 -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/GF013030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013030.jpg" - -# capture n°013031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013031.pto --stitching --prefix=assemblage_013031 -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/GF013031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013031.jpg" - -# capture n°013032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013032.pto --stitching --prefix=assemblage_013032 -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/GF013032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013032.jpg" - -# capture n°013033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013033.pto --stitching --prefix=assemblage_013033 -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/GF013033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013033.jpg" - -# capture n°013034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013034.pto --stitching --prefix=assemblage_013034 -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/GF013034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013034.jpg" - -# capture n°013035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013035.pto --stitching --prefix=assemblage_013035 -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/GF013035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013035.jpg" - -# capture n°013036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013036.pto --stitching --prefix=assemblage_013036 -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/GF013036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013036.jpg" - -# capture n°013037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013037.pto --stitching --prefix=assemblage_013037 -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/GF013037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013037.jpg" - -# capture n°013038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013038.pto --stitching --prefix=assemblage_013038 -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/GF013038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013038.jpg" - -# capture n°013039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013039.pto --stitching --prefix=assemblage_013039 -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/GF013039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013039.jpg" - -# capture n°013040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013040.pto --stitching --prefix=assemblage_013040 -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/GF013040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013040.jpg" - -# capture n°013041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013041.pto --stitching --prefix=assemblage_013041 -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/GF013041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013041.jpg" - -# capture n°013042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013042.pto --stitching --prefix=assemblage_013042 -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/GF013042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013042.jpg" - -# capture n°013043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013043.pto --stitching --prefix=assemblage_013043 -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/GF013043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013043.jpg" - -# capture n°013044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013044.pto --stitching --prefix=assemblage_013044 -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/GF013044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013044.jpg" - -# capture n°013045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013045.pto --stitching --prefix=assemblage_013045 -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/GF013045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013045.jpg" - -# capture n°013046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013046.pto --stitching --prefix=assemblage_013046 -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/GF013046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013046.jpg" - -# capture n°013047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013047.pto --stitching --prefix=assemblage_013047 -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/GF013047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013047.jpg" - -# capture n°013048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013048.pto --stitching --prefix=assemblage_013048 -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/GF013048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013048.jpg" - -# capture n°013049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013049.pto --stitching --prefix=assemblage_013049 -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/GF013049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013049.jpg" - -# capture n°013050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013050.pto --stitching --prefix=assemblage_013050 -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/GF013050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013050.jpg" - -# capture n°013051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013051.pto --stitching --prefix=assemblage_013051 -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/GF013051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013051.jpg" - -# capture n°013052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013052.pto --stitching --prefix=assemblage_013052 -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/GF013052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013052.jpg" - -# capture n°013053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013053.pto --stitching --prefix=assemblage_013053 -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/GF013053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013053.jpg" - -# capture n°013054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013054.pto --stitching --prefix=assemblage_013054 -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/GF013054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013054.jpg" - -# capture n°013055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013055.pto --stitching --prefix=assemblage_013055 -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/GF013055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013055.jpg" - -# capture n°013056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013056.pto --stitching --prefix=assemblage_013056 -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/GF013056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013056.jpg" - -# capture n°013057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013057.pto --stitching --prefix=assemblage_013057 -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/GF013057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013057.jpg" - -# capture n°013058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013058.pto --stitching --prefix=assemblage_013058 -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/GF013058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013058.jpg" - -# capture n°013059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013059.pto --stitching --prefix=assemblage_013059 -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/GF013059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013059.jpg" - -# capture n°013060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013060.pto --stitching --prefix=assemblage_013060 -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/GF013060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013060.jpg" - -# capture n°013061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013061.pto --stitching --prefix=assemblage_013061 -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/GF013061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013061.jpg" - -# capture n°013062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013062.pto --stitching --prefix=assemblage_013062 -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/GF013062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013062.jpg" - -# capture n°013063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013063.pto --stitching --prefix=assemblage_013063 -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/GF013063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013063.jpg" - -# capture n°013064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013064.pto --stitching --prefix=assemblage_013064 -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/GF013064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013064.jpg" - -# capture n°013065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013065.pto --stitching --prefix=assemblage_013065 -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/GF013065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013065.jpg" - -# capture n°013066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013066.pto --stitching --prefix=assemblage_013066 -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/GF013066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013066.jpg" - -# capture n°013067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013067.pto --stitching --prefix=assemblage_013067 -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/GF013067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013067.jpg" - -# capture n°013068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013068.pto --stitching --prefix=assemblage_013068 -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/GF013068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013068.jpg" - -# capture n°013069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013069.pto --stitching --prefix=assemblage_013069 -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/GF013069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013069.jpg" - -# capture n°013070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013070.pto --stitching --prefix=assemblage_013070 -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/GF013070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013070.jpg" - -# capture n°013071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013071.pto --stitching --prefix=assemblage_013071 -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/GF013071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013071.jpg" - -# capture n°013072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013072.pto --stitching --prefix=assemblage_013072 -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/GF013072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013072.jpg" - -# capture n°013073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013073.pto --stitching --prefix=assemblage_013073 -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/GF013073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013073.jpg" - -# capture n°013074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013074.pto --stitching --prefix=assemblage_013074 -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/GF013074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013074.jpg" - -# capture n°013075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013075.pto --stitching --prefix=assemblage_013075 -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/GF013075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013075.jpg" - -# capture n°013076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013076.pto --stitching --prefix=assemblage_013076 -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/GF013076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013076.jpg" - -# capture n°013077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013077.pto --stitching --prefix=assemblage_013077 -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/GF013077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013077.jpg" - -# capture n°013078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013078.pto --stitching --prefix=assemblage_013078 -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/GF013078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013078.jpg" - -# capture n°013079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013079.pto --stitching --prefix=assemblage_013079 -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/GF013079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013079.jpg" - -# capture n°013080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013080.pto --stitching --prefix=assemblage_013080 -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/GF013080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013080.jpg" - -# capture n°013081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013081.pto --stitching --prefix=assemblage_013081 -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/GF013081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013081.jpg" - -# capture n°013082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013082.pto --stitching --prefix=assemblage_013082 -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/GF013082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013082.jpg" - -# capture n°013083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013083.pto --stitching --prefix=assemblage_013083 -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/GF013083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013083.jpg" - -# capture n°013084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013084.pto --stitching --prefix=assemblage_013084 -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/GF013084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013084.jpg" - -# capture n°013085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013085.pto --stitching --prefix=assemblage_013085 -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/GF013085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013085.jpg" - -# capture n°013086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013086.pto --stitching --prefix=assemblage_013086 -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/GF013086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013086.jpg" - -# capture n°013087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013087.pto --stitching --prefix=assemblage_013087 -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/GF013087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013087.jpg" - -# capture n°013088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013088.pto --stitching --prefix=assemblage_013088 -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/GF013088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013088.jpg" - -# capture n°013089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013089.pto --stitching --prefix=assemblage_013089 -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/GF013089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013089.jpg" - -# capture n°013090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013090.pto --stitching --prefix=assemblage_013090 -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/GF013090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013090.jpg" - -# capture n°013091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013091.pto --stitching --prefix=assemblage_013091 -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/GF013091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013091.jpg" - -# capture n°013092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013092.pto --stitching --prefix=assemblage_013092 -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/GF013092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013092.jpg" - -# capture n°013093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013093.pto --stitching --prefix=assemblage_013093 -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/GF013093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013093.jpg" - -# capture n°013094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013094.pto --stitching --prefix=assemblage_013094 -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/GF013094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013094.jpg" - -# capture n°013095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013095.pto --stitching --prefix=assemblage_013095 -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/GF013095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013095.jpg" - -# capture n°013096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013096.pto --stitching --prefix=assemblage_013096 -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/GF013096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013096.jpg" - -# capture n°013097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013097.pto --stitching --prefix=assemblage_013097 -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/GF013097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013097.jpg" - -# capture n°013098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013098.pto --stitching --prefix=assemblage_013098 -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/GF013098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013098.jpg" - -# capture n°013099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013099.pto --stitching --prefix=assemblage_013099 -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/GF013099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013099.jpg" - -# capture n°013100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013100.pto --stitching --prefix=assemblage_013100 -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/GF013100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013100.jpg" - -# capture n°013101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013101.pto --stitching --prefix=assemblage_013101 -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/GF013101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013101.jpg" - -# capture n°013102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013102.pto --stitching --prefix=assemblage_013102 -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/GF013102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013102.jpg" - -# capture n°013103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013103.pto --stitching --prefix=assemblage_013103 -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/GF013103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013103.jpg" - -# capture n°013104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013104.pto --stitching --prefix=assemblage_013104 -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/GF013104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013104.jpg" - -# capture n°013105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013105.pto --stitching --prefix=assemblage_013105 -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/GF013105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013105.jpg" - -# capture n°013106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013106.pto --stitching --prefix=assemblage_013106 -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/GF013106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013106.jpg" - -# capture n°013107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013107.pto --stitching --prefix=assemblage_013107 -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/GF013107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013107.jpg" - -# capture n°013108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013108.pto --stitching --prefix=assemblage_013108 -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/GF013108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013108.jpg" - -# capture n°013109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013109.pto --stitching --prefix=assemblage_013109 -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/GF013109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013109.jpg" - -# capture n°013110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013110.pto --stitching --prefix=assemblage_013110 -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/GF013110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013110.jpg" - -# capture n°013111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013111.pto --stitching --prefix=assemblage_013111 -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/GF013111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013111.jpg" - -# capture n°013112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013112.pto --stitching --prefix=assemblage_013112 -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/GF013112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013112.jpg" - -# capture n°013113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013113.pto --stitching --prefix=assemblage_013113 -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/GF013113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013113.jpg" - -# capture n°013114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013114.pto --stitching --prefix=assemblage_013114 -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/GF013114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013114.jpg" - -# capture n°013115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013115.pto --stitching --prefix=assemblage_013115 -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/GF013115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013115.jpg" - -# capture n°013116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013116.pto --stitching --prefix=assemblage_013116 -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/GF013116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013116.jpg" - -# capture n°013117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013117.pto --stitching --prefix=assemblage_013117 -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/GF013117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013117.jpg" - -# capture n°013118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013118.pto --stitching --prefix=assemblage_013118 -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/GF013118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013118.jpg" - -# capture n°013119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013119.pto --stitching --prefix=assemblage_013119 -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/GF013119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013119.jpg" - -# capture n°013120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013120.pto --stitching --prefix=assemblage_013120 -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/GF013120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013120.jpg" - -# capture n°013121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013121.pto --stitching --prefix=assemblage_013121 -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/GF013121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013121.jpg" - -# capture n°013122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013122.pto --stitching --prefix=assemblage_013122 -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/GF013122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013122.jpg" - -# capture n°013123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013123.pto --stitching --prefix=assemblage_013123 -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/GF013123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013123.jpg" - -# capture n°013124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013124.pto --stitching --prefix=assemblage_013124 -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/GF013124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013124.jpg" - -# capture n°013125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013125.pto --stitching --prefix=assemblage_013125 -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/GF013125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013125.jpg" - -# capture n°013126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013126.pto --stitching --prefix=assemblage_013126 -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/GF013126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013126.jpg" - -# capture n°013127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013127.pto --stitching --prefix=assemblage_013127 -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/GF013127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013127.jpg" - -# capture n°013128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013128.pto --stitching --prefix=assemblage_013128 -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/GF013128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013128.jpg" - -# capture n°013129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013129.pto --stitching --prefix=assemblage_013129 -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/GF013129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013129.jpg" - -# capture n°013130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013130.pto --stitching --prefix=assemblage_013130 -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/GF013130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013130.jpg" - -# capture n°013131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013131.pto --stitching --prefix=assemblage_013131 -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/GF013131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013131.jpg" - -# capture n°013132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013132.pto --stitching --prefix=assemblage_013132 -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/GF013132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013132.jpg" - -# capture n°013133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013133.pto --stitching --prefix=assemblage_013133 -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/GF013133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013133.jpg" - -# capture n°013134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013134.pto --stitching --prefix=assemblage_013134 -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/GF013134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013134.jpg" - -# capture n°013135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013135.pto --stitching --prefix=assemblage_013135 -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/GF013135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013135.jpg" - -# capture n°013136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013136.pto --stitching --prefix=assemblage_013136 -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/GF013136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013136.jpg" - -# capture n°013137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013137.pto --stitching --prefix=assemblage_013137 -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/GF013137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013137.jpg" - -# capture n°013138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013138.pto --stitching --prefix=assemblage_013138 -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/GF013138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013138.jpg" - -# capture n°013139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013139.pto --stitching --prefix=assemblage_013139 -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/GF013139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013139.jpg" - -# capture n°013140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013140.pto --stitching --prefix=assemblage_013140 -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/GF013140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013140.jpg" - -# capture n°013141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013141.pto --stitching --prefix=assemblage_013141 -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/GF013141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013141.jpg" - -# capture n°013142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013142.pto --stitching --prefix=assemblage_013142 -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/GF013142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013142.jpg" - -# capture n°013143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013143.pto --stitching --prefix=assemblage_013143 -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/GF013143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013143.jpg" - -# capture n°013144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013144.pto --stitching --prefix=assemblage_013144 -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/GF013144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013144.jpg" - -# capture n°013145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013145.pto --stitching --prefix=assemblage_013145 -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/GF013145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013145.jpg" - -# capture n°013146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013146.pto --stitching --prefix=assemblage_013146 -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/GF013146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013146.jpg" - -# capture n°013147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013147.pto --stitching --prefix=assemblage_013147 -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/GF013147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013147.jpg" - -# capture n°013148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013148.pto --stitching --prefix=assemblage_013148 -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/GF013148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013148.jpg" - -# capture n°013149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013149.pto --stitching --prefix=assemblage_013149 -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/GF013149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013149.jpg" - -# capture n°013150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013150.pto --stitching --prefix=assemblage_013150 -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/GF013150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013150.jpg" - -# capture n°013151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013151.pto --stitching --prefix=assemblage_013151 -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/GF013151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013151.jpg" - -# capture n°013152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013152.pto --stitching --prefix=assemblage_013152 -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/GF013152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013152.jpg" - -# capture n°013153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013153.pto --stitching --prefix=assemblage_013153 -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/GF013153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013153.jpg" - -# capture n°013154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013154.pto --stitching --prefix=assemblage_013154 -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/GF013154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013154.jpg" - -# capture n°013155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013155.pto --stitching --prefix=assemblage_013155 -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/GF013155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013155.jpg" - -# capture n°013156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013156.pto --stitching --prefix=assemblage_013156 -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/GF013156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013156.jpg" - -# capture n°013157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013157.pto --stitching --prefix=assemblage_013157 -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/GF013157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013157.jpg" - -# capture n°013158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013158.pto --stitching --prefix=assemblage_013158 -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/GF013158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013158.jpg" - -# capture n°013159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013159.pto --stitching --prefix=assemblage_013159 -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/GF013159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013159.jpg" - -# capture n°013160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013160.pto --stitching --prefix=assemblage_013160 -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/GF013160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013160.jpg" - -# capture n°013161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013161.pto --stitching --prefix=assemblage_013161 -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/GF013161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013161.jpg" - -# capture n°013162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013162.pto --stitching --prefix=assemblage_013162 -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/GF013162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013162.jpg" - -# capture n°013163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013163.pto --stitching --prefix=assemblage_013163 -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/GF013163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013163.jpg" - -# capture n°013164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013164.pto --stitching --prefix=assemblage_013164 -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/GF013164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013164.jpg" - -# capture n°013165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013165.pto --stitching --prefix=assemblage_013165 -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/GF013165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013165.jpg" - -# capture n°013166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013166.pto --stitching --prefix=assemblage_013166 -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/GF013166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013166.jpg" - -# capture n°013167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013167.pto --stitching --prefix=assemblage_013167 -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/GF013167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013167.jpg" - -# capture n°013168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013168.pto --stitching --prefix=assemblage_013168 -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/GF013168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013168.jpg" - -# capture n°013169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013169.pto --stitching --prefix=assemblage_013169 -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/GF013169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013169.jpg" - -# capture n°013170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013170.pto --stitching --prefix=assemblage_013170 -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/GF013170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013170.jpg" - -# capture n°013171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013171.pto --stitching --prefix=assemblage_013171 -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/GF013171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013171.jpg" - -# capture n°013172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013172.pto --stitching --prefix=assemblage_013172 -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/GF013172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013172.jpg" - -# capture n°013173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013173.pto --stitching --prefix=assemblage_013173 -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/GF013173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013173.jpg" - -# capture n°013174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013174.pto --stitching --prefix=assemblage_013174 -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/GF013174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013174.jpg" - -# capture n°013175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013175.pto --stitching --prefix=assemblage_013175 -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/GF013175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013175.jpg" - -# capture n°013176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013176.pto --stitching --prefix=assemblage_013176 -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/GF013176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013176.jpg" - -# capture n°013177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013177.pto --stitching --prefix=assemblage_013177 -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/GF013177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013177.jpg" - -# capture n°013178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013178.pto --stitching --prefix=assemblage_013178 -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/GF013178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013178.jpg" - -# capture n°013179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013179.pto --stitching --prefix=assemblage_013179 -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/GF013179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013179.jpg" - -# capture n°013180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013180.pto --stitching --prefix=assemblage_013180 -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/GF013180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013180.jpg" - -# capture n°013181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013181.pto --stitching --prefix=assemblage_013181 -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/GF013181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013181.jpg" - -# capture n°013182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013182.pto --stitching --prefix=assemblage_013182 -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/GF013182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013182.jpg" - -# capture n°013183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013183.pto --stitching --prefix=assemblage_013183 -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/GF013183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013183.jpg" - -# capture n°013184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013184.pto --stitching --prefix=assemblage_013184 -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/GF013184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013184.jpg" - -# capture n°013185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013185.pto --stitching --prefix=assemblage_013185 -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/GF013185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013185.jpg" - -# capture n°013186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013186.pto --stitching --prefix=assemblage_013186 -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/GF013186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013186.jpg" - -# capture n°013187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013187.pto --stitching --prefix=assemblage_013187 -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/GF013187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013187.jpg" - -# capture n°013188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013188.pto --stitching --prefix=assemblage_013188 -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/GF013188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013188.jpg" - -# capture n°013189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013189.pto --stitching --prefix=assemblage_013189 -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/GF013189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013189.jpg" - -# capture n°013190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013190.pto --stitching --prefix=assemblage_013190 -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/GF013190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013190.jpg" - -# capture n°013191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013191.pto --stitching --prefix=assemblage_013191 -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/GF013191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013191.jpg" - -# capture n°013192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013192.pto --stitching --prefix=assemblage_013192 -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/GF013192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013192.jpg" - -# capture n°013193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013193.pto --stitching --prefix=assemblage_013193 -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/GF013193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013193.jpg" - -# capture n°013194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013194.pto --stitching --prefix=assemblage_013194 -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/GF013194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013194.jpg" - -# capture n°013195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013195.pto --stitching --prefix=assemblage_013195 -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/GF013195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013195.jpg" - -# capture n°013196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013196.pto --stitching --prefix=assemblage_013196 -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/GF013196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013196.jpg" - -# capture n°013197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013197.pto --stitching --prefix=assemblage_013197 -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/GF013197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013197.jpg" - -# capture n°013198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013198.pto --stitching --prefix=assemblage_013198 -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/GF013198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013198.jpg" - -# capture n°013199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013199.pto --stitching --prefix=assemblage_013199 -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/GF013199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013199.jpg" - -# capture n°013200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013200.pto --stitching --prefix=assemblage_013200 -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/GF013200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013200.jpg" - -# capture n°013201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013201.pto --stitching --prefix=assemblage_013201 -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/GF013201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013201.jpg" - -# capture n°013202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013202.pto --stitching --prefix=assemblage_013202 -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/GF013202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013202.jpg" - -# capture n°013203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013203.pto --stitching --prefix=assemblage_013203 -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/GF013203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013203.jpg" - -# capture n°013204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013204.pto --stitching --prefix=assemblage_013204 -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/GF013204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013204.jpg" - -# capture n°013205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013205.pto --stitching --prefix=assemblage_013205 -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/GF013205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013205.jpg" - -# capture n°013206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013206.pto --stitching --prefix=assemblage_013206 -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/GF013206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013206.jpg" - -# capture n°013207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013207.pto --stitching --prefix=assemblage_013207 -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/GF013207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013207.jpg" - -# capture n°013208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013208.pto --stitching --prefix=assemblage_013208 -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/GF013208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013208.jpg" - -# capture n°013209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013209.pto --stitching --prefix=assemblage_013209 -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/GF013209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013209.jpg" - -# capture n°013210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013210.pto --stitching --prefix=assemblage_013210 -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/GF013210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013210.jpg" - -# capture n°013211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013211.pto --stitching --prefix=assemblage_013211 -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/GF013211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013211.jpg" - -# capture n°013212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013212.pto --stitching --prefix=assemblage_013212 -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/GF013212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013212.jpg" - -# capture n°013213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013213.pto --stitching --prefix=assemblage_013213 -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/GF013213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013213.jpg" - -# capture n°013214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013214.pto --stitching --prefix=assemblage_013214 -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/GF013214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013214.jpg" - -# capture n°013215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013215.pto --stitching --prefix=assemblage_013215 -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/GF013215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013215.jpg" - -# capture n°013216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013216.pto --stitching --prefix=assemblage_013216 -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/GF013216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013216.jpg" - -# capture n°013217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013217.pto --stitching --prefix=assemblage_013217 -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/GF013217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013217.jpg" - -# capture n°013218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013218.pto --stitching --prefix=assemblage_013218 -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/GF013218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013218.jpg" - -# capture n°013219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013219.pto --stitching --prefix=assemblage_013219 -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/GF013219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013219.jpg" - -# capture n°013220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013220.pto --stitching --prefix=assemblage_013220 -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/GF013220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013220.jpg" - -# capture n°013221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013221.pto --stitching --prefix=assemblage_013221 -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/GF013221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013221.jpg" - -# capture n°013222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013222.pto --stitching --prefix=assemblage_013222 -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/GF013222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013222.jpg" - -# capture n°013223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013223.pto --stitching --prefix=assemblage_013223 -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/GF013223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013223.jpg" - -# capture n°013224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013224.pto --stitching --prefix=assemblage_013224 -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/GF013224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013224.jpg" - -# capture n°013225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013225.pto --stitching --prefix=assemblage_013225 -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/GF013225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013225.jpg" - -# capture n°013226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013226.pto --stitching --prefix=assemblage_013226 -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/GF013226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013226.jpg" - -# capture n°013227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013227.pto --stitching --prefix=assemblage_013227 -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/GF013227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013227.jpg" - -# capture n°013228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013228.pto --stitching --prefix=assemblage_013228 -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/GF013228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013228.jpg" - -# capture n°013229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013229.pto --stitching --prefix=assemblage_013229 -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/GF013229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013229.jpg" - -# capture n°013230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013230.pto --stitching --prefix=assemblage_013230 -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/GF013230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013230.jpg" - -# capture n°013231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013231.pto --stitching --prefix=assemblage_013231 -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/GF013231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013231.jpg" - -# capture n°013232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013232.pto --stitching --prefix=assemblage_013232 -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/GF013232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013232.jpg" - -# capture n°013233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013233.pto --stitching --prefix=assemblage_013233 -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/GF013233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013233.jpg" - -# capture n°013234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013234.pto --stitching --prefix=assemblage_013234 -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/GF013234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013234.jpg" - -# capture n°013235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013235.pto --stitching --prefix=assemblage_013235 -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/GF013235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013235.jpg" - -# capture n°013236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013236.pto --stitching --prefix=assemblage_013236 -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/GF013236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013236.jpg" - -# capture n°013237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013237.pto --stitching --prefix=assemblage_013237 -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/GF013237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013237.jpg" - -# capture n°013238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013238.pto --stitching --prefix=assemblage_013238 -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/GF013238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013238.jpg" - -# capture n°013239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013239.pto --stitching --prefix=assemblage_013239 -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/GF013239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013239.jpg" - -# capture n°013240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013240.pto --stitching --prefix=assemblage_013240 -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/GF013240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013240.jpg" - -# capture n°013241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013241.pto --stitching --prefix=assemblage_013241 -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/GF013241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013241.jpg" - -# capture n°013242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013242.pto --stitching --prefix=assemblage_013242 -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/GF013242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013242.jpg" - -# capture n°013243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013243.pto --stitching --prefix=assemblage_013243 -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/GF013243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013243.jpg" - -# capture n°013244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013244.pto --stitching --prefix=assemblage_013244 -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/GF013244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013244.jpg" - -# capture n°013245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013245.pto --stitching --prefix=assemblage_013245 -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/GF013245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013245.jpg" - -# capture n°013246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013246.pto --stitching --prefix=assemblage_013246 -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/GF013246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013246.jpg" - -# capture n°013247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013247.pto --stitching --prefix=assemblage_013247 -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/GF013247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013247.jpg" - -# capture n°013248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013248.pto --stitching --prefix=assemblage_013248 -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/GF013248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013248.jpg" - -# capture n°013249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013249.pto --stitching --prefix=assemblage_013249 -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/GF013249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013249.jpg" - -# capture n°013250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013250.pto --stitching --prefix=assemblage_013250 -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/GF013250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013250.jpg" - -# capture n°013251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013251.pto --stitching --prefix=assemblage_013251 -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/GF013251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013251.jpg" - -# capture n°013252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013252.pto --stitching --prefix=assemblage_013252 -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/GF013252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013252.jpg" - -# capture n°013253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013253.pto --stitching --prefix=assemblage_013253 -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/GF013253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013253.jpg" - -# capture n°013254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013254.pto --stitching --prefix=assemblage_013254 -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/GF013254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013254.jpg" - -# capture n°013255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013255.pto --stitching --prefix=assemblage_013255 -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/GF013255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013255.jpg" - -# capture n°013256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013256.pto --stitching --prefix=assemblage_013256 -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/GF013256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013256.jpg" - -# capture n°013257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013257.pto --stitching --prefix=assemblage_013257 -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/GF013257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013257.jpg" - -# capture n°013258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013258.pto --stitching --prefix=assemblage_013258 -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/GF013258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013258.jpg" - -# capture n°013259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013259.pto --stitching --prefix=assemblage_013259 -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/GF013259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013259.jpg" - -# capture n°013260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013260.pto --stitching --prefix=assemblage_013260 -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/GF013260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013260.jpg" - -# capture n°013261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013261.pto --stitching --prefix=assemblage_013261 -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/GF013261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013261.jpg" - -# capture n°013262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013262.pto --stitching --prefix=assemblage_013262 -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/GF013262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013262.jpg" - -# capture n°013263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013263.pto --stitching --prefix=assemblage_013263 -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/GF013263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013263.jpg" - -# capture n°013264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013264.pto --stitching --prefix=assemblage_013264 -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/GF013264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013264.jpg" - -# capture n°013265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013265.pto --stitching --prefix=assemblage_013265 -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/GF013265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013265.jpg" - -# capture n°013266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013266.pto --stitching --prefix=assemblage_013266 -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/GF013266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013266.jpg" - -# capture n°013267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013267.pto --stitching --prefix=assemblage_013267 -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/GF013267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013267.jpg" - -# capture n°013268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013268.pto --stitching --prefix=assemblage_013268 -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/GF013268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013268.jpg" - -# capture n°013269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013269.pto --stitching --prefix=assemblage_013269 -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/GF013269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013269.jpg" - -# capture n°013270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013270.pto --stitching --prefix=assemblage_013270 -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/GF013270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013270.jpg" - -# capture n°013271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013271.pto --stitching --prefix=assemblage_013271 -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/GF013271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013271.jpg" - -# capture n°013272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013272.pto --stitching --prefix=assemblage_013272 -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/GF013272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013272.jpg" - -# capture n°013273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013273.pto --stitching --prefix=assemblage_013273 -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/GF013273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013273.jpg" - -# capture n°013274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013274.pto --stitching --prefix=assemblage_013274 -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/GF013274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013274.jpg" - -# capture n°013275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013275.pto --stitching --prefix=assemblage_013275 -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/GF013275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013275.jpg" - -# capture n°013276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013276.pto --stitching --prefix=assemblage_013276 -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/GF013276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013276.jpg" - -# capture n°013277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013277.pto --stitching --prefix=assemblage_013277 -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/GF013277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013277.jpg" - -# capture n°013278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013278.pto --stitching --prefix=assemblage_013278 -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/GF013278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013278.jpg" - -# capture n°013279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013279.pto --stitching --prefix=assemblage_013279 -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/GF013279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013279.jpg" - -# capture n°013280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013280.pto --stitching --prefix=assemblage_013280 -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/GF013280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013280.jpg" - -# capture n°013281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013281.pto --stitching --prefix=assemblage_013281 -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/GF013281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013281.jpg" - -# capture n°013282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013282.pto --stitching --prefix=assemblage_013282 -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/GF013282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013282.jpg" - -# capture n°013283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013283.pto --stitching --prefix=assemblage_013283 -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/GF013283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013283.jpg" - -# capture n°013284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013284.pto --stitching --prefix=assemblage_013284 -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/GF013284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013284.jpg" - -# capture n°013285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013285.pto --stitching --prefix=assemblage_013285 -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/GF013285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013285.jpg" - -# capture n°013286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013286.pto --stitching --prefix=assemblage_013286 -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/GF013286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013286.jpg" - -# capture n°013287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013287.pto --stitching --prefix=assemblage_013287 -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/GF013287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013287.jpg" - -# capture n°013288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013288.pto --stitching --prefix=assemblage_013288 -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/GF013288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013288.jpg" - -# capture n°013289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013289.pto --stitching --prefix=assemblage_013289 -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/GF013289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013289.jpg" - -# capture n°013290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013290.pto --stitching --prefix=assemblage_013290 -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/GF013290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013290.jpg" - -# capture n°013291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013291.pto --stitching --prefix=assemblage_013291 -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/GF013291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013291.jpg" - -# capture n°013292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013292.pto --stitching --prefix=assemblage_013292 -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/GF013292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013292.jpg" - -# capture n°013293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013293.pto --stitching --prefix=assemblage_013293 -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/GF013293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013293.jpg" - -# capture n°013294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013294.pto --stitching --prefix=assemblage_013294 -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/GF013294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013294.jpg" - -# capture n°013295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013295.pto --stitching --prefix=assemblage_013295 -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/GF013295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013295.jpg" - -# capture n°013296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013296.pto --stitching --prefix=assemblage_013296 -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/GF013296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013296.jpg" - -# capture n°013297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013297.pto --stitching --prefix=assemblage_013297 -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/GF013297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013297.jpg" - -# capture n°013298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013298.pto --stitching --prefix=assemblage_013298 -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/GF013298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013298.jpg" - -# capture n°013299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013299.pto --stitching --prefix=assemblage_013299 -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/GF013299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013299.jpg" - -# capture n°013300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013300.pto --stitching --prefix=assemblage_013300 -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/GF013300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013300.jpg" - -# capture n°013301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013301.pto --stitching --prefix=assemblage_013301 -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/GF013301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013301.jpg" - -# capture n°013302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013302.pto --stitching --prefix=assemblage_013302 -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/GF013302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013302.jpg" - -# capture n°013303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013303.pto --stitching --prefix=assemblage_013303 -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/GF013303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013303.jpg" - -# capture n°013304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013304.pto --stitching --prefix=assemblage_013304 -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/GF013304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013304.jpg" - -# capture n°013305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013305.pto --stitching --prefix=assemblage_013305 -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/GF013305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013305.jpg" - -# capture n°013306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013306.pto --stitching --prefix=assemblage_013306 -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/GF013306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013306.jpg" - -# capture n°013307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013307.pto --stitching --prefix=assemblage_013307 -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/GF013307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013307.jpg" - -# capture n°013308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013308.pto --stitching --prefix=assemblage_013308 -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/GF013308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013308.jpg" - -# capture n°013309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013309.pto --stitching --prefix=assemblage_013309 -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/GF013309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013309.jpg" - -# capture n°013310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013310.pto --stitching --prefix=assemblage_013310 -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/GF013310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013310.jpg" - -# capture n°013311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013311.pto --stitching --prefix=assemblage_013311 -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/GF013311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013311.jpg" - -# capture n°013312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013312.pto --stitching --prefix=assemblage_013312 -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/GF013312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013312.jpg" - -# capture n°013313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013313.pto --stitching --prefix=assemblage_013313 -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/GF013313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013313.jpg" - -# capture n°013314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013314.pto --stitching --prefix=assemblage_013314 -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/GF013314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013314.jpg" - -# capture n°013315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013315.pto --stitching --prefix=assemblage_013315 -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/GF013315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013315.jpg" - -# capture n°013316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013316.pto --stitching --prefix=assemblage_013316 -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/GF013316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013316.jpg" - -# capture n°013317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013317.pto --stitching --prefix=assemblage_013317 -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/GF013317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013317.jpg" - -# capture n°013318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013318.pto --stitching --prefix=assemblage_013318 -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/GF013318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013318.jpg" - -# capture n°013319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013319.pto --stitching --prefix=assemblage_013319 -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/GF013319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013319.jpg" - -# capture n°013320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013320.pto --stitching --prefix=assemblage_013320 -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/GF013320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013320.jpg" - -# capture n°013321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013321.pto --stitching --prefix=assemblage_013321 -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/GF013321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013321.jpg" - -# capture n°013322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013322.pto --stitching --prefix=assemblage_013322 -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/GF013322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013322.jpg" - -# capture n°013323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013323.pto --stitching --prefix=assemblage_013323 -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/GF013323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013323.jpg" - -# capture n°013324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013324.pto --stitching --prefix=assemblage_013324 -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/GF013324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013324.jpg" - -# capture n°013325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013325.pto --stitching --prefix=assemblage_013325 -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/GF013325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013325.jpg" - -# capture n°013326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013326.pto --stitching --prefix=assemblage_013326 -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/GF013326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013326.jpg" - -# capture n°013327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013327.pto --stitching --prefix=assemblage_013327 -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/GF013327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013327.jpg" - -# capture n°013328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013328.pto --stitching --prefix=assemblage_013328 -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/GF013328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013328.jpg" - -# capture n°013329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013329.pto --stitching --prefix=assemblage_013329 -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/GF013329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013329.jpg" - -# capture n°013330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013330.pto --stitching --prefix=assemblage_013330 -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/GF013330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013330.jpg" - -# capture n°013331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013331.pto --stitching --prefix=assemblage_013331 -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/GF013331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013331.jpg" - -# capture n°013332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013332.pto --stitching --prefix=assemblage_013332 -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/GF013332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013332.jpg" - -# capture n°013333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013333.pto --stitching --prefix=assemblage_013333 -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/GF013333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013333.jpg" - -# capture n°013334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013334.pto --stitching --prefix=assemblage_013334 -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/GF013334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013334.jpg" - -# capture n°013335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013335.pto --stitching --prefix=assemblage_013335 -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/GF013335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013335.jpg" - -# capture n°013336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013336.pto --stitching --prefix=assemblage_013336 -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/GF013336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013336.jpg" - -# capture n°013337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013337.pto --stitching --prefix=assemblage_013337 -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/GF013337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013337.jpg" - -# capture n°013338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013338.pto --stitching --prefix=assemblage_013338 -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/GF013338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013338.jpg" - -# capture n°013339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013339.pto --stitching --prefix=assemblage_013339 -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/GF013339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013339.jpg" - -# capture n°013340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013340.pto --stitching --prefix=assemblage_013340 -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/GF013340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013340.jpg" - -# capture n°013341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013341.pto --stitching --prefix=assemblage_013341 -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/GF013341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013341.jpg" - -# capture n°013342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013342.pto --stitching --prefix=assemblage_013342 -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/GF013342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013342.jpg" - -# capture n°013343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013343.pto --stitching --prefix=assemblage_013343 -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/GF013343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013343.jpg" - -# capture n°013344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013344.pto --stitching --prefix=assemblage_013344 -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/GF013344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013344.jpg" - -# capture n°013345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013345.pto --stitching --prefix=assemblage_013345 -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/GF013345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013345.jpg" - -# capture n°013346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013346.pto --stitching --prefix=assemblage_013346 -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/GF013346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013346.jpg" - -# capture n°013347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013347.pto --stitching --prefix=assemblage_013347 -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/GF013347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013347.jpg" - -# capture n°013348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013348.pto --stitching --prefix=assemblage_013348 -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/GF013348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013348.jpg" - -# capture n°013349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013349.pto --stitching --prefix=assemblage_013349 -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/GF013349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013349.jpg" - -# capture n°013350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013350.pto --stitching --prefix=assemblage_013350 -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/GF013350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013350.jpg" - -# capture n°013351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013351.pto --stitching --prefix=assemblage_013351 -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/GF013351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013351.jpg" - -# capture n°013352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013352.pto --stitching --prefix=assemblage_013352 -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/GF013352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013352.jpg" - -# capture n°013353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013353.pto --stitching --prefix=assemblage_013353 -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/GF013353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013353.jpg" - -# capture n°013354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013354.pto --stitching --prefix=assemblage_013354 -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/GF013354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013354.jpg" - -# capture n°013355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013355.pto --stitching --prefix=assemblage_013355 -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/GF013355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013355.jpg" - -# capture n°013356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013356.pto --stitching --prefix=assemblage_013356 -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/GF013356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013356.jpg" - -# capture n°013357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013357.pto --stitching --prefix=assemblage_013357 -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/GF013357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013357.jpg" - -# capture n°013358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013358.pto --stitching --prefix=assemblage_013358 -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/GF013358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013358.jpg" - -# capture n°013359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013359.pto --stitching --prefix=assemblage_013359 -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/GF013359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013359.jpg" - -# capture n°013360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013360.pto --stitching --prefix=assemblage_013360 -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/GF013360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013360.jpg" - -# capture n°013361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013361.pto --stitching --prefix=assemblage_013361 -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/GF013361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013361.jpg" - -# capture n°013362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013362.pto --stitching --prefix=assemblage_013362 -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/GF013362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013362.jpg" - -# capture n°013363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013363.pto --stitching --prefix=assemblage_013363 -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/GF013363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013363.jpg" - -# capture n°013364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013364.pto --stitching --prefix=assemblage_013364 -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/GF013364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013364.jpg" - -# capture n°013365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013365.pto --stitching --prefix=assemblage_013365 -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/GF013365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013365.jpg" - -# capture n°013366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013366.pto --stitching --prefix=assemblage_013366 -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/GF013366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013366.jpg" - -# capture n°013367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013367.pto --stitching --prefix=assemblage_013367 -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/GF013367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013367.jpg" - -# capture n°013368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013368.pto --stitching --prefix=assemblage_013368 -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/GF013368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013368.jpg" - -# capture n°013369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013369.pto --stitching --prefix=assemblage_013369 -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/GF013369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013369.jpg" - -# capture n°013370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013370.pto --stitching --prefix=assemblage_013370 -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/GF013370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013370.jpg" - -# capture n°013371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013371.pto --stitching --prefix=assemblage_013371 -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/GF013371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013371.jpg" - -# capture n°013372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013372.pto --stitching --prefix=assemblage_013372 -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/GF013372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013372.jpg" - -# capture n°013373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013373.pto --stitching --prefix=assemblage_013373 -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/GF013373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013373.jpg" - -# capture n°013374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013374.pto --stitching --prefix=assemblage_013374 -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/GF013374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013374.jpg" - -# capture n°013375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013375.pto --stitching --prefix=assemblage_013375 -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/GF013375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013375.jpg" - -# capture n°013376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013376.pto --stitching --prefix=assemblage_013376 -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/GF013376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013376.jpg" - -# capture n°013377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013377.pto --stitching --prefix=assemblage_013377 -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/GF013377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013377.jpg" - -# capture n°013378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013378.pto --stitching --prefix=assemblage_013378 -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/GF013378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013378.jpg" - -# capture n°013379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013379.pto --stitching --prefix=assemblage_013379 -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/GF013379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013379.jpg" - -# capture n°013380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013380.pto --stitching --prefix=assemblage_013380 -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/GF013380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013380.jpg" - -# capture n°013381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013381.pto --stitching --prefix=assemblage_013381 -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/GF013381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013381.jpg" - -# capture n°013382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013382.pto --stitching --prefix=assemblage_013382 -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/GF013382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013382.jpg" - -# capture n°013383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013383.pto --stitching --prefix=assemblage_013383 -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/GF013383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013383.jpg" - -# capture n°013384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013384.pto --stitching --prefix=assemblage_013384 -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/GF013384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013384.jpg" - -# capture n°013385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013385.pto --stitching --prefix=assemblage_013385 -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/GF013385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013385.jpg" - -# capture n°013386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013386.pto --stitching --prefix=assemblage_013386 -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/GF013386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013386.jpg" - -# capture n°013387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013387.pto --stitching --prefix=assemblage_013387 -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/GF013387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013387.jpg" - -# capture n°013388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013388.pto --stitching --prefix=assemblage_013388 -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/GF013388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013388.jpg" - -# capture n°013389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013389.pto --stitching --prefix=assemblage_013389 -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/GF013389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013389.jpg" - -# capture n°013390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013390.pto --stitching --prefix=assemblage_013390 -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/GF013390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013390.jpg" - -# capture n°013391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013391.pto --stitching --prefix=assemblage_013391 -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/GF013391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013391.jpg" - -# capture n°013392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013392.pto --stitching --prefix=assemblage_013392 -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/GF013392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013392.jpg" - -# capture n°013393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013393.pto --stitching --prefix=assemblage_013393 -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/GF013393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013393.jpg" - -# capture n°013394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013394.pto --stitching --prefix=assemblage_013394 -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/GF013394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013394.jpg" - -# capture n°013395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013395.pto --stitching --prefix=assemblage_013395 -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/GF013395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013395.jpg" - -# capture n°013396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013396.pto --stitching --prefix=assemblage_013396 -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/GF013396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013396.jpg" - -# capture n°013397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013397.pto --stitching --prefix=assemblage_013397 -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/GF013397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013397.jpg" - -# capture n°013398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013398.pto --stitching --prefix=assemblage_013398 -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/GF013398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013398.jpg" - -# capture n°013399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013399.pto --stitching --prefix=assemblage_013399 -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/GF013399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013399.jpg" - -# capture n°013400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013400.pto --stitching --prefix=assemblage_013400 -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/GF013400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013400.jpg" - -# capture n°013401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013401.pto --stitching --prefix=assemblage_013401 -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/GF013401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013401.jpg" - -# capture n°013402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013402.pto --stitching --prefix=assemblage_013402 -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/GF013402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013402.jpg" - -# capture n°013403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013403.pto --stitching --prefix=assemblage_013403 -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/GF013403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013403.jpg" - -# capture n°013404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013404.pto --stitching --prefix=assemblage_013404 -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/GF013404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013404.jpg" - -# capture n°013405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013405.pto --stitching --prefix=assemblage_013405 -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/GF013405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013405.jpg" - -# capture n°013406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013406.pto --stitching --prefix=assemblage_013406 -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/GF013406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013406.jpg" - -# capture n°013407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013407.pto --stitching --prefix=assemblage_013407 -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/GF013407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013407.jpg" - -# capture n°013408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013408.pto --stitching --prefix=assemblage_013408 -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/GF013408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013408.jpg" - -# capture n°013409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013409.pto --stitching --prefix=assemblage_013409 -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/GF013409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013409.jpg" - -# capture n°013410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013410.pto --stitching --prefix=assemblage_013410 -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/GF013410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013410.jpg" - -# capture n°013411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013411.pto --stitching --prefix=assemblage_013411 -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/GF013411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013411.jpg" - -# capture n°013412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013412.pto --stitching --prefix=assemblage_013412 -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/GF013412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013412.jpg" - -# capture n°013413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013413.pto --stitching --prefix=assemblage_013413 -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/GF013413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013413.jpg" - -# capture n°013414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013414.pto --stitching --prefix=assemblage_013414 -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/GF013414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013414.jpg" - -# capture n°013415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013415.pto --stitching --prefix=assemblage_013415 -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/GF013415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013415.jpg" - -# capture n°013416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013416.pto --stitching --prefix=assemblage_013416 -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/GF013416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013416.jpg" - -# capture n°013417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013417.pto --stitching --prefix=assemblage_013417 -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/GF013417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013417.jpg" - -# capture n°013418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013418.pto --stitching --prefix=assemblage_013418 -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/GF013418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013418.jpg" - -# capture n°013419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013419.pto --stitching --prefix=assemblage_013419 -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/GF013419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013419.jpg" - -# capture n°013420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013420.pto --stitching --prefix=assemblage_013420 -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/GF013420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013420.jpg" - -# capture n°013421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013421.pto --stitching --prefix=assemblage_013421 -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/GF013421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013421.jpg" - -# capture n°013422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013422.pto --stitching --prefix=assemblage_013422 -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/GF013422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013422.jpg" - -# capture n°013423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013423.pto --stitching --prefix=assemblage_013423 -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/GF013423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013423.jpg" - -# capture n°013424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013424.pto --stitching --prefix=assemblage_013424 -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/GF013424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013424.jpg" - -# capture n°013425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013425.pto --stitching --prefix=assemblage_013425 -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/GF013425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013425.jpg" - -# capture n°013426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013426.pto --stitching --prefix=assemblage_013426 -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/GF013426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013426.jpg" - -# capture n°013427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013427.pto --stitching --prefix=assemblage_013427 -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/GF013427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013427.jpg" - -# capture n°013428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013428.pto --stitching --prefix=assemblage_013428 -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/GF013428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013428.jpg" - -# capture n°013429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013429.pto --stitching --prefix=assemblage_013429 -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/GF013429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013429.jpg" - -# capture n°013430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013430.pto --stitching --prefix=assemblage_013430 -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/GF013430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013430.jpg" - -# capture n°013431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013431.pto --stitching --prefix=assemblage_013431 -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/GF013431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013431.jpg" - -# capture n°013432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013432.pto --stitching --prefix=assemblage_013432 -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/GF013432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013432.jpg" - -# capture n°013433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013433.pto --stitching --prefix=assemblage_013433 -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/GF013433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013433.jpg" - -# capture n°013434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013434.pto --stitching --prefix=assemblage_013434 -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/GF013434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013434.jpg" - -# capture n°013435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013435.pto --stitching --prefix=assemblage_013435 -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/GF013435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013435.jpg" - -# capture n°013436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013436.pto --stitching --prefix=assemblage_013436 -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/GF013436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013436.jpg" - -# capture n°013437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013437.pto --stitching --prefix=assemblage_013437 -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/GF013437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013437.jpg" - -# capture n°013438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013438.pto --stitching --prefix=assemblage_013438 -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/GF013438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013438.jpg" - -# capture n°013439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013439.pto --stitching --prefix=assemblage_013439 -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/GF013439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013439.jpg" - -# capture n°013440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013440.pto --stitching --prefix=assemblage_013440 -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/GF013440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013440.jpg" - -# capture n°013441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013441.pto --stitching --prefix=assemblage_013441 -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/GF013441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013441.jpg" - -# capture n°013442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013442.pto --stitching --prefix=assemblage_013442 -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/GF013442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013442.jpg" - -# capture n°013443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013443.pto --stitching --prefix=assemblage_013443 -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/GF013443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013443.jpg" - -# capture n°013444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013444.pto --stitching --prefix=assemblage_013444 -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/GF013444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013444.jpg" - -# capture n°013445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013445.pto --stitching --prefix=assemblage_013445 -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/GF013445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013445.jpg" - -# capture n°013446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013446.pto --stitching --prefix=assemblage_013446 -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/GF013446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013446.jpg" - -# capture n°013447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013447.pto --stitching --prefix=assemblage_013447 -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/GF013447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013447.jpg" - -# capture n°013448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013448.pto --stitching --prefix=assemblage_013448 -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/GF013448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013448.jpg" - -# capture n°013449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013449.pto --stitching --prefix=assemblage_013449 -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/GF013449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013449.jpg" - -# capture n°013450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013450.pto --stitching --prefix=assemblage_013450 -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/GF013450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013450.jpg" - -# capture n°013451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013451.pto --stitching --prefix=assemblage_013451 -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/GF013451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013451.jpg" - -# capture n°013452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013452.pto --stitching --prefix=assemblage_013452 -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/GF013452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013452.jpg" - -# capture n°013453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013453.pto --stitching --prefix=assemblage_013453 -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/GF013453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013453.jpg" - -# capture n°013454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013454.pto --stitching --prefix=assemblage_013454 -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/GF013454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013454.jpg" - -# capture n°013455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013455.pto --stitching --prefix=assemblage_013455 -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/GF013455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013455.jpg" - -# capture n°013456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013456.pto --stitching --prefix=assemblage_013456 -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/GF013456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013456.jpg" - -# capture n°013457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013457.pto --stitching --prefix=assemblage_013457 -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/GF013457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013457.jpg" - -# capture n°013458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013458.pto --stitching --prefix=assemblage_013458 -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/GF013458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013458.jpg" - -# capture n°013459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013459.pto --stitching --prefix=assemblage_013459 -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/GF013459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013459.jpg" - -# capture n°013460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013460.pto --stitching --prefix=assemblage_013460 -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/GF013460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013460.jpg" - -# capture n°013461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013461.pto --stitching --prefix=assemblage_013461 -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/GF013461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013461.jpg" - -# capture n°013462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013462.pto --stitching --prefix=assemblage_013462 -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/GF013462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013462.jpg" - -# capture n°013463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013463.pto --stitching --prefix=assemblage_013463 -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/GF013463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013463.jpg" - -# capture n°013464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013464.pto --stitching --prefix=assemblage_013464 -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/GF013464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013464.jpg" - -# capture n°013465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013465.pto --stitching --prefix=assemblage_013465 -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/GF013465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013465.jpg" - -# capture n°013466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013466.pto --stitching --prefix=assemblage_013466 -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/GF013466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013466.jpg" - -# capture n°013467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013467.pto --stitching --prefix=assemblage_013467 -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/GF013467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013467.jpg" - -# capture n°013468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013468.pto --stitching --prefix=assemblage_013468 -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/GF013468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013468.jpg" - -# capture n°013469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013469.pto --stitching --prefix=assemblage_013469 -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/GF013469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013469.jpg" - -# capture n°013470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013470.pto --stitching --prefix=assemblage_013470 -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/GF013470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013470.jpg" - -# capture n°013471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013471.pto --stitching --prefix=assemblage_013471 -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/GF013471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013471.jpg" - -# capture n°013472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013472.pto --stitching --prefix=assemblage_013472 -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/GF013472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013472.jpg" - -# capture n°013473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013473.pto --stitching --prefix=assemblage_013473 -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/GF013473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013473.jpg" - -# capture n°013474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013474.pto --stitching --prefix=assemblage_013474 -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/GF013474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013474.jpg" - -# capture n°013475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013475.pto --stitching --prefix=assemblage_013475 -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/GF013475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013475.jpg" - -# capture n°013476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013476.pto --stitching --prefix=assemblage_013476 -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/GF013476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013476.jpg" - -# capture n°013477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013477.pto --stitching --prefix=assemblage_013477 -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/GF013477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013477.jpg" - -# capture n°013478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013478.pto --stitching --prefix=assemblage_013478 -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/GF013478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013478.jpg" - -# capture n°013479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013479.pto --stitching --prefix=assemblage_013479 -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/GF013479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013479.jpg" - -# capture n°013480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013480.pto --stitching --prefix=assemblage_013480 -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/GF013480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013480.jpg" - -# capture n°013481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013481.pto --stitching --prefix=assemblage_013481 -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/GF013481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013481.jpg" - -# capture n°013482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013482.pto --stitching --prefix=assemblage_013482 -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/GF013482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013482.jpg" - -# capture n°013483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013483.pto --stitching --prefix=assemblage_013483 -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/GF013483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013483.jpg" - -# capture n°013484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013484.pto --stitching --prefix=assemblage_013484 -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/GF013484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013484.jpg" - -# capture n°013485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013485.pto --stitching --prefix=assemblage_013485 -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/GF013485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013485.jpg" - -# capture n°013486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013486.pto --stitching --prefix=assemblage_013486 -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/GF013486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013486.jpg" - -# capture n°013487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013487.pto --stitching --prefix=assemblage_013487 -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/GF013487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013487.jpg" - -# capture n°013488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013488.pto --stitching --prefix=assemblage_013488 -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/GF013488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013488.jpg" - -# capture n°013489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013489.pto --stitching --prefix=assemblage_013489 -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/GF013489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013489.jpg" - -# capture n°013490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013490.pto --stitching --prefix=assemblage_013490 -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/GF013490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013490.jpg" - -# capture n°013491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013491.pto --stitching --prefix=assemblage_013491 -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/GF013491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013491.jpg" - -# capture n°013492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013492.pto --stitching --prefix=assemblage_013492 -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/GF013492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013492.jpg" - -# capture n°013493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013493.pto --stitching --prefix=assemblage_013493 -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/GF013493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013493.jpg" - -# capture n°013494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013494.pto --stitching --prefix=assemblage_013494 -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/GF013494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013494.jpg" - -# capture n°013495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013495.pto --stitching --prefix=assemblage_013495 -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/GF013495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013495.jpg" - -# capture n°013496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013496.pto --stitching --prefix=assemblage_013496 -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/GF013496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013496.jpg" - -# capture n°013497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013497.pto --stitching --prefix=assemblage_013497 -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/GF013497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013497.jpg" - -# capture n°013498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013498.pto --stitching --prefix=assemblage_013498 -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/GF013498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013498.jpg" - -# capture n°013499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013499.pto --stitching --prefix=assemblage_013499 -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/GF013499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013499.jpg" - -# capture n°013500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013500.pto --stitching --prefix=assemblage_013500 -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/GF013500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013500.jpg" - -# capture n°013501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013501.pto --stitching --prefix=assemblage_013501 -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/GF013501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013501.jpg" - -# capture n°013502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013502.pto --stitching --prefix=assemblage_013502 -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/GF013502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013502.jpg" - -# capture n°013503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013503.pto --stitching --prefix=assemblage_013503 -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/GF013503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013503.jpg" - -# capture n°013504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013504.pto --stitching --prefix=assemblage_013504 -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/GF013504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013504.jpg" - -# capture n°013505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013505.pto --stitching --prefix=assemblage_013505 -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/GF013505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013505.jpg" - -# capture n°013506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013506.pto --stitching --prefix=assemblage_013506 -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/GF013506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013506.jpg" - -# capture n°013507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013507.pto --stitching --prefix=assemblage_013507 -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/GF013507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013507.jpg" - -# capture n°013508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013508.pto --stitching --prefix=assemblage_013508 -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/GF013508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013508.jpg" - -# capture n°013509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013509.pto --stitching --prefix=assemblage_013509 -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/GF013509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013509.jpg" - -# capture n°013510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013510.pto --stitching --prefix=assemblage_013510 -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/GF013510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013510.jpg" - -# capture n°013511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013511.pto --stitching --prefix=assemblage_013511 -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/GF013511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013511.jpg" - -# capture n°013512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013512.pto --stitching --prefix=assemblage_013512 -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/GF013512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013512.jpg" - -# capture n°013513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013513.pto --stitching --prefix=assemblage_013513 -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/GF013513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013513.jpg" - -# capture n°013514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013514.pto --stitching --prefix=assemblage_013514 -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/GF013514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013514.jpg" - -# capture n°013515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013515.pto --stitching --prefix=assemblage_013515 -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/GF013515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013515.jpg" - -# capture n°013516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013516.pto --stitching --prefix=assemblage_013516 -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/GF013516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013516.jpg" - -# capture n°013517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013517.pto --stitching --prefix=assemblage_013517 -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/GF013517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013517.jpg" - -# capture n°013518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013518.pto --stitching --prefix=assemblage_013518 -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/GF013518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013518.jpg" - -# capture n°013519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013519.pto --stitching --prefix=assemblage_013519 -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/GF013519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013519.jpg" - -# capture n°013520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013520.pto --stitching --prefix=assemblage_013520 -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/GF013520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013520.jpg" - -# capture n°013521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013521.pto --stitching --prefix=assemblage_013521 -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/GF013521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013521.jpg" - -# capture n°013522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013522.pto --stitching --prefix=assemblage_013522 -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/GF013522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013522.jpg" - -# capture n°013523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013523.pto --stitching --prefix=assemblage_013523 -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/GF013523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013523.jpg" - -# capture n°013524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013524.pto --stitching --prefix=assemblage_013524 -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/GF013524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013524.jpg" - -# capture n°013525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013525.pto --stitching --prefix=assemblage_013525 -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/GF013525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013525.jpg" - -# capture n°013526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013526.pto --stitching --prefix=assemblage_013526 -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/GF013526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013526.jpg" - -# capture n°013527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013527.pto --stitching --prefix=assemblage_013527 -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/GF013527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013527.jpg" - -# capture n°013528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013528.pto --stitching --prefix=assemblage_013528 -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/GF013528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013528.jpg" - -# capture n°013529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013529.pto --stitching --prefix=assemblage_013529 -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/GF013529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013529.jpg" - -# capture n°013530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013530.pto --stitching --prefix=assemblage_013530 -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/GF013530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013530.jpg" - -# capture n°013531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013531.pto --stitching --prefix=assemblage_013531 -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/GF013531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013531.jpg" - -# capture n°013532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013532.pto --stitching --prefix=assemblage_013532 -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/GF013532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013532.jpg" - -# capture n°013533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013533.pto --stitching --prefix=assemblage_013533 -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/GF013533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013533.jpg" - -# capture n°013534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013534.pto --stitching --prefix=assemblage_013534 -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/GF013534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013534.jpg" - -# capture n°013535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013535.pto --stitching --prefix=assemblage_013535 -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/GF013535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013535.jpg" - -# capture n°013536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013536.pto --stitching --prefix=assemblage_013536 -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/GF013536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013536.jpg" - -# capture n°013537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013537.pto --stitching --prefix=assemblage_013537 -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/GF013537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013537.jpg" - -# capture n°013538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013538.pto --stitching --prefix=assemblage_013538 -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/GF013538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013538.jpg" - -# capture n°013539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013539.pto --stitching --prefix=assemblage_013539 -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/GF013539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013539.jpg" - -# capture n°013540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013540.pto --stitching --prefix=assemblage_013540 -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/GF013540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013540.jpg" - -# capture n°013541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013541.pto --stitching --prefix=assemblage_013541 -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/GF013541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013541.jpg" - -# capture n°013542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013542.pto --stitching --prefix=assemblage_013542 -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/GF013542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013542.jpg" - -# capture n°013543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013543.pto --stitching --prefix=assemblage_013543 -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/GF013543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013543.jpg" - -# capture n°013544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013544.pto --stitching --prefix=assemblage_013544 -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/GF013544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013544.jpg" - -# capture n°013545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013545.pto --stitching --prefix=assemblage_013545 -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/GF013545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013545.jpg" - -# capture n°013546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013546.pto --stitching --prefix=assemblage_013546 -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/GF013546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013546.jpg" - -# capture n°013547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013547.pto --stitching --prefix=assemblage_013547 -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/GF013547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013547.jpg" - -# capture n°013548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013548.pto --stitching --prefix=assemblage_013548 -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/GF013548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013548.jpg" - -# capture n°013549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013549.pto --stitching --prefix=assemblage_013549 -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/GF013549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013549.jpg" - -# capture n°013550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013550.pto --stitching --prefix=assemblage_013550 -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/GF013550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013550.jpg" - -# capture n°013551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013551.pto --stitching --prefix=assemblage_013551 -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/GF013551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013551.jpg" - -# capture n°013552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013552.pto --stitching --prefix=assemblage_013552 -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/GF013552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013552.jpg" - -# capture n°013553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013553.pto --stitching --prefix=assemblage_013553 -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/GF013553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013553.jpg" - -# capture n°013554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013554.pto --stitching --prefix=assemblage_013554 -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/GF013554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013554.jpg" - -# capture n°013555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013555.pto --stitching --prefix=assemblage_013555 -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/GF013555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013555.jpg" - -# capture n°013556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013556.pto --stitching --prefix=assemblage_013556 -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/GF013556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013556.jpg" - -# capture n°013557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013557.pto --stitching --prefix=assemblage_013557 -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/GF013557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013557.jpg" - -# capture n°013558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013558.pto --stitching --prefix=assemblage_013558 -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/GF013558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013558.jpg" - -# capture n°013559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013559.pto --stitching --prefix=assemblage_013559 -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/GF013559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013559.jpg" - -# capture n°013560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013560.pto --stitching --prefix=assemblage_013560 -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/GF013560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013560.jpg" - -# capture n°013561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013561.pto --stitching --prefix=assemblage_013561 -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/GF013561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013561.jpg" - -# capture n°013562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013562.pto --stitching --prefix=assemblage_013562 -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/GF013562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013562.jpg" - -# capture n°013563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013563.pto --stitching --prefix=assemblage_013563 -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/GF013563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013563.jpg" - -# capture n°013564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013564.pto --stitching --prefix=assemblage_013564 -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/GF013564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013564.jpg" - -# capture n°013565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013565.pto --stitching --prefix=assemblage_013565 -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/GF013565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013565.jpg" - -# capture n°013566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013566.pto --stitching --prefix=assemblage_013566 -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/GF013566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013566.jpg" - -# capture n°013567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013567.pto --stitching --prefix=assemblage_013567 -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/GF013567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013567.jpg" - -# capture n°013568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013568.pto --stitching --prefix=assemblage_013568 -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/GF013568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013568.jpg" - -# capture n°013569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013569.pto --stitching --prefix=assemblage_013569 -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/GF013569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013569.jpg" - -# capture n°013570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013570.pto --stitching --prefix=assemblage_013570 -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/GF013570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013570.jpg" - -# capture n°013571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013571.pto --stitching --prefix=assemblage_013571 -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/GF013571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013571.jpg" - -# capture n°013572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013572.pto --stitching --prefix=assemblage_013572 -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/GF013572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013572.jpg" - -# capture n°013573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013573.pto --stitching --prefix=assemblage_013573 -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/GF013573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013573.jpg" - -# capture n°013574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013574.pto --stitching --prefix=assemblage_013574 -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/GF013574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013574.jpg" - -# capture n°013575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013575.pto --stitching --prefix=assemblage_013575 -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/GF013575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013575.jpg" - -# capture n°013576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013576.pto --stitching --prefix=assemblage_013576 -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/GF013576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013576.jpg" - -# capture n°013577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013577.pto --stitching --prefix=assemblage_013577 -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/GF013577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013577.jpg" - -# capture n°013578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013578.pto --stitching --prefix=assemblage_013578 -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/GF013578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013578.jpg" - -# capture n°013579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013579.pto --stitching --prefix=assemblage_013579 -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/GF013579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013579.jpg" - -# capture n°013580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013580.pto --stitching --prefix=assemblage_013580 -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/GF013580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013580.jpg" - -# capture n°013581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013581.pto --stitching --prefix=assemblage_013581 -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/GF013581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013581.jpg" - -# capture n°013582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013582.pto --stitching --prefix=assemblage_013582 -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/GF013582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013582.jpg" - -# capture n°013583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013583.pto --stitching --prefix=assemblage_013583 -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/GF013583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013583.jpg" - -# capture n°013584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013584.pto --stitching --prefix=assemblage_013584 -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/GF013584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013584.jpg" - -# capture n°013585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013585.pto --stitching --prefix=assemblage_013585 -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/GF013585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013585.jpg" - -# capture n°013586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013586.pto --stitching --prefix=assemblage_013586 -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/GF013586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013586.jpg" - -# capture n°013587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013587.pto --stitching --prefix=assemblage_013587 -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/GF013587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013587.jpg" - -# capture n°013588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013588.pto --stitching --prefix=assemblage_013588 -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/GF013588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013588.jpg" - -# capture n°013589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013589.pto --stitching --prefix=assemblage_013589 -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/GF013589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013589.jpg" - -# capture n°013590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013590.pto --stitching --prefix=assemblage_013590 -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/GF013590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013590.jpg" - -# capture n°013591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013591.pto --stitching --prefix=assemblage_013591 -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/GF013591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013591.jpg" - -# capture n°013592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013592.pto --stitching --prefix=assemblage_013592 -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/GF013592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013592.jpg" - -# capture n°013593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013593.pto --stitching --prefix=assemblage_013593 -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/GF013593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013593.jpg" - -# capture n°013594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013594.pto --stitching --prefix=assemblage_013594 -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/GF013594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013594.jpg" - -# capture n°013595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013595.pto --stitching --prefix=assemblage_013595 -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/GF013595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013595.jpg" - -# capture n°013596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013596.pto --stitching --prefix=assemblage_013596 -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/GF013596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013596.jpg" - -# capture n°013597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013597.pto --stitching --prefix=assemblage_013597 -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/GF013597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013597.jpg" - -# capture n°013598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013598.pto --stitching --prefix=assemblage_013598 -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/GF013598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013598.jpg" - -# capture n°013599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013599.pto --stitching --prefix=assemblage_013599 -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/GF013599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013599.jpg" - -# capture n°013600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013600.pto --stitching --prefix=assemblage_013600 -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/GF013600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013600.jpg" - -# capture n°013601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013601.pto --stitching --prefix=assemblage_013601 -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/GF013601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013601.jpg" - -# capture n°013602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013602.pto --stitching --prefix=assemblage_013602 -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/GF013602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013602.jpg" - -# capture n°013603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013603.pto --stitching --prefix=assemblage_013603 -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/GF013603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013603.jpg" - -# capture n°013604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013604.pto --stitching --prefix=assemblage_013604 -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/GF013604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013604.jpg" - -# capture n°013605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013605.pto --stitching --prefix=assemblage_013605 -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/GF013605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013605.jpg" - -# capture n°013606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013606.pto --stitching --prefix=assemblage_013606 -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/GF013606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013606.jpg" - -# capture n°013607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013607.pto --stitching --prefix=assemblage_013607 -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/GF013607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013607.jpg" - -# capture n°013608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013608.pto --stitching --prefix=assemblage_013608 -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/GF013608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013608.jpg" - -# capture n°013609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013609.pto --stitching --prefix=assemblage_013609 -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/GF013609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013609.jpg" - -# capture n°013610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013610.pto --stitching --prefix=assemblage_013610 -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/GF013610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013610.jpg" - -# capture n°013611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013611.pto --stitching --prefix=assemblage_013611 -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/GF013611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013611.jpg" - -# capture n°013612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013612.pto --stitching --prefix=assemblage_013612 -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/GF013612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013612.jpg" - -# capture n°013613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013613.pto --stitching --prefix=assemblage_013613 -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/GF013613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013613.jpg" - -# capture n°013614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013614.pto --stitching --prefix=assemblage_013614 -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/GF013614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013614.jpg" - -# capture n°013615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013615.pto --stitching --prefix=assemblage_013615 -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/GF013615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013615.jpg" - -# capture n°013616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013616.pto --stitching --prefix=assemblage_013616 -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/GF013616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013616.jpg" - -# capture n°013617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013617.pto --stitching --prefix=assemblage_013617 -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/GF013617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013617.jpg" - -# capture n°013618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013618.pto --stitching --prefix=assemblage_013618 -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/GF013618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013618.jpg" - -# capture n°013619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013619.pto --stitching --prefix=assemblage_013619 -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/GF013619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013619.jpg" - -# capture n°013620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013620.pto --stitching --prefix=assemblage_013620 -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/GF013620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013620.jpg" - -# capture n°013621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013621.pto --stitching --prefix=assemblage_013621 -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/GF013621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013621.jpg" - -# capture n°013622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013622.pto --stitching --prefix=assemblage_013622 -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/GF013622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013622.jpg" - -# capture n°013623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013623.pto --stitching --prefix=assemblage_013623 -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/GF013623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013623.jpg" diff --git a/hugin-gopro-fusion/output_pto/hugin_executor_from12262_to_24506.sh b/hugin-gopro-fusion/output_pto/hugin_executor_from12262_to_24506.sh deleted file mode 100644 index dd18422b..00000000 --- a/hugin-gopro-fusion/output_pto/hugin_executor_from12262_to_24506.sh +++ /dev/null @@ -1,54420 +0,0 @@ -#!/bin/bash -# éxécuter tous les fichiers PTO - -cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output - -# todo: -# capture n°013624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013624.pto --stitching --prefix=assemblage_013624 -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/GF013624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013624.jpg" - -# capture n°013625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013625.pto --stitching --prefix=assemblage_013625 -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/GF013625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013625.jpg" - -# capture n°013626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013626.pto --stitching --prefix=assemblage_013626 -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/GF013626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013626.jpg" - -# capture n°013627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013627.pto --stitching --prefix=assemblage_013627 -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/GF013627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013627.jpg" - -# capture n°013628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013628.pto --stitching --prefix=assemblage_013628 -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/GF013628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013628.jpg" - -# capture n°013629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013629.pto --stitching --prefix=assemblage_013629 -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/GF013629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013629.jpg" - -# capture n°013630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013630.pto --stitching --prefix=assemblage_013630 -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/GF013630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013630.jpg" - -# capture n°013631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013631.pto --stitching --prefix=assemblage_013631 -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/GF013631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013631.jpg" - -# capture n°013632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013632.pto --stitching --prefix=assemblage_013632 -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/GF013632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013632.jpg" - -# capture n°013633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013633.pto --stitching --prefix=assemblage_013633 -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/GF013633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013633.jpg" - -# capture n°013634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013634.pto --stitching --prefix=assemblage_013634 -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/GF013634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013634.jpg" - -# capture n°013635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013635.pto --stitching --prefix=assemblage_013635 -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/GF013635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013635.jpg" - -# capture n°013636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013636.pto --stitching --prefix=assemblage_013636 -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/GF013636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013636.jpg" - -# capture n°013637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013637.pto --stitching --prefix=assemblage_013637 -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/GF013637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013637.jpg" - -# capture n°013638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013638.pto --stitching --prefix=assemblage_013638 -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/GF013638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013638.jpg" - -# capture n°013639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013639.pto --stitching --prefix=assemblage_013639 -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/GF013639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013639.jpg" - -# capture n°013640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013640.pto --stitching --prefix=assemblage_013640 -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/GF013640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013640.jpg" - -# capture n°013641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013641.pto --stitching --prefix=assemblage_013641 -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/GF013641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013641.jpg" - -# capture n°013642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013642.pto --stitching --prefix=assemblage_013642 -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/GF013642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013642.jpg" - -# capture n°013643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013643.pto --stitching --prefix=assemblage_013643 -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/GF013643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013643.jpg" - -# capture n°013644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013644.pto --stitching --prefix=assemblage_013644 -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/GF013644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013644.jpg" - -# capture n°013645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013645.pto --stitching --prefix=assemblage_013645 -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/GF013645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013645.jpg" - -# capture n°013646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013646.pto --stitching --prefix=assemblage_013646 -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/GF013646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013646.jpg" - -# capture n°013647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013647.pto --stitching --prefix=assemblage_013647 -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/GF013647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013647.jpg" - -# capture n°013648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013648.pto --stitching --prefix=assemblage_013648 -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/GF013648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013648.jpg" - -# capture n°013649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013649.pto --stitching --prefix=assemblage_013649 -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/GF013649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013649.jpg" - -# capture n°013650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013650.pto --stitching --prefix=assemblage_013650 -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/GF013650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013650.jpg" - -# capture n°013651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013651.pto --stitching --prefix=assemblage_013651 -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/GF013651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013651.jpg" - -# capture n°013652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013652.pto --stitching --prefix=assemblage_013652 -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/GF013652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013652.jpg" - -# capture n°013653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013653.pto --stitching --prefix=assemblage_013653 -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/GF013653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013653.jpg" - -# capture n°013654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013654.pto --stitching --prefix=assemblage_013654 -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/GF013654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013654.jpg" - -# capture n°013655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013655.pto --stitching --prefix=assemblage_013655 -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/GF013655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013655.jpg" - -# capture n°013656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013656.pto --stitching --prefix=assemblage_013656 -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/GF013656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013656.jpg" - -# capture n°013657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013657.pto --stitching --prefix=assemblage_013657 -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/GF013657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013657.jpg" - -# capture n°013658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013658.pto --stitching --prefix=assemblage_013658 -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/GF013658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013658.jpg" - -# capture n°013659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013659.pto --stitching --prefix=assemblage_013659 -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/GF013659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013659.jpg" - -# capture n°013660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013660.pto --stitching --prefix=assemblage_013660 -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/GF013660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013660.jpg" - -# capture n°013661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013661.pto --stitching --prefix=assemblage_013661 -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/GF013661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013661.jpg" - -# capture n°013662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013662.pto --stitching --prefix=assemblage_013662 -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/GF013662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013662.jpg" - -# capture n°013663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013663.pto --stitching --prefix=assemblage_013663 -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/GF013663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013663.jpg" - -# capture n°013664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013664.pto --stitching --prefix=assemblage_013664 -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/GF013664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013664.jpg" - -# capture n°013665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013665.pto --stitching --prefix=assemblage_013665 -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/GF013665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013665.jpg" - -# capture n°013666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013666.pto --stitching --prefix=assemblage_013666 -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/GF013666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013666.jpg" - -# capture n°013667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013667.pto --stitching --prefix=assemblage_013667 -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/GF013667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013667.jpg" - -# capture n°013668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013668.pto --stitching --prefix=assemblage_013668 -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/GF013668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013668.jpg" - -# capture n°013669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013669.pto --stitching --prefix=assemblage_013669 -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/GF013669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013669.jpg" - -# capture n°013670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013670.pto --stitching --prefix=assemblage_013670 -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/GF013670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013670.jpg" - -# capture n°013671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013671.pto --stitching --prefix=assemblage_013671 -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/GF013671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013671.jpg" - -# capture n°013672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013672.pto --stitching --prefix=assemblage_013672 -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/GF013672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013672.jpg" - -# capture n°013673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013673.pto --stitching --prefix=assemblage_013673 -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/GF013673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013673.jpg" - -# capture n°013674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013674.pto --stitching --prefix=assemblage_013674 -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/GF013674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013674.jpg" - -# capture n°013675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013675.pto --stitching --prefix=assemblage_013675 -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/GF013675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013675.jpg" - -# capture n°013676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013676.pto --stitching --prefix=assemblage_013676 -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/GF013676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013676.jpg" - -# capture n°013677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013677.pto --stitching --prefix=assemblage_013677 -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/GF013677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013677.jpg" - -# capture n°013678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013678.pto --stitching --prefix=assemblage_013678 -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/GF013678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013678.jpg" - -# capture n°013679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013679.pto --stitching --prefix=assemblage_013679 -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/GF013679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013679.jpg" - -# capture n°013680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013680.pto --stitching --prefix=assemblage_013680 -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/GF013680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013680.jpg" - -# capture n°013681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013681.pto --stitching --prefix=assemblage_013681 -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/GF013681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013681.jpg" - -# capture n°013682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013682.pto --stitching --prefix=assemblage_013682 -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/GF013682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013682.jpg" - -# capture n°013683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013683.pto --stitching --prefix=assemblage_013683 -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/GF013683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013683.jpg" - -# capture n°013684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013684.pto --stitching --prefix=assemblage_013684 -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/GF013684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013684.jpg" - -# capture n°013685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013685.pto --stitching --prefix=assemblage_013685 -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/GF013685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013685.jpg" - -# capture n°013686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013686.pto --stitching --prefix=assemblage_013686 -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/GF013686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013686.jpg" - -# capture n°013687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013687.pto --stitching --prefix=assemblage_013687 -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/GF013687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013687.jpg" - -# capture n°013688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013688.pto --stitching --prefix=assemblage_013688 -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/GF013688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013688.jpg" - -# capture n°013689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013689.pto --stitching --prefix=assemblage_013689 -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/GF013689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013689.jpg" - -# capture n°013690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013690.pto --stitching --prefix=assemblage_013690 -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/GF013690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013690.jpg" - -# capture n°013691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013691.pto --stitching --prefix=assemblage_013691 -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/GF013691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013691.jpg" - -# capture n°013692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013692.pto --stitching --prefix=assemblage_013692 -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/GF013692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013692.jpg" - -# capture n°013693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013693.pto --stitching --prefix=assemblage_013693 -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/GF013693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013693.jpg" - -# capture n°013694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013694.pto --stitching --prefix=assemblage_013694 -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/GF013694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013694.jpg" - -# capture n°013695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013695.pto --stitching --prefix=assemblage_013695 -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/GF013695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013695.jpg" - -# capture n°013696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013696.pto --stitching --prefix=assemblage_013696 -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/GF013696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013696.jpg" - -# capture n°013697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013697.pto --stitching --prefix=assemblage_013697 -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/GF013697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013697.jpg" - -# capture n°013698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013698.pto --stitching --prefix=assemblage_013698 -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/GF013698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013698.jpg" - -# capture n°013699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013699.pto --stitching --prefix=assemblage_013699 -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/GF013699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013699.jpg" - -# capture n°013700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013700.pto --stitching --prefix=assemblage_013700 -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/GF013700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013700.jpg" - -# capture n°013701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013701.pto --stitching --prefix=assemblage_013701 -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/GF013701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013701.jpg" - -# capture n°013702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013702.pto --stitching --prefix=assemblage_013702 -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/GF013702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013702.jpg" - -# capture n°013703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013703.pto --stitching --prefix=assemblage_013703 -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/GF013703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013703.jpg" - -# capture n°013704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013704.pto --stitching --prefix=assemblage_013704 -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/GF013704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013704.jpg" - -# capture n°013705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013705.pto --stitching --prefix=assemblage_013705 -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/GF013705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013705.jpg" - -# capture n°013706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013706.pto --stitching --prefix=assemblage_013706 -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/GF013706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013706.jpg" - -# capture n°013707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013707.pto --stitching --prefix=assemblage_013707 -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/GF013707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013707.jpg" - -# capture n°013708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013708.pto --stitching --prefix=assemblage_013708 -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/GF013708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013708.jpg" - -# capture n°013709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013709.pto --stitching --prefix=assemblage_013709 -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/GF013709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013709.jpg" - -# capture n°013710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013710.pto --stitching --prefix=assemblage_013710 -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/GF013710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013710.jpg" - -# capture n°013711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013711.pto --stitching --prefix=assemblage_013711 -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/GF013711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013711.jpg" - -# capture n°013712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013712.pto --stitching --prefix=assemblage_013712 -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/GF013712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013712.jpg" - -# capture n°013713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013713.pto --stitching --prefix=assemblage_013713 -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/GF013713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013713.jpg" - -# capture n°013714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013714.pto --stitching --prefix=assemblage_013714 -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/GF013714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013714.jpg" - -# capture n°013715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013715.pto --stitching --prefix=assemblage_013715 -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/GF013715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013715.jpg" - -# capture n°013716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013716.pto --stitching --prefix=assemblage_013716 -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/GF013716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013716.jpg" - -# capture n°013717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013717.pto --stitching --prefix=assemblage_013717 -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/GF013717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013717.jpg" - -# capture n°013718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013718.pto --stitching --prefix=assemblage_013718 -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/GF013718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013718.jpg" - -# capture n°013719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013719.pto --stitching --prefix=assemblage_013719 -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/GF013719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013719.jpg" - -# capture n°013720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013720.pto --stitching --prefix=assemblage_013720 -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/GF013720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013720.jpg" - -# capture n°013721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013721.pto --stitching --prefix=assemblage_013721 -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/GF013721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013721.jpg" - -# capture n°013722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013722.pto --stitching --prefix=assemblage_013722 -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/GF013722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013722.jpg" - -# capture n°013723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013723.pto --stitching --prefix=assemblage_013723 -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/GF013723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013723.jpg" - -# capture n°013724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013724.pto --stitching --prefix=assemblage_013724 -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/GF013724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013724.jpg" - -# capture n°013725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013725.pto --stitching --prefix=assemblage_013725 -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/GF013725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013725.jpg" - -# capture n°013726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013726.pto --stitching --prefix=assemblage_013726 -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/GF013726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013726.jpg" - -# capture n°013727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013727.pto --stitching --prefix=assemblage_013727 -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/GF013727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013727.jpg" - -# capture n°013728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013728.pto --stitching --prefix=assemblage_013728 -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/GF013728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013728.jpg" - -# capture n°013729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013729.pto --stitching --prefix=assemblage_013729 -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/GF013729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013729.jpg" - -# capture n°013730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013730.pto --stitching --prefix=assemblage_013730 -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/GF013730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013730.jpg" - -# capture n°013731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013731.pto --stitching --prefix=assemblage_013731 -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/GF013731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013731.jpg" - -# capture n°013732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013732.pto --stitching --prefix=assemblage_013732 -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/GF013732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013732.jpg" - -# capture n°013733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013733.pto --stitching --prefix=assemblage_013733 -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/GF013733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013733.jpg" - -# capture n°013734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013734.pto --stitching --prefix=assemblage_013734 -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/GF013734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013734.jpg" - -# capture n°013735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013735.pto --stitching --prefix=assemblage_013735 -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/GF013735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013735.jpg" - -# capture n°013736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013736.pto --stitching --prefix=assemblage_013736 -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/GF013736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013736.jpg" - -# capture n°013737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013737.pto --stitching --prefix=assemblage_013737 -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/GF013737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013737.jpg" - -# capture n°013738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013738.pto --stitching --prefix=assemblage_013738 -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/GF013738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013738.jpg" - -# capture n°013739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013739.pto --stitching --prefix=assemblage_013739 -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/GF013739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013739.jpg" - -# capture n°013740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013740.pto --stitching --prefix=assemblage_013740 -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/GF013740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013740.jpg" - -# capture n°013741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013741.pto --stitching --prefix=assemblage_013741 -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/GF013741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013741.jpg" - -# capture n°013742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013742.pto --stitching --prefix=assemblage_013742 -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/GF013742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013742.jpg" - -# capture n°013743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013743.pto --stitching --prefix=assemblage_013743 -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/GF013743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013743.jpg" - -# capture n°013744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013744.pto --stitching --prefix=assemblage_013744 -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/GF013744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013744.jpg" - -# capture n°013745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013745.pto --stitching --prefix=assemblage_013745 -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/GF013745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013745.jpg" - -# capture n°013746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013746.pto --stitching --prefix=assemblage_013746 -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/GF013746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013746.jpg" - -# capture n°013747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013747.pto --stitching --prefix=assemblage_013747 -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/GF013747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013747.jpg" - -# capture n°013748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013748.pto --stitching --prefix=assemblage_013748 -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/GF013748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013748.jpg" - -# capture n°013749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013749.pto --stitching --prefix=assemblage_013749 -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/GF013749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013749.jpg" - -# capture n°013750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013750.pto --stitching --prefix=assemblage_013750 -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/GF013750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013750.jpg" - -# capture n°013751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013751.pto --stitching --prefix=assemblage_013751 -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/GF013751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013751.jpg" - -# capture n°013752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013752.pto --stitching --prefix=assemblage_013752 -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/GF013752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013752.jpg" - -# capture n°013753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013753.pto --stitching --prefix=assemblage_013753 -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/GF013753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013753.jpg" - -# capture n°013754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013754.pto --stitching --prefix=assemblage_013754 -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/GF013754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013754.jpg" - -# capture n°013755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013755.pto --stitching --prefix=assemblage_013755 -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/GF013755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013755.jpg" - -# capture n°013756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013756.pto --stitching --prefix=assemblage_013756 -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/GF013756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013756.jpg" - -# capture n°013757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013757.pto --stitching --prefix=assemblage_013757 -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/GF013757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013757.jpg" - -# capture n°013758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013758.pto --stitching --prefix=assemblage_013758 -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/GF013758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013758.jpg" - -# capture n°013759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013759.pto --stitching --prefix=assemblage_013759 -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/GF013759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013759.jpg" - -# capture n°013760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013760.pto --stitching --prefix=assemblage_013760 -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/GF013760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013760.jpg" - -# capture n°013761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013761.pto --stitching --prefix=assemblage_013761 -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/GF013761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013761.jpg" - -# capture n°013762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013762.pto --stitching --prefix=assemblage_013762 -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/GF013762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013762.jpg" - -# capture n°013763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013763.pto --stitching --prefix=assemblage_013763 -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/GF013763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013763.jpg" - -# capture n°013764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013764.pto --stitching --prefix=assemblage_013764 -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/GF013764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013764.jpg" - -# capture n°013765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013765.pto --stitching --prefix=assemblage_013765 -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/GF013765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013765.jpg" - -# capture n°013766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013766.pto --stitching --prefix=assemblage_013766 -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/GF013766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013766.jpg" - -# capture n°013767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013767.pto --stitching --prefix=assemblage_013767 -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/GF013767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013767.jpg" - -# capture n°013768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013768.pto --stitching --prefix=assemblage_013768 -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/GF013768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013768.jpg" - -# capture n°013769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013769.pto --stitching --prefix=assemblage_013769 -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/GF013769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013769.jpg" - -# capture n°013770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013770.pto --stitching --prefix=assemblage_013770 -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/GF013770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013770.jpg" - -# capture n°013771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013771.pto --stitching --prefix=assemblage_013771 -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/GF013771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013771.jpg" - -# capture n°013772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013772.pto --stitching --prefix=assemblage_013772 -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/GF013772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013772.jpg" - -# capture n°013773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013773.pto --stitching --prefix=assemblage_013773 -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/GF013773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013773.jpg" - -# capture n°013774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013774.pto --stitching --prefix=assemblage_013774 -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/GF013774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013774.jpg" - -# capture n°013775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013775.pto --stitching --prefix=assemblage_013775 -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/GF013775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013775.jpg" - -# capture n°013776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013776.pto --stitching --prefix=assemblage_013776 -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/GF013776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013776.jpg" - -# capture n°013777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013777.pto --stitching --prefix=assemblage_013777 -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/GF013777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013777.jpg" - -# capture n°013778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013778.pto --stitching --prefix=assemblage_013778 -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/GF013778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013778.jpg" - -# capture n°013779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013779.pto --stitching --prefix=assemblage_013779 -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/GF013779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013779.jpg" - -# capture n°013780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013780.pto --stitching --prefix=assemblage_013780 -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/GF013780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013780.jpg" - -# capture n°013781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013781.pto --stitching --prefix=assemblage_013781 -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/GF013781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013781.jpg" - -# capture n°013782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013782.pto --stitching --prefix=assemblage_013782 -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/GF013782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013782.jpg" - -# capture n°013783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013783.pto --stitching --prefix=assemblage_013783 -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/GF013783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013783.jpg" - -# capture n°013784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013784.pto --stitching --prefix=assemblage_013784 -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/GF013784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013784.jpg" - -# capture n°013785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013785.pto --stitching --prefix=assemblage_013785 -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/GF013785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013785.jpg" - -# capture n°013786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013786.pto --stitching --prefix=assemblage_013786 -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/GF013786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013786.jpg" - -# capture n°013787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013787.pto --stitching --prefix=assemblage_013787 -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/GF013787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013787.jpg" - -# capture n°013788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013788.pto --stitching --prefix=assemblage_013788 -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/GF013788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013788.jpg" - -# capture n°013789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013789.pto --stitching --prefix=assemblage_013789 -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/GF013789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013789.jpg" - -# capture n°013790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013790.pto --stitching --prefix=assemblage_013790 -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/GF013790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013790.jpg" - -# capture n°013791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013791.pto --stitching --prefix=assemblage_013791 -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/GF013791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013791.jpg" - -# capture n°013792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013792.pto --stitching --prefix=assemblage_013792 -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/GF013792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013792.jpg" - -# capture n°013793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013793.pto --stitching --prefix=assemblage_013793 -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/GF013793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013793.jpg" - -# capture n°013794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013794.pto --stitching --prefix=assemblage_013794 -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/GF013794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013794.jpg" - -# capture n°013795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013795.pto --stitching --prefix=assemblage_013795 -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/GF013795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013795.jpg" - -# capture n°013796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013796.pto --stitching --prefix=assemblage_013796 -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/GF013796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013796.jpg" - -# capture n°013797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013797.pto --stitching --prefix=assemblage_013797 -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/GF013797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013797.jpg" - -# capture n°013798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013798.pto --stitching --prefix=assemblage_013798 -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/GF013798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013798.jpg" - -# capture n°013799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013799.pto --stitching --prefix=assemblage_013799 -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/GF013799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013799.jpg" - -# capture n°013800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013800.pto --stitching --prefix=assemblage_013800 -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/GF013800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013800.jpg" - -# capture n°013801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013801.pto --stitching --prefix=assemblage_013801 -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/GF013801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013801.jpg" - -# capture n°013802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013802.pto --stitching --prefix=assemblage_013802 -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/GF013802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013802.jpg" - -# capture n°013803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013803.pto --stitching --prefix=assemblage_013803 -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/GF013803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013803.jpg" - -# capture n°013804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013804.pto --stitching --prefix=assemblage_013804 -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/GF013804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013804.jpg" - -# capture n°013805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013805.pto --stitching --prefix=assemblage_013805 -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/GF013805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013805.jpg" - -# capture n°013806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013806.pto --stitching --prefix=assemblage_013806 -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/GF013806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013806.jpg" - -# capture n°013807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013807.pto --stitching --prefix=assemblage_013807 -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/GF013807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013807.jpg" - -# capture n°013808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013808.pto --stitching --prefix=assemblage_013808 -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/GF013808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013808.jpg" - -# capture n°013809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013809.pto --stitching --prefix=assemblage_013809 -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/GF013809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013809.jpg" - -# capture n°013810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013810.pto --stitching --prefix=assemblage_013810 -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/GF013810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013810.jpg" - -# capture n°013811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013811.pto --stitching --prefix=assemblage_013811 -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/GF013811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013811.jpg" - -# capture n°013812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013812.pto --stitching --prefix=assemblage_013812 -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/GF013812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013812.jpg" - -# capture n°013813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013813.pto --stitching --prefix=assemblage_013813 -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/GF013813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013813.jpg" - -# capture n°013814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013814.pto --stitching --prefix=assemblage_013814 -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/GF013814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013814.jpg" - -# capture n°013815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013815.pto --stitching --prefix=assemblage_013815 -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/GF013815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013815.jpg" - -# capture n°013816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013816.pto --stitching --prefix=assemblage_013816 -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/GF013816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013816.jpg" - -# capture n°013817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013817.pto --stitching --prefix=assemblage_013817 -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/GF013817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013817.jpg" - -# capture n°013818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013818.pto --stitching --prefix=assemblage_013818 -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/GF013818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013818.jpg" - -# capture n°013819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013819.pto --stitching --prefix=assemblage_013819 -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/GF013819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013819.jpg" - -# capture n°013820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013820.pto --stitching --prefix=assemblage_013820 -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/GF013820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013820.jpg" - -# capture n°013821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013821.pto --stitching --prefix=assemblage_013821 -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/GF013821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013821.jpg" - -# capture n°013822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013822.pto --stitching --prefix=assemblage_013822 -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/GF013822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013822.jpg" - -# capture n°013823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013823.pto --stitching --prefix=assemblage_013823 -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/GF013823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013823.jpg" - -# capture n°013824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013824.pto --stitching --prefix=assemblage_013824 -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/GF013824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013824.jpg" - -# capture n°013825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013825.pto --stitching --prefix=assemblage_013825 -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/GF013825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013825.jpg" - -# capture n°013826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013826.pto --stitching --prefix=assemblage_013826 -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/GF013826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013826.jpg" - -# capture n°013827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013827.pto --stitching --prefix=assemblage_013827 -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/GF013827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013827.jpg" - -# capture n°013828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013828.pto --stitching --prefix=assemblage_013828 -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/GF013828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013828.jpg" - -# capture n°013829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013829.pto --stitching --prefix=assemblage_013829 -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/GF013829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013829.jpg" - -# capture n°013830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013830.pto --stitching --prefix=assemblage_013830 -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/GF013830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013830.jpg" - -# capture n°013831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013831.pto --stitching --prefix=assemblage_013831 -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/GF013831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013831.jpg" - -# capture n°013832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013832.pto --stitching --prefix=assemblage_013832 -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/GF013832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013832.jpg" - -# capture n°013833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013833.pto --stitching --prefix=assemblage_013833 -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/GF013833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013833.jpg" - -# capture n°013834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013834.pto --stitching --prefix=assemblage_013834 -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/GF013834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013834.jpg" - -# capture n°013835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013835.pto --stitching --prefix=assemblage_013835 -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/GF013835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013835.jpg" - -# capture n°013836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013836.pto --stitching --prefix=assemblage_013836 -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/GF013836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013836.jpg" - -# capture n°013837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013837.pto --stitching --prefix=assemblage_013837 -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/GF013837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013837.jpg" - -# capture n°013838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013838.pto --stitching --prefix=assemblage_013838 -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/GF013838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013838.jpg" - -# capture n°013839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013839.pto --stitching --prefix=assemblage_013839 -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/GF013839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013839.jpg" - -# capture n°013840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013840.pto --stitching --prefix=assemblage_013840 -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/GF013840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013840.jpg" - -# capture n°013841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013841.pto --stitching --prefix=assemblage_013841 -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/GF013841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013841.jpg" - -# capture n°013842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013842.pto --stitching --prefix=assemblage_013842 -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/GF013842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013842.jpg" - -# capture n°013843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013843.pto --stitching --prefix=assemblage_013843 -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/GF013843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013843.jpg" - -# capture n°013844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013844.pto --stitching --prefix=assemblage_013844 -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/GF013844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013844.jpg" - -# capture n°013845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013845.pto --stitching --prefix=assemblage_013845 -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/GF013845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013845.jpg" - -# capture n°013846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013846.pto --stitching --prefix=assemblage_013846 -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/GF013846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013846.jpg" - -# capture n°013847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013847.pto --stitching --prefix=assemblage_013847 -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/GF013847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013847.jpg" - -# capture n°013848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013848.pto --stitching --prefix=assemblage_013848 -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/GF013848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013848.jpg" - -# capture n°013849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013849.pto --stitching --prefix=assemblage_013849 -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/GF013849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013849.jpg" - -# capture n°013850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013850.pto --stitching --prefix=assemblage_013850 -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/GF013850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013850.jpg" - -# capture n°013851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013851.pto --stitching --prefix=assemblage_013851 -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/GF013851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013851.jpg" - -# capture n°013852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013852.pto --stitching --prefix=assemblage_013852 -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/GF013852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013852.jpg" - -# capture n°013853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013853.pto --stitching --prefix=assemblage_013853 -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/GF013853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013853.jpg" - -# capture n°013854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013854.pto --stitching --prefix=assemblage_013854 -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/GF013854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013854.jpg" - -# capture n°013855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013855.pto --stitching --prefix=assemblage_013855 -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/GF013855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013855.jpg" - -# capture n°013856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013856.pto --stitching --prefix=assemblage_013856 -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/GF013856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013856.jpg" - -# capture n°013857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013857.pto --stitching --prefix=assemblage_013857 -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/GF013857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013857.jpg" - -# capture n°013858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013858.pto --stitching --prefix=assemblage_013858 -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/GF013858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013858.jpg" - -# capture n°013859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013859.pto --stitching --prefix=assemblage_013859 -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/GF013859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013859.jpg" - -# capture n°013860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013860.pto --stitching --prefix=assemblage_013860 -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/GF013860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013860.jpg" - -# capture n°013861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013861.pto --stitching --prefix=assemblage_013861 -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/GF013861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013861.jpg" - -# capture n°013862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013862.pto --stitching --prefix=assemblage_013862 -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/GF013862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013862.jpg" - -# capture n°013863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013863.pto --stitching --prefix=assemblage_013863 -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/GF013863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013863.jpg" - -# capture n°013864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013864.pto --stitching --prefix=assemblage_013864 -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/GF013864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013864.jpg" - -# capture n°013865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013865.pto --stitching --prefix=assemblage_013865 -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/GF013865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013865.jpg" - -# capture n°013866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013866.pto --stitching --prefix=assemblage_013866 -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/GF013866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013866.jpg" - -# capture n°013867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013867.pto --stitching --prefix=assemblage_013867 -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/GF013867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013867.jpg" - -# capture n°013868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013868.pto --stitching --prefix=assemblage_013868 -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/GF013868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013868.jpg" - -# capture n°013869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013869.pto --stitching --prefix=assemblage_013869 -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/GF013869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013869.jpg" - -# capture n°013870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013870.pto --stitching --prefix=assemblage_013870 -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/GF013870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013870.jpg" - -# capture n°013871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013871.pto --stitching --prefix=assemblage_013871 -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/GF013871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013871.jpg" - -# capture n°013872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013872.pto --stitching --prefix=assemblage_013872 -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/GF013872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013872.jpg" - -# capture n°013873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013873.pto --stitching --prefix=assemblage_013873 -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/GF013873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013873.jpg" - -# capture n°013874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013874.pto --stitching --prefix=assemblage_013874 -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/GF013874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013874.jpg" - -# capture n°013875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013875.pto --stitching --prefix=assemblage_013875 -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/GF013875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013875.jpg" - -# capture n°013876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013876.pto --stitching --prefix=assemblage_013876 -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/GF013876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013876.jpg" - -# capture n°013877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013877.pto --stitching --prefix=assemblage_013877 -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/GF013877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013877.jpg" - -# capture n°013878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013878.pto --stitching --prefix=assemblage_013878 -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/GF013878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013878.jpg" - -# capture n°013879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013879.pto --stitching --prefix=assemblage_013879 -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/GF013879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013879.jpg" - -# capture n°013880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013880.pto --stitching --prefix=assemblage_013880 -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/GF013880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013880.jpg" - -# capture n°013881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013881.pto --stitching --prefix=assemblage_013881 -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/GF013881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013881.jpg" - -# capture n°013882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013882.pto --stitching --prefix=assemblage_013882 -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/GF013882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013882.jpg" - -# capture n°013883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013883.pto --stitching --prefix=assemblage_013883 -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/GF013883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013883.jpg" - -# capture n°013884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013884.pto --stitching --prefix=assemblage_013884 -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/GF013884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013884.jpg" - -# capture n°013885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013885.pto --stitching --prefix=assemblage_013885 -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/GF013885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013885.jpg" - -# capture n°013886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013886.pto --stitching --prefix=assemblage_013886 -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/GF013886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013886.jpg" - -# capture n°013887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013887.pto --stitching --prefix=assemblage_013887 -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/GF013887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013887.jpg" - -# capture n°013888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013888.pto --stitching --prefix=assemblage_013888 -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/GF013888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013888.jpg" - -# capture n°013889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013889.pto --stitching --prefix=assemblage_013889 -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/GF013889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013889.jpg" - -# capture n°013890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013890.pto --stitching --prefix=assemblage_013890 -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/GF013890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013890.jpg" - -# capture n°013891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013891.pto --stitching --prefix=assemblage_013891 -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/GF013891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013891.jpg" - -# capture n°013892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013892.pto --stitching --prefix=assemblage_013892 -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/GF013892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013892.jpg" - -# capture n°013893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013893.pto --stitching --prefix=assemblage_013893 -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/GF013893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013893.jpg" - -# capture n°013894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013894.pto --stitching --prefix=assemblage_013894 -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/GF013894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013894.jpg" - -# capture n°013895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013895.pto --stitching --prefix=assemblage_013895 -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/GF013895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013895.jpg" - -# capture n°013896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013896.pto --stitching --prefix=assemblage_013896 -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/GF013896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013896.jpg" - -# capture n°013897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013897.pto --stitching --prefix=assemblage_013897 -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/GF013897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013897.jpg" - -# capture n°013898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013898.pto --stitching --prefix=assemblage_013898 -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/GF013898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013898.jpg" - -# capture n°013899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013899.pto --stitching --prefix=assemblage_013899 -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/GF013899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013899.jpg" - -# capture n°013900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013900.pto --stitching --prefix=assemblage_013900 -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/GF013900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013900.jpg" - -# capture n°013901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013901.pto --stitching --prefix=assemblage_013901 -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/GF013901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013901.jpg" - -# capture n°013902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013902.pto --stitching --prefix=assemblage_013902 -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/GF013902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013902.jpg" - -# capture n°013903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013903.pto --stitching --prefix=assemblage_013903 -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/GF013903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013903.jpg" - -# capture n°013904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013904.pto --stitching --prefix=assemblage_013904 -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/GF013904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013904.jpg" - -# capture n°013905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013905.pto --stitching --prefix=assemblage_013905 -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/GF013905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013905.jpg" - -# capture n°013906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013906.pto --stitching --prefix=assemblage_013906 -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/GF013906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013906.jpg" - -# capture n°013907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013907.pto --stitching --prefix=assemblage_013907 -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/GF013907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013907.jpg" - -# capture n°013908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013908.pto --stitching --prefix=assemblage_013908 -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/GF013908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013908.jpg" - -# capture n°013909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013909.pto --stitching --prefix=assemblage_013909 -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/GF013909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013909.jpg" - -# capture n°013910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013910.pto --stitching --prefix=assemblage_013910 -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/GF013910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013910.jpg" - -# capture n°013911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013911.pto --stitching --prefix=assemblage_013911 -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/GF013911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013911.jpg" - -# capture n°013912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013912.pto --stitching --prefix=assemblage_013912 -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/GF013912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013912.jpg" - -# capture n°013913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013913.pto --stitching --prefix=assemblage_013913 -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/GF013913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013913.jpg" - -# capture n°013914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013914.pto --stitching --prefix=assemblage_013914 -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/GF013914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013914.jpg" - -# capture n°013915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013915.pto --stitching --prefix=assemblage_013915 -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/GF013915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013915.jpg" - -# capture n°013916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013916.pto --stitching --prefix=assemblage_013916 -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/GF013916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013916.jpg" - -# capture n°013917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013917.pto --stitching --prefix=assemblage_013917 -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/GF013917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013917.jpg" - -# capture n°013918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013918.pto --stitching --prefix=assemblage_013918 -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/GF013918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013918.jpg" - -# capture n°013919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013919.pto --stitching --prefix=assemblage_013919 -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/GF013919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013919.jpg" - -# capture n°013920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013920.pto --stitching --prefix=assemblage_013920 -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/GF013920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013920.jpg" - -# capture n°013921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013921.pto --stitching --prefix=assemblage_013921 -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/GF013921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013921.jpg" - -# capture n°013922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013922.pto --stitching --prefix=assemblage_013922 -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/GF013922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013922.jpg" - -# capture n°013923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013923.pto --stitching --prefix=assemblage_013923 -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/GF013923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013923.jpg" - -# capture n°013924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013924.pto --stitching --prefix=assemblage_013924 -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/GF013924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013924.jpg" - -# capture n°013925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013925.pto --stitching --prefix=assemblage_013925 -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/GF013925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013925.jpg" - -# capture n°013926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013926.pto --stitching --prefix=assemblage_013926 -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/GF013926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013926.jpg" - -# capture n°013927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013927.pto --stitching --prefix=assemblage_013927 -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/GF013927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013927.jpg" - -# capture n°013928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013928.pto --stitching --prefix=assemblage_013928 -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/GF013928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013928.jpg" - -# capture n°013929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013929.pto --stitching --prefix=assemblage_013929 -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/GF013929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013929.jpg" - -# capture n°013930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013930.pto --stitching --prefix=assemblage_013930 -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/GF013930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013930.jpg" - -# capture n°013931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013931.pto --stitching --prefix=assemblage_013931 -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/GF013931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013931.jpg" - -# capture n°013932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013932.pto --stitching --prefix=assemblage_013932 -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/GF013932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013932.jpg" - -# capture n°013933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013933.pto --stitching --prefix=assemblage_013933 -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/GF013933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013933.jpg" - -# capture n°013934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013934.pto --stitching --prefix=assemblage_013934 -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/GF013934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013934.jpg" - -# capture n°013935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013935.pto --stitching --prefix=assemblage_013935 -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/GF013935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013935.jpg" - -# capture n°013936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013936.pto --stitching --prefix=assemblage_013936 -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/GF013936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013936.jpg" - -# capture n°013937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013937.pto --stitching --prefix=assemblage_013937 -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/GF013937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013937.jpg" - -# capture n°013938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013938.pto --stitching --prefix=assemblage_013938 -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/GF013938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013938.jpg" - -# capture n°013939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013939.pto --stitching --prefix=assemblage_013939 -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/GF013939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013939.jpg" - -# capture n°013940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013940.pto --stitching --prefix=assemblage_013940 -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/GF013940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013940.jpg" - -# capture n°013941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013941.pto --stitching --prefix=assemblage_013941 -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/GF013941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013941.jpg" - -# capture n°013942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013942.pto --stitching --prefix=assemblage_013942 -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/GF013942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013942.jpg" - -# capture n°013943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013943.pto --stitching --prefix=assemblage_013943 -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/GF013943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013943.jpg" - -# capture n°013944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013944.pto --stitching --prefix=assemblage_013944 -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/GF013944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013944.jpg" - -# capture n°013945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013945.pto --stitching --prefix=assemblage_013945 -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/GF013945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013945.jpg" - -# capture n°013946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013946.pto --stitching --prefix=assemblage_013946 -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/GF013946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013946.jpg" - -# capture n°013947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013947.pto --stitching --prefix=assemblage_013947 -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/GF013947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013947.jpg" - -# capture n°013948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013948.pto --stitching --prefix=assemblage_013948 -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/GF013948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013948.jpg" - -# capture n°013949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013949.pto --stitching --prefix=assemblage_013949 -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/GF013949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013949.jpg" - -# capture n°013950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013950.pto --stitching --prefix=assemblage_013950 -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/GF013950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013950.jpg" - -# capture n°013951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013951.pto --stitching --prefix=assemblage_013951 -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/GF013951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013951.jpg" - -# capture n°013952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013952.pto --stitching --prefix=assemblage_013952 -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/GF013952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013952.jpg" - -# capture n°013953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013953.pto --stitching --prefix=assemblage_013953 -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/GF013953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013953.jpg" - -# capture n°013954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013954.pto --stitching --prefix=assemblage_013954 -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/GF013954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013954.jpg" - -# capture n°013955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013955.pto --stitching --prefix=assemblage_013955 -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/GF013955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013955.jpg" - -# capture n°013956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013956.pto --stitching --prefix=assemblage_013956 -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/GF013956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013956.jpg" - -# capture n°013957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013957.pto --stitching --prefix=assemblage_013957 -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/GF013957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013957.jpg" - -# capture n°013958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013958.pto --stitching --prefix=assemblage_013958 -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/GF013958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013958.jpg" - -# capture n°013959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013959.pto --stitching --prefix=assemblage_013959 -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/GF013959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013959.jpg" - -# capture n°013960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013960.pto --stitching --prefix=assemblage_013960 -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/GF013960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013960.jpg" - -# capture n°013961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013961.pto --stitching --prefix=assemblage_013961 -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/GF013961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013961.jpg" - -# capture n°013962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013962.pto --stitching --prefix=assemblage_013962 -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/GF013962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013962.jpg" - -# capture n°013963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013963.pto --stitching --prefix=assemblage_013963 -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/GF013963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013963.jpg" - -# capture n°013964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013964.pto --stitching --prefix=assemblage_013964 -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/GF013964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013964.jpg" - -# capture n°013965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013965.pto --stitching --prefix=assemblage_013965 -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/GF013965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013965.jpg" - -# capture n°013966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013966.pto --stitching --prefix=assemblage_013966 -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/GF013966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013966.jpg" - -# capture n°013967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013967.pto --stitching --prefix=assemblage_013967 -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/GF013967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013967.jpg" - -# capture n°013968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013968.pto --stitching --prefix=assemblage_013968 -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/GF013968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013968.jpg" - -# capture n°013969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013969.pto --stitching --prefix=assemblage_013969 -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/GF013969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013969.jpg" - -# capture n°013970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013970.pto --stitching --prefix=assemblage_013970 -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/GF013970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013970.jpg" - -# capture n°013971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013971.pto --stitching --prefix=assemblage_013971 -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/GF013971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013971.jpg" - -# capture n°013972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013972.pto --stitching --prefix=assemblage_013972 -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/GF013972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013972.jpg" - -# capture n°013973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013973.pto --stitching --prefix=assemblage_013973 -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/GF013973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013973.jpg" - -# capture n°013974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013974.pto --stitching --prefix=assemblage_013974 -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/GF013974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013974.jpg" - -# capture n°013975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013975.pto --stitching --prefix=assemblage_013975 -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/GF013975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013975.jpg" - -# capture n°013976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013976.pto --stitching --prefix=assemblage_013976 -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/GF013976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013976.jpg" - -# capture n°013977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013977.pto --stitching --prefix=assemblage_013977 -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/GF013977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013977.jpg" - -# capture n°013978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013978.pto --stitching --prefix=assemblage_013978 -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/GF013978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013978.jpg" - -# capture n°013979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013979.pto --stitching --prefix=assemblage_013979 -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/GF013979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013979.jpg" - -# capture n°013980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013980.pto --stitching --prefix=assemblage_013980 -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/GF013980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013980.jpg" - -# capture n°013981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013981.pto --stitching --prefix=assemblage_013981 -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/GF013981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013981.jpg" - -# capture n°013982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013982.pto --stitching --prefix=assemblage_013982 -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/GF013982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013982.jpg" - -# capture n°013983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013983.pto --stitching --prefix=assemblage_013983 -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/GF013983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013983.jpg" - -# capture n°013984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013984.pto --stitching --prefix=assemblage_013984 -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/GF013984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013984.jpg" - -# capture n°013985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013985.pto --stitching --prefix=assemblage_013985 -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/GF013985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013985.jpg" - -# capture n°013986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013986.pto --stitching --prefix=assemblage_013986 -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/GF013986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013986.jpg" - -# capture n°013987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013987.pto --stitching --prefix=assemblage_013987 -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/GF013987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013987.jpg" - -# capture n°013988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013988.pto --stitching --prefix=assemblage_013988 -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/GF013988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013988.jpg" - -# capture n°013989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013989.pto --stitching --prefix=assemblage_013989 -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/GF013989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013989.jpg" - -# capture n°013990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013990.pto --stitching --prefix=assemblage_013990 -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/GF013990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013990.jpg" - -# capture n°013991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013991.pto --stitching --prefix=assemblage_013991 -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/GF013991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013991.jpg" - -# capture n°013992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013992.pto --stitching --prefix=assemblage_013992 -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/GF013992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013992.jpg" - -# capture n°013993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013993.pto --stitching --prefix=assemblage_013993 -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/GF013993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013993.jpg" - -# capture n°013994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013994.pto --stitching --prefix=assemblage_013994 -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/GF013994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013994.jpg" - -# capture n°013995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013995.pto --stitching --prefix=assemblage_013995 -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/GF013995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013995.jpg" - -# capture n°013996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013996.pto --stitching --prefix=assemblage_013996 -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/GF013996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013996.jpg" - -# capture n°013997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013997.pto --stitching --prefix=assemblage_013997 -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/GF013997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013997.jpg" - -# capture n°013998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013998.pto --stitching --prefix=assemblage_013998 -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/GF013998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013998.jpg" - -# capture n°013999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_013999.pto --stitching --prefix=assemblage_013999 -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/GF013999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_013999.jpg" - -# capture n°014000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014000.pto --stitching --prefix=assemblage_014000 -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/GF014000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014000.jpg" - -# capture n°014001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014001.pto --stitching --prefix=assemblage_014001 -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/GF014001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014001.jpg" - -# capture n°014002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014002.pto --stitching --prefix=assemblage_014002 -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/GF014002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014002.jpg" - -# capture n°014003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014003.pto --stitching --prefix=assemblage_014003 -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/GF014003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014003.jpg" - -# capture n°014004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014004.pto --stitching --prefix=assemblage_014004 -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/GF014004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014004.jpg" - -# capture n°014005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014005.pto --stitching --prefix=assemblage_014005 -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/GF014005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014005.jpg" - -# capture n°014006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014006.pto --stitching --prefix=assemblage_014006 -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/GF014006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014006.jpg" - -# capture n°014007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014007.pto --stitching --prefix=assemblage_014007 -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/GF014007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014007.jpg" - -# capture n°014008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014008.pto --stitching --prefix=assemblage_014008 -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/GF014008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014008.jpg" - -# capture n°014009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014009.pto --stitching --prefix=assemblage_014009 -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/GF014009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014009.jpg" - -# capture n°014010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014010.pto --stitching --prefix=assemblage_014010 -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/GF014010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014010.jpg" - -# capture n°014011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014011.pto --stitching --prefix=assemblage_014011 -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/GF014011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014011.jpg" - -# capture n°014012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014012.pto --stitching --prefix=assemblage_014012 -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/GF014012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014012.jpg" - -# capture n°014013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014013.pto --stitching --prefix=assemblage_014013 -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/GF014013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014013.jpg" - -# capture n°014014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014014.pto --stitching --prefix=assemblage_014014 -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/GF014014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014014.jpg" - -# capture n°014015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014015.pto --stitching --prefix=assemblage_014015 -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/GF014015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014015.jpg" - -# capture n°014016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014016.pto --stitching --prefix=assemblage_014016 -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/GF014016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014016.jpg" - -# capture n°014017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014017.pto --stitching --prefix=assemblage_014017 -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/GF014017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014017.jpg" - -# capture n°014018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014018.pto --stitching --prefix=assemblage_014018 -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/GF014018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014018.jpg" - -# capture n°014019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014019.pto --stitching --prefix=assemblage_014019 -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/GF014019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014019.jpg" - -# capture n°014020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014020.pto --stitching --prefix=assemblage_014020 -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/GF014020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014020.jpg" - -# capture n°014021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014021.pto --stitching --prefix=assemblage_014021 -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/GF014021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014021.jpg" - -# capture n°014022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014022.pto --stitching --prefix=assemblage_014022 -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/GF014022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014022.jpg" - -# capture n°014023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014023.pto --stitching --prefix=assemblage_014023 -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/GF014023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014023.jpg" - -# capture n°014024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014024.pto --stitching --prefix=assemblage_014024 -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/GF014024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014024.jpg" - -# capture n°014025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014025.pto --stitching --prefix=assemblage_014025 -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/GF014025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014025.jpg" - -# capture n°014026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014026.pto --stitching --prefix=assemblage_014026 -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/GF014026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014026.jpg" - -# capture n°014027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014027.pto --stitching --prefix=assemblage_014027 -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/GF014027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014027.jpg" - -# capture n°014028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014028.pto --stitching --prefix=assemblage_014028 -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/GF014028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014028.jpg" - -# capture n°014029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014029.pto --stitching --prefix=assemblage_014029 -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/GF014029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014029.jpg" - -# capture n°014030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014030.pto --stitching --prefix=assemblage_014030 -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/GF014030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014030.jpg" - -# capture n°014031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014031.pto --stitching --prefix=assemblage_014031 -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/GF014031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014031.jpg" - -# capture n°014032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014032.pto --stitching --prefix=assemblage_014032 -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/GF014032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014032.jpg" - -# capture n°014033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014033.pto --stitching --prefix=assemblage_014033 -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/GF014033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014033.jpg" - -# capture n°014034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014034.pto --stitching --prefix=assemblage_014034 -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/GF014034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014034.jpg" - -# capture n°014035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014035.pto --stitching --prefix=assemblage_014035 -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/GF014035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014035.jpg" - -# capture n°014036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014036.pto --stitching --prefix=assemblage_014036 -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/GF014036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014036.jpg" - -# capture n°014037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014037.pto --stitching --prefix=assemblage_014037 -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/GF014037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014037.jpg" - -# capture n°014038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014038.pto --stitching --prefix=assemblage_014038 -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/GF014038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014038.jpg" - -# capture n°014039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014039.pto --stitching --prefix=assemblage_014039 -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/GF014039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014039.jpg" - -# capture n°014040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014040.pto --stitching --prefix=assemblage_014040 -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/GF014040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014040.jpg" - -# capture n°014041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014041.pto --stitching --prefix=assemblage_014041 -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/GF014041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014041.jpg" - -# capture n°014042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014042.pto --stitching --prefix=assemblage_014042 -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/GF014042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014042.jpg" - -# capture n°014043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014043.pto --stitching --prefix=assemblage_014043 -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/GF014043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014043.jpg" - -# capture n°014044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014044.pto --stitching --prefix=assemblage_014044 -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/GF014044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014044.jpg" - -# capture n°014045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014045.pto --stitching --prefix=assemblage_014045 -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/GF014045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014045.jpg" - -# capture n°014046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014046.pto --stitching --prefix=assemblage_014046 -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/GF014046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014046.jpg" - -# capture n°014047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014047.pto --stitching --prefix=assemblage_014047 -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/GF014047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014047.jpg" - -# capture n°014048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014048.pto --stitching --prefix=assemblage_014048 -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/GF014048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014048.jpg" - -# capture n°014049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014049.pto --stitching --prefix=assemblage_014049 -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/GF014049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014049.jpg" - -# capture n°014050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014050.pto --stitching --prefix=assemblage_014050 -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/GF014050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014050.jpg" - -# capture n°014051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014051.pto --stitching --prefix=assemblage_014051 -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/GF014051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014051.jpg" - -# capture n°014052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014052.pto --stitching --prefix=assemblage_014052 -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/GF014052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014052.jpg" - -# capture n°014053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014053.pto --stitching --prefix=assemblage_014053 -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/GF014053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014053.jpg" - -# capture n°014054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014054.pto --stitching --prefix=assemblage_014054 -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/GF014054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014054.jpg" - -# capture n°014055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014055.pto --stitching --prefix=assemblage_014055 -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/GF014055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014055.jpg" - -# capture n°014056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014056.pto --stitching --prefix=assemblage_014056 -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/GF014056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014056.jpg" - -# capture n°014057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014057.pto --stitching --prefix=assemblage_014057 -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/GF014057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014057.jpg" - -# capture n°014058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014058.pto --stitching --prefix=assemblage_014058 -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/GF014058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014058.jpg" - -# capture n°014059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014059.pto --stitching --prefix=assemblage_014059 -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/GF014059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014059.jpg" - -# capture n°014060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014060.pto --stitching --prefix=assemblage_014060 -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/GF014060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014060.jpg" - -# capture n°014061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014061.pto --stitching --prefix=assemblage_014061 -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/GF014061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014061.jpg" - -# capture n°014062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014062.pto --stitching --prefix=assemblage_014062 -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/GF014062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014062.jpg" - -# capture n°014063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014063.pto --stitching --prefix=assemblage_014063 -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/GF014063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014063.jpg" - -# capture n°014064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014064.pto --stitching --prefix=assemblage_014064 -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/GF014064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014064.jpg" - -# capture n°014065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014065.pto --stitching --prefix=assemblage_014065 -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/GF014065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014065.jpg" - -# capture n°014066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014066.pto --stitching --prefix=assemblage_014066 -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/GF014066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014066.jpg" - -# capture n°014067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014067.pto --stitching --prefix=assemblage_014067 -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/GF014067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014067.jpg" - -# capture n°014068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014068.pto --stitching --prefix=assemblage_014068 -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/GF014068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014068.jpg" - -# capture n°014069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014069.pto --stitching --prefix=assemblage_014069 -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/GF014069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014069.jpg" - -# capture n°014070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014070.pto --stitching --prefix=assemblage_014070 -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/GF014070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014070.jpg" - -# capture n°014071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014071.pto --stitching --prefix=assemblage_014071 -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/GF014071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014071.jpg" - -# capture n°014072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014072.pto --stitching --prefix=assemblage_014072 -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/GF014072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014072.jpg" - -# capture n°014073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014073.pto --stitching --prefix=assemblage_014073 -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/GF014073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014073.jpg" - -# capture n°014074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014074.pto --stitching --prefix=assemblage_014074 -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/GF014074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014074.jpg" - -# capture n°014075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014075.pto --stitching --prefix=assemblage_014075 -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/GF014075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014075.jpg" - -# capture n°014076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014076.pto --stitching --prefix=assemblage_014076 -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/GF014076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014076.jpg" - -# capture n°014077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014077.pto --stitching --prefix=assemblage_014077 -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/GF014077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014077.jpg" - -# capture n°014078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014078.pto --stitching --prefix=assemblage_014078 -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/GF014078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014078.jpg" - -# capture n°014079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014079.pto --stitching --prefix=assemblage_014079 -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/GF014079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014079.jpg" - -# capture n°014080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014080.pto --stitching --prefix=assemblage_014080 -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/GF014080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014080.jpg" - -# capture n°014081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014081.pto --stitching --prefix=assemblage_014081 -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/GF014081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014081.jpg" - -# capture n°014082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014082.pto --stitching --prefix=assemblage_014082 -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/GF014082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014082.jpg" - -# capture n°014083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014083.pto --stitching --prefix=assemblage_014083 -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/GF014083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014083.jpg" - -# capture n°014084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014084.pto --stitching --prefix=assemblage_014084 -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/GF014084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014084.jpg" - -# capture n°014085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014085.pto --stitching --prefix=assemblage_014085 -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/GF014085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014085.jpg" - -# capture n°014086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014086.pto --stitching --prefix=assemblage_014086 -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/GF014086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014086.jpg" - -# capture n°014087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014087.pto --stitching --prefix=assemblage_014087 -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/GF014087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014087.jpg" - -# capture n°014088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014088.pto --stitching --prefix=assemblage_014088 -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/GF014088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014088.jpg" - -# capture n°014089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014089.pto --stitching --prefix=assemblage_014089 -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/GF014089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014089.jpg" - -# capture n°014090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014090.pto --stitching --prefix=assemblage_014090 -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/GF014090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014090.jpg" - -# capture n°014091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014091.pto --stitching --prefix=assemblage_014091 -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/GF014091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014091.jpg" - -# capture n°014092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014092.pto --stitching --prefix=assemblage_014092 -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/GF014092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014092.jpg" - -# capture n°014093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014093.pto --stitching --prefix=assemblage_014093 -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/GF014093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014093.jpg" - -# capture n°014094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014094.pto --stitching --prefix=assemblage_014094 -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/GF014094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014094.jpg" - -# capture n°014095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014095.pto --stitching --prefix=assemblage_014095 -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/GF014095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014095.jpg" - -# capture n°014096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014096.pto --stitching --prefix=assemblage_014096 -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/GF014096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014096.jpg" - -# capture n°014097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014097.pto --stitching --prefix=assemblage_014097 -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/GF014097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014097.jpg" - -# capture n°014098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014098.pto --stitching --prefix=assemblage_014098 -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/GF014098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014098.jpg" - -# capture n°014099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014099.pto --stitching --prefix=assemblage_014099 -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/GF014099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014099.jpg" - -# capture n°014100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014100.pto --stitching --prefix=assemblage_014100 -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/GF014100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014100.jpg" - -# capture n°014101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014101.pto --stitching --prefix=assemblage_014101 -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/GF014101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014101.jpg" - -# capture n°014102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014102.pto --stitching --prefix=assemblage_014102 -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/GF014102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014102.jpg" - -# capture n°014103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014103.pto --stitching --prefix=assemblage_014103 -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/GF014103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014103.jpg" - -# capture n°014104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014104.pto --stitching --prefix=assemblage_014104 -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/GF014104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014104.jpg" - -# capture n°014105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014105.pto --stitching --prefix=assemblage_014105 -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/GF014105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014105.jpg" - -# capture n°014106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014106.pto --stitching --prefix=assemblage_014106 -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/GF014106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014106.jpg" - -# capture n°014107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014107.pto --stitching --prefix=assemblage_014107 -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/GF014107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014107.jpg" - -# capture n°014108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014108.pto --stitching --prefix=assemblage_014108 -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/GF014108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014108.jpg" - -# capture n°014109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014109.pto --stitching --prefix=assemblage_014109 -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/GF014109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014109.jpg" - -# capture n°014110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014110.pto --stitching --prefix=assemblage_014110 -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/GF014110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014110.jpg" - -# capture n°014111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014111.pto --stitching --prefix=assemblage_014111 -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/GF014111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014111.jpg" - -# capture n°014112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014112.pto --stitching --prefix=assemblage_014112 -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/GF014112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014112.jpg" - -# capture n°014113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014113.pto --stitching --prefix=assemblage_014113 -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/GF014113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014113.jpg" - -# capture n°014114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014114.pto --stitching --prefix=assemblage_014114 -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/GF014114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014114.jpg" - -# capture n°014115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014115.pto --stitching --prefix=assemblage_014115 -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/GF014115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014115.jpg" - -# capture n°014116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014116.pto --stitching --prefix=assemblage_014116 -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/GF014116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014116.jpg" - -# capture n°014117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014117.pto --stitching --prefix=assemblage_014117 -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/GF014117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014117.jpg" - -# capture n°014118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014118.pto --stitching --prefix=assemblage_014118 -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/GF014118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014118.jpg" - -# capture n°014119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014119.pto --stitching --prefix=assemblage_014119 -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/GF014119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014119.jpg" - -# capture n°014120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014120.pto --stitching --prefix=assemblage_014120 -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/GF014120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014120.jpg" - -# capture n°014121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014121.pto --stitching --prefix=assemblage_014121 -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/GF014121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014121.jpg" - -# capture n°014122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014122.pto --stitching --prefix=assemblage_014122 -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/GF014122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014122.jpg" - -# capture n°014123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014123.pto --stitching --prefix=assemblage_014123 -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/GF014123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014123.jpg" - -# capture n°014124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014124.pto --stitching --prefix=assemblage_014124 -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/GF014124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014124.jpg" - -# capture n°014125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014125.pto --stitching --prefix=assemblage_014125 -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/GF014125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014125.jpg" - -# capture n°014126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014126.pto --stitching --prefix=assemblage_014126 -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/GF014126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014126.jpg" - -# capture n°014127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014127.pto --stitching --prefix=assemblage_014127 -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/GF014127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014127.jpg" - -# capture n°014128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014128.pto --stitching --prefix=assemblage_014128 -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/GF014128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014128.jpg" - -# capture n°014129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014129.pto --stitching --prefix=assemblage_014129 -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/GF014129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014129.jpg" - -# capture n°014130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014130.pto --stitching --prefix=assemblage_014130 -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/GF014130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014130.jpg" - -# capture n°014131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014131.pto --stitching --prefix=assemblage_014131 -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/GF014131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014131.jpg" - -# capture n°014132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014132.pto --stitching --prefix=assemblage_014132 -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/GF014132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014132.jpg" - -# capture n°014133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014133.pto --stitching --prefix=assemblage_014133 -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/GF014133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014133.jpg" - -# capture n°014134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014134.pto --stitching --prefix=assemblage_014134 -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/GF014134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014134.jpg" - -# capture n°014135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014135.pto --stitching --prefix=assemblage_014135 -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/GF014135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014135.jpg" - -# capture n°014136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014136.pto --stitching --prefix=assemblage_014136 -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/GF014136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014136.jpg" - -# capture n°014137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014137.pto --stitching --prefix=assemblage_014137 -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/GF014137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014137.jpg" - -# capture n°014138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014138.pto --stitching --prefix=assemblage_014138 -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/GF014138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014138.jpg" - -# capture n°014139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014139.pto --stitching --prefix=assemblage_014139 -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/GF014139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014139.jpg" - -# capture n°014140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014140.pto --stitching --prefix=assemblage_014140 -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/GF014140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014140.jpg" - -# capture n°014141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014141.pto --stitching --prefix=assemblage_014141 -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/GF014141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014141.jpg" - -# capture n°014142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014142.pto --stitching --prefix=assemblage_014142 -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/GF014142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014142.jpg" - -# capture n°014143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014143.pto --stitching --prefix=assemblage_014143 -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/GF014143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014143.jpg" - -# capture n°014144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014144.pto --stitching --prefix=assemblage_014144 -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/GF014144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014144.jpg" - -# capture n°014145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014145.pto --stitching --prefix=assemblage_014145 -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/GF014145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014145.jpg" - -# capture n°014146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014146.pto --stitching --prefix=assemblage_014146 -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/GF014146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014146.jpg" - -# capture n°014147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014147.pto --stitching --prefix=assemblage_014147 -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/GF014147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014147.jpg" - -# capture n°014148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014148.pto --stitching --prefix=assemblage_014148 -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/GF014148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014148.jpg" - -# capture n°014149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014149.pto --stitching --prefix=assemblage_014149 -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/GF014149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014149.jpg" - -# capture n°014150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014150.pto --stitching --prefix=assemblage_014150 -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/GF014150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014150.jpg" - -# capture n°014151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014151.pto --stitching --prefix=assemblage_014151 -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/GF014151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014151.jpg" - -# capture n°014152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014152.pto --stitching --prefix=assemblage_014152 -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/GF014152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014152.jpg" - -# capture n°014153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014153.pto --stitching --prefix=assemblage_014153 -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/GF014153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014153.jpg" - -# capture n°014154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014154.pto --stitching --prefix=assemblage_014154 -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/GF014154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014154.jpg" - -# capture n°014155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014155.pto --stitching --prefix=assemblage_014155 -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/GF014155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014155.jpg" - -# capture n°014156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014156.pto --stitching --prefix=assemblage_014156 -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/GF014156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014156.jpg" - -# capture n°014157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014157.pto --stitching --prefix=assemblage_014157 -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/GF014157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014157.jpg" - -# capture n°014158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014158.pto --stitching --prefix=assemblage_014158 -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/GF014158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014158.jpg" - -# capture n°014159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014159.pto --stitching --prefix=assemblage_014159 -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/GF014159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014159.jpg" - -# capture n°014160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014160.pto --stitching --prefix=assemblage_014160 -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/GF014160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014160.jpg" - -# capture n°014161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014161.pto --stitching --prefix=assemblage_014161 -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/GF014161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014161.jpg" - -# capture n°014162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014162.pto --stitching --prefix=assemblage_014162 -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/GF014162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014162.jpg" - -# capture n°014163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014163.pto --stitching --prefix=assemblage_014163 -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/GF014163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014163.jpg" - -# capture n°014164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014164.pto --stitching --prefix=assemblage_014164 -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/GF014164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014164.jpg" - -# capture n°014165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014165.pto --stitching --prefix=assemblage_014165 -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/GF014165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014165.jpg" - -# capture n°014166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014166.pto --stitching --prefix=assemblage_014166 -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/GF014166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014166.jpg" - -# capture n°014167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014167.pto --stitching --prefix=assemblage_014167 -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/GF014167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014167.jpg" - -# capture n°014168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014168.pto --stitching --prefix=assemblage_014168 -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/GF014168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014168.jpg" - -# capture n°014169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014169.pto --stitching --prefix=assemblage_014169 -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/GF014169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014169.jpg" - -# capture n°014170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014170.pto --stitching --prefix=assemblage_014170 -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/GF014170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014170.jpg" - -# capture n°014171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014171.pto --stitching --prefix=assemblage_014171 -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/GF014171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014171.jpg" - -# capture n°014172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014172.pto --stitching --prefix=assemblage_014172 -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/GF014172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014172.jpg" - -# capture n°014173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014173.pto --stitching --prefix=assemblage_014173 -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/GF014173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014173.jpg" - -# capture n°014174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014174.pto --stitching --prefix=assemblage_014174 -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/GF014174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014174.jpg" - -# capture n°014175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014175.pto --stitching --prefix=assemblage_014175 -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/GF014175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014175.jpg" - -# capture n°014176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014176.pto --stitching --prefix=assemblage_014176 -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/GF014176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014176.jpg" - -# capture n°014177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014177.pto --stitching --prefix=assemblage_014177 -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/GF014177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014177.jpg" - -# capture n°014178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014178.pto --stitching --prefix=assemblage_014178 -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/GF014178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014178.jpg" - -# capture n°014179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014179.pto --stitching --prefix=assemblage_014179 -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/GF014179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014179.jpg" - -# capture n°014180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014180.pto --stitching --prefix=assemblage_014180 -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/GF014180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014180.jpg" - -# capture n°014181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014181.pto --stitching --prefix=assemblage_014181 -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/GF014181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014181.jpg" - -# capture n°014182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014182.pto --stitching --prefix=assemblage_014182 -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/GF014182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014182.jpg" - -# capture n°014183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014183.pto --stitching --prefix=assemblage_014183 -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/GF014183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014183.jpg" - -# capture n°014184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014184.pto --stitching --prefix=assemblage_014184 -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/GF014184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014184.jpg" - -# capture n°014185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014185.pto --stitching --prefix=assemblage_014185 -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/GF014185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014185.jpg" - -# capture n°014186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014186.pto --stitching --prefix=assemblage_014186 -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/GF014186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014186.jpg" - -# capture n°014187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014187.pto --stitching --prefix=assemblage_014187 -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/GF014187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014187.jpg" - -# capture n°014188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014188.pto --stitching --prefix=assemblage_014188 -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/GF014188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014188.jpg" - -# capture n°014189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014189.pto --stitching --prefix=assemblage_014189 -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/GF014189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014189.jpg" - -# capture n°014190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014190.pto --stitching --prefix=assemblage_014190 -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/GF014190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014190.jpg" - -# capture n°014191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014191.pto --stitching --prefix=assemblage_014191 -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/GF014191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014191.jpg" - -# capture n°014192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014192.pto --stitching --prefix=assemblage_014192 -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/GF014192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014192.jpg" - -# capture n°014193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014193.pto --stitching --prefix=assemblage_014193 -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/GF014193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014193.jpg" - -# capture n°014194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014194.pto --stitching --prefix=assemblage_014194 -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/GF014194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014194.jpg" - -# capture n°014195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014195.pto --stitching --prefix=assemblage_014195 -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/GF014195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014195.jpg" - -# capture n°014196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014196.pto --stitching --prefix=assemblage_014196 -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/GF014196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014196.jpg" - -# capture n°014197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014197.pto --stitching --prefix=assemblage_014197 -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/GF014197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014197.jpg" - -# capture n°014198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014198.pto --stitching --prefix=assemblage_014198 -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/GF014198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014198.jpg" - -# capture n°014199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014199.pto --stitching --prefix=assemblage_014199 -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/GF014199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014199.jpg" - -# capture n°014200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014200.pto --stitching --prefix=assemblage_014200 -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/GF014200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014200.jpg" - -# capture n°014201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014201.pto --stitching --prefix=assemblage_014201 -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/GF014201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014201.jpg" - -# capture n°014202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014202.pto --stitching --prefix=assemblage_014202 -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/GF014202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014202.jpg" - -# capture n°014203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014203.pto --stitching --prefix=assemblage_014203 -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/GF014203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014203.jpg" - -# capture n°014204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014204.pto --stitching --prefix=assemblage_014204 -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/GF014204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014204.jpg" - -# capture n°014205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014205.pto --stitching --prefix=assemblage_014205 -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/GF014205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014205.jpg" - -# capture n°014206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014206.pto --stitching --prefix=assemblage_014206 -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/GF014206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014206.jpg" - -# capture n°014207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014207.pto --stitching --prefix=assemblage_014207 -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/GF014207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014207.jpg" - -# capture n°014208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014208.pto --stitching --prefix=assemblage_014208 -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/GF014208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014208.jpg" - -# capture n°014209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014209.pto --stitching --prefix=assemblage_014209 -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/GF014209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014209.jpg" - -# capture n°014210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014210.pto --stitching --prefix=assemblage_014210 -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/GF014210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014210.jpg" - -# capture n°014211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014211.pto --stitching --prefix=assemblage_014211 -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/GF014211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014211.jpg" - -# capture n°014212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014212.pto --stitching --prefix=assemblage_014212 -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/GF014212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014212.jpg" - -# capture n°014213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014213.pto --stitching --prefix=assemblage_014213 -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/GF014213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014213.jpg" - -# capture n°014214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014214.pto --stitching --prefix=assemblage_014214 -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/GF014214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014214.jpg" - -# capture n°014215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014215.pto --stitching --prefix=assemblage_014215 -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/GF014215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014215.jpg" - -# capture n°014216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014216.pto --stitching --prefix=assemblage_014216 -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/GF014216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014216.jpg" - -# capture n°014217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014217.pto --stitching --prefix=assemblage_014217 -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/GF014217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014217.jpg" - -# capture n°014218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014218.pto --stitching --prefix=assemblage_014218 -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/GF014218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014218.jpg" - -# capture n°014219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014219.pto --stitching --prefix=assemblage_014219 -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/GF014219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014219.jpg" - -# capture n°014220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014220.pto --stitching --prefix=assemblage_014220 -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/GF014220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014220.jpg" - -# capture n°014221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014221.pto --stitching --prefix=assemblage_014221 -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/GF014221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014221.jpg" - -# capture n°014222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014222.pto --stitching --prefix=assemblage_014222 -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/GF014222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014222.jpg" - -# capture n°014223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014223.pto --stitching --prefix=assemblage_014223 -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/GF014223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014223.jpg" - -# capture n°014224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014224.pto --stitching --prefix=assemblage_014224 -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/GF014224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014224.jpg" - -# capture n°014225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014225.pto --stitching --prefix=assemblage_014225 -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/GF014225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014225.jpg" - -# capture n°014226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014226.pto --stitching --prefix=assemblage_014226 -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/GF014226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014226.jpg" - -# capture n°014227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014227.pto --stitching --prefix=assemblage_014227 -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/GF014227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014227.jpg" - -# capture n°014228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014228.pto --stitching --prefix=assemblage_014228 -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/GF014228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014228.jpg" - -# capture n°014229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014229.pto --stitching --prefix=assemblage_014229 -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/GF014229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014229.jpg" - -# capture n°014230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014230.pto --stitching --prefix=assemblage_014230 -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/GF014230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014230.jpg" - -# capture n°014231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014231.pto --stitching --prefix=assemblage_014231 -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/GF014231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014231.jpg" - -# capture n°014232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014232.pto --stitching --prefix=assemblage_014232 -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/GF014232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014232.jpg" - -# capture n°014233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014233.pto --stitching --prefix=assemblage_014233 -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/GF014233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014233.jpg" - -# capture n°014234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014234.pto --stitching --prefix=assemblage_014234 -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/GF014234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014234.jpg" - -# capture n°014235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014235.pto --stitching --prefix=assemblage_014235 -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/GF014235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014235.jpg" - -# capture n°014236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014236.pto --stitching --prefix=assemblage_014236 -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/GF014236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014236.jpg" - -# capture n°014237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014237.pto --stitching --prefix=assemblage_014237 -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/GF014237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014237.jpg" - -# capture n°014238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014238.pto --stitching --prefix=assemblage_014238 -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/GF014238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014238.jpg" - -# capture n°014239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014239.pto --stitching --prefix=assemblage_014239 -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/GF014239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014239.jpg" - -# capture n°014240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014240.pto --stitching --prefix=assemblage_014240 -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/GF014240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014240.jpg" - -# capture n°014241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014241.pto --stitching --prefix=assemblage_014241 -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/GF014241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014241.jpg" - -# capture n°014242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014242.pto --stitching --prefix=assemblage_014242 -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/GF014242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014242.jpg" - -# capture n°014243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014243.pto --stitching --prefix=assemblage_014243 -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/GF014243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014243.jpg" - -# capture n°014244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014244.pto --stitching --prefix=assemblage_014244 -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/GF014244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014244.jpg" - -# capture n°014245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014245.pto --stitching --prefix=assemblage_014245 -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/GF014245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014245.jpg" - -# capture n°014246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014246.pto --stitching --prefix=assemblage_014246 -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/GF014246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014246.jpg" - -# capture n°014247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014247.pto --stitching --prefix=assemblage_014247 -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/GF014247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014247.jpg" - -# capture n°014248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014248.pto --stitching --prefix=assemblage_014248 -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/GF014248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014248.jpg" - -# capture n°014249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014249.pto --stitching --prefix=assemblage_014249 -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/GF014249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014249.jpg" - -# capture n°014250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014250.pto --stitching --prefix=assemblage_014250 -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/GF014250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014250.jpg" - -# capture n°014251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014251.pto --stitching --prefix=assemblage_014251 -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/GF014251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014251.jpg" - -# capture n°014252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014252.pto --stitching --prefix=assemblage_014252 -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/GF014252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014252.jpg" - -# capture n°014253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014253.pto --stitching --prefix=assemblage_014253 -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/GF014253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014253.jpg" - -# capture n°014254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014254.pto --stitching --prefix=assemblage_014254 -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/GF014254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014254.jpg" - -# capture n°014255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014255.pto --stitching --prefix=assemblage_014255 -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/GF014255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014255.jpg" - -# capture n°014256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014256.pto --stitching --prefix=assemblage_014256 -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/GF014256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014256.jpg" - -# capture n°014257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014257.pto --stitching --prefix=assemblage_014257 -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/GF014257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014257.jpg" - -# capture n°014258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014258.pto --stitching --prefix=assemblage_014258 -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/GF014258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014258.jpg" - -# capture n°014259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014259.pto --stitching --prefix=assemblage_014259 -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/GF014259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014259.jpg" - -# capture n°014260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014260.pto --stitching --prefix=assemblage_014260 -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/GF014260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014260.jpg" - -# capture n°014261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014261.pto --stitching --prefix=assemblage_014261 -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/GF014261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014261.jpg" - -# capture n°014262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014262.pto --stitching --prefix=assemblage_014262 -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/GF014262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014262.jpg" - -# capture n°014263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014263.pto --stitching --prefix=assemblage_014263 -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/GF014263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014263.jpg" - -# capture n°014264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014264.pto --stitching --prefix=assemblage_014264 -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/GF014264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014264.jpg" - -# capture n°014265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014265.pto --stitching --prefix=assemblage_014265 -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/GF014265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014265.jpg" - -# capture n°014266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014266.pto --stitching --prefix=assemblage_014266 -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/GF014266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014266.jpg" - -# capture n°014267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014267.pto --stitching --prefix=assemblage_014267 -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/GF014267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014267.jpg" - -# capture n°014268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014268.pto --stitching --prefix=assemblage_014268 -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/GF014268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014268.jpg" - -# capture n°014269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014269.pto --stitching --prefix=assemblage_014269 -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/GF014269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014269.jpg" - -# capture n°014270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014270.pto --stitching --prefix=assemblage_014270 -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/GF014270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014270.jpg" - -# capture n°014271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014271.pto --stitching --prefix=assemblage_014271 -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/GF014271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014271.jpg" - -# capture n°014272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014272.pto --stitching --prefix=assemblage_014272 -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/GF014272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014272.jpg" - -# capture n°014273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014273.pto --stitching --prefix=assemblage_014273 -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/GF014273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014273.jpg" - -# capture n°014274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014274.pto --stitching --prefix=assemblage_014274 -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/GF014274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014274.jpg" - -# capture n°014275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014275.pto --stitching --prefix=assemblage_014275 -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/GF014275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014275.jpg" - -# capture n°014276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014276.pto --stitching --prefix=assemblage_014276 -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/GF014276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014276.jpg" - -# capture n°014277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014277.pto --stitching --prefix=assemblage_014277 -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/GF014277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014277.jpg" - -# capture n°014278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014278.pto --stitching --prefix=assemblage_014278 -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/GF014278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014278.jpg" - -# capture n°014279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014279.pto --stitching --prefix=assemblage_014279 -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/GF014279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014279.jpg" - -# capture n°014280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014280.pto --stitching --prefix=assemblage_014280 -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/GF014280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014280.jpg" - -# capture n°014281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014281.pto --stitching --prefix=assemblage_014281 -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/GF014281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014281.jpg" - -# capture n°014282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014282.pto --stitching --prefix=assemblage_014282 -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/GF014282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014282.jpg" - -# capture n°014283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014283.pto --stitching --prefix=assemblage_014283 -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/GF014283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014283.jpg" - -# capture n°014284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014284.pto --stitching --prefix=assemblage_014284 -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/GF014284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014284.jpg" - -# capture n°014285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014285.pto --stitching --prefix=assemblage_014285 -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/GF014285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014285.jpg" - -# capture n°014286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014286.pto --stitching --prefix=assemblage_014286 -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/GF014286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014286.jpg" - -# capture n°014287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014287.pto --stitching --prefix=assemblage_014287 -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/GF014287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014287.jpg" - -# capture n°014288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014288.pto --stitching --prefix=assemblage_014288 -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/GF014288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014288.jpg" - -# capture n°014289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014289.pto --stitching --prefix=assemblage_014289 -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/GF014289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014289.jpg" - -# capture n°014290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014290.pto --stitching --prefix=assemblage_014290 -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/GF014290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014290.jpg" - -# capture n°014291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014291.pto --stitching --prefix=assemblage_014291 -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/GF014291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014291.jpg" - -# capture n°014292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014292.pto --stitching --prefix=assemblage_014292 -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/GF014292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014292.jpg" - -# capture n°014293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014293.pto --stitching --prefix=assemblage_014293 -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/GF014293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014293.jpg" - -# capture n°014294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014294.pto --stitching --prefix=assemblage_014294 -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/GF014294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014294.jpg" - -# capture n°014295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014295.pto --stitching --prefix=assemblage_014295 -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/GF014295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014295.jpg" - -# capture n°014296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014296.pto --stitching --prefix=assemblage_014296 -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/GF014296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014296.jpg" - -# capture n°014297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014297.pto --stitching --prefix=assemblage_014297 -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/GF014297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014297.jpg" - -# capture n°014298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014298.pto --stitching --prefix=assemblage_014298 -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/GF014298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014298.jpg" - -# capture n°014299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014299.pto --stitching --prefix=assemblage_014299 -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/GF014299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014299.jpg" - -# capture n°014300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014300.pto --stitching --prefix=assemblage_014300 -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/GF014300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014300.jpg" - -# capture n°014301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014301.pto --stitching --prefix=assemblage_014301 -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/GF014301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014301.jpg" - -# capture n°014302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014302.pto --stitching --prefix=assemblage_014302 -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/GF014302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014302.jpg" - -# capture n°014303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014303.pto --stitching --prefix=assemblage_014303 -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/GF014303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014303.jpg" - -# capture n°014304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014304.pto --stitching --prefix=assemblage_014304 -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/GF014304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014304.jpg" - -# capture n°014305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014305.pto --stitching --prefix=assemblage_014305 -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/GF014305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014305.jpg" - -# capture n°014306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014306.pto --stitching --prefix=assemblage_014306 -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/GF014306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014306.jpg" - -# capture n°014307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014307.pto --stitching --prefix=assemblage_014307 -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/GF014307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014307.jpg" - -# capture n°014308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014308.pto --stitching --prefix=assemblage_014308 -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/GF014308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014308.jpg" - -# capture n°014309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014309.pto --stitching --prefix=assemblage_014309 -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/GF014309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014309.jpg" - -# capture n°014310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014310.pto --stitching --prefix=assemblage_014310 -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/GF014310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014310.jpg" - -# capture n°014311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014311.pto --stitching --prefix=assemblage_014311 -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/GF014311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014311.jpg" - -# capture n°014312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014312.pto --stitching --prefix=assemblage_014312 -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/GF014312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014312.jpg" - -# capture n°014313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014313.pto --stitching --prefix=assemblage_014313 -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/GF014313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014313.jpg" - -# capture n°014314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014314.pto --stitching --prefix=assemblage_014314 -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/GF014314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014314.jpg" - -# capture n°014315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014315.pto --stitching --prefix=assemblage_014315 -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/GF014315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014315.jpg" - -# capture n°014316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014316.pto --stitching --prefix=assemblage_014316 -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/GF014316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014316.jpg" - -# capture n°014317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014317.pto --stitching --prefix=assemblage_014317 -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/GF014317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014317.jpg" - -# capture n°014318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014318.pto --stitching --prefix=assemblage_014318 -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/GF014318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014318.jpg" - -# capture n°014319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014319.pto --stitching --prefix=assemblage_014319 -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/GF014319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014319.jpg" - -# capture n°014320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014320.pto --stitching --prefix=assemblage_014320 -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/GF014320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014320.jpg" - -# capture n°014321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014321.pto --stitching --prefix=assemblage_014321 -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/GF014321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014321.jpg" - -# capture n°014322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014322.pto --stitching --prefix=assemblage_014322 -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/GF014322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014322.jpg" - -# capture n°014323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014323.pto --stitching --prefix=assemblage_014323 -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/GF014323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014323.jpg" - -# capture n°014324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014324.pto --stitching --prefix=assemblage_014324 -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/GF014324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014324.jpg" - -# capture n°014325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014325.pto --stitching --prefix=assemblage_014325 -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/GF014325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014325.jpg" - -# capture n°014326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014326.pto --stitching --prefix=assemblage_014326 -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/GF014326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014326.jpg" - -# capture n°014327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014327.pto --stitching --prefix=assemblage_014327 -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/GF014327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014327.jpg" - -# capture n°014328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014328.pto --stitching --prefix=assemblage_014328 -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/GF014328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014328.jpg" - -# capture n°014329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014329.pto --stitching --prefix=assemblage_014329 -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/GF014329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014329.jpg" - -# capture n°014330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014330.pto --stitching --prefix=assemblage_014330 -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/GF014330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014330.jpg" - -# capture n°014331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014331.pto --stitching --prefix=assemblage_014331 -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/GF014331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014331.jpg" - -# capture n°014332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014332.pto --stitching --prefix=assemblage_014332 -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/GF014332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014332.jpg" - -# capture n°014333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014333.pto --stitching --prefix=assemblage_014333 -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/GF014333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014333.jpg" - -# capture n°014334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014334.pto --stitching --prefix=assemblage_014334 -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/GF014334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014334.jpg" - -# capture n°014335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014335.pto --stitching --prefix=assemblage_014335 -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/GF014335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014335.jpg" - -# capture n°014336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014336.pto --stitching --prefix=assemblage_014336 -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/GF014336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014336.jpg" - -# capture n°014337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014337.pto --stitching --prefix=assemblage_014337 -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/GF014337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014337.jpg" - -# capture n°014338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014338.pto --stitching --prefix=assemblage_014338 -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/GF014338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014338.jpg" - -# capture n°014339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014339.pto --stitching --prefix=assemblage_014339 -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/GF014339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014339.jpg" - -# capture n°014340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014340.pto --stitching --prefix=assemblage_014340 -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/GF014340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014340.jpg" - -# capture n°014341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014341.pto --stitching --prefix=assemblage_014341 -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/GF014341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014341.jpg" - -# capture n°014342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014342.pto --stitching --prefix=assemblage_014342 -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/GF014342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014342.jpg" - -# capture n°014343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014343.pto --stitching --prefix=assemblage_014343 -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/GF014343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014343.jpg" - -# capture n°014344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014344.pto --stitching --prefix=assemblage_014344 -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/GF014344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014344.jpg" - -# capture n°014345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014345.pto --stitching --prefix=assemblage_014345 -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/GF014345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014345.jpg" - -# capture n°014346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014346.pto --stitching --prefix=assemblage_014346 -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/GF014346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014346.jpg" - -# capture n°014347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014347.pto --stitching --prefix=assemblage_014347 -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/GF014347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014347.jpg" - -# capture n°014348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014348.pto --stitching --prefix=assemblage_014348 -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/GF014348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014348.jpg" - -# capture n°014349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014349.pto --stitching --prefix=assemblage_014349 -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/GF014349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014349.jpg" - -# capture n°014350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014350.pto --stitching --prefix=assemblage_014350 -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/GF014350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014350.jpg" - -# capture n°014351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014351.pto --stitching --prefix=assemblage_014351 -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/GF014351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014351.jpg" - -# capture n°014352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014352.pto --stitching --prefix=assemblage_014352 -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/GF014352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014352.jpg" - -# capture n°014353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014353.pto --stitching --prefix=assemblage_014353 -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/GF014353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014353.jpg" - -# capture n°014354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014354.pto --stitching --prefix=assemblage_014354 -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/GF014354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014354.jpg" - -# capture n°014355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014355.pto --stitching --prefix=assemblage_014355 -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/GF014355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014355.jpg" - -# capture n°014356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014356.pto --stitching --prefix=assemblage_014356 -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/GF014356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014356.jpg" - -# capture n°014357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014357.pto --stitching --prefix=assemblage_014357 -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/GF014357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014357.jpg" - -# capture n°014358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014358.pto --stitching --prefix=assemblage_014358 -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/GF014358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014358.jpg" - -# capture n°014359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014359.pto --stitching --prefix=assemblage_014359 -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/GF014359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014359.jpg" - -# capture n°014360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014360.pto --stitching --prefix=assemblage_014360 -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/GF014360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014360.jpg" - -# capture n°014361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014361.pto --stitching --prefix=assemblage_014361 -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/GF014361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014361.jpg" - -# capture n°014362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014362.pto --stitching --prefix=assemblage_014362 -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/GF014362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014362.jpg" - -# capture n°014363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014363.pto --stitching --prefix=assemblage_014363 -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/GF014363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014363.jpg" - -# capture n°014364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014364.pto --stitching --prefix=assemblage_014364 -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/GF014364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014364.jpg" - -# capture n°014365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014365.pto --stitching --prefix=assemblage_014365 -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/GF014365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014365.jpg" - -# capture n°014366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014366.pto --stitching --prefix=assemblage_014366 -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/GF014366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014366.jpg" - -# capture n°014367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014367.pto --stitching --prefix=assemblage_014367 -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/GF014367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014367.jpg" - -# capture n°014368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014368.pto --stitching --prefix=assemblage_014368 -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/GF014368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014368.jpg" - -# capture n°014369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014369.pto --stitching --prefix=assemblage_014369 -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/GF014369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014369.jpg" - -# capture n°014370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014370.pto --stitching --prefix=assemblage_014370 -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/GF014370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014370.jpg" - -# capture n°014371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014371.pto --stitching --prefix=assemblage_014371 -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/GF014371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014371.jpg" - -# capture n°014372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014372.pto --stitching --prefix=assemblage_014372 -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/GF014372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014372.jpg" - -# capture n°014373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014373.pto --stitching --prefix=assemblage_014373 -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/GF014373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014373.jpg" - -# capture n°014374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014374.pto --stitching --prefix=assemblage_014374 -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/GF014374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014374.jpg" - -# capture n°014375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014375.pto --stitching --prefix=assemblage_014375 -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/GF014375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014375.jpg" - -# capture n°014376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014376.pto --stitching --prefix=assemblage_014376 -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/GF014376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014376.jpg" - -# capture n°014377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014377.pto --stitching --prefix=assemblage_014377 -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/GF014377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014377.jpg" - -# capture n°014378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014378.pto --stitching --prefix=assemblage_014378 -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/GF014378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014378.jpg" - -# capture n°014379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014379.pto --stitching --prefix=assemblage_014379 -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/GF014379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014379.jpg" - -# capture n°014380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014380.pto --stitching --prefix=assemblage_014380 -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/GF014380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014380.jpg" - -# capture n°014381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014381.pto --stitching --prefix=assemblage_014381 -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/GF014381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014381.jpg" - -# capture n°014382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014382.pto --stitching --prefix=assemblage_014382 -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/GF014382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014382.jpg" - -# capture n°014383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014383.pto --stitching --prefix=assemblage_014383 -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/GF014383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014383.jpg" - -# capture n°014384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014384.pto --stitching --prefix=assemblage_014384 -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/GF014384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014384.jpg" - -# capture n°014385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014385.pto --stitching --prefix=assemblage_014385 -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/GF014385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014385.jpg" - -# capture n°014386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014386.pto --stitching --prefix=assemblage_014386 -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/GF014386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014386.jpg" - -# capture n°014387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014387.pto --stitching --prefix=assemblage_014387 -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/GF014387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014387.jpg" - -# capture n°014388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014388.pto --stitching --prefix=assemblage_014388 -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/GF014388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014388.jpg" - -# capture n°014389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014389.pto --stitching --prefix=assemblage_014389 -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/GF014389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014389.jpg" - -# capture n°014390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014390.pto --stitching --prefix=assemblage_014390 -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/GF014390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014390.jpg" - -# capture n°014391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014391.pto --stitching --prefix=assemblage_014391 -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/GF014391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014391.jpg" - -# capture n°014392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014392.pto --stitching --prefix=assemblage_014392 -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/GF014392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014392.jpg" - -# capture n°014393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014393.pto --stitching --prefix=assemblage_014393 -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/GF014393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014393.jpg" - -# capture n°014394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014394.pto --stitching --prefix=assemblage_014394 -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/GF014394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014394.jpg" - -# capture n°014395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014395.pto --stitching --prefix=assemblage_014395 -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/GF014395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014395.jpg" - -# capture n°014396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014396.pto --stitching --prefix=assemblage_014396 -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/GF014396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014396.jpg" - -# capture n°014397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014397.pto --stitching --prefix=assemblage_014397 -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/GF014397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014397.jpg" - -# capture n°014398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014398.pto --stitching --prefix=assemblage_014398 -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/GF014398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014398.jpg" - -# capture n°014399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014399.pto --stitching --prefix=assemblage_014399 -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/GF014399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014399.jpg" - -# capture n°014400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014400.pto --stitching --prefix=assemblage_014400 -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/GF014400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014400.jpg" - -# capture n°014401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014401.pto --stitching --prefix=assemblage_014401 -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/GF014401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014401.jpg" - -# capture n°014402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014402.pto --stitching --prefix=assemblage_014402 -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/GF014402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014402.jpg" - -# capture n°014403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014403.pto --stitching --prefix=assemblage_014403 -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/GF014403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014403.jpg" - -# capture n°014404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014404.pto --stitching --prefix=assemblage_014404 -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/GF014404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014404.jpg" - -# capture n°014405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014405.pto --stitching --prefix=assemblage_014405 -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/GF014405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014405.jpg" - -# capture n°014406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014406.pto --stitching --prefix=assemblage_014406 -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/GF014406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014406.jpg" - -# capture n°014407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014407.pto --stitching --prefix=assemblage_014407 -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/GF014407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014407.jpg" - -# capture n°014408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014408.pto --stitching --prefix=assemblage_014408 -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/GF014408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014408.jpg" - -# capture n°014409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014409.pto --stitching --prefix=assemblage_014409 -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/GF014409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014409.jpg" - -# capture n°014410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014410.pto --stitching --prefix=assemblage_014410 -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/GF014410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014410.jpg" - -# capture n°014411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014411.pto --stitching --prefix=assemblage_014411 -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/GF014411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014411.jpg" - -# capture n°014412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014412.pto --stitching --prefix=assemblage_014412 -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/GF014412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014412.jpg" - -# capture n°014413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014413.pto --stitching --prefix=assemblage_014413 -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/GF014413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014413.jpg" - -# capture n°014414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014414.pto --stitching --prefix=assemblage_014414 -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/GF014414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014414.jpg" - -# capture n°014415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014415.pto --stitching --prefix=assemblage_014415 -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/GF014415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014415.jpg" - -# capture n°014416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014416.pto --stitching --prefix=assemblage_014416 -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/GF014416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014416.jpg" - -# capture n°014417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014417.pto --stitching --prefix=assemblage_014417 -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/GF014417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014417.jpg" - -# capture n°014418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014418.pto --stitching --prefix=assemblage_014418 -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/GF014418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014418.jpg" - -# capture n°014419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014419.pto --stitching --prefix=assemblage_014419 -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/GF014419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014419.jpg" - -# capture n°014420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014420.pto --stitching --prefix=assemblage_014420 -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/GF014420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014420.jpg" - -# capture n°014421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014421.pto --stitching --prefix=assemblage_014421 -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/GF014421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014421.jpg" - -# capture n°014422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014422.pto --stitching --prefix=assemblage_014422 -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/GF014422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014422.jpg" - -# capture n°014423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014423.pto --stitching --prefix=assemblage_014423 -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/GF014423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014423.jpg" - -# capture n°014424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014424.pto --stitching --prefix=assemblage_014424 -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/GF014424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014424.jpg" - -# capture n°014425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014425.pto --stitching --prefix=assemblage_014425 -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/GF014425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014425.jpg" - -# capture n°014426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014426.pto --stitching --prefix=assemblage_014426 -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/GF014426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014426.jpg" - -# capture n°014427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014427.pto --stitching --prefix=assemblage_014427 -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/GF014427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014427.jpg" - -# capture n°014428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014428.pto --stitching --prefix=assemblage_014428 -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/GF014428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014428.jpg" - -# capture n°014429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014429.pto --stitching --prefix=assemblage_014429 -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/GF014429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014429.jpg" - -# capture n°014430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014430.pto --stitching --prefix=assemblage_014430 -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/GF014430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014430.jpg" - -# capture n°014431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014431.pto --stitching --prefix=assemblage_014431 -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/GF014431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014431.jpg" - -# capture n°014432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014432.pto --stitching --prefix=assemblage_014432 -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/GF014432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014432.jpg" - -# capture n°014433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014433.pto --stitching --prefix=assemblage_014433 -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/GF014433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014433.jpg" - -# capture n°014434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014434.pto --stitching --prefix=assemblage_014434 -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/GF014434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014434.jpg" - -# capture n°014435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014435.pto --stitching --prefix=assemblage_014435 -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/GF014435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014435.jpg" - -# capture n°014436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014436.pto --stitching --prefix=assemblage_014436 -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/GF014436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014436.jpg" - -# capture n°014437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014437.pto --stitching --prefix=assemblage_014437 -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/GF014437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014437.jpg" - -# capture n°014438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014438.pto --stitching --prefix=assemblage_014438 -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/GF014438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014438.jpg" - -# capture n°014439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014439.pto --stitching --prefix=assemblage_014439 -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/GF014439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014439.jpg" - -# capture n°014440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014440.pto --stitching --prefix=assemblage_014440 -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/GF014440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014440.jpg" - -# capture n°014441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014441.pto --stitching --prefix=assemblage_014441 -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/GF014441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014441.jpg" - -# capture n°014442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014442.pto --stitching --prefix=assemblage_014442 -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/GF014442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014442.jpg" - -# capture n°014443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014443.pto --stitching --prefix=assemblage_014443 -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/GF014443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014443.jpg" - -# capture n°014444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014444.pto --stitching --prefix=assemblage_014444 -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/GF014444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014444.jpg" - -# capture n°014445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014445.pto --stitching --prefix=assemblage_014445 -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/GF014445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014445.jpg" - -# capture n°014446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014446.pto --stitching --prefix=assemblage_014446 -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/GF014446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014446.jpg" - -# capture n°014447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014447.pto --stitching --prefix=assemblage_014447 -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/GF014447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014447.jpg" - -# capture n°014448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014448.pto --stitching --prefix=assemblage_014448 -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/GF014448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014448.jpg" - -# capture n°014449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014449.pto --stitching --prefix=assemblage_014449 -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/GF014449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014449.jpg" - -# capture n°014450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014450.pto --stitching --prefix=assemblage_014450 -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/GF014450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014450.jpg" - -# capture n°014451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014451.pto --stitching --prefix=assemblage_014451 -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/GF014451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014451.jpg" - -# capture n°014452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014452.pto --stitching --prefix=assemblage_014452 -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/GF014452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014452.jpg" - -# capture n°014453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014453.pto --stitching --prefix=assemblage_014453 -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/GF014453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014453.jpg" - -# capture n°014454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014454.pto --stitching --prefix=assemblage_014454 -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/GF014454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014454.jpg" - -# capture n°014455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014455.pto --stitching --prefix=assemblage_014455 -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/GF014455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014455.jpg" - -# capture n°014456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014456.pto --stitching --prefix=assemblage_014456 -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/GF014456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014456.jpg" - -# capture n°014457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014457.pto --stitching --prefix=assemblage_014457 -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/GF014457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014457.jpg" - -# capture n°014458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014458.pto --stitching --prefix=assemblage_014458 -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/GF014458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014458.jpg" - -# capture n°014459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014459.pto --stitching --prefix=assemblage_014459 -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/GF014459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014459.jpg" - -# capture n°014460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014460.pto --stitching --prefix=assemblage_014460 -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/GF014460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014460.jpg" - -# capture n°014461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014461.pto --stitching --prefix=assemblage_014461 -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/GF014461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014461.jpg" - -# capture n°014462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014462.pto --stitching --prefix=assemblage_014462 -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/GF014462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014462.jpg" - -# capture n°014463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014463.pto --stitching --prefix=assemblage_014463 -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/GF014463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014463.jpg" - -# capture n°014464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014464.pto --stitching --prefix=assemblage_014464 -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/GF014464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014464.jpg" - -# capture n°014465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014465.pto --stitching --prefix=assemblage_014465 -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/GF014465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014465.jpg" - -# capture n°014466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014466.pto --stitching --prefix=assemblage_014466 -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/GF014466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014466.jpg" - -# capture n°014467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014467.pto --stitching --prefix=assemblage_014467 -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/GF014467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014467.jpg" - -# capture n°014468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014468.pto --stitching --prefix=assemblage_014468 -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/GF014468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014468.jpg" - -# capture n°014469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014469.pto --stitching --prefix=assemblage_014469 -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/GF014469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014469.jpg" - -# capture n°014470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014470.pto --stitching --prefix=assemblage_014470 -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/GF014470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014470.jpg" - -# capture n°014471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014471.pto --stitching --prefix=assemblage_014471 -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/GF014471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014471.jpg" - -# capture n°014472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014472.pto --stitching --prefix=assemblage_014472 -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/GF014472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014472.jpg" - -# capture n°014473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014473.pto --stitching --prefix=assemblage_014473 -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/GF014473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014473.jpg" - -# capture n°014474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014474.pto --stitching --prefix=assemblage_014474 -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/GF014474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014474.jpg" - -# capture n°014475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014475.pto --stitching --prefix=assemblage_014475 -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/GF014475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014475.jpg" - -# capture n°014476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014476.pto --stitching --prefix=assemblage_014476 -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/GF014476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014476.jpg" - -# capture n°014477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014477.pto --stitching --prefix=assemblage_014477 -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/GF014477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014477.jpg" - -# capture n°014478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014478.pto --stitching --prefix=assemblage_014478 -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/GF014478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014478.jpg" - -# capture n°014479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014479.pto --stitching --prefix=assemblage_014479 -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/GF014479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014479.jpg" - -# capture n°014480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014480.pto --stitching --prefix=assemblage_014480 -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/GF014480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014480.jpg" - -# capture n°014481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014481.pto --stitching --prefix=assemblage_014481 -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/GF014481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014481.jpg" - -# capture n°014482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014482.pto --stitching --prefix=assemblage_014482 -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/GF014482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014482.jpg" - -# capture n°014483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014483.pto --stitching --prefix=assemblage_014483 -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/GF014483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014483.jpg" - -# capture n°014484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014484.pto --stitching --prefix=assemblage_014484 -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/GF014484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014484.jpg" - -# capture n°014485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014485.pto --stitching --prefix=assemblage_014485 -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/GF014485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014485.jpg" - -# capture n°014486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014486.pto --stitching --prefix=assemblage_014486 -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/GF014486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014486.jpg" - -# capture n°014487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014487.pto --stitching --prefix=assemblage_014487 -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/GF014487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014487.jpg" - -# capture n°014488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014488.pto --stitching --prefix=assemblage_014488 -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/GF014488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014488.jpg" - -# capture n°014489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014489.pto --stitching --prefix=assemblage_014489 -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/GF014489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014489.jpg" - -# capture n°014490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014490.pto --stitching --prefix=assemblage_014490 -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/GF014490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014490.jpg" - -# capture n°014491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014491.pto --stitching --prefix=assemblage_014491 -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/GF014491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014491.jpg" - -# capture n°014492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014492.pto --stitching --prefix=assemblage_014492 -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/GF014492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014492.jpg" - -# capture n°014493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014493.pto --stitching --prefix=assemblage_014493 -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/GF014493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014493.jpg" - -# capture n°014494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014494.pto --stitching --prefix=assemblage_014494 -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/GF014494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014494.jpg" - -# capture n°014495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014495.pto --stitching --prefix=assemblage_014495 -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/GF014495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014495.jpg" - -# capture n°014496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014496.pto --stitching --prefix=assemblage_014496 -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/GF014496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014496.jpg" - -# capture n°014497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014497.pto --stitching --prefix=assemblage_014497 -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/GF014497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014497.jpg" - -# capture n°014498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014498.pto --stitching --prefix=assemblage_014498 -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/GF014498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014498.jpg" - -# capture n°014499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014499.pto --stitching --prefix=assemblage_014499 -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/GF014499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014499.jpg" - -# capture n°014500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014500.pto --stitching --prefix=assemblage_014500 -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/GF014500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014500.jpg" - -# capture n°014501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014501.pto --stitching --prefix=assemblage_014501 -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/GF014501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014501.jpg" - -# capture n°014502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014502.pto --stitching --prefix=assemblage_014502 -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/GF014502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014502.jpg" - -# capture n°014503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014503.pto --stitching --prefix=assemblage_014503 -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/GF014503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014503.jpg" - -# capture n°014504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014504.pto --stitching --prefix=assemblage_014504 -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/GF014504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014504.jpg" - -# capture n°014505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014505.pto --stitching --prefix=assemblage_014505 -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/GF014505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014505.jpg" - -# capture n°014506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014506.pto --stitching --prefix=assemblage_014506 -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/GF014506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014506.jpg" - -# capture n°014507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014507.pto --stitching --prefix=assemblage_014507 -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/GF014507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014507.jpg" - -# capture n°014508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014508.pto --stitching --prefix=assemblage_014508 -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/GF014508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014508.jpg" - -# capture n°014509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014509.pto --stitching --prefix=assemblage_014509 -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/GF014509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014509.jpg" - -# capture n°014510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014510.pto --stitching --prefix=assemblage_014510 -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/GF014510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014510.jpg" - -# capture n°014511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014511.pto --stitching --prefix=assemblage_014511 -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/GF014511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014511.jpg" - -# capture n°014512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014512.pto --stitching --prefix=assemblage_014512 -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/GF014512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014512.jpg" - -# capture n°014513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014513.pto --stitching --prefix=assemblage_014513 -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/GF014513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014513.jpg" - -# capture n°014514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014514.pto --stitching --prefix=assemblage_014514 -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/GF014514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014514.jpg" - -# capture n°014515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014515.pto --stitching --prefix=assemblage_014515 -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/GF014515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014515.jpg" - -# capture n°014516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014516.pto --stitching --prefix=assemblage_014516 -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/GF014516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014516.jpg" - -# capture n°014517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014517.pto --stitching --prefix=assemblage_014517 -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/GF014517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014517.jpg" - -# capture n°014518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014518.pto --stitching --prefix=assemblage_014518 -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/GF014518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014518.jpg" - -# capture n°014519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014519.pto --stitching --prefix=assemblage_014519 -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/GF014519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014519.jpg" - -# capture n°014520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014520.pto --stitching --prefix=assemblage_014520 -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/GF014520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014520.jpg" - -# capture n°014521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014521.pto --stitching --prefix=assemblage_014521 -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/GF014521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014521.jpg" - -# capture n°014522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014522.pto --stitching --prefix=assemblage_014522 -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/GF014522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014522.jpg" - -# capture n°014523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014523.pto --stitching --prefix=assemblage_014523 -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/GF014523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014523.jpg" - -# capture n°014524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014524.pto --stitching --prefix=assemblage_014524 -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/GF014524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014524.jpg" - -# capture n°014525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014525.pto --stitching --prefix=assemblage_014525 -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/GF014525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014525.jpg" - -# capture n°014526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014526.pto --stitching --prefix=assemblage_014526 -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/GF014526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014526.jpg" - -# capture n°014527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014527.pto --stitching --prefix=assemblage_014527 -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/GF014527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014527.jpg" - -# capture n°014528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014528.pto --stitching --prefix=assemblage_014528 -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/GF014528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014528.jpg" - -# capture n°014529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014529.pto --stitching --prefix=assemblage_014529 -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/GF014529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014529.jpg" - -# capture n°014530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014530.pto --stitching --prefix=assemblage_014530 -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/GF014530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014530.jpg" - -# capture n°014531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014531.pto --stitching --prefix=assemblage_014531 -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/GF014531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014531.jpg" - -# capture n°014532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014532.pto --stitching --prefix=assemblage_014532 -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/GF014532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014532.jpg" - -# capture n°014533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014533.pto --stitching --prefix=assemblage_014533 -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/GF014533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014533.jpg" - -# capture n°014534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014534.pto --stitching --prefix=assemblage_014534 -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/GF014534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014534.jpg" - -# capture n°014535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014535.pto --stitching --prefix=assemblage_014535 -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/GF014535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014535.jpg" - -# capture n°014536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014536.pto --stitching --prefix=assemblage_014536 -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/GF014536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014536.jpg" - -# capture n°014537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014537.pto --stitching --prefix=assemblage_014537 -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/GF014537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014537.jpg" - -# capture n°014538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014538.pto --stitching --prefix=assemblage_014538 -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/GF014538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014538.jpg" - -# capture n°014539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014539.pto --stitching --prefix=assemblage_014539 -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/GF014539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014539.jpg" - -# capture n°014540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014540.pto --stitching --prefix=assemblage_014540 -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/GF014540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014540.jpg" - -# capture n°014541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014541.pto --stitching --prefix=assemblage_014541 -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/GF014541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014541.jpg" - -# capture n°014542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014542.pto --stitching --prefix=assemblage_014542 -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/GF014542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014542.jpg" - -# capture n°014543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014543.pto --stitching --prefix=assemblage_014543 -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/GF014543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014543.jpg" - -# capture n°014544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014544.pto --stitching --prefix=assemblage_014544 -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/GF014544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014544.jpg" - -# capture n°014545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014545.pto --stitching --prefix=assemblage_014545 -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/GF014545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014545.jpg" - -# capture n°014546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014546.pto --stitching --prefix=assemblage_014546 -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/GF014546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014546.jpg" - -# capture n°014547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014547.pto --stitching --prefix=assemblage_014547 -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/GF014547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014547.jpg" - -# capture n°014548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014548.pto --stitching --prefix=assemblage_014548 -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/GF014548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014548.jpg" - -# capture n°014549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014549.pto --stitching --prefix=assemblage_014549 -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/GF014549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014549.jpg" - -# capture n°014550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014550.pto --stitching --prefix=assemblage_014550 -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/GF014550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014550.jpg" - -# capture n°014551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014551.pto --stitching --prefix=assemblage_014551 -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/GF014551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014551.jpg" - -# capture n°014552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014552.pto --stitching --prefix=assemblage_014552 -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/GF014552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014552.jpg" - -# capture n°014553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014553.pto --stitching --prefix=assemblage_014553 -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/GF014553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014553.jpg" - -# capture n°014554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014554.pto --stitching --prefix=assemblage_014554 -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/GF014554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014554.jpg" - -# capture n°014555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014555.pto --stitching --prefix=assemblage_014555 -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/GF014555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014555.jpg" - -# capture n°014556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014556.pto --stitching --prefix=assemblage_014556 -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/GF014556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014556.jpg" - -# capture n°014557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014557.pto --stitching --prefix=assemblage_014557 -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/GF014557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014557.jpg" - -# capture n°014558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014558.pto --stitching --prefix=assemblage_014558 -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/GF014558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014558.jpg" - -# capture n°014559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014559.pto --stitching --prefix=assemblage_014559 -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/GF014559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014559.jpg" - -# capture n°014560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014560.pto --stitching --prefix=assemblage_014560 -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/GF014560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014560.jpg" - -# capture n°014561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014561.pto --stitching --prefix=assemblage_014561 -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/GF014561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014561.jpg" - -# capture n°014562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014562.pto --stitching --prefix=assemblage_014562 -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/GF014562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014562.jpg" - -# capture n°014563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014563.pto --stitching --prefix=assemblage_014563 -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/GF014563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014563.jpg" - -# capture n°014564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014564.pto --stitching --prefix=assemblage_014564 -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/GF014564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014564.jpg" - -# capture n°014565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014565.pto --stitching --prefix=assemblage_014565 -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/GF014565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014565.jpg" - -# capture n°014566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014566.pto --stitching --prefix=assemblage_014566 -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/GF014566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014566.jpg" - -# capture n°014567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014567.pto --stitching --prefix=assemblage_014567 -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/GF014567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014567.jpg" - -# capture n°014568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014568.pto --stitching --prefix=assemblage_014568 -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/GF014568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014568.jpg" - -# capture n°014569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014569.pto --stitching --prefix=assemblage_014569 -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/GF014569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014569.jpg" - -# capture n°014570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014570.pto --stitching --prefix=assemblage_014570 -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/GF014570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014570.jpg" - -# capture n°014571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014571.pto --stitching --prefix=assemblage_014571 -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/GF014571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014571.jpg" - -# capture n°014572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014572.pto --stitching --prefix=assemblage_014572 -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/GF014572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014572.jpg" - -# capture n°014573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014573.pto --stitching --prefix=assemblage_014573 -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/GF014573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014573.jpg" - -# capture n°014574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014574.pto --stitching --prefix=assemblage_014574 -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/GF014574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014574.jpg" - -# capture n°014575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014575.pto --stitching --prefix=assemblage_014575 -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/GF014575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014575.jpg" - -# capture n°014576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014576.pto --stitching --prefix=assemblage_014576 -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/GF014576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014576.jpg" - -# capture n°014577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014577.pto --stitching --prefix=assemblage_014577 -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/GF014577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014577.jpg" - -# capture n°014578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014578.pto --stitching --prefix=assemblage_014578 -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/GF014578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014578.jpg" - -# capture n°014579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014579.pto --stitching --prefix=assemblage_014579 -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/GF014579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014579.jpg" - -# capture n°014580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014580.pto --stitching --prefix=assemblage_014580 -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/GF014580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014580.jpg" - -# capture n°014581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014581.pto --stitching --prefix=assemblage_014581 -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/GF014581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014581.jpg" - -# capture n°014582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014582.pto --stitching --prefix=assemblage_014582 -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/GF014582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014582.jpg" - -# capture n°014583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014583.pto --stitching --prefix=assemblage_014583 -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/GF014583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014583.jpg" - -# capture n°014584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014584.pto --stitching --prefix=assemblage_014584 -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/GF014584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014584.jpg" - -# capture n°014585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014585.pto --stitching --prefix=assemblage_014585 -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/GF014585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014585.jpg" - -# capture n°014586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014586.pto --stitching --prefix=assemblage_014586 -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/GF014586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014586.jpg" - -# capture n°014587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014587.pto --stitching --prefix=assemblage_014587 -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/GF014587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014587.jpg" - -# capture n°014588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014588.pto --stitching --prefix=assemblage_014588 -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/GF014588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014588.jpg" - -# capture n°014589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014589.pto --stitching --prefix=assemblage_014589 -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/GF014589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014589.jpg" - -# capture n°014590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014590.pto --stitching --prefix=assemblage_014590 -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/GF014590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014590.jpg" - -# capture n°014591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014591.pto --stitching --prefix=assemblage_014591 -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/GF014591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014591.jpg" - -# capture n°014592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014592.pto --stitching --prefix=assemblage_014592 -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/GF014592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014592.jpg" - -# capture n°014593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014593.pto --stitching --prefix=assemblage_014593 -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/GF014593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014593.jpg" - -# capture n°014594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014594.pto --stitching --prefix=assemblage_014594 -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/GF014594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014594.jpg" - -# capture n°014595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014595.pto --stitching --prefix=assemblage_014595 -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/GF014595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014595.jpg" - -# capture n°014596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014596.pto --stitching --prefix=assemblage_014596 -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/GF014596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014596.jpg" - -# capture n°014597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014597.pto --stitching --prefix=assemblage_014597 -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/GF014597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014597.jpg" - -# capture n°014598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014598.pto --stitching --prefix=assemblage_014598 -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/GF014598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014598.jpg" - -# capture n°014599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014599.pto --stitching --prefix=assemblage_014599 -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/GF014599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014599.jpg" - -# capture n°014600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014600.pto --stitching --prefix=assemblage_014600 -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/GF014600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014600.jpg" - -# capture n°014601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014601.pto --stitching --prefix=assemblage_014601 -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/GF014601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014601.jpg" - -# capture n°014602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014602.pto --stitching --prefix=assemblage_014602 -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/GF014602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014602.jpg" - -# capture n°014603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014603.pto --stitching --prefix=assemblage_014603 -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/GF014603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014603.jpg" - -# capture n°014604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014604.pto --stitching --prefix=assemblage_014604 -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/GF014604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014604.jpg" - -# capture n°014605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014605.pto --stitching --prefix=assemblage_014605 -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/GF014605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014605.jpg" - -# capture n°014606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014606.pto --stitching --prefix=assemblage_014606 -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/GF014606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014606.jpg" - -# capture n°014607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014607.pto --stitching --prefix=assemblage_014607 -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/GF014607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014607.jpg" - -# capture n°014608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014608.pto --stitching --prefix=assemblage_014608 -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/GF014608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014608.jpg" - -# capture n°014609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014609.pto --stitching --prefix=assemblage_014609 -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/GF014609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014609.jpg" - -# capture n°014610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014610.pto --stitching --prefix=assemblage_014610 -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/GF014610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014610.jpg" - -# capture n°014611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014611.pto --stitching --prefix=assemblage_014611 -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/GF014611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014611.jpg" - -# capture n°014612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014612.pto --stitching --prefix=assemblage_014612 -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/GF014612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014612.jpg" - -# capture n°014613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014613.pto --stitching --prefix=assemblage_014613 -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/GF014613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014613.jpg" - -# capture n°014614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014614.pto --stitching --prefix=assemblage_014614 -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/GF014614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014614.jpg" - -# capture n°014615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014615.pto --stitching --prefix=assemblage_014615 -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/GF014615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014615.jpg" - -# capture n°014616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014616.pto --stitching --prefix=assemblage_014616 -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/GF014616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014616.jpg" - -# capture n°014617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014617.pto --stitching --prefix=assemblage_014617 -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/GF014617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014617.jpg" - -# capture n°014618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014618.pto --stitching --prefix=assemblage_014618 -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/GF014618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014618.jpg" - -# capture n°014619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014619.pto --stitching --prefix=assemblage_014619 -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/GF014619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014619.jpg" - -# capture n°014620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014620.pto --stitching --prefix=assemblage_014620 -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/GF014620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014620.jpg" - -# capture n°014621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014621.pto --stitching --prefix=assemblage_014621 -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/GF014621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014621.jpg" - -# capture n°014622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014622.pto --stitching --prefix=assemblage_014622 -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/GF014622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014622.jpg" - -# capture n°014623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014623.pto --stitching --prefix=assemblage_014623 -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/GF014623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014623.jpg" - -# capture n°014624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014624.pto --stitching --prefix=assemblage_014624 -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/GF014624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014624.jpg" - -# capture n°014625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014625.pto --stitching --prefix=assemblage_014625 -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/GF014625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014625.jpg" - -# capture n°014626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014626.pto --stitching --prefix=assemblage_014626 -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/GF014626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014626.jpg" - -# capture n°014627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014627.pto --stitching --prefix=assemblage_014627 -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/GF014627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014627.jpg" - -# capture n°014628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014628.pto --stitching --prefix=assemblage_014628 -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/GF014628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014628.jpg" - -# capture n°014629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014629.pto --stitching --prefix=assemblage_014629 -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/GF014629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014629.jpg" - -# capture n°014630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014630.pto --stitching --prefix=assemblage_014630 -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/GF014630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014630.jpg" - -# capture n°014631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014631.pto --stitching --prefix=assemblage_014631 -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/GF014631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014631.jpg" - -# capture n°014632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014632.pto --stitching --prefix=assemblage_014632 -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/GF014632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014632.jpg" - -# capture n°014633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014633.pto --stitching --prefix=assemblage_014633 -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/GF014633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014633.jpg" - -# capture n°014634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014634.pto --stitching --prefix=assemblage_014634 -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/GF014634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014634.jpg" - -# capture n°014635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014635.pto --stitching --prefix=assemblage_014635 -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/GF014635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014635.jpg" - -# capture n°014636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014636.pto --stitching --prefix=assemblage_014636 -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/GF014636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014636.jpg" - -# capture n°014637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014637.pto --stitching --prefix=assemblage_014637 -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/GF014637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014637.jpg" - -# capture n°014638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014638.pto --stitching --prefix=assemblage_014638 -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/GF014638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014638.jpg" - -# capture n°014639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014639.pto --stitching --prefix=assemblage_014639 -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/GF014639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014639.jpg" - -# capture n°014640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014640.pto --stitching --prefix=assemblage_014640 -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/GF014640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014640.jpg" - -# capture n°014641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014641.pto --stitching --prefix=assemblage_014641 -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/GF014641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014641.jpg" - -# capture n°014642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014642.pto --stitching --prefix=assemblage_014642 -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/GF014642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014642.jpg" - -# capture n°014643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014643.pto --stitching --prefix=assemblage_014643 -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/GF014643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014643.jpg" - -# capture n°014644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014644.pto --stitching --prefix=assemblage_014644 -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/GF014644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014644.jpg" - -# capture n°014645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014645.pto --stitching --prefix=assemblage_014645 -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/GF014645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014645.jpg" - -# capture n°014646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014646.pto --stitching --prefix=assemblage_014646 -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/GF014646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014646.jpg" - -# capture n°014647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014647.pto --stitching --prefix=assemblage_014647 -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/GF014647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014647.jpg" - -# capture n°014648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014648.pto --stitching --prefix=assemblage_014648 -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/GF014648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014648.jpg" - -# capture n°014649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014649.pto --stitching --prefix=assemblage_014649 -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/GF014649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014649.jpg" - -# capture n°014650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014650.pto --stitching --prefix=assemblage_014650 -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/GF014650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014650.jpg" - -# capture n°014651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014651.pto --stitching --prefix=assemblage_014651 -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/GF014651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014651.jpg" - -# capture n°014652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014652.pto --stitching --prefix=assemblage_014652 -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/GF014652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014652.jpg" - -# capture n°014653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014653.pto --stitching --prefix=assemblage_014653 -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/GF014653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014653.jpg" - -# capture n°014654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014654.pto --stitching --prefix=assemblage_014654 -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/GF014654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014654.jpg" - -# capture n°014655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014655.pto --stitching --prefix=assemblage_014655 -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/GF014655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014655.jpg" - -# capture n°014656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014656.pto --stitching --prefix=assemblage_014656 -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/GF014656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014656.jpg" - -# capture n°014657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014657.pto --stitching --prefix=assemblage_014657 -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/GF014657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014657.jpg" - -# capture n°014658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014658.pto --stitching --prefix=assemblage_014658 -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/GF014658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014658.jpg" - -# capture n°014659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014659.pto --stitching --prefix=assemblage_014659 -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/GF014659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014659.jpg" - -# capture n°014660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014660.pto --stitching --prefix=assemblage_014660 -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/GF014660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014660.jpg" - -# capture n°014661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014661.pto --stitching --prefix=assemblage_014661 -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/GF014661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014661.jpg" - -# capture n°014662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014662.pto --stitching --prefix=assemblage_014662 -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/GF014662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014662.jpg" - -# capture n°014663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014663.pto --stitching --prefix=assemblage_014663 -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/GF014663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014663.jpg" - -# capture n°014664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014664.pto --stitching --prefix=assemblage_014664 -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/GF014664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014664.jpg" - -# capture n°014665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014665.pto --stitching --prefix=assemblage_014665 -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/GF014665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014665.jpg" - -# capture n°014666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014666.pto --stitching --prefix=assemblage_014666 -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/GF014666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014666.jpg" - -# capture n°014667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014667.pto --stitching --prefix=assemblage_014667 -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/GF014667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014667.jpg" - -# capture n°014668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014668.pto --stitching --prefix=assemblage_014668 -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/GF014668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014668.jpg" - -# capture n°014669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014669.pto --stitching --prefix=assemblage_014669 -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/GF014669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014669.jpg" - -# capture n°014670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014670.pto --stitching --prefix=assemblage_014670 -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/GF014670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014670.jpg" - -# capture n°014671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014671.pto --stitching --prefix=assemblage_014671 -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/GF014671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014671.jpg" - -# capture n°014672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014672.pto --stitching --prefix=assemblage_014672 -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/GF014672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014672.jpg" - -# capture n°014673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014673.pto --stitching --prefix=assemblage_014673 -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/GF014673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014673.jpg" - -# capture n°014674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014674.pto --stitching --prefix=assemblage_014674 -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/GF014674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014674.jpg" - -# capture n°014675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014675.pto --stitching --prefix=assemblage_014675 -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/GF014675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014675.jpg" - -# capture n°014676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014676.pto --stitching --prefix=assemblage_014676 -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/GF014676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014676.jpg" - -# capture n°014677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014677.pto --stitching --prefix=assemblage_014677 -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/GF014677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014677.jpg" - -# capture n°014678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014678.pto --stitching --prefix=assemblage_014678 -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/GF014678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014678.jpg" - -# capture n°014679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014679.pto --stitching --prefix=assemblage_014679 -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/GF014679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014679.jpg" - -# capture n°014680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014680.pto --stitching --prefix=assemblage_014680 -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/GF014680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014680.jpg" - -# capture n°014681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014681.pto --stitching --prefix=assemblage_014681 -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/GF014681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014681.jpg" - -# capture n°014682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014682.pto --stitching --prefix=assemblage_014682 -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/GF014682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014682.jpg" - -# capture n°014683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014683.pto --stitching --prefix=assemblage_014683 -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/GF014683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014683.jpg" - -# capture n°014684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014684.pto --stitching --prefix=assemblage_014684 -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/GF014684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014684.jpg" - -# capture n°014685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014685.pto --stitching --prefix=assemblage_014685 -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/GF014685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014685.jpg" - -# capture n°014686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014686.pto --stitching --prefix=assemblage_014686 -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/GF014686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014686.jpg" - -# capture n°014687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014687.pto --stitching --prefix=assemblage_014687 -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/GF014687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014687.jpg" - -# capture n°014688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014688.pto --stitching --prefix=assemblage_014688 -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/GF014688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014688.jpg" - -# capture n°014689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014689.pto --stitching --prefix=assemblage_014689 -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/GF014689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014689.jpg" - -# capture n°014690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014690.pto --stitching --prefix=assemblage_014690 -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/GF014690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014690.jpg" - -# capture n°014691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014691.pto --stitching --prefix=assemblage_014691 -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/GF014691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014691.jpg" - -# capture n°014692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014692.pto --stitching --prefix=assemblage_014692 -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/GF014692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014692.jpg" - -# capture n°014693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014693.pto --stitching --prefix=assemblage_014693 -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/GF014693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014693.jpg" - -# capture n°014694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014694.pto --stitching --prefix=assemblage_014694 -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/GF014694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014694.jpg" - -# capture n°014695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014695.pto --stitching --prefix=assemblage_014695 -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/GF014695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014695.jpg" - -# capture n°014696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014696.pto --stitching --prefix=assemblage_014696 -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/GF014696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014696.jpg" - -# capture n°014697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014697.pto --stitching --prefix=assemblage_014697 -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/GF014697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014697.jpg" - -# capture n°014698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014698.pto --stitching --prefix=assemblage_014698 -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/GF014698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014698.jpg" - -# capture n°014699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014699.pto --stitching --prefix=assemblage_014699 -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/GF014699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014699.jpg" - -# capture n°014700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014700.pto --stitching --prefix=assemblage_014700 -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/GF014700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014700.jpg" - -# capture n°014701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014701.pto --stitching --prefix=assemblage_014701 -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/GF014701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014701.jpg" - -# capture n°014702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014702.pto --stitching --prefix=assemblage_014702 -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/GF014702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014702.jpg" - -# capture n°014703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014703.pto --stitching --prefix=assemblage_014703 -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/GF014703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014703.jpg" - -# capture n°014704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014704.pto --stitching --prefix=assemblage_014704 -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/GF014704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014704.jpg" - -# capture n°014705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014705.pto --stitching --prefix=assemblage_014705 -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/GF014705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014705.jpg" - -# capture n°014706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014706.pto --stitching --prefix=assemblage_014706 -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/GF014706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014706.jpg" - -# capture n°014707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014707.pto --stitching --prefix=assemblage_014707 -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/GF014707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014707.jpg" - -# capture n°014708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014708.pto --stitching --prefix=assemblage_014708 -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/GF014708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014708.jpg" - -# capture n°014709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014709.pto --stitching --prefix=assemblage_014709 -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/GF014709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014709.jpg" - -# capture n°014710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014710.pto --stitching --prefix=assemblage_014710 -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/GF014710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014710.jpg" - -# capture n°014711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014711.pto --stitching --prefix=assemblage_014711 -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/GF014711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014711.jpg" - -# capture n°014712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014712.pto --stitching --prefix=assemblage_014712 -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/GF014712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014712.jpg" - -# capture n°014713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014713.pto --stitching --prefix=assemblage_014713 -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/GF014713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014713.jpg" - -# capture n°014714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014714.pto --stitching --prefix=assemblage_014714 -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/GF014714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014714.jpg" - -# capture n°014715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014715.pto --stitching --prefix=assemblage_014715 -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/GF014715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014715.jpg" - -# capture n°014716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014716.pto --stitching --prefix=assemblage_014716 -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/GF014716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014716.jpg" - -# capture n°014717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014717.pto --stitching --prefix=assemblage_014717 -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/GF014717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014717.jpg" - -# capture n°014718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014718.pto --stitching --prefix=assemblage_014718 -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/GF014718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014718.jpg" - -# capture n°014719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014719.pto --stitching --prefix=assemblage_014719 -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/GF014719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014719.jpg" - -# capture n°014720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014720.pto --stitching --prefix=assemblage_014720 -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/GF014720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014720.jpg" - -# capture n°014721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014721.pto --stitching --prefix=assemblage_014721 -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/GF014721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014721.jpg" - -# capture n°014722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014722.pto --stitching --prefix=assemblage_014722 -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/GF014722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014722.jpg" - -# capture n°014723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014723.pto --stitching --prefix=assemblage_014723 -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/GF014723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014723.jpg" - -# capture n°014724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014724.pto --stitching --prefix=assemblage_014724 -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/GF014724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014724.jpg" - -# capture n°014725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014725.pto --stitching --prefix=assemblage_014725 -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/GF014725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014725.jpg" - -# capture n°014726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014726.pto --stitching --prefix=assemblage_014726 -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/GF014726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014726.jpg" - -# capture n°014727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014727.pto --stitching --prefix=assemblage_014727 -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/GF014727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014727.jpg" - -# capture n°014728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014728.pto --stitching --prefix=assemblage_014728 -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/GF014728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014728.jpg" - -# capture n°014729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014729.pto --stitching --prefix=assemblage_014729 -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/GF014729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014729.jpg" - -# capture n°014730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014730.pto --stitching --prefix=assemblage_014730 -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/GF014730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014730.jpg" - -# capture n°014731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014731.pto --stitching --prefix=assemblage_014731 -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/GF014731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014731.jpg" - -# capture n°014732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014732.pto --stitching --prefix=assemblage_014732 -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/GF014732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014732.jpg" - -# capture n°014733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014733.pto --stitching --prefix=assemblage_014733 -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/GF014733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014733.jpg" - -# capture n°014734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014734.pto --stitching --prefix=assemblage_014734 -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/GF014734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014734.jpg" - -# capture n°014735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014735.pto --stitching --prefix=assemblage_014735 -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/GF014735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014735.jpg" - -# capture n°014736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014736.pto --stitching --prefix=assemblage_014736 -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/GF014736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014736.jpg" - -# capture n°014737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014737.pto --stitching --prefix=assemblage_014737 -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/GF014737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014737.jpg" - -# capture n°014738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014738.pto --stitching --prefix=assemblage_014738 -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/GF014738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014738.jpg" - -# capture n°014739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014739.pto --stitching --prefix=assemblage_014739 -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/GF014739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014739.jpg" - -# capture n°014740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014740.pto --stitching --prefix=assemblage_014740 -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/GF014740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014740.jpg" - -# capture n°014741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014741.pto --stitching --prefix=assemblage_014741 -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/GF014741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014741.jpg" - -# capture n°014742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014742.pto --stitching --prefix=assemblage_014742 -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/GF014742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014742.jpg" - -# capture n°014743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014743.pto --stitching --prefix=assemblage_014743 -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/GF014743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014743.jpg" - -# capture n°014744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014744.pto --stitching --prefix=assemblage_014744 -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/GF014744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014744.jpg" - -# capture n°014745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014745.pto --stitching --prefix=assemblage_014745 -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/GF014745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014745.jpg" - -# capture n°014746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014746.pto --stitching --prefix=assemblage_014746 -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/GF014746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014746.jpg" - -# capture n°014747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014747.pto --stitching --prefix=assemblage_014747 -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/GF014747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014747.jpg" - -# capture n°014748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014748.pto --stitching --prefix=assemblage_014748 -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/GF014748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014748.jpg" - -# capture n°014749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014749.pto --stitching --prefix=assemblage_014749 -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/GF014749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014749.jpg" - -# capture n°014750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014750.pto --stitching --prefix=assemblage_014750 -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/GF014750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014750.jpg" - -# capture n°014751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014751.pto --stitching --prefix=assemblage_014751 -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/GF014751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014751.jpg" - -# capture n°014752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014752.pto --stitching --prefix=assemblage_014752 -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/GF014752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014752.jpg" - -# capture n°014753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014753.pto --stitching --prefix=assemblage_014753 -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/GF014753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014753.jpg" - -# capture n°014754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014754.pto --stitching --prefix=assemblage_014754 -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/GF014754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014754.jpg" - -# capture n°014755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014755.pto --stitching --prefix=assemblage_014755 -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/GF014755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014755.jpg" - -# capture n°014756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014756.pto --stitching --prefix=assemblage_014756 -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/GF014756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014756.jpg" - -# capture n°014757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014757.pto --stitching --prefix=assemblage_014757 -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/GF014757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014757.jpg" - -# capture n°014758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014758.pto --stitching --prefix=assemblage_014758 -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/GF014758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014758.jpg" - -# capture n°014759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014759.pto --stitching --prefix=assemblage_014759 -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/GF014759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014759.jpg" - -# capture n°014760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014760.pto --stitching --prefix=assemblage_014760 -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/GF014760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014760.jpg" - -# capture n°014761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014761.pto --stitching --prefix=assemblage_014761 -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/GF014761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014761.jpg" - -# capture n°014762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014762.pto --stitching --prefix=assemblage_014762 -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/GF014762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014762.jpg" - -# capture n°014763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014763.pto --stitching --prefix=assemblage_014763 -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/GF014763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014763.jpg" - -# capture n°014764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014764.pto --stitching --prefix=assemblage_014764 -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/GF014764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014764.jpg" - -# capture n°014765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014765.pto --stitching --prefix=assemblage_014765 -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/GF014765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014765.jpg" - -# capture n°014766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014766.pto --stitching --prefix=assemblage_014766 -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/GF014766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014766.jpg" - -# capture n°014767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014767.pto --stitching --prefix=assemblage_014767 -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/GF014767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014767.jpg" - -# capture n°014768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014768.pto --stitching --prefix=assemblage_014768 -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/GF014768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014768.jpg" - -# capture n°014769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014769.pto --stitching --prefix=assemblage_014769 -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/GF014769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014769.jpg" - -# capture n°014770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014770.pto --stitching --prefix=assemblage_014770 -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/GF014770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014770.jpg" - -# capture n°014771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014771.pto --stitching --prefix=assemblage_014771 -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/GF014771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014771.jpg" - -# capture n°014772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014772.pto --stitching --prefix=assemblage_014772 -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/GF014772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014772.jpg" - -# capture n°014773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014773.pto --stitching --prefix=assemblage_014773 -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/GF014773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014773.jpg" - -# capture n°014774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014774.pto --stitching --prefix=assemblage_014774 -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/GF014774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014774.jpg" - -# capture n°014775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014775.pto --stitching --prefix=assemblage_014775 -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/GF014775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014775.jpg" - -# capture n°014776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014776.pto --stitching --prefix=assemblage_014776 -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/GF014776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014776.jpg" - -# capture n°014777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014777.pto --stitching --prefix=assemblage_014777 -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/GF014777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014777.jpg" - -# capture n°014778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014778.pto --stitching --prefix=assemblage_014778 -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/GF014778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014778.jpg" - -# capture n°014779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014779.pto --stitching --prefix=assemblage_014779 -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/GF014779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014779.jpg" - -# capture n°014780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014780.pto --stitching --prefix=assemblage_014780 -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/GF014780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014780.jpg" - -# capture n°014781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014781.pto --stitching --prefix=assemblage_014781 -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/GF014781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014781.jpg" - -# capture n°014782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014782.pto --stitching --prefix=assemblage_014782 -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/GF014782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014782.jpg" - -# capture n°014783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014783.pto --stitching --prefix=assemblage_014783 -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/GF014783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014783.jpg" - -# capture n°014784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014784.pto --stitching --prefix=assemblage_014784 -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/GF014784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014784.jpg" - -# capture n°014785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014785.pto --stitching --prefix=assemblage_014785 -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/GF014785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014785.jpg" - -# capture n°014786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014786.pto --stitching --prefix=assemblage_014786 -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/GF014786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014786.jpg" - -# capture n°014787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014787.pto --stitching --prefix=assemblage_014787 -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/GF014787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014787.jpg" - -# capture n°014788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014788.pto --stitching --prefix=assemblage_014788 -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/GF014788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014788.jpg" - -# capture n°014789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014789.pto --stitching --prefix=assemblage_014789 -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/GF014789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014789.jpg" - -# capture n°014790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014790.pto --stitching --prefix=assemblage_014790 -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/GF014790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014790.jpg" - -# capture n°014791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014791.pto --stitching --prefix=assemblage_014791 -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/GF014791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014791.jpg" - -# capture n°014792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014792.pto --stitching --prefix=assemblage_014792 -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/GF014792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014792.jpg" - -# capture n°014793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014793.pto --stitching --prefix=assemblage_014793 -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/GF014793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014793.jpg" - -# capture n°014794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014794.pto --stitching --prefix=assemblage_014794 -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/GF014794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014794.jpg" - -# capture n°014795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014795.pto --stitching --prefix=assemblage_014795 -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/GF014795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014795.jpg" - -# capture n°014796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014796.pto --stitching --prefix=assemblage_014796 -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/GF014796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014796.jpg" - -# capture n°014797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014797.pto --stitching --prefix=assemblage_014797 -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/GF014797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014797.jpg" - -# capture n°014798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014798.pto --stitching --prefix=assemblage_014798 -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/GF014798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014798.jpg" - -# capture n°014799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014799.pto --stitching --prefix=assemblage_014799 -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/GF014799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014799.jpg" - -# capture n°014800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014800.pto --stitching --prefix=assemblage_014800 -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/GF014800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014800.jpg" - -# capture n°014801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014801.pto --stitching --prefix=assemblage_014801 -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/GF014801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014801.jpg" - -# capture n°014802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014802.pto --stitching --prefix=assemblage_014802 -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/GF014802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014802.jpg" - -# capture n°014803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014803.pto --stitching --prefix=assemblage_014803 -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/GF014803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014803.jpg" - -# capture n°014804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014804.pto --stitching --prefix=assemblage_014804 -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/GF014804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014804.jpg" - -# capture n°014805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014805.pto --stitching --prefix=assemblage_014805 -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/GF014805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014805.jpg" - -# capture n°014806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014806.pto --stitching --prefix=assemblage_014806 -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/GF014806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014806.jpg" - -# capture n°014807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014807.pto --stitching --prefix=assemblage_014807 -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/GF014807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014807.jpg" - -# capture n°014808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014808.pto --stitching --prefix=assemblage_014808 -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/GF014808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014808.jpg" - -# capture n°014809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014809.pto --stitching --prefix=assemblage_014809 -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/GF014809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014809.jpg" - -# capture n°014810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014810.pto --stitching --prefix=assemblage_014810 -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/GF014810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014810.jpg" - -# capture n°014811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014811.pto --stitching --prefix=assemblage_014811 -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/GF014811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014811.jpg" - -# capture n°014812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014812.pto --stitching --prefix=assemblage_014812 -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/GF014812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014812.jpg" - -# capture n°014813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014813.pto --stitching --prefix=assemblage_014813 -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/GF014813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014813.jpg" - -# capture n°014814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014814.pto --stitching --prefix=assemblage_014814 -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/GF014814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014814.jpg" - -# capture n°014815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014815.pto --stitching --prefix=assemblage_014815 -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/GF014815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014815.jpg" - -# capture n°014816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014816.pto --stitching --prefix=assemblage_014816 -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/GF014816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014816.jpg" - -# capture n°014817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014817.pto --stitching --prefix=assemblage_014817 -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/GF014817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014817.jpg" - -# capture n°014818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014818.pto --stitching --prefix=assemblage_014818 -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/GF014818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014818.jpg" - -# capture n°014819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014819.pto --stitching --prefix=assemblage_014819 -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/GF014819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014819.jpg" - -# capture n°014820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014820.pto --stitching --prefix=assemblage_014820 -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/GF014820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014820.jpg" - -# capture n°014821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014821.pto --stitching --prefix=assemblage_014821 -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/GF014821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014821.jpg" - -# capture n°014822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014822.pto --stitching --prefix=assemblage_014822 -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/GF014822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014822.jpg" - -# capture n°014823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014823.pto --stitching --prefix=assemblage_014823 -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/GF014823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014823.jpg" - -# capture n°014824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014824.pto --stitching --prefix=assemblage_014824 -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/GF014824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014824.jpg" - -# capture n°014825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014825.pto --stitching --prefix=assemblage_014825 -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/GF014825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014825.jpg" - -# capture n°014826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014826.pto --stitching --prefix=assemblage_014826 -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/GF014826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014826.jpg" - -# capture n°014827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014827.pto --stitching --prefix=assemblage_014827 -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/GF014827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014827.jpg" - -# capture n°014828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014828.pto --stitching --prefix=assemblage_014828 -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/GF014828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014828.jpg" - -# capture n°014829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014829.pto --stitching --prefix=assemblage_014829 -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/GF014829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014829.jpg" - -# capture n°014830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014830.pto --stitching --prefix=assemblage_014830 -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/GF014830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014830.jpg" - -# capture n°014831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014831.pto --stitching --prefix=assemblage_014831 -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/GF014831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014831.jpg" - -# capture n°014832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014832.pto --stitching --prefix=assemblage_014832 -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/GF014832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014832.jpg" - -# capture n°014833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014833.pto --stitching --prefix=assemblage_014833 -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/GF014833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014833.jpg" - -# capture n°014834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014834.pto --stitching --prefix=assemblage_014834 -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/GF014834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014834.jpg" - -# capture n°014835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014835.pto --stitching --prefix=assemblage_014835 -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/GF014835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014835.jpg" - -# capture n°014836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014836.pto --stitching --prefix=assemblage_014836 -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/GF014836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014836.jpg" - -# capture n°014837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014837.pto --stitching --prefix=assemblage_014837 -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/GF014837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014837.jpg" - -# capture n°014838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014838.pto --stitching --prefix=assemblage_014838 -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/GF014838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014838.jpg" - -# capture n°014839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014839.pto --stitching --prefix=assemblage_014839 -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/GF014839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014839.jpg" - -# capture n°014840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014840.pto --stitching --prefix=assemblage_014840 -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/GF014840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014840.jpg" - -# capture n°014841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014841.pto --stitching --prefix=assemblage_014841 -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/GF014841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014841.jpg" - -# capture n°014842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014842.pto --stitching --prefix=assemblage_014842 -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/GF014842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014842.jpg" - -# capture n°014843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014843.pto --stitching --prefix=assemblage_014843 -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/GF014843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014843.jpg" - -# capture n°014844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014844.pto --stitching --prefix=assemblage_014844 -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/GF014844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014844.jpg" - -# capture n°014845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014845.pto --stitching --prefix=assemblage_014845 -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/GF014845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014845.jpg" - -# capture n°014846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014846.pto --stitching --prefix=assemblage_014846 -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/GF014846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014846.jpg" - -# capture n°014847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014847.pto --stitching --prefix=assemblage_014847 -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/GF014847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014847.jpg" - -# capture n°014848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014848.pto --stitching --prefix=assemblage_014848 -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/GF014848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014848.jpg" - -# capture n°014849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014849.pto --stitching --prefix=assemblage_014849 -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/GF014849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014849.jpg" - -# capture n°014850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014850.pto --stitching --prefix=assemblage_014850 -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/GF014850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014850.jpg" - -# capture n°014851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014851.pto --stitching --prefix=assemblage_014851 -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/GF014851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014851.jpg" - -# capture n°014852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014852.pto --stitching --prefix=assemblage_014852 -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/GF014852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014852.jpg" - -# capture n°014853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014853.pto --stitching --prefix=assemblage_014853 -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/GF014853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014853.jpg" - -# capture n°014854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014854.pto --stitching --prefix=assemblage_014854 -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/GF014854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014854.jpg" - -# capture n°014855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014855.pto --stitching --prefix=assemblage_014855 -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/GF014855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014855.jpg" - -# capture n°014856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014856.pto --stitching --prefix=assemblage_014856 -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/GF014856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014856.jpg" - -# capture n°014857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014857.pto --stitching --prefix=assemblage_014857 -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/GF014857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014857.jpg" - -# capture n°014858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014858.pto --stitching --prefix=assemblage_014858 -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/GF014858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014858.jpg" - -# capture n°014859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014859.pto --stitching --prefix=assemblage_014859 -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/GF014859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014859.jpg" - -# capture n°014860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014860.pto --stitching --prefix=assemblage_014860 -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/GF014860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014860.jpg" - -# capture n°014861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014861.pto --stitching --prefix=assemblage_014861 -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/GF014861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014861.jpg" - -# capture n°014862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014862.pto --stitching --prefix=assemblage_014862 -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/GF014862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014862.jpg" - -# capture n°014863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014863.pto --stitching --prefix=assemblage_014863 -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/GF014863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014863.jpg" - -# capture n°014864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014864.pto --stitching --prefix=assemblage_014864 -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/GF014864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014864.jpg" - -# capture n°014865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014865.pto --stitching --prefix=assemblage_014865 -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/GF014865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014865.jpg" - -# capture n°014866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014866.pto --stitching --prefix=assemblage_014866 -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/GF014866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014866.jpg" - -# capture n°014867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014867.pto --stitching --prefix=assemblage_014867 -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/GF014867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014867.jpg" - -# capture n°014868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014868.pto --stitching --prefix=assemblage_014868 -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/GF014868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014868.jpg" - -# capture n°014869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014869.pto --stitching --prefix=assemblage_014869 -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/GF014869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014869.jpg" - -# capture n°014870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014870.pto --stitching --prefix=assemblage_014870 -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/GF014870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014870.jpg" - -# capture n°014871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014871.pto --stitching --prefix=assemblage_014871 -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/GF014871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014871.jpg" - -# capture n°014872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014872.pto --stitching --prefix=assemblage_014872 -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/GF014872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014872.jpg" - -# capture n°014873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014873.pto --stitching --prefix=assemblage_014873 -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/GF014873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014873.jpg" - -# capture n°014874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014874.pto --stitching --prefix=assemblage_014874 -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/GF014874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014874.jpg" - -# capture n°014875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014875.pto --stitching --prefix=assemblage_014875 -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/GF014875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014875.jpg" - -# capture n°014876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014876.pto --stitching --prefix=assemblage_014876 -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/GF014876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014876.jpg" - -# capture n°014877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014877.pto --stitching --prefix=assemblage_014877 -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/GF014877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014877.jpg" - -# capture n°014878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014878.pto --stitching --prefix=assemblage_014878 -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/GF014878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014878.jpg" - -# capture n°014879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014879.pto --stitching --prefix=assemblage_014879 -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/GF014879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014879.jpg" - -# capture n°014880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014880.pto --stitching --prefix=assemblage_014880 -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/GF014880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014880.jpg" - -# capture n°014881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014881.pto --stitching --prefix=assemblage_014881 -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/GF014881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014881.jpg" - -# capture n°014882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014882.pto --stitching --prefix=assemblage_014882 -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/GF014882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014882.jpg" - -# capture n°014883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014883.pto --stitching --prefix=assemblage_014883 -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/GF014883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014883.jpg" - -# capture n°014884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014884.pto --stitching --prefix=assemblage_014884 -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/GF014884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014884.jpg" - -# capture n°014885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014885.pto --stitching --prefix=assemblage_014885 -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/GF014885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014885.jpg" - -# capture n°014886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014886.pto --stitching --prefix=assemblage_014886 -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/GF014886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014886.jpg" - -# capture n°014887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014887.pto --stitching --prefix=assemblage_014887 -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/GF014887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014887.jpg" - -# capture n°014888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014888.pto --stitching --prefix=assemblage_014888 -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/GF014888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014888.jpg" - -# capture n°014889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014889.pto --stitching --prefix=assemblage_014889 -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/GF014889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014889.jpg" - -# capture n°014890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014890.pto --stitching --prefix=assemblage_014890 -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/GF014890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014890.jpg" - -# capture n°014891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014891.pto --stitching --prefix=assemblage_014891 -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/GF014891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014891.jpg" - -# capture n°014892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014892.pto --stitching --prefix=assemblage_014892 -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/GF014892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014892.jpg" - -# capture n°014893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014893.pto --stitching --prefix=assemblage_014893 -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/GF014893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014893.jpg" - -# capture n°014894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014894.pto --stitching --prefix=assemblage_014894 -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/GF014894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014894.jpg" - -# capture n°014895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014895.pto --stitching --prefix=assemblage_014895 -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/GF014895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014895.jpg" - -# capture n°014896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014896.pto --stitching --prefix=assemblage_014896 -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/GF014896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014896.jpg" - -# capture n°014897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014897.pto --stitching --prefix=assemblage_014897 -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/GF014897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014897.jpg" - -# capture n°014898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014898.pto --stitching --prefix=assemblage_014898 -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/GF014898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014898.jpg" - -# capture n°014899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014899.pto --stitching --prefix=assemblage_014899 -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/GF014899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014899.jpg" - -# capture n°014900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014900.pto --stitching --prefix=assemblage_014900 -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/GF014900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014900.jpg" - -# capture n°014901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014901.pto --stitching --prefix=assemblage_014901 -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/GF014901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014901.jpg" - -# capture n°014902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014902.pto --stitching --prefix=assemblage_014902 -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/GF014902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014902.jpg" - -# capture n°014903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014903.pto --stitching --prefix=assemblage_014903 -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/GF014903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014903.jpg" - -# capture n°014904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014904.pto --stitching --prefix=assemblage_014904 -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/GF014904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014904.jpg" - -# capture n°014905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014905.pto --stitching --prefix=assemblage_014905 -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/GF014905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014905.jpg" - -# capture n°014906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014906.pto --stitching --prefix=assemblage_014906 -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/GF014906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014906.jpg" - -# capture n°014907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014907.pto --stitching --prefix=assemblage_014907 -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/GF014907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014907.jpg" - -# capture n°014908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014908.pto --stitching --prefix=assemblage_014908 -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/GF014908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014908.jpg" - -# capture n°014909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014909.pto --stitching --prefix=assemblage_014909 -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/GF014909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014909.jpg" - -# capture n°014910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014910.pto --stitching --prefix=assemblage_014910 -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/GF014910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014910.jpg" - -# capture n°014911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014911.pto --stitching --prefix=assemblage_014911 -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/GF014911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014911.jpg" - -# capture n°014912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014912.pto --stitching --prefix=assemblage_014912 -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/GF014912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014912.jpg" - -# capture n°014913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014913.pto --stitching --prefix=assemblage_014913 -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/GF014913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014913.jpg" - -# capture n°014914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014914.pto --stitching --prefix=assemblage_014914 -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/GF014914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014914.jpg" - -# capture n°014915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014915.pto --stitching --prefix=assemblage_014915 -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/GF014915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014915.jpg" - -# capture n°014916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014916.pto --stitching --prefix=assemblage_014916 -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/GF014916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014916.jpg" - -# capture n°014917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014917.pto --stitching --prefix=assemblage_014917 -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/GF014917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014917.jpg" - -# capture n°014918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014918.pto --stitching --prefix=assemblage_014918 -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/GF014918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014918.jpg" - -# capture n°014919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014919.pto --stitching --prefix=assemblage_014919 -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/GF014919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014919.jpg" - -# capture n°014920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014920.pto --stitching --prefix=assemblage_014920 -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/GF014920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014920.jpg" - -# capture n°014921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014921.pto --stitching --prefix=assemblage_014921 -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/GF014921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014921.jpg" - -# capture n°014922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014922.pto --stitching --prefix=assemblage_014922 -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/GF014922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014922.jpg" - -# capture n°014923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014923.pto --stitching --prefix=assemblage_014923 -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/GF014923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014923.jpg" - -# capture n°014924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014924.pto --stitching --prefix=assemblage_014924 -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/GF014924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014924.jpg" - -# capture n°014925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014925.pto --stitching --prefix=assemblage_014925 -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/GF014925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014925.jpg" - -# capture n°014926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014926.pto --stitching --prefix=assemblage_014926 -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/GF014926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014926.jpg" - -# capture n°014927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014927.pto --stitching --prefix=assemblage_014927 -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/GF014927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014927.jpg" - -# capture n°014928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014928.pto --stitching --prefix=assemblage_014928 -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/GF014928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014928.jpg" - -# capture n°014929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014929.pto --stitching --prefix=assemblage_014929 -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/GF014929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014929.jpg" - -# capture n°014930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014930.pto --stitching --prefix=assemblage_014930 -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/GF014930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014930.jpg" - -# capture n°014931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014931.pto --stitching --prefix=assemblage_014931 -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/GF014931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014931.jpg" - -# capture n°014932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014932.pto --stitching --prefix=assemblage_014932 -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/GF014932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014932.jpg" - -# capture n°014933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014933.pto --stitching --prefix=assemblage_014933 -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/GF014933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014933.jpg" - -# capture n°014934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014934.pto --stitching --prefix=assemblage_014934 -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/GF014934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014934.jpg" - -# capture n°014935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014935.pto --stitching --prefix=assemblage_014935 -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/GF014935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014935.jpg" - -# capture n°014936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014936.pto --stitching --prefix=assemblage_014936 -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/GF014936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014936.jpg" - -# capture n°014937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014937.pto --stitching --prefix=assemblage_014937 -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/GF014937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014937.jpg" - -# capture n°014938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014938.pto --stitching --prefix=assemblage_014938 -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/GF014938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014938.jpg" - -# capture n°014939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014939.pto --stitching --prefix=assemblage_014939 -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/GF014939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014939.jpg" - -# capture n°014940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014940.pto --stitching --prefix=assemblage_014940 -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/GF014940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014940.jpg" - -# capture n°014941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014941.pto --stitching --prefix=assemblage_014941 -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/GF014941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014941.jpg" - -# capture n°014942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014942.pto --stitching --prefix=assemblage_014942 -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/GF014942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014942.jpg" - -# capture n°014943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014943.pto --stitching --prefix=assemblage_014943 -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/GF014943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014943.jpg" - -# capture n°014944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014944.pto --stitching --prefix=assemblage_014944 -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/GF014944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014944.jpg" - -# capture n°014945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014945.pto --stitching --prefix=assemblage_014945 -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/GF014945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014945.jpg" - -# capture n°014946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014946.pto --stitching --prefix=assemblage_014946 -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/GF014946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014946.jpg" - -# capture n°014947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014947.pto --stitching --prefix=assemblage_014947 -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/GF014947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014947.jpg" - -# capture n°014948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014948.pto --stitching --prefix=assemblage_014948 -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/GF014948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014948.jpg" - -# capture n°014949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014949.pto --stitching --prefix=assemblage_014949 -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/GF014949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014949.jpg" - -# capture n°014950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014950.pto --stitching --prefix=assemblage_014950 -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/GF014950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014950.jpg" - -# capture n°014951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014951.pto --stitching --prefix=assemblage_014951 -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/GF014951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014951.jpg" - -# capture n°014952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014952.pto --stitching --prefix=assemblage_014952 -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/GF014952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014952.jpg" - -# capture n°014953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014953.pto --stitching --prefix=assemblage_014953 -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/GF014953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014953.jpg" - -# capture n°014954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014954.pto --stitching --prefix=assemblage_014954 -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/GF014954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014954.jpg" - -# capture n°014955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014955.pto --stitching --prefix=assemblage_014955 -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/GF014955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014955.jpg" - -# capture n°014956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014956.pto --stitching --prefix=assemblage_014956 -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/GF014956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014956.jpg" - -# capture n°014957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014957.pto --stitching --prefix=assemblage_014957 -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/GF014957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014957.jpg" - -# capture n°014958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014958.pto --stitching --prefix=assemblage_014958 -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/GF014958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014958.jpg" - -# capture n°014959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014959.pto --stitching --prefix=assemblage_014959 -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/GF014959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014959.jpg" - -# capture n°014960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014960.pto --stitching --prefix=assemblage_014960 -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/GF014960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014960.jpg" - -# capture n°014961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014961.pto --stitching --prefix=assemblage_014961 -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/GF014961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014961.jpg" - -# capture n°014962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014962.pto --stitching --prefix=assemblage_014962 -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/GF014962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014962.jpg" - -# capture n°014963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014963.pto --stitching --prefix=assemblage_014963 -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/GF014963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014963.jpg" - -# capture n°014964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014964.pto --stitching --prefix=assemblage_014964 -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/GF014964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014964.jpg" - -# capture n°014965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014965.pto --stitching --prefix=assemblage_014965 -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/GF014965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014965.jpg" - -# capture n°014966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014966.pto --stitching --prefix=assemblage_014966 -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/GF014966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014966.jpg" - -# capture n°014967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014967.pto --stitching --prefix=assemblage_014967 -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/GF014967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014967.jpg" - -# capture n°014968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014968.pto --stitching --prefix=assemblage_014968 -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/GF014968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014968.jpg" - -# capture n°014969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014969.pto --stitching --prefix=assemblage_014969 -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/GF014969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014969.jpg" - -# capture n°014970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014970.pto --stitching --prefix=assemblage_014970 -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/GF014970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014970.jpg" - -# capture n°014971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014971.pto --stitching --prefix=assemblage_014971 -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/GF014971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014971.jpg" - -# capture n°014972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014972.pto --stitching --prefix=assemblage_014972 -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/GF014972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014972.jpg" - -# capture n°014973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014973.pto --stitching --prefix=assemblage_014973 -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/GF014973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014973.jpg" - -# capture n°014974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014974.pto --stitching --prefix=assemblage_014974 -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/GF014974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014974.jpg" - -# capture n°014975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014975.pto --stitching --prefix=assemblage_014975 -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/GF014975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014975.jpg" - -# capture n°014976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014976.pto --stitching --prefix=assemblage_014976 -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/GF014976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014976.jpg" - -# capture n°014977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014977.pto --stitching --prefix=assemblage_014977 -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/GF014977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014977.jpg" - -# capture n°014978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014978.pto --stitching --prefix=assemblage_014978 -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/GF014978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014978.jpg" - -# capture n°014979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014979.pto --stitching --prefix=assemblage_014979 -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/GF014979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014979.jpg" - -# capture n°014980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014980.pto --stitching --prefix=assemblage_014980 -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/GF014980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014980.jpg" - -# capture n°014981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014981.pto --stitching --prefix=assemblage_014981 -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/GF014981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014981.jpg" - -# capture n°014982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014982.pto --stitching --prefix=assemblage_014982 -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/GF014982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014982.jpg" - -# capture n°014983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014983.pto --stitching --prefix=assemblage_014983 -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/GF014983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014983.jpg" - -# capture n°014984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014984.pto --stitching --prefix=assemblage_014984 -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/GF014984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014984.jpg" - -# capture n°014985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014985.pto --stitching --prefix=assemblage_014985 -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/GF014985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014985.jpg" - -# capture n°014986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014986.pto --stitching --prefix=assemblage_014986 -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/GF014986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014986.jpg" - -# capture n°014987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014987.pto --stitching --prefix=assemblage_014987 -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/GF014987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014987.jpg" - -# capture n°014988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014988.pto --stitching --prefix=assemblage_014988 -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/GF014988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014988.jpg" - -# capture n°014989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014989.pto --stitching --prefix=assemblage_014989 -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/GF014989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014989.jpg" - -# capture n°014990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014990.pto --stitching --prefix=assemblage_014990 -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/GF014990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014990.jpg" - -# capture n°014991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014991.pto --stitching --prefix=assemblage_014991 -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/GF014991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014991.jpg" - -# capture n°014992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014992.pto --stitching --prefix=assemblage_014992 -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/GF014992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014992.jpg" - -# capture n°014993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014993.pto --stitching --prefix=assemblage_014993 -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/GF014993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014993.jpg" - -# capture n°014994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014994.pto --stitching --prefix=assemblage_014994 -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/GF014994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014994.jpg" - -# capture n°014995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014995.pto --stitching --prefix=assemblage_014995 -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/GF014995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014995.jpg" - -# capture n°014996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014996.pto --stitching --prefix=assemblage_014996 -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/GF014996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014996.jpg" - -# capture n°014997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014997.pto --stitching --prefix=assemblage_014997 -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/GF014997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014997.jpg" - -# capture n°014998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014998.pto --stitching --prefix=assemblage_014998 -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/GF014998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014998.jpg" - -# capture n°014999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_014999.pto --stitching --prefix=assemblage_014999 -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/GF014999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_014999.jpg" - -# capture n°015000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015000.pto --stitching --prefix=assemblage_015000 -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/GF015000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015000.jpg" - -# capture n°015001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015001.pto --stitching --prefix=assemblage_015001 -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/GF015001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015001.jpg" - -# capture n°015002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015002.pto --stitching --prefix=assemblage_015002 -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/GF015002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015002.jpg" - -# capture n°015003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015003.pto --stitching --prefix=assemblage_015003 -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/GF015003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015003.jpg" - -# capture n°015004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015004.pto --stitching --prefix=assemblage_015004 -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/GF015004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015004.jpg" - -# capture n°015005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015005.pto --stitching --prefix=assemblage_015005 -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/GF015005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015005.jpg" - -# capture n°015006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015006.pto --stitching --prefix=assemblage_015006 -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/GF015006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015006.jpg" - -# capture n°015007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015007.pto --stitching --prefix=assemblage_015007 -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/GF015007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015007.jpg" - -# capture n°015008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015008.pto --stitching --prefix=assemblage_015008 -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/GF015008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015008.jpg" - -# capture n°015009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015009.pto --stitching --prefix=assemblage_015009 -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/GF015009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015009.jpg" - -# capture n°015010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015010.pto --stitching --prefix=assemblage_015010 -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/GF015010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015010.jpg" - -# capture n°015011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015011.pto --stitching --prefix=assemblage_015011 -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/GF015011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015011.jpg" - -# capture n°015012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015012.pto --stitching --prefix=assemblage_015012 -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/GF015012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015012.jpg" - -# capture n°015013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015013.pto --stitching --prefix=assemblage_015013 -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/GF015013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015013.jpg" - -# capture n°015014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015014.pto --stitching --prefix=assemblage_015014 -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/GF015014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015014.jpg" - -# capture n°015015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015015.pto --stitching --prefix=assemblage_015015 -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/GF015015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015015.jpg" - -# capture n°015016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015016.pto --stitching --prefix=assemblage_015016 -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/GF015016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015016.jpg" - -# capture n°015017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015017.pto --stitching --prefix=assemblage_015017 -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/GF015017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015017.jpg" - -# capture n°015018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015018.pto --stitching --prefix=assemblage_015018 -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/GF015018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015018.jpg" - -# capture n°015019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015019.pto --stitching --prefix=assemblage_015019 -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/GF015019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015019.jpg" - -# capture n°015020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015020.pto --stitching --prefix=assemblage_015020 -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/GF015020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015020.jpg" - -# capture n°015021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015021.pto --stitching --prefix=assemblage_015021 -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/GF015021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015021.jpg" - -# capture n°015022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015022.pto --stitching --prefix=assemblage_015022 -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/GF015022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015022.jpg" - -# capture n°015023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015023.pto --stitching --prefix=assemblage_015023 -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/GF015023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015023.jpg" - -# capture n°015024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015024.pto --stitching --prefix=assemblage_015024 -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/GF015024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015024.jpg" - -# capture n°015025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015025.pto --stitching --prefix=assemblage_015025 -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/GF015025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015025.jpg" - -# capture n°015026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015026.pto --stitching --prefix=assemblage_015026 -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/GF015026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015026.jpg" - -# capture n°015027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015027.pto --stitching --prefix=assemblage_015027 -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/GF015027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015027.jpg" - -# capture n°015028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015028.pto --stitching --prefix=assemblage_015028 -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/GF015028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015028.jpg" - -# capture n°015029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015029.pto --stitching --prefix=assemblage_015029 -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/GF015029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015029.jpg" - -# capture n°015030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015030.pto --stitching --prefix=assemblage_015030 -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/GF015030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015030.jpg" - -# capture n°015031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015031.pto --stitching --prefix=assemblage_015031 -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/GF015031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015031.jpg" - -# capture n°015032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015032.pto --stitching --prefix=assemblage_015032 -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/GF015032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015032.jpg" - -# capture n°015033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015033.pto --stitching --prefix=assemblage_015033 -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/GF015033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015033.jpg" - -# capture n°015034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015034.pto --stitching --prefix=assemblage_015034 -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/GF015034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015034.jpg" - -# capture n°015035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015035.pto --stitching --prefix=assemblage_015035 -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/GF015035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015035.jpg" - -# capture n°015036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015036.pto --stitching --prefix=assemblage_015036 -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/GF015036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015036.jpg" - -# capture n°015037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015037.pto --stitching --prefix=assemblage_015037 -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/GF015037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015037.jpg" - -# capture n°015038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015038.pto --stitching --prefix=assemblage_015038 -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/GF015038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015038.jpg" - -# capture n°015039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015039.pto --stitching --prefix=assemblage_015039 -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/GF015039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015039.jpg" - -# capture n°015040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015040.pto --stitching --prefix=assemblage_015040 -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/GF015040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015040.jpg" - -# capture n°015041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015041.pto --stitching --prefix=assemblage_015041 -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/GF015041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015041.jpg" - -# capture n°015042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015042.pto --stitching --prefix=assemblage_015042 -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/GF015042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015042.jpg" - -# capture n°015043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015043.pto --stitching --prefix=assemblage_015043 -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/GF015043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015043.jpg" - -# capture n°015044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015044.pto --stitching --prefix=assemblage_015044 -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/GF015044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015044.jpg" - -# capture n°015045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015045.pto --stitching --prefix=assemblage_015045 -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/GF015045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015045.jpg" - -# capture n°015046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015046.pto --stitching --prefix=assemblage_015046 -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/GF015046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015046.jpg" - -# capture n°015047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015047.pto --stitching --prefix=assemblage_015047 -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/GF015047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015047.jpg" - -# capture n°015048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015048.pto --stitching --prefix=assemblage_015048 -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/GF015048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015048.jpg" - -# capture n°015049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015049.pto --stitching --prefix=assemblage_015049 -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/GF015049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015049.jpg" - -# capture n°015050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015050.pto --stitching --prefix=assemblage_015050 -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/GF015050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015050.jpg" - -# capture n°015051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015051.pto --stitching --prefix=assemblage_015051 -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/GF015051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015051.jpg" - -# capture n°015052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015052.pto --stitching --prefix=assemblage_015052 -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/GF015052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015052.jpg" - -# capture n°015053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015053.pto --stitching --prefix=assemblage_015053 -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/GF015053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015053.jpg" - -# capture n°015054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015054.pto --stitching --prefix=assemblage_015054 -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/GF015054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015054.jpg" - -# capture n°015055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015055.pto --stitching --prefix=assemblage_015055 -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/GF015055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015055.jpg" - -# capture n°015056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015056.pto --stitching --prefix=assemblage_015056 -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/GF015056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015056.jpg" - -# capture n°015057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015057.pto --stitching --prefix=assemblage_015057 -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/GF015057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015057.jpg" - -# capture n°015058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015058.pto --stitching --prefix=assemblage_015058 -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/GF015058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015058.jpg" - -# capture n°015059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015059.pto --stitching --prefix=assemblage_015059 -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/GF015059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015059.jpg" - -# capture n°015060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015060.pto --stitching --prefix=assemblage_015060 -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/GF015060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015060.jpg" - -# capture n°015061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015061.pto --stitching --prefix=assemblage_015061 -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/GF015061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015061.jpg" - -# capture n°015062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015062.pto --stitching --prefix=assemblage_015062 -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/GF015062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015062.jpg" - -# capture n°015063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015063.pto --stitching --prefix=assemblage_015063 -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/GF015063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015063.jpg" - -# capture n°015064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015064.pto --stitching --prefix=assemblage_015064 -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/GF015064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015064.jpg" - -# capture n°015065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015065.pto --stitching --prefix=assemblage_015065 -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/GF015065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015065.jpg" - -# capture n°015066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015066.pto --stitching --prefix=assemblage_015066 -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/GF015066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015066.jpg" - -# capture n°015067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015067.pto --stitching --prefix=assemblage_015067 -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/GF015067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015067.jpg" - -# capture n°015068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015068.pto --stitching --prefix=assemblage_015068 -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/GF015068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015068.jpg" - -# capture n°015069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015069.pto --stitching --prefix=assemblage_015069 -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/GF015069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015069.jpg" - -# capture n°015070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015070.pto --stitching --prefix=assemblage_015070 -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/GF015070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015070.jpg" - -# capture n°015071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015071.pto --stitching --prefix=assemblage_015071 -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/GF015071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015071.jpg" - -# capture n°015072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015072.pto --stitching --prefix=assemblage_015072 -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/GF015072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015072.jpg" - -# capture n°015073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015073.pto --stitching --prefix=assemblage_015073 -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/GF015073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015073.jpg" - -# capture n°015074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015074.pto --stitching --prefix=assemblage_015074 -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/GF015074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015074.jpg" - -# capture n°015075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015075.pto --stitching --prefix=assemblage_015075 -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/GF015075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015075.jpg" - -# capture n°015076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015076.pto --stitching --prefix=assemblage_015076 -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/GF015076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015076.jpg" - -# capture n°015077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015077.pto --stitching --prefix=assemblage_015077 -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/GF015077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015077.jpg" - -# capture n°015078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015078.pto --stitching --prefix=assemblage_015078 -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/GF015078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015078.jpg" - -# capture n°015079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015079.pto --stitching --prefix=assemblage_015079 -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/GF015079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015079.jpg" - -# capture n°015080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015080.pto --stitching --prefix=assemblage_015080 -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/GF015080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015080.jpg" - -# capture n°015081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015081.pto --stitching --prefix=assemblage_015081 -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/GF015081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015081.jpg" - -# capture n°015082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015082.pto --stitching --prefix=assemblage_015082 -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/GF015082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015082.jpg" - -# capture n°015083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015083.pto --stitching --prefix=assemblage_015083 -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/GF015083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015083.jpg" - -# capture n°015084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015084.pto --stitching --prefix=assemblage_015084 -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/GF015084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015084.jpg" - -# capture n°015085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015085.pto --stitching --prefix=assemblage_015085 -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/GF015085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015085.jpg" - -# capture n°015086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015086.pto --stitching --prefix=assemblage_015086 -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/GF015086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015086.jpg" - -# capture n°015087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015087.pto --stitching --prefix=assemblage_015087 -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/GF015087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015087.jpg" - -# capture n°015088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015088.pto --stitching --prefix=assemblage_015088 -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/GF015088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015088.jpg" - -# capture n°015089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015089.pto --stitching --prefix=assemblage_015089 -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/GF015089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015089.jpg" - -# capture n°015090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015090.pto --stitching --prefix=assemblage_015090 -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/GF015090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015090.jpg" - -# capture n°015091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015091.pto --stitching --prefix=assemblage_015091 -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/GF015091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015091.jpg" - -# capture n°015092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015092.pto --stitching --prefix=assemblage_015092 -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/GF015092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015092.jpg" - -# capture n°015093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015093.pto --stitching --prefix=assemblage_015093 -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/GF015093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015093.jpg" - -# capture n°015094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015094.pto --stitching --prefix=assemblage_015094 -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/GF015094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015094.jpg" - -# capture n°015095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015095.pto --stitching --prefix=assemblage_015095 -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/GF015095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015095.jpg" - -# capture n°015096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015096.pto --stitching --prefix=assemblage_015096 -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/GF015096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015096.jpg" - -# capture n°015097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015097.pto --stitching --prefix=assemblage_015097 -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/GF015097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015097.jpg" - -# capture n°015098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015098.pto --stitching --prefix=assemblage_015098 -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/GF015098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015098.jpg" - -# capture n°015099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015099.pto --stitching --prefix=assemblage_015099 -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/GF015099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015099.jpg" - -# capture n°015100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015100.pto --stitching --prefix=assemblage_015100 -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/GF015100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015100.jpg" - -# capture n°015101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015101.pto --stitching --prefix=assemblage_015101 -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/GF015101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015101.jpg" - -# capture n°015102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015102.pto --stitching --prefix=assemblage_015102 -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/GF015102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015102.jpg" - -# capture n°015103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015103.pto --stitching --prefix=assemblage_015103 -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/GF015103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015103.jpg" - -# capture n°015104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015104.pto --stitching --prefix=assemblage_015104 -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/GF015104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015104.jpg" - -# capture n°015105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015105.pto --stitching --prefix=assemblage_015105 -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/GF015105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015105.jpg" - -# capture n°015106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015106.pto --stitching --prefix=assemblage_015106 -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/GF015106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015106.jpg" - -# capture n°015107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015107.pto --stitching --prefix=assemblage_015107 -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/GF015107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015107.jpg" - -# capture n°015108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015108.pto --stitching --prefix=assemblage_015108 -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/GF015108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015108.jpg" - -# capture n°015109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015109.pto --stitching --prefix=assemblage_015109 -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/GF015109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015109.jpg" - -# capture n°015110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015110.pto --stitching --prefix=assemblage_015110 -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/GF015110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015110.jpg" - -# capture n°015111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015111.pto --stitching --prefix=assemblage_015111 -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/GF015111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015111.jpg" - -# capture n°015112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015112.pto --stitching --prefix=assemblage_015112 -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/GF015112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015112.jpg" - -# capture n°015113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015113.pto --stitching --prefix=assemblage_015113 -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/GF015113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015113.jpg" - -# capture n°015114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015114.pto --stitching --prefix=assemblage_015114 -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/GF015114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015114.jpg" - -# capture n°015115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015115.pto --stitching --prefix=assemblage_015115 -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/GF015115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015115.jpg" - -# capture n°015116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015116.pto --stitching --prefix=assemblage_015116 -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/GF015116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015116.jpg" - -# capture n°015117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015117.pto --stitching --prefix=assemblage_015117 -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/GF015117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015117.jpg" - -# capture n°015118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015118.pto --stitching --prefix=assemblage_015118 -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/GF015118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015118.jpg" - -# capture n°015119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015119.pto --stitching --prefix=assemblage_015119 -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/GF015119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015119.jpg" - -# capture n°015120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015120.pto --stitching --prefix=assemblage_015120 -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/GF015120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015120.jpg" - -# capture n°015121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015121.pto --stitching --prefix=assemblage_015121 -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/GF015121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015121.jpg" - -# capture n°015122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015122.pto --stitching --prefix=assemblage_015122 -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/GF015122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015122.jpg" - -# capture n°015123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015123.pto --stitching --prefix=assemblage_015123 -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/GF015123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015123.jpg" - -# capture n°015124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015124.pto --stitching --prefix=assemblage_015124 -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/GF015124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015124.jpg" - -# capture n°015125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015125.pto --stitching --prefix=assemblage_015125 -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/GF015125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015125.jpg" - -# capture n°015126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015126.pto --stitching --prefix=assemblage_015126 -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/GF015126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015126.jpg" - -# capture n°015127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015127.pto --stitching --prefix=assemblage_015127 -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/GF015127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015127.jpg" - -# capture n°015128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015128.pto --stitching --prefix=assemblage_015128 -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/GF015128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015128.jpg" - -# capture n°015129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015129.pto --stitching --prefix=assemblage_015129 -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/GF015129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015129.jpg" - -# capture n°015130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015130.pto --stitching --prefix=assemblage_015130 -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/GF015130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015130.jpg" - -# capture n°015131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015131.pto --stitching --prefix=assemblage_015131 -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/GF015131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015131.jpg" - -# capture n°015132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015132.pto --stitching --prefix=assemblage_015132 -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/GF015132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015132.jpg" - -# capture n°015133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015133.pto --stitching --prefix=assemblage_015133 -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/GF015133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015133.jpg" - -# capture n°015134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015134.pto --stitching --prefix=assemblage_015134 -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/GF015134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015134.jpg" - -# capture n°015135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015135.pto --stitching --prefix=assemblage_015135 -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/GF015135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015135.jpg" - -# capture n°015136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015136.pto --stitching --prefix=assemblage_015136 -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/GF015136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015136.jpg" - -# capture n°015137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015137.pto --stitching --prefix=assemblage_015137 -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/GF015137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015137.jpg" - -# capture n°015138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015138.pto --stitching --prefix=assemblage_015138 -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/GF015138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015138.jpg" - -# capture n°015139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015139.pto --stitching --prefix=assemblage_015139 -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/GF015139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015139.jpg" - -# capture n°015140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015140.pto --stitching --prefix=assemblage_015140 -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/GF015140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015140.jpg" - -# capture n°015141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015141.pto --stitching --prefix=assemblage_015141 -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/GF015141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015141.jpg" - -# capture n°015142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015142.pto --stitching --prefix=assemblage_015142 -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/GF015142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015142.jpg" - -# capture n°015143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015143.pto --stitching --prefix=assemblage_015143 -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/GF015143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015143.jpg" - -# capture n°015144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015144.pto --stitching --prefix=assemblage_015144 -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/GF015144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015144.jpg" - -# capture n°015145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015145.pto --stitching --prefix=assemblage_015145 -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/GF015145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015145.jpg" - -# capture n°015146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015146.pto --stitching --prefix=assemblage_015146 -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/GF015146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015146.jpg" - -# capture n°015147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015147.pto --stitching --prefix=assemblage_015147 -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/GF015147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015147.jpg" - -# capture n°015148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015148.pto --stitching --prefix=assemblage_015148 -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/GF015148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015148.jpg" - -# capture n°015149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015149.pto --stitching --prefix=assemblage_015149 -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/GF015149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015149.jpg" - -# capture n°015150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015150.pto --stitching --prefix=assemblage_015150 -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/GF015150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015150.jpg" - -# capture n°015151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015151.pto --stitching --prefix=assemblage_015151 -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/GF015151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015151.jpg" - -# capture n°015152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015152.pto --stitching --prefix=assemblage_015152 -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/GF015152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015152.jpg" - -# capture n°015153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015153.pto --stitching --prefix=assemblage_015153 -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/GF015153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015153.jpg" - -# capture n°015154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015154.pto --stitching --prefix=assemblage_015154 -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/GF015154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015154.jpg" - -# capture n°015155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015155.pto --stitching --prefix=assemblage_015155 -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/GF015155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015155.jpg" - -# capture n°015156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015156.pto --stitching --prefix=assemblage_015156 -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/GF015156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015156.jpg" - -# capture n°015157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015157.pto --stitching --prefix=assemblage_015157 -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/GF015157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015157.jpg" - -# capture n°015158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015158.pto --stitching --prefix=assemblage_015158 -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/GF015158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015158.jpg" - -# capture n°015159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015159.pto --stitching --prefix=assemblage_015159 -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/GF015159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015159.jpg" - -# capture n°015160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015160.pto --stitching --prefix=assemblage_015160 -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/GF015160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015160.jpg" - -# capture n°015161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015161.pto --stitching --prefix=assemblage_015161 -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/GF015161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015161.jpg" - -# capture n°015162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015162.pto --stitching --prefix=assemblage_015162 -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/GF015162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015162.jpg" - -# capture n°015163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015163.pto --stitching --prefix=assemblage_015163 -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/GF015163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015163.jpg" - -# capture n°015164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015164.pto --stitching --prefix=assemblage_015164 -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/GF015164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015164.jpg" - -# capture n°015165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015165.pto --stitching --prefix=assemblage_015165 -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/GF015165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015165.jpg" - -# capture n°015166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015166.pto --stitching --prefix=assemblage_015166 -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/GF015166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015166.jpg" - -# capture n°015167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015167.pto --stitching --prefix=assemblage_015167 -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/GF015167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015167.jpg" - -# capture n°015168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015168.pto --stitching --prefix=assemblage_015168 -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/GF015168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015168.jpg" - -# capture n°015169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015169.pto --stitching --prefix=assemblage_015169 -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/GF015169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015169.jpg" - -# capture n°015170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015170.pto --stitching --prefix=assemblage_015170 -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/GF015170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015170.jpg" - -# capture n°015171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015171.pto --stitching --prefix=assemblage_015171 -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/GF015171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015171.jpg" - -# capture n°015172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015172.pto --stitching --prefix=assemblage_015172 -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/GF015172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015172.jpg" - -# capture n°015173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015173.pto --stitching --prefix=assemblage_015173 -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/GF015173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015173.jpg" - -# capture n°015174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015174.pto --stitching --prefix=assemblage_015174 -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/GF015174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015174.jpg" - -# capture n°015175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015175.pto --stitching --prefix=assemblage_015175 -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/GF015175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015175.jpg" - -# capture n°015176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015176.pto --stitching --prefix=assemblage_015176 -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/GF015176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015176.jpg" - -# capture n°015177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015177.pto --stitching --prefix=assemblage_015177 -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/GF015177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015177.jpg" - -# capture n°015178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015178.pto --stitching --prefix=assemblage_015178 -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/GF015178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015178.jpg" - -# capture n°015179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015179.pto --stitching --prefix=assemblage_015179 -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/GF015179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015179.jpg" - -# capture n°015180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015180.pto --stitching --prefix=assemblage_015180 -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/GF015180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015180.jpg" - -# capture n°015181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015181.pto --stitching --prefix=assemblage_015181 -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/GF015181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015181.jpg" - -# capture n°015182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015182.pto --stitching --prefix=assemblage_015182 -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/GF015182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015182.jpg" - -# capture n°015183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015183.pto --stitching --prefix=assemblage_015183 -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/GF015183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015183.jpg" - -# capture n°015184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015184.pto --stitching --prefix=assemblage_015184 -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/GF015184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015184.jpg" - -# capture n°015185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015185.pto --stitching --prefix=assemblage_015185 -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/GF015185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015185.jpg" - -# capture n°015186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015186.pto --stitching --prefix=assemblage_015186 -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/GF015186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015186.jpg" - -# capture n°015187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015187.pto --stitching --prefix=assemblage_015187 -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/GF015187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015187.jpg" - -# capture n°015188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015188.pto --stitching --prefix=assemblage_015188 -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/GF015188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015188.jpg" - -# capture n°015189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015189.pto --stitching --prefix=assemblage_015189 -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/GF015189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015189.jpg" - -# capture n°015190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015190.pto --stitching --prefix=assemblage_015190 -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/GF015190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015190.jpg" - -# capture n°015191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015191.pto --stitching --prefix=assemblage_015191 -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/GF015191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015191.jpg" - -# capture n°015192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015192.pto --stitching --prefix=assemblage_015192 -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/GF015192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015192.jpg" - -# capture n°015193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015193.pto --stitching --prefix=assemblage_015193 -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/GF015193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015193.jpg" - -# capture n°015194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015194.pto --stitching --prefix=assemblage_015194 -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/GF015194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015194.jpg" - -# capture n°015195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015195.pto --stitching --prefix=assemblage_015195 -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/GF015195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015195.jpg" - -# capture n°015196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015196.pto --stitching --prefix=assemblage_015196 -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/GF015196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015196.jpg" - -# capture n°015197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015197.pto --stitching --prefix=assemblage_015197 -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/GF015197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015197.jpg" - -# capture n°015198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015198.pto --stitching --prefix=assemblage_015198 -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/GF015198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015198.jpg" - -# capture n°015199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015199.pto --stitching --prefix=assemblage_015199 -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/GF015199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015199.jpg" - -# capture n°015200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015200.pto --stitching --prefix=assemblage_015200 -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/GF015200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015200.jpg" - -# capture n°015201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015201.pto --stitching --prefix=assemblage_015201 -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/GF015201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015201.jpg" - -# capture n°015202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015202.pto --stitching --prefix=assemblage_015202 -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/GF015202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015202.jpg" - -# capture n°015203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015203.pto --stitching --prefix=assemblage_015203 -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/GF015203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015203.jpg" - -# capture n°015204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015204.pto --stitching --prefix=assemblage_015204 -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/GF015204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015204.jpg" - -# capture n°015205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015205.pto --stitching --prefix=assemblage_015205 -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/GF015205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015205.jpg" - -# capture n°015206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015206.pto --stitching --prefix=assemblage_015206 -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/GF015206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015206.jpg" - -# capture n°015207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015207.pto --stitching --prefix=assemblage_015207 -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/GF015207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015207.jpg" - -# capture n°015208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015208.pto --stitching --prefix=assemblage_015208 -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/GF015208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015208.jpg" - -# capture n°015209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015209.pto --stitching --prefix=assemblage_015209 -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/GF015209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015209.jpg" - -# capture n°015210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015210.pto --stitching --prefix=assemblage_015210 -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/GF015210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015210.jpg" - -# capture n°015211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015211.pto --stitching --prefix=assemblage_015211 -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/GF015211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015211.jpg" - -# capture n°015212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015212.pto --stitching --prefix=assemblage_015212 -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/GF015212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015212.jpg" - -# capture n°015213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015213.pto --stitching --prefix=assemblage_015213 -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/GF015213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015213.jpg" - -# capture n°015214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015214.pto --stitching --prefix=assemblage_015214 -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/GF015214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015214.jpg" - -# capture n°015215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015215.pto --stitching --prefix=assemblage_015215 -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/GF015215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015215.jpg" - -# capture n°015216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015216.pto --stitching --prefix=assemblage_015216 -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/GF015216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015216.jpg" - -# capture n°015217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015217.pto --stitching --prefix=assemblage_015217 -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/GF015217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015217.jpg" - -# capture n°015218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015218.pto --stitching --prefix=assemblage_015218 -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/GF015218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015218.jpg" - -# capture n°015219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015219.pto --stitching --prefix=assemblage_015219 -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/GF015219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015219.jpg" - -# capture n°015220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015220.pto --stitching --prefix=assemblage_015220 -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/GF015220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015220.jpg" - -# capture n°015221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015221.pto --stitching --prefix=assemblage_015221 -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/GF015221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015221.jpg" - -# capture n°015222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015222.pto --stitching --prefix=assemblage_015222 -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/GF015222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015222.jpg" - -# capture n°015223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015223.pto --stitching --prefix=assemblage_015223 -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/GF015223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015223.jpg" - -# capture n°015224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015224.pto --stitching --prefix=assemblage_015224 -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/GF015224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015224.jpg" - -# capture n°015225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015225.pto --stitching --prefix=assemblage_015225 -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/GF015225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015225.jpg" - -# capture n°015226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015226.pto --stitching --prefix=assemblage_015226 -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/GF015226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015226.jpg" - -# capture n°015227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015227.pto --stitching --prefix=assemblage_015227 -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/GF015227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015227.jpg" - -# capture n°015228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015228.pto --stitching --prefix=assemblage_015228 -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/GF015228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015228.jpg" - -# capture n°015229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015229.pto --stitching --prefix=assemblage_015229 -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/GF015229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015229.jpg" - -# capture n°015230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015230.pto --stitching --prefix=assemblage_015230 -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/GF015230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015230.jpg" - -# capture n°015231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015231.pto --stitching --prefix=assemblage_015231 -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/GF015231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015231.jpg" - -# capture n°015232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015232.pto --stitching --prefix=assemblage_015232 -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/GF015232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015232.jpg" - -# capture n°015233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015233.pto --stitching --prefix=assemblage_015233 -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/GF015233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015233.jpg" - -# capture n°015234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015234.pto --stitching --prefix=assemblage_015234 -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/GF015234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015234.jpg" - -# capture n°015235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015235.pto --stitching --prefix=assemblage_015235 -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/GF015235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015235.jpg" - -# capture n°015236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015236.pto --stitching --prefix=assemblage_015236 -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/GF015236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015236.jpg" - -# capture n°015237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015237.pto --stitching --prefix=assemblage_015237 -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/GF015237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015237.jpg" - -# capture n°015238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015238.pto --stitching --prefix=assemblage_015238 -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/GF015238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015238.jpg" - -# capture n°015239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015239.pto --stitching --prefix=assemblage_015239 -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/GF015239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015239.jpg" - -# capture n°015240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015240.pto --stitching --prefix=assemblage_015240 -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/GF015240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015240.jpg" - -# capture n°015241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015241.pto --stitching --prefix=assemblage_015241 -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/GF015241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015241.jpg" - -# capture n°015242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015242.pto --stitching --prefix=assemblage_015242 -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/GF015242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015242.jpg" - -# capture n°015243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015243.pto --stitching --prefix=assemblage_015243 -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/GF015243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015243.jpg" - -# capture n°015244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015244.pto --stitching --prefix=assemblage_015244 -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/GF015244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015244.jpg" - -# capture n°015245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015245.pto --stitching --prefix=assemblage_015245 -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/GF015245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015245.jpg" - -# capture n°015246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015246.pto --stitching --prefix=assemblage_015246 -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/GF015246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015246.jpg" - -# capture n°015247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015247.pto --stitching --prefix=assemblage_015247 -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/GF015247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015247.jpg" - -# capture n°015248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015248.pto --stitching --prefix=assemblage_015248 -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/GF015248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015248.jpg" - -# capture n°015249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015249.pto --stitching --prefix=assemblage_015249 -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/GF015249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015249.jpg" - -# capture n°015250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015250.pto --stitching --prefix=assemblage_015250 -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/GF015250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015250.jpg" - -# capture n°015251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015251.pto --stitching --prefix=assemblage_015251 -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/GF015251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015251.jpg" - -# capture n°015252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015252.pto --stitching --prefix=assemblage_015252 -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/GF015252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015252.jpg" - -# capture n°015253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015253.pto --stitching --prefix=assemblage_015253 -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/GF015253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015253.jpg" - -# capture n°015254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015254.pto --stitching --prefix=assemblage_015254 -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/GF015254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015254.jpg" - -# capture n°015255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015255.pto --stitching --prefix=assemblage_015255 -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/GF015255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015255.jpg" - -# capture n°015256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015256.pto --stitching --prefix=assemblage_015256 -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/GF015256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015256.jpg" - -# capture n°015257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015257.pto --stitching --prefix=assemblage_015257 -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/GF015257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015257.jpg" - -# capture n°015258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015258.pto --stitching --prefix=assemblage_015258 -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/GF015258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015258.jpg" - -# capture n°015259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015259.pto --stitching --prefix=assemblage_015259 -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/GF015259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015259.jpg" - -# capture n°015260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015260.pto --stitching --prefix=assemblage_015260 -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/GF015260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015260.jpg" - -# capture n°015261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015261.pto --stitching --prefix=assemblage_015261 -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/GF015261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015261.jpg" - -# capture n°015262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015262.pto --stitching --prefix=assemblage_015262 -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/GF015262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015262.jpg" - -# capture n°015263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015263.pto --stitching --prefix=assemblage_015263 -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/GF015263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015263.jpg" - -# capture n°015264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015264.pto --stitching --prefix=assemblage_015264 -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/GF015264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015264.jpg" - -# capture n°015265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015265.pto --stitching --prefix=assemblage_015265 -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/GF015265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015265.jpg" - -# capture n°015266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015266.pto --stitching --prefix=assemblage_015266 -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/GF015266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015266.jpg" - -# capture n°015267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015267.pto --stitching --prefix=assemblage_015267 -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/GF015267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015267.jpg" - -# capture n°015268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015268.pto --stitching --prefix=assemblage_015268 -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/GF015268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015268.jpg" - -# capture n°015269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015269.pto --stitching --prefix=assemblage_015269 -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/GF015269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015269.jpg" - -# capture n°015270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015270.pto --stitching --prefix=assemblage_015270 -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/GF015270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015270.jpg" - -# capture n°015271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015271.pto --stitching --prefix=assemblage_015271 -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/GF015271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015271.jpg" - -# capture n°015272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015272.pto --stitching --prefix=assemblage_015272 -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/GF015272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015272.jpg" - -# capture n°015273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015273.pto --stitching --prefix=assemblage_015273 -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/GF015273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015273.jpg" - -# capture n°015274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015274.pto --stitching --prefix=assemblage_015274 -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/GF015274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015274.jpg" - -# capture n°015275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015275.pto --stitching --prefix=assemblage_015275 -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/GF015275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015275.jpg" - -# capture n°015276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015276.pto --stitching --prefix=assemblage_015276 -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/GF015276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015276.jpg" - -# capture n°015277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015277.pto --stitching --prefix=assemblage_015277 -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/GF015277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015277.jpg" - -# capture n°015278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015278.pto --stitching --prefix=assemblage_015278 -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/GF015278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015278.jpg" - -# capture n°015279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015279.pto --stitching --prefix=assemblage_015279 -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/GF015279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015279.jpg" - -# capture n°015280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015280.pto --stitching --prefix=assemblage_015280 -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/GF015280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015280.jpg" - -# capture n°015281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015281.pto --stitching --prefix=assemblage_015281 -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/GF015281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015281.jpg" - -# capture n°015282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015282.pto --stitching --prefix=assemblage_015282 -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/GF015282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015282.jpg" - -# capture n°015283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015283.pto --stitching --prefix=assemblage_015283 -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/GF015283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015283.jpg" - -# capture n°015284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015284.pto --stitching --prefix=assemblage_015284 -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/GF015284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015284.jpg" - -# capture n°015285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015285.pto --stitching --prefix=assemblage_015285 -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/GF015285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015285.jpg" - -# capture n°015286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015286.pto --stitching --prefix=assemblage_015286 -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/GF015286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015286.jpg" - -# capture n°015287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015287.pto --stitching --prefix=assemblage_015287 -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/GF015287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015287.jpg" - -# capture n°015288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015288.pto --stitching --prefix=assemblage_015288 -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/GF015288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015288.jpg" - -# capture n°015289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015289.pto --stitching --prefix=assemblage_015289 -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/GF015289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015289.jpg" - -# capture n°015290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015290.pto --stitching --prefix=assemblage_015290 -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/GF015290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015290.jpg" - -# capture n°015291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015291.pto --stitching --prefix=assemblage_015291 -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/GF015291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015291.jpg" - -# capture n°015292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015292.pto --stitching --prefix=assemblage_015292 -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/GF015292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015292.jpg" - -# capture n°015293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015293.pto --stitching --prefix=assemblage_015293 -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/GF015293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015293.jpg" - -# capture n°015294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015294.pto --stitching --prefix=assemblage_015294 -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/GF015294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015294.jpg" - -# capture n°015295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015295.pto --stitching --prefix=assemblage_015295 -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/GF015295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015295.jpg" - -# capture n°015296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015296.pto --stitching --prefix=assemblage_015296 -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/GF015296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015296.jpg" - -# capture n°015297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015297.pto --stitching --prefix=assemblage_015297 -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/GF015297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015297.jpg" - -# capture n°015298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015298.pto --stitching --prefix=assemblage_015298 -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/GF015298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015298.jpg" - -# capture n°015299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015299.pto --stitching --prefix=assemblage_015299 -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/GF015299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015299.jpg" - -# capture n°015300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015300.pto --stitching --prefix=assemblage_015300 -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/GF015300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015300.jpg" - -# capture n°015301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015301.pto --stitching --prefix=assemblage_015301 -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/GF015301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015301.jpg" - -# capture n°015302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015302.pto --stitching --prefix=assemblage_015302 -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/GF015302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015302.jpg" - -# capture n°015303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015303.pto --stitching --prefix=assemblage_015303 -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/GF015303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015303.jpg" - -# capture n°015304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015304.pto --stitching --prefix=assemblage_015304 -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/GF015304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015304.jpg" - -# capture n°015305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015305.pto --stitching --prefix=assemblage_015305 -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/GF015305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015305.jpg" - -# capture n°015306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015306.pto --stitching --prefix=assemblage_015306 -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/GF015306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015306.jpg" - -# capture n°015307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015307.pto --stitching --prefix=assemblage_015307 -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/GF015307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015307.jpg" - -# capture n°015308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015308.pto --stitching --prefix=assemblage_015308 -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/GF015308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015308.jpg" - -# capture n°015309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015309.pto --stitching --prefix=assemblage_015309 -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/GF015309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015309.jpg" - -# capture n°015310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015310.pto --stitching --prefix=assemblage_015310 -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/GF015310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015310.jpg" - -# capture n°015311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015311.pto --stitching --prefix=assemblage_015311 -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/GF015311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015311.jpg" - -# capture n°015312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015312.pto --stitching --prefix=assemblage_015312 -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/GF015312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015312.jpg" - -# capture n°015313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015313.pto --stitching --prefix=assemblage_015313 -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/GF015313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015313.jpg" - -# capture n°015314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015314.pto --stitching --prefix=assemblage_015314 -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/GF015314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015314.jpg" - -# capture n°015315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015315.pto --stitching --prefix=assemblage_015315 -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/GF015315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015315.jpg" - -# capture n°015316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015316.pto --stitching --prefix=assemblage_015316 -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/GF015316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015316.jpg" - -# capture n°015317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015317.pto --stitching --prefix=assemblage_015317 -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/GF015317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015317.jpg" - -# capture n°015318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015318.pto --stitching --prefix=assemblage_015318 -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/GF015318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015318.jpg" - -# capture n°015319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015319.pto --stitching --prefix=assemblage_015319 -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/GF015319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015319.jpg" - -# capture n°015320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015320.pto --stitching --prefix=assemblage_015320 -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/GF015320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015320.jpg" - -# capture n°015321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015321.pto --stitching --prefix=assemblage_015321 -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/GF015321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015321.jpg" - -# capture n°015322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015322.pto --stitching --prefix=assemblage_015322 -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/GF015322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015322.jpg" - -# capture n°015323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015323.pto --stitching --prefix=assemblage_015323 -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/GF015323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015323.jpg" - -# capture n°015324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015324.pto --stitching --prefix=assemblage_015324 -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/GF015324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015324.jpg" - -# capture n°015325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015325.pto --stitching --prefix=assemblage_015325 -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/GF015325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015325.jpg" - -# capture n°015326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015326.pto --stitching --prefix=assemblage_015326 -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/GF015326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015326.jpg" - -# capture n°015327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015327.pto --stitching --prefix=assemblage_015327 -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/GF015327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015327.jpg" - -# capture n°015328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015328.pto --stitching --prefix=assemblage_015328 -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/GF015328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015328.jpg" - -# capture n°015329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015329.pto --stitching --prefix=assemblage_015329 -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/GF015329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015329.jpg" - -# capture n°015330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015330.pto --stitching --prefix=assemblage_015330 -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/GF015330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015330.jpg" - -# capture n°015331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015331.pto --stitching --prefix=assemblage_015331 -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/GF015331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015331.jpg" - -# capture n°015332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015332.pto --stitching --prefix=assemblage_015332 -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/GF015332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015332.jpg" - -# capture n°015333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015333.pto --stitching --prefix=assemblage_015333 -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/GF015333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015333.jpg" - -# capture n°015334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015334.pto --stitching --prefix=assemblage_015334 -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/GF015334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015334.jpg" - -# capture n°015335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015335.pto --stitching --prefix=assemblage_015335 -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/GF015335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015335.jpg" - -# capture n°015336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015336.pto --stitching --prefix=assemblage_015336 -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/GF015336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015336.jpg" - -# capture n°015337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015337.pto --stitching --prefix=assemblage_015337 -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/GF015337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015337.jpg" - -# capture n°015338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015338.pto --stitching --prefix=assemblage_015338 -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/GF015338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015338.jpg" - -# capture n°015339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015339.pto --stitching --prefix=assemblage_015339 -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/GF015339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015339.jpg" - -# capture n°015340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015340.pto --stitching --prefix=assemblage_015340 -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/GF015340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015340.jpg" - -# capture n°015341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015341.pto --stitching --prefix=assemblage_015341 -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/GF015341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015341.jpg" - -# capture n°015342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015342.pto --stitching --prefix=assemblage_015342 -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/GF015342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015342.jpg" - -# capture n°015343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015343.pto --stitching --prefix=assemblage_015343 -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/GF015343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015343.jpg" - -# capture n°015344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015344.pto --stitching --prefix=assemblage_015344 -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/GF015344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015344.jpg" - -# capture n°015345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015345.pto --stitching --prefix=assemblage_015345 -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/GF015345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015345.jpg" - -# capture n°015346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015346.pto --stitching --prefix=assemblage_015346 -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/GF015346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015346.jpg" - -# capture n°015347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015347.pto --stitching --prefix=assemblage_015347 -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/GF015347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015347.jpg" - -# capture n°015348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015348.pto --stitching --prefix=assemblage_015348 -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/GF015348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015348.jpg" - -# capture n°015349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015349.pto --stitching --prefix=assemblage_015349 -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/GF015349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015349.jpg" - -# capture n°015350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015350.pto --stitching --prefix=assemblage_015350 -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/GF015350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015350.jpg" - -# capture n°015351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015351.pto --stitching --prefix=assemblage_015351 -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/GF015351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015351.jpg" - -# capture n°015352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015352.pto --stitching --prefix=assemblage_015352 -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/GF015352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015352.jpg" - -# capture n°015353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015353.pto --stitching --prefix=assemblage_015353 -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/GF015353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015353.jpg" - -# capture n°015354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015354.pto --stitching --prefix=assemblage_015354 -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/GF015354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015354.jpg" - -# capture n°015355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015355.pto --stitching --prefix=assemblage_015355 -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/GF015355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015355.jpg" - -# capture n°015356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015356.pto --stitching --prefix=assemblage_015356 -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/GF015356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015356.jpg" - -# capture n°015357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015357.pto --stitching --prefix=assemblage_015357 -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/GF015357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015357.jpg" - -# capture n°015358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015358.pto --stitching --prefix=assemblage_015358 -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/GF015358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015358.jpg" - -# capture n°015359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015359.pto --stitching --prefix=assemblage_015359 -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/GF015359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015359.jpg" - -# capture n°015360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015360.pto --stitching --prefix=assemblage_015360 -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/GF015360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015360.jpg" - -# capture n°015361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015361.pto --stitching --prefix=assemblage_015361 -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/GF015361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015361.jpg" - -# capture n°015362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015362.pto --stitching --prefix=assemblage_015362 -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/GF015362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015362.jpg" - -# capture n°015363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015363.pto --stitching --prefix=assemblage_015363 -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/GF015363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015363.jpg" - -# capture n°015364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015364.pto --stitching --prefix=assemblage_015364 -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/GF015364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015364.jpg" - -# capture n°015365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015365.pto --stitching --prefix=assemblage_015365 -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/GF015365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015365.jpg" - -# capture n°015366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015366.pto --stitching --prefix=assemblage_015366 -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/GF015366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015366.jpg" - -# capture n°015367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015367.pto --stitching --prefix=assemblage_015367 -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/GF015367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015367.jpg" - -# capture n°015368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015368.pto --stitching --prefix=assemblage_015368 -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/GF015368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015368.jpg" - -# capture n°015369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015369.pto --stitching --prefix=assemblage_015369 -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/GF015369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015369.jpg" - -# capture n°015370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015370.pto --stitching --prefix=assemblage_015370 -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/GF015370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015370.jpg" - -# capture n°015371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015371.pto --stitching --prefix=assemblage_015371 -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/GF015371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015371.jpg" - -# capture n°015372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015372.pto --stitching --prefix=assemblage_015372 -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/GF015372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015372.jpg" - -# capture n°015373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015373.pto --stitching --prefix=assemblage_015373 -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/GF015373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015373.jpg" - -# capture n°015374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015374.pto --stitching --prefix=assemblage_015374 -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/GF015374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015374.jpg" - -# capture n°015375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015375.pto --stitching --prefix=assemblage_015375 -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/GF015375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015375.jpg" - -# capture n°015376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015376.pto --stitching --prefix=assemblage_015376 -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/GF015376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015376.jpg" - -# capture n°015377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015377.pto --stitching --prefix=assemblage_015377 -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/GF015377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015377.jpg" - -# capture n°015378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015378.pto --stitching --prefix=assemblage_015378 -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/GF015378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015378.jpg" - -# capture n°015379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015379.pto --stitching --prefix=assemblage_015379 -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/GF015379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015379.jpg" - -# capture n°015380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015380.pto --stitching --prefix=assemblage_015380 -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/GF015380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015380.jpg" - -# capture n°015381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015381.pto --stitching --prefix=assemblage_015381 -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/GF015381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015381.jpg" - -# capture n°015382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015382.pto --stitching --prefix=assemblage_015382 -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/GF015382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015382.jpg" - -# capture n°015383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015383.pto --stitching --prefix=assemblage_015383 -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/GF015383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015383.jpg" - -# capture n°015384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015384.pto --stitching --prefix=assemblage_015384 -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/GF015384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015384.jpg" - -# capture n°015385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015385.pto --stitching --prefix=assemblage_015385 -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/GF015385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015385.jpg" - -# capture n°015386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015386.pto --stitching --prefix=assemblage_015386 -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/GF015386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015386.jpg" - -# capture n°015387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015387.pto --stitching --prefix=assemblage_015387 -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/GF015387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015387.jpg" - -# capture n°015388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015388.pto --stitching --prefix=assemblage_015388 -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/GF015388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015388.jpg" - -# capture n°015389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015389.pto --stitching --prefix=assemblage_015389 -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/GF015389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015389.jpg" - -# capture n°015390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015390.pto --stitching --prefix=assemblage_015390 -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/GF015390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015390.jpg" - -# capture n°015391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015391.pto --stitching --prefix=assemblage_015391 -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/GF015391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015391.jpg" - -# capture n°015392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015392.pto --stitching --prefix=assemblage_015392 -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/GF015392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015392.jpg" - -# capture n°015393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015393.pto --stitching --prefix=assemblage_015393 -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/GF015393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015393.jpg" - -# capture n°015394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015394.pto --stitching --prefix=assemblage_015394 -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/GF015394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015394.jpg" - -# capture n°015395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015395.pto --stitching --prefix=assemblage_015395 -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/GF015395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015395.jpg" - -# capture n°015396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015396.pto --stitching --prefix=assemblage_015396 -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/GF015396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015396.jpg" - -# capture n°015397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015397.pto --stitching --prefix=assemblage_015397 -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/GF015397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015397.jpg" - -# capture n°015398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015398.pto --stitching --prefix=assemblage_015398 -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/GF015398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015398.jpg" - -# capture n°015399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015399.pto --stitching --prefix=assemblage_015399 -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/GF015399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015399.jpg" - -# capture n°015400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015400.pto --stitching --prefix=assemblage_015400 -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/GF015400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015400.jpg" - -# capture n°015401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015401.pto --stitching --prefix=assemblage_015401 -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/GF015401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015401.jpg" - -# capture n°015402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015402.pto --stitching --prefix=assemblage_015402 -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/GF015402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015402.jpg" - -# capture n°015403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015403.pto --stitching --prefix=assemblage_015403 -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/GF015403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015403.jpg" - -# capture n°015404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015404.pto --stitching --prefix=assemblage_015404 -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/GF015404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015404.jpg" - -# capture n°015405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015405.pto --stitching --prefix=assemblage_015405 -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/GF015405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015405.jpg" - -# capture n°015406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015406.pto --stitching --prefix=assemblage_015406 -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/GF015406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015406.jpg" - -# capture n°015407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015407.pto --stitching --prefix=assemblage_015407 -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/GF015407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015407.jpg" - -# capture n°015408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015408.pto --stitching --prefix=assemblage_015408 -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/GF015408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015408.jpg" - -# capture n°015409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015409.pto --stitching --prefix=assemblage_015409 -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/GF015409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015409.jpg" - -# capture n°015410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015410.pto --stitching --prefix=assemblage_015410 -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/GF015410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015410.jpg" - -# capture n°015411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015411.pto --stitching --prefix=assemblage_015411 -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/GF015411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015411.jpg" - -# capture n°015412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015412.pto --stitching --prefix=assemblage_015412 -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/GF015412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015412.jpg" - -# capture n°015413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015413.pto --stitching --prefix=assemblage_015413 -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/GF015413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015413.jpg" - -# capture n°015414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015414.pto --stitching --prefix=assemblage_015414 -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/GF015414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015414.jpg" - -# capture n°015415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015415.pto --stitching --prefix=assemblage_015415 -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/GF015415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015415.jpg" - -# capture n°015416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015416.pto --stitching --prefix=assemblage_015416 -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/GF015416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015416.jpg" - -# capture n°015417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015417.pto --stitching --prefix=assemblage_015417 -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/GF015417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015417.jpg" - -# capture n°015418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015418.pto --stitching --prefix=assemblage_015418 -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/GF015418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015418.jpg" - -# capture n°015419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015419.pto --stitching --prefix=assemblage_015419 -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/GF015419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015419.jpg" - -# capture n°015420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015420.pto --stitching --prefix=assemblage_015420 -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/GF015420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015420.jpg" - -# capture n°015421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015421.pto --stitching --prefix=assemblage_015421 -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/GF015421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015421.jpg" - -# capture n°015422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015422.pto --stitching --prefix=assemblage_015422 -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/GF015422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015422.jpg" - -# capture n°015423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015423.pto --stitching --prefix=assemblage_015423 -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/GF015423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015423.jpg" - -# capture n°015424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015424.pto --stitching --prefix=assemblage_015424 -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/GF015424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015424.jpg" - -# capture n°015425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015425.pto --stitching --prefix=assemblage_015425 -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/GF015425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015425.jpg" - -# capture n°015426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015426.pto --stitching --prefix=assemblage_015426 -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/GF015426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015426.jpg" - -# capture n°015427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015427.pto --stitching --prefix=assemblage_015427 -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/GF015427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015427.jpg" - -# capture n°015428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015428.pto --stitching --prefix=assemblage_015428 -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/GF015428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015428.jpg" - -# capture n°015429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015429.pto --stitching --prefix=assemblage_015429 -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/GF015429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015429.jpg" - -# capture n°015430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015430.pto --stitching --prefix=assemblage_015430 -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/GF015430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015430.jpg" - -# capture n°015431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015431.pto --stitching --prefix=assemblage_015431 -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/GF015431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015431.jpg" - -# capture n°015432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015432.pto --stitching --prefix=assemblage_015432 -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/GF015432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015432.jpg" - -# capture n°015433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015433.pto --stitching --prefix=assemblage_015433 -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/GF015433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015433.jpg" - -# capture n°015434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015434.pto --stitching --prefix=assemblage_015434 -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/GF015434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015434.jpg" - -# capture n°015435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015435.pto --stitching --prefix=assemblage_015435 -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/GF015435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015435.jpg" - -# capture n°015436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015436.pto --stitching --prefix=assemblage_015436 -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/GF015436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015436.jpg" - -# capture n°015437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015437.pto --stitching --prefix=assemblage_015437 -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/GF015437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015437.jpg" - -# capture n°015438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015438.pto --stitching --prefix=assemblage_015438 -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/GF015438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015438.jpg" - -# capture n°015439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015439.pto --stitching --prefix=assemblage_015439 -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/GF015439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015439.jpg" - -# capture n°015440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015440.pto --stitching --prefix=assemblage_015440 -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/GF015440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015440.jpg" - -# capture n°015441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015441.pto --stitching --prefix=assemblage_015441 -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/GF015441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015441.jpg" - -# capture n°015442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015442.pto --stitching --prefix=assemblage_015442 -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/GF015442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015442.jpg" - -# capture n°015443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015443.pto --stitching --prefix=assemblage_015443 -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/GF015443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015443.jpg" - -# capture n°015444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015444.pto --stitching --prefix=assemblage_015444 -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/GF015444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015444.jpg" - -# capture n°015445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015445.pto --stitching --prefix=assemblage_015445 -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/GF015445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015445.jpg" - -# capture n°015446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015446.pto --stitching --prefix=assemblage_015446 -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/GF015446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015446.jpg" - -# capture n°015447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015447.pto --stitching --prefix=assemblage_015447 -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/GF015447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015447.jpg" - -# capture n°015448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015448.pto --stitching --prefix=assemblage_015448 -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/GF015448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015448.jpg" - -# capture n°015449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015449.pto --stitching --prefix=assemblage_015449 -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/GF015449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015449.jpg" - -# capture n°015450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015450.pto --stitching --prefix=assemblage_015450 -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/GF015450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015450.jpg" - -# capture n°015451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015451.pto --stitching --prefix=assemblage_015451 -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/GF015451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015451.jpg" - -# capture n°015452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015452.pto --stitching --prefix=assemblage_015452 -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/GF015452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015452.jpg" - -# capture n°015453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015453.pto --stitching --prefix=assemblage_015453 -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/GF015453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015453.jpg" - -# capture n°015454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015454.pto --stitching --prefix=assemblage_015454 -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/GF015454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015454.jpg" - -# capture n°015455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015455.pto --stitching --prefix=assemblage_015455 -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/GF015455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015455.jpg" - -# capture n°015456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015456.pto --stitching --prefix=assemblage_015456 -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/GF015456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015456.jpg" - -# capture n°015457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015457.pto --stitching --prefix=assemblage_015457 -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/GF015457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015457.jpg" - -# capture n°015458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015458.pto --stitching --prefix=assemblage_015458 -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/GF015458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015458.jpg" - -# capture n°015459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015459.pto --stitching --prefix=assemblage_015459 -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/GF015459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015459.jpg" - -# capture n°015460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015460.pto --stitching --prefix=assemblage_015460 -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/GF015460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015460.jpg" - -# capture n°015461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015461.pto --stitching --prefix=assemblage_015461 -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/GF015461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015461.jpg" - -# capture n°015462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015462.pto --stitching --prefix=assemblage_015462 -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/GF015462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015462.jpg" - -# capture n°015463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015463.pto --stitching --prefix=assemblage_015463 -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/GF015463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015463.jpg" - -# capture n°015464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015464.pto --stitching --prefix=assemblage_015464 -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/GF015464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015464.jpg" - -# capture n°015465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015465.pto --stitching --prefix=assemblage_015465 -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/GF015465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015465.jpg" - -# capture n°015466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015466.pto --stitching --prefix=assemblage_015466 -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/GF015466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015466.jpg" - -# capture n°015467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015467.pto --stitching --prefix=assemblage_015467 -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/GF015467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015467.jpg" - -# capture n°015468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015468.pto --stitching --prefix=assemblage_015468 -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/GF015468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015468.jpg" - -# capture n°015469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015469.pto --stitching --prefix=assemblage_015469 -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/GF015469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015469.jpg" - -# capture n°015470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015470.pto --stitching --prefix=assemblage_015470 -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/GF015470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015470.jpg" - -# capture n°015471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015471.pto --stitching --prefix=assemblage_015471 -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/GF015471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015471.jpg" - -# capture n°015472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015472.pto --stitching --prefix=assemblage_015472 -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/GF015472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015472.jpg" - -# capture n°015473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015473.pto --stitching --prefix=assemblage_015473 -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/GF015473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015473.jpg" - -# capture n°015474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015474.pto --stitching --prefix=assemblage_015474 -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/GF015474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015474.jpg" - -# capture n°015475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015475.pto --stitching --prefix=assemblage_015475 -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/GF015475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015475.jpg" - -# capture n°015476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015476.pto --stitching --prefix=assemblage_015476 -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/GF015476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015476.jpg" - -# capture n°015477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015477.pto --stitching --prefix=assemblage_015477 -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/GF015477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015477.jpg" - -# capture n°015478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015478.pto --stitching --prefix=assemblage_015478 -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/GF015478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015478.jpg" - -# capture n°015479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015479.pto --stitching --prefix=assemblage_015479 -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/GF015479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015479.jpg" - -# capture n°015480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015480.pto --stitching --prefix=assemblage_015480 -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/GF015480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015480.jpg" - -# capture n°015481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015481.pto --stitching --prefix=assemblage_015481 -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/GF015481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015481.jpg" - -# capture n°015482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015482.pto --stitching --prefix=assemblage_015482 -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/GF015482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015482.jpg" - -# capture n°015483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015483.pto --stitching --prefix=assemblage_015483 -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/GF015483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015483.jpg" - -# capture n°015484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015484.pto --stitching --prefix=assemblage_015484 -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/GF015484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015484.jpg" - -# capture n°015485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015485.pto --stitching --prefix=assemblage_015485 -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/GF015485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015485.jpg" - -# capture n°015486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015486.pto --stitching --prefix=assemblage_015486 -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/GF015486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015486.jpg" - -# capture n°015487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015487.pto --stitching --prefix=assemblage_015487 -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/GF015487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015487.jpg" - -# capture n°015488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015488.pto --stitching --prefix=assemblage_015488 -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/GF015488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015488.jpg" - -# capture n°015489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015489.pto --stitching --prefix=assemblage_015489 -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/GF015489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015489.jpg" - -# capture n°015490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015490.pto --stitching --prefix=assemblage_015490 -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/GF015490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015490.jpg" - -# capture n°015491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015491.pto --stitching --prefix=assemblage_015491 -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/GF015491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015491.jpg" - -# capture n°015492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015492.pto --stitching --prefix=assemblage_015492 -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/GF015492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015492.jpg" - -# capture n°015493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015493.pto --stitching --prefix=assemblage_015493 -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/GF015493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015493.jpg" - -# capture n°015494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015494.pto --stitching --prefix=assemblage_015494 -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/GF015494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015494.jpg" - -# capture n°015495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015495.pto --stitching --prefix=assemblage_015495 -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/GF015495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015495.jpg" - -# capture n°015496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015496.pto --stitching --prefix=assemblage_015496 -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/GF015496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015496.jpg" - -# capture n°015497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015497.pto --stitching --prefix=assemblage_015497 -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/GF015497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015497.jpg" - -# capture n°015498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015498.pto --stitching --prefix=assemblage_015498 -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/GF015498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015498.jpg" - -# capture n°015499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015499.pto --stitching --prefix=assemblage_015499 -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/GF015499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015499.jpg" - -# capture n°015500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015500.pto --stitching --prefix=assemblage_015500 -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/GF015500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015500.jpg" - -# capture n°015501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015501.pto --stitching --prefix=assemblage_015501 -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/GF015501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015501.jpg" - -# capture n°015502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015502.pto --stitching --prefix=assemblage_015502 -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/GF015502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015502.jpg" - -# capture n°015503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015503.pto --stitching --prefix=assemblage_015503 -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/GF015503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015503.jpg" - -# capture n°015504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015504.pto --stitching --prefix=assemblage_015504 -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/GF015504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015504.jpg" - -# capture n°015505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015505.pto --stitching --prefix=assemblage_015505 -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/GF015505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015505.jpg" - -# capture n°015506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015506.pto --stitching --prefix=assemblage_015506 -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/GF015506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015506.jpg" - -# capture n°015507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015507.pto --stitching --prefix=assemblage_015507 -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/GF015507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015507.jpg" - -# capture n°015508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015508.pto --stitching --prefix=assemblage_015508 -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/GF015508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015508.jpg" - -# capture n°015509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015509.pto --stitching --prefix=assemblage_015509 -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/GF015509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015509.jpg" - -# capture n°015510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015510.pto --stitching --prefix=assemblage_015510 -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/GF015510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015510.jpg" - -# capture n°015511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015511.pto --stitching --prefix=assemblage_015511 -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/GF015511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015511.jpg" - -# capture n°015512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015512.pto --stitching --prefix=assemblage_015512 -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/GF015512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015512.jpg" - -# capture n°015513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015513.pto --stitching --prefix=assemblage_015513 -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/GF015513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015513.jpg" - -# capture n°015514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015514.pto --stitching --prefix=assemblage_015514 -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/GF015514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015514.jpg" - -# capture n°015515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015515.pto --stitching --prefix=assemblage_015515 -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/GF015515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015515.jpg" - -# capture n°015516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015516.pto --stitching --prefix=assemblage_015516 -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/GF015516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015516.jpg" - -# capture n°015517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015517.pto --stitching --prefix=assemblage_015517 -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/GF015517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015517.jpg" - -# capture n°015518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015518.pto --stitching --prefix=assemblage_015518 -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/GF015518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015518.jpg" - -# capture n°015519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015519.pto --stitching --prefix=assemblage_015519 -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/GF015519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015519.jpg" - -# capture n°015520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015520.pto --stitching --prefix=assemblage_015520 -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/GF015520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015520.jpg" - -# capture n°015521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015521.pto --stitching --prefix=assemblage_015521 -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/GF015521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015521.jpg" - -# capture n°015522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015522.pto --stitching --prefix=assemblage_015522 -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/GF015522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015522.jpg" - -# capture n°015523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015523.pto --stitching --prefix=assemblage_015523 -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/GF015523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015523.jpg" - -# capture n°015524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015524.pto --stitching --prefix=assemblage_015524 -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/GF015524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015524.jpg" - -# capture n°015525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015525.pto --stitching --prefix=assemblage_015525 -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/GF015525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015525.jpg" - -# capture n°015526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015526.pto --stitching --prefix=assemblage_015526 -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/GF015526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015526.jpg" - -# capture n°015527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015527.pto --stitching --prefix=assemblage_015527 -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/GF015527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015527.jpg" - -# capture n°015528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015528.pto --stitching --prefix=assemblage_015528 -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/GF015528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015528.jpg" - -# capture n°015529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015529.pto --stitching --prefix=assemblage_015529 -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/GF015529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015529.jpg" - -# capture n°015530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015530.pto --stitching --prefix=assemblage_015530 -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/GF015530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015530.jpg" - -# capture n°015531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015531.pto --stitching --prefix=assemblage_015531 -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/GF015531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015531.jpg" - -# capture n°015532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015532.pto --stitching --prefix=assemblage_015532 -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/GF015532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015532.jpg" - -# capture n°015533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015533.pto --stitching --prefix=assemblage_015533 -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/GF015533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015533.jpg" - -# capture n°015534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015534.pto --stitching --prefix=assemblage_015534 -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/GF015534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015534.jpg" - -# capture n°015535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015535.pto --stitching --prefix=assemblage_015535 -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/GF015535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015535.jpg" - -# capture n°015536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015536.pto --stitching --prefix=assemblage_015536 -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/GF015536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015536.jpg" - -# capture n°015537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015537.pto --stitching --prefix=assemblage_015537 -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/GF015537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015537.jpg" - -# capture n°015538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015538.pto --stitching --prefix=assemblage_015538 -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/GF015538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015538.jpg" - -# capture n°015539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015539.pto --stitching --prefix=assemblage_015539 -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/GF015539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015539.jpg" - -# capture n°015540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015540.pto --stitching --prefix=assemblage_015540 -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/GF015540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015540.jpg" - -# capture n°015541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015541.pto --stitching --prefix=assemblage_015541 -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/GF015541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015541.jpg" - -# capture n°015542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015542.pto --stitching --prefix=assemblage_015542 -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/GF015542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015542.jpg" - -# capture n°015543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015543.pto --stitching --prefix=assemblage_015543 -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/GF015543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015543.jpg" - -# capture n°015544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015544.pto --stitching --prefix=assemblage_015544 -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/GF015544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015544.jpg" - -# capture n°015545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015545.pto --stitching --prefix=assemblage_015545 -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/GF015545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015545.jpg" - -# capture n°015546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015546.pto --stitching --prefix=assemblage_015546 -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/GF015546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015546.jpg" - -# capture n°015547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015547.pto --stitching --prefix=assemblage_015547 -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/GF015547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015547.jpg" - -# capture n°015548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015548.pto --stitching --prefix=assemblage_015548 -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/GF015548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015548.jpg" - -# capture n°015549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015549.pto --stitching --prefix=assemblage_015549 -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/GF015549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015549.jpg" - -# capture n°015550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015550.pto --stitching --prefix=assemblage_015550 -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/GF015550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015550.jpg" - -# capture n°015551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015551.pto --stitching --prefix=assemblage_015551 -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/GF015551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015551.jpg" - -# capture n°015552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015552.pto --stitching --prefix=assemblage_015552 -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/GF015552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015552.jpg" - -# capture n°015553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015553.pto --stitching --prefix=assemblage_015553 -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/GF015553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015553.jpg" - -# capture n°015554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015554.pto --stitching --prefix=assemblage_015554 -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/GF015554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015554.jpg" - -# capture n°015555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015555.pto --stitching --prefix=assemblage_015555 -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/GF015555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015555.jpg" - -# capture n°015556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015556.pto --stitching --prefix=assemblage_015556 -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/GF015556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015556.jpg" - -# capture n°015557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015557.pto --stitching --prefix=assemblage_015557 -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/GF015557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015557.jpg" - -# capture n°015558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015558.pto --stitching --prefix=assemblage_015558 -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/GF015558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015558.jpg" - -# capture n°015559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015559.pto --stitching --prefix=assemblage_015559 -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/GF015559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015559.jpg" - -# capture n°015560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015560.pto --stitching --prefix=assemblage_015560 -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/GF015560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015560.jpg" - -# capture n°015561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015561.pto --stitching --prefix=assemblage_015561 -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/GF015561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015561.jpg" - -# capture n°015562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015562.pto --stitching --prefix=assemblage_015562 -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/GF015562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015562.jpg" - -# capture n°015563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015563.pto --stitching --prefix=assemblage_015563 -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/GF015563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015563.jpg" - -# capture n°015564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015564.pto --stitching --prefix=assemblage_015564 -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/GF015564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015564.jpg" - -# capture n°015565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015565.pto --stitching --prefix=assemblage_015565 -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/GF015565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015565.jpg" - -# capture n°015566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015566.pto --stitching --prefix=assemblage_015566 -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/GF015566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015566.jpg" - -# capture n°015567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015567.pto --stitching --prefix=assemblage_015567 -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/GF015567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015567.jpg" - -# capture n°015568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015568.pto --stitching --prefix=assemblage_015568 -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/GF015568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015568.jpg" - -# capture n°015569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015569.pto --stitching --prefix=assemblage_015569 -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/GF015569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015569.jpg" - -# capture n°015570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015570.pto --stitching --prefix=assemblage_015570 -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/GF015570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015570.jpg" - -# capture n°015571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015571.pto --stitching --prefix=assemblage_015571 -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/GF015571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015571.jpg" - -# capture n°015572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015572.pto --stitching --prefix=assemblage_015572 -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/GF015572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015572.jpg" - -# capture n°015573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015573.pto --stitching --prefix=assemblage_015573 -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/GF015573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015573.jpg" - -# capture n°015574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015574.pto --stitching --prefix=assemblage_015574 -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/GF015574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015574.jpg" - -# capture n°015575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015575.pto --stitching --prefix=assemblage_015575 -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/GF015575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015575.jpg" - -# capture n°015576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015576.pto --stitching --prefix=assemblage_015576 -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/GF015576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015576.jpg" - -# capture n°015577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015577.pto --stitching --prefix=assemblage_015577 -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/GF015577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015577.jpg" - -# capture n°015578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015578.pto --stitching --prefix=assemblage_015578 -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/GF015578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015578.jpg" - -# capture n°015579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015579.pto --stitching --prefix=assemblage_015579 -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/GF015579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015579.jpg" - -# capture n°015580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015580.pto --stitching --prefix=assemblage_015580 -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/GF015580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015580.jpg" - -# capture n°015581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015581.pto --stitching --prefix=assemblage_015581 -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/GF015581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015581.jpg" - -# capture n°015582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015582.pto --stitching --prefix=assemblage_015582 -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/GF015582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015582.jpg" - -# capture n°015583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015583.pto --stitching --prefix=assemblage_015583 -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/GF015583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015583.jpg" - -# capture n°015584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015584.pto --stitching --prefix=assemblage_015584 -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/GF015584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015584.jpg" - -# capture n°015585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015585.pto --stitching --prefix=assemblage_015585 -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/GF015585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015585.jpg" - -# capture n°015586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015586.pto --stitching --prefix=assemblage_015586 -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/GF015586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015586.jpg" - -# capture n°015587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015587.pto --stitching --prefix=assemblage_015587 -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/GF015587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015587.jpg" - -# capture n°015588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015588.pto --stitching --prefix=assemblage_015588 -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/GF015588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015588.jpg" - -# capture n°015589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015589.pto --stitching --prefix=assemblage_015589 -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/GF015589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015589.jpg" - -# capture n°015590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015590.pto --stitching --prefix=assemblage_015590 -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/GF015590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015590.jpg" - -# capture n°015591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015591.pto --stitching --prefix=assemblage_015591 -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/GF015591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015591.jpg" - -# capture n°015592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015592.pto --stitching --prefix=assemblage_015592 -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/GF015592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015592.jpg" - -# capture n°015593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015593.pto --stitching --prefix=assemblage_015593 -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/GF015593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015593.jpg" - -# capture n°015594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015594.pto --stitching --prefix=assemblage_015594 -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/GF015594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015594.jpg" - -# capture n°015595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015595.pto --stitching --prefix=assemblage_015595 -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/GF015595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015595.jpg" - -# capture n°015596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015596.pto --stitching --prefix=assemblage_015596 -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/GF015596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015596.jpg" - -# capture n°015597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015597.pto --stitching --prefix=assemblage_015597 -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/GF015597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015597.jpg" - -# capture n°015598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015598.pto --stitching --prefix=assemblage_015598 -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/GF015598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015598.jpg" - -# capture n°015599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015599.pto --stitching --prefix=assemblage_015599 -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/GF015599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015599.jpg" - -# capture n°015600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015600.pto --stitching --prefix=assemblage_015600 -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/GF015600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015600.jpg" - -# capture n°015601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015601.pto --stitching --prefix=assemblage_015601 -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/GF015601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015601.jpg" - -# capture n°015602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015602.pto --stitching --prefix=assemblage_015602 -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/GF015602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015602.jpg" - -# capture n°015603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015603.pto --stitching --prefix=assemblage_015603 -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/GF015603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015603.jpg" - -# capture n°015604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015604.pto --stitching --prefix=assemblage_015604 -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/GF015604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015604.jpg" - -# capture n°015605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015605.pto --stitching --prefix=assemblage_015605 -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/GF015605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015605.jpg" - -# capture n°015606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015606.pto --stitching --prefix=assemblage_015606 -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/GF015606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015606.jpg" - -# capture n°015607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015607.pto --stitching --prefix=assemblage_015607 -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/GF015607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015607.jpg" - -# capture n°015608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015608.pto --stitching --prefix=assemblage_015608 -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/GF015608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015608.jpg" - -# capture n°015609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015609.pto --stitching --prefix=assemblage_015609 -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/GF015609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015609.jpg" - -# capture n°015610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015610.pto --stitching --prefix=assemblage_015610 -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/GF015610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015610.jpg" - -# capture n°015611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015611.pto --stitching --prefix=assemblage_015611 -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/GF015611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015611.jpg" - -# capture n°015612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015612.pto --stitching --prefix=assemblage_015612 -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/GF015612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015612.jpg" - -# capture n°015613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015613.pto --stitching --prefix=assemblage_015613 -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/GF015613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015613.jpg" - -# capture n°015614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015614.pto --stitching --prefix=assemblage_015614 -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/GF015614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015614.jpg" - -# capture n°015615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015615.pto --stitching --prefix=assemblage_015615 -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/GF015615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015615.jpg" - -# capture n°015616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015616.pto --stitching --prefix=assemblage_015616 -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/GF015616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015616.jpg" - -# capture n°015617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015617.pto --stitching --prefix=assemblage_015617 -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/GF015617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015617.jpg" - -# capture n°015618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015618.pto --stitching --prefix=assemblage_015618 -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/GF015618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015618.jpg" - -# capture n°015619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015619.pto --stitching --prefix=assemblage_015619 -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/GF015619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015619.jpg" - -# capture n°015620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015620.pto --stitching --prefix=assemblage_015620 -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/GF015620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015620.jpg" - -# capture n°015621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015621.pto --stitching --prefix=assemblage_015621 -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/GF015621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015621.jpg" - -# capture n°015622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015622.pto --stitching --prefix=assemblage_015622 -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/GF015622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015622.jpg" - -# capture n°015623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015623.pto --stitching --prefix=assemblage_015623 -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/GF015623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015623.jpg" - -# capture n°015624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015624.pto --stitching --prefix=assemblage_015624 -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/GF015624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015624.jpg" - -# capture n°015625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015625.pto --stitching --prefix=assemblage_015625 -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/GF015625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015625.jpg" - -# capture n°015626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015626.pto --stitching --prefix=assemblage_015626 -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/GF015626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015626.jpg" - -# capture n°015627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015627.pto --stitching --prefix=assemblage_015627 -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/GF015627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015627.jpg" - -# capture n°015628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015628.pto --stitching --prefix=assemblage_015628 -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/GF015628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015628.jpg" - -# capture n°015629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015629.pto --stitching --prefix=assemblage_015629 -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/GF015629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015629.jpg" - -# capture n°015630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015630.pto --stitching --prefix=assemblage_015630 -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/GF015630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015630.jpg" - -# capture n°015631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015631.pto --stitching --prefix=assemblage_015631 -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/GF015631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015631.jpg" - -# capture n°015632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015632.pto --stitching --prefix=assemblage_015632 -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/GF015632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015632.jpg" - -# capture n°015633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015633.pto --stitching --prefix=assemblage_015633 -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/GF015633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015633.jpg" - -# capture n°015634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015634.pto --stitching --prefix=assemblage_015634 -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/GF015634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015634.jpg" - -# capture n°015635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015635.pto --stitching --prefix=assemblage_015635 -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/GF015635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015635.jpg" - -# capture n°015636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015636.pto --stitching --prefix=assemblage_015636 -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/GF015636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015636.jpg" - -# capture n°015637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015637.pto --stitching --prefix=assemblage_015637 -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/GF015637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015637.jpg" - -# capture n°015638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015638.pto --stitching --prefix=assemblage_015638 -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/GF015638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015638.jpg" - -# capture n°015639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015639.pto --stitching --prefix=assemblage_015639 -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/GF015639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015639.jpg" - -# capture n°015640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015640.pto --stitching --prefix=assemblage_015640 -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/GF015640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015640.jpg" - -# capture n°015641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015641.pto --stitching --prefix=assemblage_015641 -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/GF015641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015641.jpg" - -# capture n°015642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015642.pto --stitching --prefix=assemblage_015642 -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/GF015642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015642.jpg" - -# capture n°015643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015643.pto --stitching --prefix=assemblage_015643 -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/GF015643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015643.jpg" - -# capture n°015644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015644.pto --stitching --prefix=assemblage_015644 -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/GF015644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015644.jpg" - -# capture n°015645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015645.pto --stitching --prefix=assemblage_015645 -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/GF015645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015645.jpg" - -# capture n°015646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015646.pto --stitching --prefix=assemblage_015646 -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/GF015646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015646.jpg" - -# capture n°015647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015647.pto --stitching --prefix=assemblage_015647 -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/GF015647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015647.jpg" - -# capture n°015648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015648.pto --stitching --prefix=assemblage_015648 -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/GF015648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015648.jpg" - -# capture n°015649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015649.pto --stitching --prefix=assemblage_015649 -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/GF015649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015649.jpg" - -# capture n°015650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015650.pto --stitching --prefix=assemblage_015650 -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/GF015650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015650.jpg" - -# capture n°015651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015651.pto --stitching --prefix=assemblage_015651 -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/GF015651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015651.jpg" - -# capture n°015652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015652.pto --stitching --prefix=assemblage_015652 -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/GF015652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015652.jpg" - -# capture n°015653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015653.pto --stitching --prefix=assemblage_015653 -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/GF015653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015653.jpg" - -# capture n°015654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015654.pto --stitching --prefix=assemblage_015654 -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/GF015654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015654.jpg" - -# capture n°015655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015655.pto --stitching --prefix=assemblage_015655 -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/GF015655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015655.jpg" - -# capture n°015656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015656.pto --stitching --prefix=assemblage_015656 -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/GF015656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015656.jpg" - -# capture n°015657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015657.pto --stitching --prefix=assemblage_015657 -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/GF015657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015657.jpg" - -# capture n°015658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015658.pto --stitching --prefix=assemblage_015658 -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/GF015658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015658.jpg" - -# capture n°015659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015659.pto --stitching --prefix=assemblage_015659 -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/GF015659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015659.jpg" - -# capture n°015660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015660.pto --stitching --prefix=assemblage_015660 -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/GF015660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015660.jpg" - -# capture n°015661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015661.pto --stitching --prefix=assemblage_015661 -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/GF015661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015661.jpg" - -# capture n°015662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015662.pto --stitching --prefix=assemblage_015662 -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/GF015662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015662.jpg" - -# capture n°015663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015663.pto --stitching --prefix=assemblage_015663 -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/GF015663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015663.jpg" - -# capture n°015664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015664.pto --stitching --prefix=assemblage_015664 -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/GF015664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015664.jpg" - -# capture n°015665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015665.pto --stitching --prefix=assemblage_015665 -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/GF015665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015665.jpg" - -# capture n°015666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015666.pto --stitching --prefix=assemblage_015666 -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/GF015666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015666.jpg" - -# capture n°015667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015667.pto --stitching --prefix=assemblage_015667 -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/GF015667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015667.jpg" - -# capture n°015668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015668.pto --stitching --prefix=assemblage_015668 -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/GF015668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015668.jpg" - -# capture n°015669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015669.pto --stitching --prefix=assemblage_015669 -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/GF015669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015669.jpg" - -# capture n°015670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015670.pto --stitching --prefix=assemblage_015670 -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/GF015670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015670.jpg" - -# capture n°015671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015671.pto --stitching --prefix=assemblage_015671 -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/GF015671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015671.jpg" - -# capture n°015672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015672.pto --stitching --prefix=assemblage_015672 -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/GF015672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015672.jpg" - -# capture n°015673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015673.pto --stitching --prefix=assemblage_015673 -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/GF015673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015673.jpg" - -# capture n°015674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015674.pto --stitching --prefix=assemblage_015674 -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/GF015674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015674.jpg" - -# capture n°015675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015675.pto --stitching --prefix=assemblage_015675 -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/GF015675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015675.jpg" - -# capture n°015676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015676.pto --stitching --prefix=assemblage_015676 -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/GF015676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015676.jpg" - -# capture n°015677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015677.pto --stitching --prefix=assemblage_015677 -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/GF015677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015677.jpg" - -# capture n°015678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015678.pto --stitching --prefix=assemblage_015678 -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/GF015678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015678.jpg" - -# capture n°015679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015679.pto --stitching --prefix=assemblage_015679 -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/GF015679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015679.jpg" - -# capture n°015680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015680.pto --stitching --prefix=assemblage_015680 -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/GF015680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015680.jpg" - -# capture n°015681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015681.pto --stitching --prefix=assemblage_015681 -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/GF015681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015681.jpg" - -# capture n°015682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015682.pto --stitching --prefix=assemblage_015682 -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/GF015682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015682.jpg" - -# capture n°015683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015683.pto --stitching --prefix=assemblage_015683 -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/GF015683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015683.jpg" - -# capture n°015684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015684.pto --stitching --prefix=assemblage_015684 -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/GF015684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015684.jpg" - -# capture n°015685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015685.pto --stitching --prefix=assemblage_015685 -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/GF015685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015685.jpg" - -# capture n°015686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015686.pto --stitching --prefix=assemblage_015686 -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/GF015686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015686.jpg" - -# capture n°015687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015687.pto --stitching --prefix=assemblage_015687 -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/GF015687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015687.jpg" - -# capture n°015688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015688.pto --stitching --prefix=assemblage_015688 -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/GF015688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015688.jpg" - -# capture n°015689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015689.pto --stitching --prefix=assemblage_015689 -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/GF015689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015689.jpg" - -# capture n°015690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015690.pto --stitching --prefix=assemblage_015690 -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/GF015690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015690.jpg" - -# capture n°015691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015691.pto --stitching --prefix=assemblage_015691 -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/GF015691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015691.jpg" - -# capture n°015692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015692.pto --stitching --prefix=assemblage_015692 -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/GF015692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015692.jpg" - -# capture n°015693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015693.pto --stitching --prefix=assemblage_015693 -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/GF015693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015693.jpg" - -# capture n°015694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015694.pto --stitching --prefix=assemblage_015694 -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/GF015694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015694.jpg" - -# capture n°015695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015695.pto --stitching --prefix=assemblage_015695 -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/GF015695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015695.jpg" - -# capture n°015696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015696.pto --stitching --prefix=assemblage_015696 -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/GF015696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015696.jpg" - -# capture n°015697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015697.pto --stitching --prefix=assemblage_015697 -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/GF015697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015697.jpg" - -# capture n°015698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015698.pto --stitching --prefix=assemblage_015698 -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/GF015698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015698.jpg" - -# capture n°015699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015699.pto --stitching --prefix=assemblage_015699 -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/GF015699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015699.jpg" - -# capture n°015700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015700.pto --stitching --prefix=assemblage_015700 -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/GF015700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015700.jpg" - -# capture n°015701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015701.pto --stitching --prefix=assemblage_015701 -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/GF015701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015701.jpg" - -# capture n°015702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015702.pto --stitching --prefix=assemblage_015702 -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/GF015702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015702.jpg" - -# capture n°015703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015703.pto --stitching --prefix=assemblage_015703 -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/GF015703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015703.jpg" - -# capture n°015704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015704.pto --stitching --prefix=assemblage_015704 -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/GF015704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015704.jpg" - -# capture n°015705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015705.pto --stitching --prefix=assemblage_015705 -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/GF015705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015705.jpg" - -# capture n°015706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015706.pto --stitching --prefix=assemblage_015706 -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/GF015706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015706.jpg" - -# capture n°015707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015707.pto --stitching --prefix=assemblage_015707 -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/GF015707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015707.jpg" - -# capture n°015708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015708.pto --stitching --prefix=assemblage_015708 -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/GF015708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015708.jpg" - -# capture n°015709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015709.pto --stitching --prefix=assemblage_015709 -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/GF015709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015709.jpg" - -# capture n°015710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015710.pto --stitching --prefix=assemblage_015710 -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/GF015710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015710.jpg" - -# capture n°015711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015711.pto --stitching --prefix=assemblage_015711 -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/GF015711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015711.jpg" - -# capture n°015712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015712.pto --stitching --prefix=assemblage_015712 -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/GF015712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015712.jpg" - -# capture n°015713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015713.pto --stitching --prefix=assemblage_015713 -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/GF015713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015713.jpg" - -# capture n°015714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015714.pto --stitching --prefix=assemblage_015714 -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/GF015714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015714.jpg" - -# capture n°015715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015715.pto --stitching --prefix=assemblage_015715 -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/GF015715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015715.jpg" - -# capture n°015716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015716.pto --stitching --prefix=assemblage_015716 -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/GF015716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015716.jpg" - -# capture n°015717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015717.pto --stitching --prefix=assemblage_015717 -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/GF015717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015717.jpg" - -# capture n°015718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015718.pto --stitching --prefix=assemblage_015718 -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/GF015718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015718.jpg" - -# capture n°015719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015719.pto --stitching --prefix=assemblage_015719 -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/GF015719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015719.jpg" - -# capture n°015720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015720.pto --stitching --prefix=assemblage_015720 -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/GF015720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015720.jpg" - -# capture n°015721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015721.pto --stitching --prefix=assemblage_015721 -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/GF015721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015721.jpg" - -# capture n°015722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015722.pto --stitching --prefix=assemblage_015722 -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/GF015722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015722.jpg" - -# capture n°015723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015723.pto --stitching --prefix=assemblage_015723 -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/GF015723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015723.jpg" - -# capture n°015724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015724.pto --stitching --prefix=assemblage_015724 -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/GF015724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015724.jpg" - -# capture n°015725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015725.pto --stitching --prefix=assemblage_015725 -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/GF015725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015725.jpg" - -# capture n°015726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015726.pto --stitching --prefix=assemblage_015726 -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/GF015726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015726.jpg" - -# capture n°015727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015727.pto --stitching --prefix=assemblage_015727 -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/GF015727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015727.jpg" - -# capture n°015728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015728.pto --stitching --prefix=assemblage_015728 -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/GF015728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015728.jpg" - -# capture n°015729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015729.pto --stitching --prefix=assemblage_015729 -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/GF015729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015729.jpg" - -# capture n°015730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015730.pto --stitching --prefix=assemblage_015730 -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/GF015730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015730.jpg" - -# capture n°015731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015731.pto --stitching --prefix=assemblage_015731 -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/GF015731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015731.jpg" - -# capture n°015732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015732.pto --stitching --prefix=assemblage_015732 -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/GF015732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015732.jpg" - -# capture n°015733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015733.pto --stitching --prefix=assemblage_015733 -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/GF015733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015733.jpg" - -# capture n°015734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015734.pto --stitching --prefix=assemblage_015734 -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/GF015734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015734.jpg" - -# capture n°015735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015735.pto --stitching --prefix=assemblage_015735 -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/GF015735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015735.jpg" - -# capture n°015736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015736.pto --stitching --prefix=assemblage_015736 -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/GF015736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015736.jpg" - -# capture n°015737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015737.pto --stitching --prefix=assemblage_015737 -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/GF015737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015737.jpg" - -# capture n°015738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015738.pto --stitching --prefix=assemblage_015738 -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/GF015738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015738.jpg" - -# capture n°015739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015739.pto --stitching --prefix=assemblage_015739 -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/GF015739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015739.jpg" - -# capture n°015740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015740.pto --stitching --prefix=assemblage_015740 -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/GF015740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015740.jpg" - -# capture n°015741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015741.pto --stitching --prefix=assemblage_015741 -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/GF015741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015741.jpg" - -# capture n°015742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015742.pto --stitching --prefix=assemblage_015742 -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/GF015742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015742.jpg" - -# capture n°015743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015743.pto --stitching --prefix=assemblage_015743 -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/GF015743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015743.jpg" - -# capture n°015744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015744.pto --stitching --prefix=assemblage_015744 -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/GF015744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015744.jpg" - -# capture n°015745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015745.pto --stitching --prefix=assemblage_015745 -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/GF015745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015745.jpg" - -# capture n°015746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015746.pto --stitching --prefix=assemblage_015746 -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/GF015746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015746.jpg" - -# capture n°015747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015747.pto --stitching --prefix=assemblage_015747 -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/GF015747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015747.jpg" - -# capture n°015748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015748.pto --stitching --prefix=assemblage_015748 -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/GF015748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015748.jpg" - -# capture n°015749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015749.pto --stitching --prefix=assemblage_015749 -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/GF015749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015749.jpg" - -# capture n°015750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015750.pto --stitching --prefix=assemblage_015750 -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/GF015750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015750.jpg" - -# capture n°015751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015751.pto --stitching --prefix=assemblage_015751 -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/GF015751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015751.jpg" - -# capture n°015752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015752.pto --stitching --prefix=assemblage_015752 -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/GF015752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015752.jpg" - -# capture n°015753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015753.pto --stitching --prefix=assemblage_015753 -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/GF015753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015753.jpg" - -# capture n°015754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015754.pto --stitching --prefix=assemblage_015754 -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/GF015754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015754.jpg" - -# capture n°015755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015755.pto --stitching --prefix=assemblage_015755 -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/GF015755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015755.jpg" - -# capture n°015756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015756.pto --stitching --prefix=assemblage_015756 -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/GF015756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015756.jpg" - -# capture n°015757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015757.pto --stitching --prefix=assemblage_015757 -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/GF015757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015757.jpg" - -# capture n°015758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015758.pto --stitching --prefix=assemblage_015758 -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/GF015758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015758.jpg" - -# capture n°015759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015759.pto --stitching --prefix=assemblage_015759 -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/GF015759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015759.jpg" - -# capture n°015760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015760.pto --stitching --prefix=assemblage_015760 -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/GF015760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015760.jpg" - -# capture n°015761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015761.pto --stitching --prefix=assemblage_015761 -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/GF015761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015761.jpg" - -# capture n°015762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015762.pto --stitching --prefix=assemblage_015762 -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/GF015762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015762.jpg" - -# capture n°015763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015763.pto --stitching --prefix=assemblage_015763 -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/GF015763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015763.jpg" - -# capture n°015764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015764.pto --stitching --prefix=assemblage_015764 -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/GF015764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015764.jpg" - -# capture n°015765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015765.pto --stitching --prefix=assemblage_015765 -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/GF015765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015765.jpg" - -# capture n°015766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015766.pto --stitching --prefix=assemblage_015766 -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/GF015766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015766.jpg" - -# capture n°015767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015767.pto --stitching --prefix=assemblage_015767 -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/GF015767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015767.jpg" - -# capture n°015768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015768.pto --stitching --prefix=assemblage_015768 -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/GF015768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015768.jpg" - -# capture n°015769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015769.pto --stitching --prefix=assemblage_015769 -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/GF015769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015769.jpg" - -# capture n°015770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015770.pto --stitching --prefix=assemblage_015770 -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/GF015770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015770.jpg" - -# capture n°015771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015771.pto --stitching --prefix=assemblage_015771 -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/GF015771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015771.jpg" - -# capture n°015772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015772.pto --stitching --prefix=assemblage_015772 -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/GF015772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015772.jpg" - -# capture n°015773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015773.pto --stitching --prefix=assemblage_015773 -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/GF015773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015773.jpg" - -# capture n°015774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015774.pto --stitching --prefix=assemblage_015774 -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/GF015774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015774.jpg" - -# capture n°015775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015775.pto --stitching --prefix=assemblage_015775 -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/GF015775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015775.jpg" - -# capture n°015776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015776.pto --stitching --prefix=assemblage_015776 -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/GF015776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015776.jpg" - -# capture n°015777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015777.pto --stitching --prefix=assemblage_015777 -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/GF015777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015777.jpg" - -# capture n°015778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015778.pto --stitching --prefix=assemblage_015778 -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/GF015778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015778.jpg" - -# capture n°015779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015779.pto --stitching --prefix=assemblage_015779 -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/GF015779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015779.jpg" - -# capture n°015780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015780.pto --stitching --prefix=assemblage_015780 -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/GF015780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015780.jpg" - -# capture n°015781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015781.pto --stitching --prefix=assemblage_015781 -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/GF015781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015781.jpg" - -# capture n°015782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015782.pto --stitching --prefix=assemblage_015782 -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/GF015782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015782.jpg" - -# capture n°015783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015783.pto --stitching --prefix=assemblage_015783 -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/GF015783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015783.jpg" - -# capture n°015784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015784.pto --stitching --prefix=assemblage_015784 -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/GF015784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015784.jpg" - -# capture n°015785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015785.pto --stitching --prefix=assemblage_015785 -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/GF015785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015785.jpg" - -# capture n°015786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015786.pto --stitching --prefix=assemblage_015786 -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/GF015786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015786.jpg" - -# capture n°015787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015787.pto --stitching --prefix=assemblage_015787 -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/GF015787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015787.jpg" - -# capture n°015788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015788.pto --stitching --prefix=assemblage_015788 -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/GF015788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015788.jpg" - -# capture n°015789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015789.pto --stitching --prefix=assemblage_015789 -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/GF015789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015789.jpg" - -# capture n°015790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015790.pto --stitching --prefix=assemblage_015790 -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/GF015790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015790.jpg" - -# capture n°015791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015791.pto --stitching --prefix=assemblage_015791 -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/GF015791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015791.jpg" - -# capture n°015792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015792.pto --stitching --prefix=assemblage_015792 -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/GF015792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015792.jpg" - -# capture n°015793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015793.pto --stitching --prefix=assemblage_015793 -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/GF015793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015793.jpg" - -# capture n°015794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015794.pto --stitching --prefix=assemblage_015794 -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/GF015794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015794.jpg" - -# capture n°015795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015795.pto --stitching --prefix=assemblage_015795 -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/GF015795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015795.jpg" - -# capture n°015796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015796.pto --stitching --prefix=assemblage_015796 -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/GF015796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015796.jpg" - -# capture n°015797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015797.pto --stitching --prefix=assemblage_015797 -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/GF015797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015797.jpg" - -# capture n°015798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015798.pto --stitching --prefix=assemblage_015798 -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/GF015798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015798.jpg" - -# capture n°015799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015799.pto --stitching --prefix=assemblage_015799 -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/GF015799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015799.jpg" - -# capture n°015800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015800.pto --stitching --prefix=assemblage_015800 -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/GF015800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015800.jpg" - -# capture n°015801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015801.pto --stitching --prefix=assemblage_015801 -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/GF015801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015801.jpg" - -# capture n°015802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015802.pto --stitching --prefix=assemblage_015802 -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/GF015802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015802.jpg" - -# capture n°015803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015803.pto --stitching --prefix=assemblage_015803 -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/GF015803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015803.jpg" - -# capture n°015804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015804.pto --stitching --prefix=assemblage_015804 -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/GF015804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015804.jpg" - -# capture n°015805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015805.pto --stitching --prefix=assemblage_015805 -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/GF015805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015805.jpg" - -# capture n°015806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015806.pto --stitching --prefix=assemblage_015806 -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/GF015806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015806.jpg" - -# capture n°015807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015807.pto --stitching --prefix=assemblage_015807 -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/GF015807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015807.jpg" - -# capture n°015808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015808.pto --stitching --prefix=assemblage_015808 -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/GF015808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015808.jpg" - -# capture n°015809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015809.pto --stitching --prefix=assemblage_015809 -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/GF015809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015809.jpg" - -# capture n°015810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015810.pto --stitching --prefix=assemblage_015810 -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/GF015810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015810.jpg" - -# capture n°015811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015811.pto --stitching --prefix=assemblage_015811 -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/GF015811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015811.jpg" - -# capture n°015812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015812.pto --stitching --prefix=assemblage_015812 -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/GF015812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015812.jpg" - -# capture n°015813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015813.pto --stitching --prefix=assemblage_015813 -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/GF015813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015813.jpg" - -# capture n°015814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015814.pto --stitching --prefix=assemblage_015814 -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/GF015814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015814.jpg" - -# capture n°015815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015815.pto --stitching --prefix=assemblage_015815 -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/GF015815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015815.jpg" - -# capture n°015816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015816.pto --stitching --prefix=assemblage_015816 -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/GF015816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015816.jpg" - -# capture n°015817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015817.pto --stitching --prefix=assemblage_015817 -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/GF015817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015817.jpg" - -# capture n°015818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015818.pto --stitching --prefix=assemblage_015818 -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/GF015818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015818.jpg" - -# capture n°015819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015819.pto --stitching --prefix=assemblage_015819 -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/GF015819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015819.jpg" - -# capture n°015820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015820.pto --stitching --prefix=assemblage_015820 -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/GF015820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015820.jpg" - -# capture n°015821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015821.pto --stitching --prefix=assemblage_015821 -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/GF015821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015821.jpg" - -# capture n°015822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015822.pto --stitching --prefix=assemblage_015822 -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/GF015822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015822.jpg" - -# capture n°015823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015823.pto --stitching --prefix=assemblage_015823 -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/GF015823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015823.jpg" - -# capture n°015824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015824.pto --stitching --prefix=assemblage_015824 -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/GF015824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015824.jpg" - -# capture n°015825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015825.pto --stitching --prefix=assemblage_015825 -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/GF015825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015825.jpg" - -# capture n°015826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015826.pto --stitching --prefix=assemblage_015826 -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/GF015826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015826.jpg" - -# capture n°015827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015827.pto --stitching --prefix=assemblage_015827 -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/GF015827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015827.jpg" - -# capture n°015828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015828.pto --stitching --prefix=assemblage_015828 -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/GF015828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015828.jpg" - -# capture n°015829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015829.pto --stitching --prefix=assemblage_015829 -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/GF015829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015829.jpg" - -# capture n°015830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015830.pto --stitching --prefix=assemblage_015830 -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/GF015830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015830.jpg" - -# capture n°015831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015831.pto --stitching --prefix=assemblage_015831 -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/GF015831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015831.jpg" - -# capture n°015832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015832.pto --stitching --prefix=assemblage_015832 -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/GF015832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015832.jpg" - -# capture n°015833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015833.pto --stitching --prefix=assemblage_015833 -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/GF015833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015833.jpg" - -# capture n°015834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015834.pto --stitching --prefix=assemblage_015834 -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/GF015834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015834.jpg" - -# capture n°015835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015835.pto --stitching --prefix=assemblage_015835 -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/GF015835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015835.jpg" - -# capture n°015836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015836.pto --stitching --prefix=assemblage_015836 -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/GF015836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015836.jpg" - -# capture n°015837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015837.pto --stitching --prefix=assemblage_015837 -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/GF015837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015837.jpg" - -# capture n°015838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015838.pto --stitching --prefix=assemblage_015838 -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/GF015838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015838.jpg" - -# capture n°015839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015839.pto --stitching --prefix=assemblage_015839 -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/GF015839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015839.jpg" - -# capture n°015840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015840.pto --stitching --prefix=assemblage_015840 -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/GF015840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015840.jpg" - -# capture n°015841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015841.pto --stitching --prefix=assemblage_015841 -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/GF015841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015841.jpg" - -# capture n°015842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015842.pto --stitching --prefix=assemblage_015842 -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/GF015842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015842.jpg" - -# capture n°015843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015843.pto --stitching --prefix=assemblage_015843 -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/GF015843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015843.jpg" - -# capture n°015844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015844.pto --stitching --prefix=assemblage_015844 -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/GF015844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015844.jpg" - -# capture n°015845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015845.pto --stitching --prefix=assemblage_015845 -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/GF015845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015845.jpg" - -# capture n°015846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015846.pto --stitching --prefix=assemblage_015846 -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/GF015846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015846.jpg" - -# capture n°015847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015847.pto --stitching --prefix=assemblage_015847 -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/GF015847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015847.jpg" - -# capture n°015848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015848.pto --stitching --prefix=assemblage_015848 -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/GF015848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015848.jpg" - -# capture n°015849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015849.pto --stitching --prefix=assemblage_015849 -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/GF015849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015849.jpg" - -# capture n°015850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015850.pto --stitching --prefix=assemblage_015850 -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/GF015850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015850.jpg" - -# capture n°015851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015851.pto --stitching --prefix=assemblage_015851 -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/GF015851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015851.jpg" - -# capture n°015852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015852.pto --stitching --prefix=assemblage_015852 -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/GF015852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015852.jpg" - -# capture n°015853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015853.pto --stitching --prefix=assemblage_015853 -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/GF015853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015853.jpg" - -# capture n°015854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015854.pto --stitching --prefix=assemblage_015854 -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/GF015854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015854.jpg" - -# capture n°015855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015855.pto --stitching --prefix=assemblage_015855 -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/GF015855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015855.jpg" - -# capture n°015856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015856.pto --stitching --prefix=assemblage_015856 -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/GF015856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015856.jpg" - -# capture n°015857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015857.pto --stitching --prefix=assemblage_015857 -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/GF015857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015857.jpg" - -# capture n°015858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015858.pto --stitching --prefix=assemblage_015858 -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/GF015858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015858.jpg" - -# capture n°015859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015859.pto --stitching --prefix=assemblage_015859 -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/GF015859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015859.jpg" - -# capture n°015860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015860.pto --stitching --prefix=assemblage_015860 -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/GF015860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015860.jpg" - -# capture n°015861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015861.pto --stitching --prefix=assemblage_015861 -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/GF015861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015861.jpg" - -# capture n°015862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015862.pto --stitching --prefix=assemblage_015862 -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/GF015862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015862.jpg" - -# capture n°015863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015863.pto --stitching --prefix=assemblage_015863 -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/GF015863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015863.jpg" - -# capture n°015864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015864.pto --stitching --prefix=assemblage_015864 -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/GF015864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015864.jpg" - -# capture n°015865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015865.pto --stitching --prefix=assemblage_015865 -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/GF015865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015865.jpg" - -# capture n°015866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015866.pto --stitching --prefix=assemblage_015866 -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/GF015866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015866.jpg" - -# capture n°015867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015867.pto --stitching --prefix=assemblage_015867 -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/GF015867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015867.jpg" - -# capture n°015868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015868.pto --stitching --prefix=assemblage_015868 -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/GF015868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015868.jpg" - -# capture n°015869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015869.pto --stitching --prefix=assemblage_015869 -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/GF015869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015869.jpg" - -# capture n°015870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015870.pto --stitching --prefix=assemblage_015870 -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/GF015870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015870.jpg" - -# capture n°015871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015871.pto --stitching --prefix=assemblage_015871 -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/GF015871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015871.jpg" - -# capture n°015872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015872.pto --stitching --prefix=assemblage_015872 -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/GF015872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015872.jpg" - -# capture n°015873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015873.pto --stitching --prefix=assemblage_015873 -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/GF015873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015873.jpg" - -# capture n°015874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015874.pto --stitching --prefix=assemblage_015874 -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/GF015874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015874.jpg" - -# capture n°015875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015875.pto --stitching --prefix=assemblage_015875 -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/GF015875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015875.jpg" - -# capture n°015876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015876.pto --stitching --prefix=assemblage_015876 -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/GF015876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015876.jpg" - -# capture n°015877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015877.pto --stitching --prefix=assemblage_015877 -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/GF015877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015877.jpg" - -# capture n°015878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015878.pto --stitching --prefix=assemblage_015878 -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/GF015878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015878.jpg" - -# capture n°015879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015879.pto --stitching --prefix=assemblage_015879 -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/GF015879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015879.jpg" - -# capture n°015880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015880.pto --stitching --prefix=assemblage_015880 -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/GF015880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015880.jpg" - -# capture n°015881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015881.pto --stitching --prefix=assemblage_015881 -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/GF015881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015881.jpg" - -# capture n°015882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015882.pto --stitching --prefix=assemblage_015882 -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/GF015882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015882.jpg" - -# capture n°015883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015883.pto --stitching --prefix=assemblage_015883 -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/GF015883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015883.jpg" - -# capture n°015884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015884.pto --stitching --prefix=assemblage_015884 -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/GF015884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015884.jpg" - -# capture n°015885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015885.pto --stitching --prefix=assemblage_015885 -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/GF015885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015885.jpg" - -# capture n°015886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015886.pto --stitching --prefix=assemblage_015886 -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/GF015886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015886.jpg" - -# capture n°015887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015887.pto --stitching --prefix=assemblage_015887 -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/GF015887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015887.jpg" - -# capture n°015888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015888.pto --stitching --prefix=assemblage_015888 -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/GF015888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015888.jpg" - -# capture n°015889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015889.pto --stitching --prefix=assemblage_015889 -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/GF015889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015889.jpg" - -# capture n°015890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015890.pto --stitching --prefix=assemblage_015890 -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/GF015890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015890.jpg" - -# capture n°015891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015891.pto --stitching --prefix=assemblage_015891 -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/GF015891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015891.jpg" - -# capture n°015892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015892.pto --stitching --prefix=assemblage_015892 -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/GF015892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015892.jpg" - -# capture n°015893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015893.pto --stitching --prefix=assemblage_015893 -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/GF015893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015893.jpg" - -# capture n°015894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015894.pto --stitching --prefix=assemblage_015894 -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/GF015894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015894.jpg" - -# capture n°015895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015895.pto --stitching --prefix=assemblage_015895 -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/GF015895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015895.jpg" - -# capture n°015896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015896.pto --stitching --prefix=assemblage_015896 -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/GF015896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015896.jpg" - -# capture n°015897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015897.pto --stitching --prefix=assemblage_015897 -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/GF015897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015897.jpg" - -# capture n°015898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015898.pto --stitching --prefix=assemblage_015898 -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/GF015898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015898.jpg" - -# capture n°015899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015899.pto --stitching --prefix=assemblage_015899 -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/GF015899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015899.jpg" - -# capture n°015900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015900.pto --stitching --prefix=assemblage_015900 -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/GF015900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015900.jpg" - -# capture n°015901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015901.pto --stitching --prefix=assemblage_015901 -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/GF015901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015901.jpg" - -# capture n°015902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015902.pto --stitching --prefix=assemblage_015902 -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/GF015902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015902.jpg" - -# capture n°015903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015903.pto --stitching --prefix=assemblage_015903 -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/GF015903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015903.jpg" - -# capture n°015904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015904.pto --stitching --prefix=assemblage_015904 -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/GF015904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015904.jpg" - -# capture n°015905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015905.pto --stitching --prefix=assemblage_015905 -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/GF015905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015905.jpg" - -# capture n°015906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015906.pto --stitching --prefix=assemblage_015906 -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/GF015906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015906.jpg" - -# capture n°015907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015907.pto --stitching --prefix=assemblage_015907 -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/GF015907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015907.jpg" - -# capture n°015908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015908.pto --stitching --prefix=assemblage_015908 -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/GF015908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015908.jpg" - -# capture n°015909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015909.pto --stitching --prefix=assemblage_015909 -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/GF015909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015909.jpg" - -# capture n°015910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015910.pto --stitching --prefix=assemblage_015910 -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/GF015910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015910.jpg" - -# capture n°015911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015911.pto --stitching --prefix=assemblage_015911 -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/GF015911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015911.jpg" - -# capture n°015912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015912.pto --stitching --prefix=assemblage_015912 -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/GF015912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015912.jpg" - -# capture n°015913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015913.pto --stitching --prefix=assemblage_015913 -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/GF015913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015913.jpg" - -# capture n°015914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015914.pto --stitching --prefix=assemblage_015914 -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/GF015914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015914.jpg" - -# capture n°015915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015915.pto --stitching --prefix=assemblage_015915 -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/GF015915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015915.jpg" - -# capture n°015916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015916.pto --stitching --prefix=assemblage_015916 -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/GF015916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015916.jpg" - -# capture n°015917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015917.pto --stitching --prefix=assemblage_015917 -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/GF015917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015917.jpg" - -# capture n°015918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015918.pto --stitching --prefix=assemblage_015918 -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/GF015918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015918.jpg" - -# capture n°015919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015919.pto --stitching --prefix=assemblage_015919 -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/GF015919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015919.jpg" - -# capture n°015920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015920.pto --stitching --prefix=assemblage_015920 -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/GF015920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015920.jpg" - -# capture n°015921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015921.pto --stitching --prefix=assemblage_015921 -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/GF015921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015921.jpg" - -# capture n°015922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015922.pto --stitching --prefix=assemblage_015922 -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/GF015922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015922.jpg" - -# capture n°015923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015923.pto --stitching --prefix=assemblage_015923 -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/GF015923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015923.jpg" - -# capture n°015924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015924.pto --stitching --prefix=assemblage_015924 -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/GF015924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015924.jpg" - -# capture n°015925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015925.pto --stitching --prefix=assemblage_015925 -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/GF015925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015925.jpg" - -# capture n°015926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015926.pto --stitching --prefix=assemblage_015926 -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/GF015926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015926.jpg" - -# capture n°015927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015927.pto --stitching --prefix=assemblage_015927 -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/GF015927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015927.jpg" - -# capture n°015928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015928.pto --stitching --prefix=assemblage_015928 -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/GF015928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015928.jpg" - -# capture n°015929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015929.pto --stitching --prefix=assemblage_015929 -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/GF015929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015929.jpg" - -# capture n°015930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015930.pto --stitching --prefix=assemblage_015930 -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/GF015930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015930.jpg" - -# capture n°015931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015931.pto --stitching --prefix=assemblage_015931 -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/GF015931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015931.jpg" - -# capture n°015932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015932.pto --stitching --prefix=assemblage_015932 -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/GF015932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015932.jpg" - -# capture n°015933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015933.pto --stitching --prefix=assemblage_015933 -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/GF015933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015933.jpg" - -# capture n°015934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015934.pto --stitching --prefix=assemblage_015934 -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/GF015934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015934.jpg" - -# capture n°015935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015935.pto --stitching --prefix=assemblage_015935 -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/GF015935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015935.jpg" - -# capture n°015936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015936.pto --stitching --prefix=assemblage_015936 -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/GF015936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015936.jpg" - -# capture n°015937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015937.pto --stitching --prefix=assemblage_015937 -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/GF015937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015937.jpg" - -# capture n°015938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015938.pto --stitching --prefix=assemblage_015938 -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/GF015938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015938.jpg" - -# capture n°015939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015939.pto --stitching --prefix=assemblage_015939 -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/GF015939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015939.jpg" - -# capture n°015940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015940.pto --stitching --prefix=assemblage_015940 -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/GF015940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015940.jpg" - -# capture n°015941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015941.pto --stitching --prefix=assemblage_015941 -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/GF015941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015941.jpg" - -# capture n°015942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015942.pto --stitching --prefix=assemblage_015942 -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/GF015942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015942.jpg" - -# capture n°015943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015943.pto --stitching --prefix=assemblage_015943 -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/GF015943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015943.jpg" - -# capture n°015944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015944.pto --stitching --prefix=assemblage_015944 -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/GF015944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015944.jpg" - -# capture n°015945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015945.pto --stitching --prefix=assemblage_015945 -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/GF015945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015945.jpg" - -# capture n°015946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015946.pto --stitching --prefix=assemblage_015946 -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/GF015946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015946.jpg" - -# capture n°015947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015947.pto --stitching --prefix=assemblage_015947 -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/GF015947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015947.jpg" - -# capture n°015948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015948.pto --stitching --prefix=assemblage_015948 -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/GF015948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015948.jpg" - -# capture n°015949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015949.pto --stitching --prefix=assemblage_015949 -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/GF015949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015949.jpg" - -# capture n°015950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015950.pto --stitching --prefix=assemblage_015950 -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/GF015950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015950.jpg" - -# capture n°015951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015951.pto --stitching --prefix=assemblage_015951 -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/GF015951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015951.jpg" - -# capture n°015952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015952.pto --stitching --prefix=assemblage_015952 -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/GF015952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015952.jpg" - -# capture n°015953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015953.pto --stitching --prefix=assemblage_015953 -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/GF015953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015953.jpg" - -# capture n°015954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015954.pto --stitching --prefix=assemblage_015954 -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/GF015954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015954.jpg" - -# capture n°015955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015955.pto --stitching --prefix=assemblage_015955 -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/GF015955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015955.jpg" - -# capture n°015956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015956.pto --stitching --prefix=assemblage_015956 -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/GF015956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015956.jpg" - -# capture n°015957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015957.pto --stitching --prefix=assemblage_015957 -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/GF015957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015957.jpg" - -# capture n°015958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015958.pto --stitching --prefix=assemblage_015958 -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/GF015958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015958.jpg" - -# capture n°015959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015959.pto --stitching --prefix=assemblage_015959 -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/GF015959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015959.jpg" - -# capture n°015960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015960.pto --stitching --prefix=assemblage_015960 -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/GF015960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015960.jpg" - -# capture n°015961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015961.pto --stitching --prefix=assemblage_015961 -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/GF015961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015961.jpg" - -# capture n°015962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015962.pto --stitching --prefix=assemblage_015962 -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/GF015962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015962.jpg" - -# capture n°015963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015963.pto --stitching --prefix=assemblage_015963 -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/GF015963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015963.jpg" - -# capture n°015964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015964.pto --stitching --prefix=assemblage_015964 -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/GF015964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015964.jpg" - -# capture n°015965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015965.pto --stitching --prefix=assemblage_015965 -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/GF015965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015965.jpg" - -# capture n°015966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015966.pto --stitching --prefix=assemblage_015966 -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/GF015966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015966.jpg" - -# capture n°015967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015967.pto --stitching --prefix=assemblage_015967 -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/GF015967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015967.jpg" - -# capture n°015968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015968.pto --stitching --prefix=assemblage_015968 -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/GF015968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015968.jpg" - -# capture n°015969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015969.pto --stitching --prefix=assemblage_015969 -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/GF015969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015969.jpg" - -# capture n°015970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015970.pto --stitching --prefix=assemblage_015970 -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/GF015970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015970.jpg" - -# capture n°015971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015971.pto --stitching --prefix=assemblage_015971 -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/GF015971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015971.jpg" - -# capture n°015972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015972.pto --stitching --prefix=assemblage_015972 -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/GF015972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015972.jpg" - -# capture n°015973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015973.pto --stitching --prefix=assemblage_015973 -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/GF015973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015973.jpg" - -# capture n°015974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015974.pto --stitching --prefix=assemblage_015974 -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/GF015974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015974.jpg" - -# capture n°015975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015975.pto --stitching --prefix=assemblage_015975 -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/GF015975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015975.jpg" - -# capture n°015976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015976.pto --stitching --prefix=assemblage_015976 -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/GF015976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015976.jpg" - -# capture n°015977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015977.pto --stitching --prefix=assemblage_015977 -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/GF015977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015977.jpg" - -# capture n°015978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015978.pto --stitching --prefix=assemblage_015978 -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/GF015978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015978.jpg" - -# capture n°015979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015979.pto --stitching --prefix=assemblage_015979 -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/GF015979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015979.jpg" - -# capture n°015980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015980.pto --stitching --prefix=assemblage_015980 -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/GF015980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015980.jpg" - -# capture n°015981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015981.pto --stitching --prefix=assemblage_015981 -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/GF015981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015981.jpg" - -# capture n°015982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015982.pto --stitching --prefix=assemblage_015982 -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/GF015982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015982.jpg" - -# capture n°015983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015983.pto --stitching --prefix=assemblage_015983 -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/GF015983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015983.jpg" - -# capture n°015984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015984.pto --stitching --prefix=assemblage_015984 -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/GF015984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015984.jpg" - -# capture n°015985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015985.pto --stitching --prefix=assemblage_015985 -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/GF015985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015985.jpg" - -# capture n°015986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015986.pto --stitching --prefix=assemblage_015986 -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/GF015986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015986.jpg" - -# capture n°015987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015987.pto --stitching --prefix=assemblage_015987 -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/GF015987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015987.jpg" - -# capture n°015988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015988.pto --stitching --prefix=assemblage_015988 -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/GF015988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015988.jpg" - -# capture n°015989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015989.pto --stitching --prefix=assemblage_015989 -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/GF015989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015989.jpg" - -# capture n°015990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015990.pto --stitching --prefix=assemblage_015990 -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/GF015990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015990.jpg" - -# capture n°015991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015991.pto --stitching --prefix=assemblage_015991 -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/GF015991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015991.jpg" - -# capture n°015992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015992.pto --stitching --prefix=assemblage_015992 -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/GF015992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015992.jpg" - -# capture n°015993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015993.pto --stitching --prefix=assemblage_015993 -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/GF015993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015993.jpg" - -# capture n°015994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015994.pto --stitching --prefix=assemblage_015994 -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/GF015994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015994.jpg" - -# capture n°015995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015995.pto --stitching --prefix=assemblage_015995 -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/GF015995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015995.jpg" - -# capture n°015996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015996.pto --stitching --prefix=assemblage_015996 -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/GF015996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015996.jpg" - -# capture n°015997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015997.pto --stitching --prefix=assemblage_015997 -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/GF015997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015997.jpg" - -# capture n°015998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015998.pto --stitching --prefix=assemblage_015998 -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/GF015998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015998.jpg" - -# capture n°015999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_015999.pto --stitching --prefix=assemblage_015999 -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/GF015999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_015999.jpg" - -# capture n°016000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016000.pto --stitching --prefix=assemblage_016000 -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/GF016000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016000.jpg" - -# capture n°016001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016001.pto --stitching --prefix=assemblage_016001 -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/GF016001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016001.jpg" - -# capture n°016002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016002.pto --stitching --prefix=assemblage_016002 -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/GF016002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016002.jpg" - -# capture n°016003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016003.pto --stitching --prefix=assemblage_016003 -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/GF016003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016003.jpg" - -# capture n°016004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016004.pto --stitching --prefix=assemblage_016004 -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/GF016004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016004.jpg" - -# capture n°016005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016005.pto --stitching --prefix=assemblage_016005 -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/GF016005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016005.jpg" - -# capture n°016006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016006.pto --stitching --prefix=assemblage_016006 -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/GF016006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016006.jpg" - -# capture n°016007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016007.pto --stitching --prefix=assemblage_016007 -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/GF016007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016007.jpg" - -# capture n°016008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016008.pto --stitching --prefix=assemblage_016008 -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/GF016008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016008.jpg" - -# capture n°016009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016009.pto --stitching --prefix=assemblage_016009 -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/GF016009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016009.jpg" - -# capture n°016010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016010.pto --stitching --prefix=assemblage_016010 -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/GF016010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016010.jpg" - -# capture n°016011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016011.pto --stitching --prefix=assemblage_016011 -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/GF016011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016011.jpg" - -# capture n°016012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016012.pto --stitching --prefix=assemblage_016012 -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/GF016012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016012.jpg" - -# capture n°016013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016013.pto --stitching --prefix=assemblage_016013 -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/GF016013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016013.jpg" - -# capture n°016014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016014.pto --stitching --prefix=assemblage_016014 -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/GF016014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016014.jpg" - -# capture n°016015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016015.pto --stitching --prefix=assemblage_016015 -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/GF016015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016015.jpg" - -# capture n°016016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016016.pto --stitching --prefix=assemblage_016016 -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/GF016016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016016.jpg" - -# capture n°016017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016017.pto --stitching --prefix=assemblage_016017 -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/GF016017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016017.jpg" - -# capture n°016018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016018.pto --stitching --prefix=assemblage_016018 -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/GF016018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016018.jpg" - -# capture n°016019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016019.pto --stitching --prefix=assemblage_016019 -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/GF016019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016019.jpg" - -# capture n°016020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016020.pto --stitching --prefix=assemblage_016020 -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/GF016020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016020.jpg" - -# capture n°016021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016021.pto --stitching --prefix=assemblage_016021 -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/GF016021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016021.jpg" - -# capture n°016022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016022.pto --stitching --prefix=assemblage_016022 -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/GF016022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016022.jpg" - -# capture n°016023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016023.pto --stitching --prefix=assemblage_016023 -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/GF016023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016023.jpg" - -# capture n°016024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016024.pto --stitching --prefix=assemblage_016024 -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/GF016024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016024.jpg" - -# capture n°016025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016025.pto --stitching --prefix=assemblage_016025 -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/GF016025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016025.jpg" - -# capture n°016026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016026.pto --stitching --prefix=assemblage_016026 -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/GF016026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016026.jpg" - -# capture n°016027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016027.pto --stitching --prefix=assemblage_016027 -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/GF016027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016027.jpg" - -# capture n°016028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016028.pto --stitching --prefix=assemblage_016028 -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/GF016028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016028.jpg" - -# capture n°016029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016029.pto --stitching --prefix=assemblage_016029 -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/GF016029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016029.jpg" - -# capture n°016030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016030.pto --stitching --prefix=assemblage_016030 -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/GF016030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016030.jpg" - -# capture n°016031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016031.pto --stitching --prefix=assemblage_016031 -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/GF016031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016031.jpg" - -# capture n°016032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016032.pto --stitching --prefix=assemblage_016032 -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/GF016032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016032.jpg" - -# capture n°016033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016033.pto --stitching --prefix=assemblage_016033 -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/GF016033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016033.jpg" - -# capture n°016034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016034.pto --stitching --prefix=assemblage_016034 -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/GF016034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016034.jpg" - -# capture n°016035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016035.pto --stitching --prefix=assemblage_016035 -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/GF016035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016035.jpg" - -# capture n°016036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016036.pto --stitching --prefix=assemblage_016036 -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/GF016036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016036.jpg" - -# capture n°016037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016037.pto --stitching --prefix=assemblage_016037 -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/GF016037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016037.jpg" - -# capture n°016038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016038.pto --stitching --prefix=assemblage_016038 -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/GF016038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016038.jpg" - -# capture n°016039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016039.pto --stitching --prefix=assemblage_016039 -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/GF016039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016039.jpg" - -# capture n°016040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016040.pto --stitching --prefix=assemblage_016040 -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/GF016040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016040.jpg" - -# capture n°016041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016041.pto --stitching --prefix=assemblage_016041 -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/GF016041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016041.jpg" - -# capture n°016042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016042.pto --stitching --prefix=assemblage_016042 -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/GF016042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016042.jpg" - -# capture n°016043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016043.pto --stitching --prefix=assemblage_016043 -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/GF016043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016043.jpg" - -# capture n°016044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016044.pto --stitching --prefix=assemblage_016044 -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/GF016044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016044.jpg" - -# capture n°016045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016045.pto --stitching --prefix=assemblage_016045 -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/GF016045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016045.jpg" - -# capture n°016046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016046.pto --stitching --prefix=assemblage_016046 -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/GF016046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016046.jpg" - -# capture n°016047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016047.pto --stitching --prefix=assemblage_016047 -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/GF016047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016047.jpg" - -# capture n°016048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016048.pto --stitching --prefix=assemblage_016048 -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/GF016048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016048.jpg" - -# capture n°016049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016049.pto --stitching --prefix=assemblage_016049 -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/GF016049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016049.jpg" - -# capture n°016050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016050.pto --stitching --prefix=assemblage_016050 -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/GF016050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016050.jpg" - -# capture n°016051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016051.pto --stitching --prefix=assemblage_016051 -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/GF016051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016051.jpg" - -# capture n°016052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016052.pto --stitching --prefix=assemblage_016052 -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/GF016052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016052.jpg" - -# capture n°016053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016053.pto --stitching --prefix=assemblage_016053 -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/GF016053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016053.jpg" - -# capture n°016054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016054.pto --stitching --prefix=assemblage_016054 -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/GF016054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016054.jpg" - -# capture n°016055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016055.pto --stitching --prefix=assemblage_016055 -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/GF016055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016055.jpg" - -# capture n°016056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016056.pto --stitching --prefix=assemblage_016056 -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/GF016056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016056.jpg" - -# capture n°016057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016057.pto --stitching --prefix=assemblage_016057 -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/GF016057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016057.jpg" - -# capture n°016058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016058.pto --stitching --prefix=assemblage_016058 -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/GF016058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016058.jpg" - -# capture n°016059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016059.pto --stitching --prefix=assemblage_016059 -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/GF016059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016059.jpg" - -# capture n°016060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016060.pto --stitching --prefix=assemblage_016060 -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/GF016060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016060.jpg" - -# capture n°016061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016061.pto --stitching --prefix=assemblage_016061 -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/GF016061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016061.jpg" - -# capture n°016062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016062.pto --stitching --prefix=assemblage_016062 -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/GF016062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016062.jpg" - -# capture n°016063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016063.pto --stitching --prefix=assemblage_016063 -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/GF016063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016063.jpg" - -# capture n°016064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016064.pto --stitching --prefix=assemblage_016064 -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/GF016064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016064.jpg" - -# capture n°016065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016065.pto --stitching --prefix=assemblage_016065 -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/GF016065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016065.jpg" - -# capture n°016066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016066.pto --stitching --prefix=assemblage_016066 -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/GF016066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016066.jpg" - -# capture n°016067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016067.pto --stitching --prefix=assemblage_016067 -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/GF016067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016067.jpg" - -# capture n°016068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016068.pto --stitching --prefix=assemblage_016068 -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/GF016068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016068.jpg" - -# capture n°016069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016069.pto --stitching --prefix=assemblage_016069 -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/GF016069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016069.jpg" - -# capture n°016070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016070.pto --stitching --prefix=assemblage_016070 -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/GF016070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016070.jpg" - -# capture n°016071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016071.pto --stitching --prefix=assemblage_016071 -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/GF016071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016071.jpg" - -# capture n°016072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016072.pto --stitching --prefix=assemblage_016072 -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/GF016072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016072.jpg" - -# capture n°016073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016073.pto --stitching --prefix=assemblage_016073 -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/GF016073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016073.jpg" - -# capture n°016074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016074.pto --stitching --prefix=assemblage_016074 -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/GF016074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016074.jpg" - -# capture n°016075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016075.pto --stitching --prefix=assemblage_016075 -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/GF016075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016075.jpg" - -# capture n°016076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016076.pto --stitching --prefix=assemblage_016076 -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/GF016076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016076.jpg" - -# capture n°016077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016077.pto --stitching --prefix=assemblage_016077 -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/GF016077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016077.jpg" - -# capture n°016078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016078.pto --stitching --prefix=assemblage_016078 -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/GF016078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016078.jpg" - -# capture n°016079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016079.pto --stitching --prefix=assemblage_016079 -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/GF016079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016079.jpg" - -# capture n°016080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016080.pto --stitching --prefix=assemblage_016080 -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/GF016080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016080.jpg" - -# capture n°016081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016081.pto --stitching --prefix=assemblage_016081 -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/GF016081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016081.jpg" - -# capture n°016082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016082.pto --stitching --prefix=assemblage_016082 -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/GF016082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016082.jpg" - -# capture n°016083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016083.pto --stitching --prefix=assemblage_016083 -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/GF016083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016083.jpg" - -# capture n°016084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016084.pto --stitching --prefix=assemblage_016084 -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/GF016084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016084.jpg" - -# capture n°016085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016085.pto --stitching --prefix=assemblage_016085 -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/GF016085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016085.jpg" - -# capture n°016086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016086.pto --stitching --prefix=assemblage_016086 -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/GF016086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016086.jpg" - -# capture n°016087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016087.pto --stitching --prefix=assemblage_016087 -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/GF016087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016087.jpg" - -# capture n°016088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016088.pto --stitching --prefix=assemblage_016088 -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/GF016088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016088.jpg" - -# capture n°016089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016089.pto --stitching --prefix=assemblage_016089 -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/GF016089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016089.jpg" - -# capture n°016090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016090.pto --stitching --prefix=assemblage_016090 -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/GF016090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016090.jpg" - -# capture n°016091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016091.pto --stitching --prefix=assemblage_016091 -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/GF016091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016091.jpg" - -# capture n°016092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016092.pto --stitching --prefix=assemblage_016092 -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/GF016092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016092.jpg" - -# capture n°016093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016093.pto --stitching --prefix=assemblage_016093 -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/GF016093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016093.jpg" - -# capture n°016094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016094.pto --stitching --prefix=assemblage_016094 -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/GF016094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016094.jpg" - -# capture n°016095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016095.pto --stitching --prefix=assemblage_016095 -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/GF016095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016095.jpg" - -# capture n°016096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016096.pto --stitching --prefix=assemblage_016096 -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/GF016096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016096.jpg" - -# capture n°016097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016097.pto --stitching --prefix=assemblage_016097 -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/GF016097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016097.jpg" - -# capture n°016098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016098.pto --stitching --prefix=assemblage_016098 -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/GF016098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016098.jpg" - -# capture n°016099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016099.pto --stitching --prefix=assemblage_016099 -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/GF016099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016099.jpg" - -# capture n°016100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016100.pto --stitching --prefix=assemblage_016100 -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/GF016100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016100.jpg" - -# capture n°016101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016101.pto --stitching --prefix=assemblage_016101 -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/GF016101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016101.jpg" - -# capture n°016102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016102.pto --stitching --prefix=assemblage_016102 -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/GF016102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016102.jpg" - -# capture n°016103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016103.pto --stitching --prefix=assemblage_016103 -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/GF016103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016103.jpg" - -# capture n°016104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016104.pto --stitching --prefix=assemblage_016104 -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/GF016104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016104.jpg" - -# capture n°016105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016105.pto --stitching --prefix=assemblage_016105 -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/GF016105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016105.jpg" - -# capture n°016106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016106.pto --stitching --prefix=assemblage_016106 -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/GF016106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016106.jpg" - -# capture n°016107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016107.pto --stitching --prefix=assemblage_016107 -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/GF016107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016107.jpg" - -# capture n°016108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016108.pto --stitching --prefix=assemblage_016108 -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/GF016108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016108.jpg" - -# capture n°016109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016109.pto --stitching --prefix=assemblage_016109 -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/GF016109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016109.jpg" - -# capture n°016110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016110.pto --stitching --prefix=assemblage_016110 -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/GF016110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016110.jpg" - -# capture n°016111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016111.pto --stitching --prefix=assemblage_016111 -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/GF016111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016111.jpg" - -# capture n°016112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016112.pto --stitching --prefix=assemblage_016112 -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/GF016112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016112.jpg" - -# capture n°016113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016113.pto --stitching --prefix=assemblage_016113 -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/GF016113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016113.jpg" - -# capture n°016114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016114.pto --stitching --prefix=assemblage_016114 -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/GF016114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016114.jpg" - -# capture n°016115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016115.pto --stitching --prefix=assemblage_016115 -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/GF016115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016115.jpg" - -# capture n°016116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016116.pto --stitching --prefix=assemblage_016116 -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/GF016116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016116.jpg" - -# capture n°016117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016117.pto --stitching --prefix=assemblage_016117 -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/GF016117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016117.jpg" - -# capture n°016118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016118.pto --stitching --prefix=assemblage_016118 -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/GF016118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016118.jpg" - -# capture n°016119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016119.pto --stitching --prefix=assemblage_016119 -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/GF016119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016119.jpg" - -# capture n°016120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016120.pto --stitching --prefix=assemblage_016120 -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/GF016120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016120.jpg" - -# capture n°016121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016121.pto --stitching --prefix=assemblage_016121 -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/GF016121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016121.jpg" - -# capture n°016122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016122.pto --stitching --prefix=assemblage_016122 -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/GF016122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016122.jpg" - -# capture n°016123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016123.pto --stitching --prefix=assemblage_016123 -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/GF016123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016123.jpg" - -# capture n°016124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016124.pto --stitching --prefix=assemblage_016124 -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/GF016124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016124.jpg" - -# capture n°016125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016125.pto --stitching --prefix=assemblage_016125 -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/GF016125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016125.jpg" - -# capture n°016126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016126.pto --stitching --prefix=assemblage_016126 -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/GF016126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016126.jpg" - -# capture n°016127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016127.pto --stitching --prefix=assemblage_016127 -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/GF016127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016127.jpg" - -# capture n°016128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016128.pto --stitching --prefix=assemblage_016128 -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/GF016128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016128.jpg" - -# capture n°016129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016129.pto --stitching --prefix=assemblage_016129 -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/GF016129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016129.jpg" - -# capture n°016130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016130.pto --stitching --prefix=assemblage_016130 -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/GF016130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016130.jpg" - -# capture n°016131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016131.pto --stitching --prefix=assemblage_016131 -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/GF016131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016131.jpg" - -# capture n°016132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016132.pto --stitching --prefix=assemblage_016132 -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/GF016132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016132.jpg" - -# capture n°016133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016133.pto --stitching --prefix=assemblage_016133 -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/GF016133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016133.jpg" - -# capture n°016134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016134.pto --stitching --prefix=assemblage_016134 -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/GF016134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016134.jpg" - -# capture n°016135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016135.pto --stitching --prefix=assemblage_016135 -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/GF016135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016135.jpg" - -# capture n°016136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016136.pto --stitching --prefix=assemblage_016136 -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/GF016136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016136.jpg" - -# capture n°016137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016137.pto --stitching --prefix=assemblage_016137 -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/GF016137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016137.jpg" - -# capture n°016138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016138.pto --stitching --prefix=assemblage_016138 -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/GF016138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016138.jpg" - -# capture n°016139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016139.pto --stitching --prefix=assemblage_016139 -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/GF016139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016139.jpg" - -# capture n°016140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016140.pto --stitching --prefix=assemblage_016140 -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/GF016140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016140.jpg" - -# capture n°016141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016141.pto --stitching --prefix=assemblage_016141 -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/GF016141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016141.jpg" - -# capture n°016142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016142.pto --stitching --prefix=assemblage_016142 -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/GF016142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016142.jpg" - -# capture n°016143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016143.pto --stitching --prefix=assemblage_016143 -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/GF016143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016143.jpg" - -# capture n°016144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016144.pto --stitching --prefix=assemblage_016144 -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/GF016144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016144.jpg" - -# capture n°016145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016145.pto --stitching --prefix=assemblage_016145 -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/GF016145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016145.jpg" - -# capture n°016146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016146.pto --stitching --prefix=assemblage_016146 -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/GF016146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016146.jpg" - -# capture n°016147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016147.pto --stitching --prefix=assemblage_016147 -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/GF016147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016147.jpg" - -# capture n°016148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016148.pto --stitching --prefix=assemblage_016148 -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/GF016148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016148.jpg" - -# capture n°016149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016149.pto --stitching --prefix=assemblage_016149 -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/GF016149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016149.jpg" - -# capture n°016150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016150.pto --stitching --prefix=assemblage_016150 -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/GF016150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016150.jpg" - -# capture n°016151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016151.pto --stitching --prefix=assemblage_016151 -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/GF016151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016151.jpg" - -# capture n°016152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016152.pto --stitching --prefix=assemblage_016152 -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/GF016152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016152.jpg" - -# capture n°016153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016153.pto --stitching --prefix=assemblage_016153 -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/GF016153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016153.jpg" - -# capture n°016154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016154.pto --stitching --prefix=assemblage_016154 -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/GF016154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016154.jpg" - -# capture n°016155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016155.pto --stitching --prefix=assemblage_016155 -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/GF016155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016155.jpg" - -# capture n°016156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016156.pto --stitching --prefix=assemblage_016156 -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/GF016156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016156.jpg" - -# capture n°016157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016157.pto --stitching --prefix=assemblage_016157 -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/GF016157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016157.jpg" - -# capture n°016158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016158.pto --stitching --prefix=assemblage_016158 -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/GF016158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016158.jpg" - -# capture n°016159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016159.pto --stitching --prefix=assemblage_016159 -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/GF016159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016159.jpg" - -# capture n°016160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016160.pto --stitching --prefix=assemblage_016160 -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/GF016160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016160.jpg" - -# capture n°016161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016161.pto --stitching --prefix=assemblage_016161 -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/GF016161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016161.jpg" - -# capture n°016162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016162.pto --stitching --prefix=assemblage_016162 -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/GF016162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016162.jpg" - -# capture n°016163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016163.pto --stitching --prefix=assemblage_016163 -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/GF016163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016163.jpg" - -# capture n°016164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016164.pto --stitching --prefix=assemblage_016164 -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/GF016164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016164.jpg" - -# capture n°016165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016165.pto --stitching --prefix=assemblage_016165 -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/GF016165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016165.jpg" - -# capture n°016166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016166.pto --stitching --prefix=assemblage_016166 -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/GF016166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016166.jpg" - -# capture n°016167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016167.pto --stitching --prefix=assemblage_016167 -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/GF016167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016167.jpg" - -# capture n°016168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016168.pto --stitching --prefix=assemblage_016168 -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/GF016168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016168.jpg" - -# capture n°016169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016169.pto --stitching --prefix=assemblage_016169 -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/GF016169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016169.jpg" - -# capture n°016170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016170.pto --stitching --prefix=assemblage_016170 -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/GF016170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016170.jpg" - -# capture n°016171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016171.pto --stitching --prefix=assemblage_016171 -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/GF016171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016171.jpg" - -# capture n°016172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016172.pto --stitching --prefix=assemblage_016172 -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/GF016172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016172.jpg" - -# capture n°016173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016173.pto --stitching --prefix=assemblage_016173 -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/GF016173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016173.jpg" - -# capture n°016174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016174.pto --stitching --prefix=assemblage_016174 -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/GF016174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016174.jpg" - -# capture n°016175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016175.pto --stitching --prefix=assemblage_016175 -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/GF016175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016175.jpg" - -# capture n°016176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016176.pto --stitching --prefix=assemblage_016176 -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/GF016176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016176.jpg" - -# capture n°016177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016177.pto --stitching --prefix=assemblage_016177 -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/GF016177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016177.jpg" - -# capture n°016178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016178.pto --stitching --prefix=assemblage_016178 -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/GF016178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016178.jpg" - -# capture n°016179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016179.pto --stitching --prefix=assemblage_016179 -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/GF016179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016179.jpg" - -# capture n°016180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016180.pto --stitching --prefix=assemblage_016180 -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/GF016180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016180.jpg" - -# capture n°016181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016181.pto --stitching --prefix=assemblage_016181 -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/GF016181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016181.jpg" - -# capture n°016182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016182.pto --stitching --prefix=assemblage_016182 -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/GF016182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016182.jpg" - -# capture n°016183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016183.pto --stitching --prefix=assemblage_016183 -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/GF016183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016183.jpg" - -# capture n°016184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016184.pto --stitching --prefix=assemblage_016184 -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/GF016184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016184.jpg" - -# capture n°016185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016185.pto --stitching --prefix=assemblage_016185 -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/GF016185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016185.jpg" - -# capture n°016186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016186.pto --stitching --prefix=assemblage_016186 -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/GF016186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016186.jpg" - -# capture n°016187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016187.pto --stitching --prefix=assemblage_016187 -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/GF016187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016187.jpg" - -# capture n°016188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016188.pto --stitching --prefix=assemblage_016188 -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/GF016188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016188.jpg" - -# capture n°016189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016189.pto --stitching --prefix=assemblage_016189 -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/GF016189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016189.jpg" - -# capture n°016190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016190.pto --stitching --prefix=assemblage_016190 -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/GF016190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016190.jpg" - -# capture n°016191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016191.pto --stitching --prefix=assemblage_016191 -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/GF016191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016191.jpg" - -# capture n°016192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016192.pto --stitching --prefix=assemblage_016192 -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/GF016192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016192.jpg" - -# capture n°016193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016193.pto --stitching --prefix=assemblage_016193 -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/GF016193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016193.jpg" - -# capture n°016194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016194.pto --stitching --prefix=assemblage_016194 -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/GF016194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016194.jpg" - -# capture n°016195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016195.pto --stitching --prefix=assemblage_016195 -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/GF016195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016195.jpg" - -# capture n°016196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016196.pto --stitching --prefix=assemblage_016196 -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/GF016196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016196.jpg" - -# capture n°016197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016197.pto --stitching --prefix=assemblage_016197 -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/GF016197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016197.jpg" - -# capture n°016198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016198.pto --stitching --prefix=assemblage_016198 -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/GF016198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016198.jpg" - -# capture n°016199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016199.pto --stitching --prefix=assemblage_016199 -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/GF016199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016199.jpg" - -# capture n°016200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016200.pto --stitching --prefix=assemblage_016200 -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/GF016200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016200.jpg" - -# capture n°016201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016201.pto --stitching --prefix=assemblage_016201 -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/GF016201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016201.jpg" - -# capture n°016202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016202.pto --stitching --prefix=assemblage_016202 -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/GF016202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016202.jpg" - -# capture n°016203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016203.pto --stitching --prefix=assemblage_016203 -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/GF016203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016203.jpg" - -# capture n°016204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016204.pto --stitching --prefix=assemblage_016204 -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/GF016204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016204.jpg" - -# capture n°016205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016205.pto --stitching --prefix=assemblage_016205 -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/GF016205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016205.jpg" - -# capture n°016206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016206.pto --stitching --prefix=assemblage_016206 -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/GF016206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016206.jpg" - -# capture n°016207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016207.pto --stitching --prefix=assemblage_016207 -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/GF016207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016207.jpg" - -# capture n°016208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016208.pto --stitching --prefix=assemblage_016208 -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/GF016208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016208.jpg" - -# capture n°016209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016209.pto --stitching --prefix=assemblage_016209 -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/GF016209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016209.jpg" - -# capture n°016210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016210.pto --stitching --prefix=assemblage_016210 -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/GF016210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016210.jpg" - -# capture n°016211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016211.pto --stitching --prefix=assemblage_016211 -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/GF016211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016211.jpg" - -# capture n°016212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016212.pto --stitching --prefix=assemblage_016212 -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/GF016212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016212.jpg" - -# capture n°016213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016213.pto --stitching --prefix=assemblage_016213 -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/GF016213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016213.jpg" - -# capture n°016214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016214.pto --stitching --prefix=assemblage_016214 -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/GF016214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016214.jpg" - -# capture n°016215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016215.pto --stitching --prefix=assemblage_016215 -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/GF016215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016215.jpg" - -# capture n°016216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016216.pto --stitching --prefix=assemblage_016216 -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/GF016216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016216.jpg" - -# capture n°016217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016217.pto --stitching --prefix=assemblage_016217 -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/GF016217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016217.jpg" - -# capture n°016218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016218.pto --stitching --prefix=assemblage_016218 -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/GF016218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016218.jpg" - -# capture n°016219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016219.pto --stitching --prefix=assemblage_016219 -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/GF016219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016219.jpg" - -# capture n°016220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016220.pto --stitching --prefix=assemblage_016220 -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/GF016220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016220.jpg" - -# capture n°016221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016221.pto --stitching --prefix=assemblage_016221 -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/GF016221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016221.jpg" - -# capture n°016222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016222.pto --stitching --prefix=assemblage_016222 -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/GF016222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016222.jpg" - -# capture n°016223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016223.pto --stitching --prefix=assemblage_016223 -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/GF016223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016223.jpg" - -# capture n°016224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016224.pto --stitching --prefix=assemblage_016224 -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/GF016224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016224.jpg" - -# capture n°016225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016225.pto --stitching --prefix=assemblage_016225 -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/GF016225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016225.jpg" - -# capture n°016226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016226.pto --stitching --prefix=assemblage_016226 -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/GF016226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016226.jpg" - -# capture n°016227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016227.pto --stitching --prefix=assemblage_016227 -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/GF016227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016227.jpg" - -# capture n°016228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016228.pto --stitching --prefix=assemblage_016228 -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/GF016228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016228.jpg" - -# capture n°016229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016229.pto --stitching --prefix=assemblage_016229 -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/GF016229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016229.jpg" - -# capture n°016230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016230.pto --stitching --prefix=assemblage_016230 -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/GF016230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016230.jpg" - -# capture n°016231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016231.pto --stitching --prefix=assemblage_016231 -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/GF016231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016231.jpg" - -# capture n°016232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016232.pto --stitching --prefix=assemblage_016232 -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/GF016232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016232.jpg" - -# capture n°016233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016233.pto --stitching --prefix=assemblage_016233 -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/GF016233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016233.jpg" - -# capture n°016234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016234.pto --stitching --prefix=assemblage_016234 -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/GF016234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016234.jpg" - -# capture n°016235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016235.pto --stitching --prefix=assemblage_016235 -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/GF016235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016235.jpg" - -# capture n°016236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016236.pto --stitching --prefix=assemblage_016236 -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/GF016236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016236.jpg" - -# capture n°016237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016237.pto --stitching --prefix=assemblage_016237 -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/GF016237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016237.jpg" - -# capture n°016238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016238.pto --stitching --prefix=assemblage_016238 -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/GF016238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016238.jpg" - -# capture n°016239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016239.pto --stitching --prefix=assemblage_016239 -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/GF016239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016239.jpg" - -# capture n°016240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016240.pto --stitching --prefix=assemblage_016240 -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/GF016240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016240.jpg" - -# capture n°016241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016241.pto --stitching --prefix=assemblage_016241 -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/GF016241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016241.jpg" - -# capture n°016242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016242.pto --stitching --prefix=assemblage_016242 -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/GF016242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016242.jpg" - -# capture n°016243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016243.pto --stitching --prefix=assemblage_016243 -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/GF016243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016243.jpg" - -# capture n°016244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016244.pto --stitching --prefix=assemblage_016244 -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/GF016244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016244.jpg" - -# capture n°016245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016245.pto --stitching --prefix=assemblage_016245 -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/GF016245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016245.jpg" - -# capture n°016246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016246.pto --stitching --prefix=assemblage_016246 -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/GF016246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016246.jpg" - -# capture n°016247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016247.pto --stitching --prefix=assemblage_016247 -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/GF016247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016247.jpg" - -# capture n°016248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016248.pto --stitching --prefix=assemblage_016248 -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/GF016248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016248.jpg" - -# capture n°016249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016249.pto --stitching --prefix=assemblage_016249 -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/GF016249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016249.jpg" - -# capture n°016250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016250.pto --stitching --prefix=assemblage_016250 -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/GF016250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016250.jpg" - -# capture n°016251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016251.pto --stitching --prefix=assemblage_016251 -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/GF016251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016251.jpg" - -# capture n°016252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016252.pto --stitching --prefix=assemblage_016252 -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/GF016252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016252.jpg" - -# capture n°016253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016253.pto --stitching --prefix=assemblage_016253 -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/GF016253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016253.jpg" - -# capture n°016254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016254.pto --stitching --prefix=assemblage_016254 -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/GF016254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016254.jpg" - -# capture n°016255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016255.pto --stitching --prefix=assemblage_016255 -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/GF016255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016255.jpg" - -# capture n°016256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016256.pto --stitching --prefix=assemblage_016256 -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/GF016256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016256.jpg" - -# capture n°016257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016257.pto --stitching --prefix=assemblage_016257 -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/GF016257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016257.jpg" - -# capture n°016258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016258.pto --stitching --prefix=assemblage_016258 -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/GF016258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016258.jpg" - -# capture n°016259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016259.pto --stitching --prefix=assemblage_016259 -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/GF016259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016259.jpg" - -# capture n°016260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016260.pto --stitching --prefix=assemblage_016260 -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/GF016260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016260.jpg" - -# capture n°016261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016261.pto --stitching --prefix=assemblage_016261 -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/GF016261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016261.jpg" - -# capture n°016262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016262.pto --stitching --prefix=assemblage_016262 -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/GF016262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016262.jpg" - -# capture n°016263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016263.pto --stitching --prefix=assemblage_016263 -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/GF016263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016263.jpg" - -# capture n°016264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016264.pto --stitching --prefix=assemblage_016264 -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/GF016264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016264.jpg" - -# capture n°016265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016265.pto --stitching --prefix=assemblage_016265 -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/GF016265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016265.jpg" - -# capture n°016266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016266.pto --stitching --prefix=assemblage_016266 -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/GF016266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016266.jpg" - -# capture n°016267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016267.pto --stitching --prefix=assemblage_016267 -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/GF016267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016267.jpg" - -# capture n°016268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016268.pto --stitching --prefix=assemblage_016268 -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/GF016268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016268.jpg" - -# capture n°016269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016269.pto --stitching --prefix=assemblage_016269 -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/GF016269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016269.jpg" - -# capture n°016270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016270.pto --stitching --prefix=assemblage_016270 -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/GF016270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016270.jpg" - -# capture n°016271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016271.pto --stitching --prefix=assemblage_016271 -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/GF016271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016271.jpg" - -# capture n°016272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016272.pto --stitching --prefix=assemblage_016272 -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/GF016272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016272.jpg" - -# capture n°016273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016273.pto --stitching --prefix=assemblage_016273 -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/GF016273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016273.jpg" - -# capture n°016274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016274.pto --stitching --prefix=assemblage_016274 -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/GF016274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016274.jpg" - -# capture n°016275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016275.pto --stitching --prefix=assemblage_016275 -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/GF016275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016275.jpg" - -# capture n°016276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016276.pto --stitching --prefix=assemblage_016276 -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/GF016276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016276.jpg" - -# capture n°016277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016277.pto --stitching --prefix=assemblage_016277 -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/GF016277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016277.jpg" - -# capture n°016278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016278.pto --stitching --prefix=assemblage_016278 -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/GF016278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016278.jpg" - -# capture n°016279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016279.pto --stitching --prefix=assemblage_016279 -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/GF016279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016279.jpg" - -# capture n°016280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016280.pto --stitching --prefix=assemblage_016280 -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/GF016280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016280.jpg" - -# capture n°016281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016281.pto --stitching --prefix=assemblage_016281 -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/GF016281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016281.jpg" - -# capture n°016282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016282.pto --stitching --prefix=assemblage_016282 -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/GF016282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016282.jpg" - -# capture n°016283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016283.pto --stitching --prefix=assemblage_016283 -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/GF016283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016283.jpg" - -# capture n°016284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016284.pto --stitching --prefix=assemblage_016284 -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/GF016284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016284.jpg" - -# capture n°016285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016285.pto --stitching --prefix=assemblage_016285 -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/GF016285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016285.jpg" - -# capture n°016286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016286.pto --stitching --prefix=assemblage_016286 -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/GF016286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016286.jpg" - -# capture n°016287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016287.pto --stitching --prefix=assemblage_016287 -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/GF016287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016287.jpg" - -# capture n°016288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016288.pto --stitching --prefix=assemblage_016288 -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/GF016288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016288.jpg" - -# capture n°016289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016289.pto --stitching --prefix=assemblage_016289 -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/GF016289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016289.jpg" - -# capture n°016290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016290.pto --stitching --prefix=assemblage_016290 -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/GF016290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016290.jpg" - -# capture n°016291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016291.pto --stitching --prefix=assemblage_016291 -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/GF016291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016291.jpg" - -# capture n°016292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016292.pto --stitching --prefix=assemblage_016292 -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/GF016292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016292.jpg" - -# capture n°016293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016293.pto --stitching --prefix=assemblage_016293 -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/GF016293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016293.jpg" - -# capture n°016294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016294.pto --stitching --prefix=assemblage_016294 -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/GF016294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016294.jpg" - -# capture n°016295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016295.pto --stitching --prefix=assemblage_016295 -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/GF016295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016295.jpg" - -# capture n°016296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016296.pto --stitching --prefix=assemblage_016296 -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/GF016296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016296.jpg" - -# capture n°016297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016297.pto --stitching --prefix=assemblage_016297 -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/GF016297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016297.jpg" - -# capture n°016298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016298.pto --stitching --prefix=assemblage_016298 -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/GF016298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016298.jpg" - -# capture n°016299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016299.pto --stitching --prefix=assemblage_016299 -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/GF016299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016299.jpg" - -# capture n°016300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016300.pto --stitching --prefix=assemblage_016300 -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/GF016300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016300.jpg" - -# capture n°016301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016301.pto --stitching --prefix=assemblage_016301 -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/GF016301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016301.jpg" - -# capture n°016302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016302.pto --stitching --prefix=assemblage_016302 -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/GF016302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016302.jpg" - -# capture n°016303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016303.pto --stitching --prefix=assemblage_016303 -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/GF016303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016303.jpg" - -# capture n°016304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016304.pto --stitching --prefix=assemblage_016304 -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/GF016304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016304.jpg" - -# capture n°016305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016305.pto --stitching --prefix=assemblage_016305 -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/GF016305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016305.jpg" - -# capture n°016306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016306.pto --stitching --prefix=assemblage_016306 -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/GF016306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016306.jpg" - -# capture n°016307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016307.pto --stitching --prefix=assemblage_016307 -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/GF016307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016307.jpg" - -# capture n°016308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016308.pto --stitching --prefix=assemblage_016308 -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/GF016308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016308.jpg" - -# capture n°016309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016309.pto --stitching --prefix=assemblage_016309 -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/GF016309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016309.jpg" - -# capture n°016310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016310.pto --stitching --prefix=assemblage_016310 -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/GF016310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016310.jpg" - -# capture n°016311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016311.pto --stitching --prefix=assemblage_016311 -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/GF016311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016311.jpg" - -# capture n°016312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016312.pto --stitching --prefix=assemblage_016312 -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/GF016312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016312.jpg" - -# capture n°016313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016313.pto --stitching --prefix=assemblage_016313 -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/GF016313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016313.jpg" - -# capture n°016314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016314.pto --stitching --prefix=assemblage_016314 -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/GF016314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016314.jpg" - -# capture n°016315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016315.pto --stitching --prefix=assemblage_016315 -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/GF016315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016315.jpg" - -# capture n°016316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016316.pto --stitching --prefix=assemblage_016316 -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/GF016316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016316.jpg" - -# capture n°016317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016317.pto --stitching --prefix=assemblage_016317 -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/GF016317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016317.jpg" - -# capture n°016318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016318.pto --stitching --prefix=assemblage_016318 -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/GF016318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016318.jpg" - -# capture n°016319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016319.pto --stitching --prefix=assemblage_016319 -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/GF016319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016319.jpg" - -# capture n°016320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016320.pto --stitching --prefix=assemblage_016320 -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/GF016320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016320.jpg" - -# capture n°016321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016321.pto --stitching --prefix=assemblage_016321 -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/GF016321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016321.jpg" - -# capture n°016322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016322.pto --stitching --prefix=assemblage_016322 -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/GF016322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016322.jpg" - -# capture n°016323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016323.pto --stitching --prefix=assemblage_016323 -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/GF016323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016323.jpg" - -# capture n°016324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016324.pto --stitching --prefix=assemblage_016324 -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/GF016324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016324.jpg" - -# capture n°016325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016325.pto --stitching --prefix=assemblage_016325 -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/GF016325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016325.jpg" - -# capture n°016326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016326.pto --stitching --prefix=assemblage_016326 -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/GF016326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016326.jpg" - -# capture n°016327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016327.pto --stitching --prefix=assemblage_016327 -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/GF016327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016327.jpg" - -# capture n°016328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016328.pto --stitching --prefix=assemblage_016328 -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/GF016328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016328.jpg" - -# capture n°016329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016329.pto --stitching --prefix=assemblage_016329 -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/GF016329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016329.jpg" - -# capture n°016330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016330.pto --stitching --prefix=assemblage_016330 -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/GF016330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016330.jpg" - -# capture n°016331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016331.pto --stitching --prefix=assemblage_016331 -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/GF016331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016331.jpg" - -# capture n°016332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016332.pto --stitching --prefix=assemblage_016332 -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/GF016332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016332.jpg" - -# capture n°016333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016333.pto --stitching --prefix=assemblage_016333 -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/GF016333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016333.jpg" - -# capture n°016334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016334.pto --stitching --prefix=assemblage_016334 -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/GF016334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016334.jpg" - -# capture n°016335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016335.pto --stitching --prefix=assemblage_016335 -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/GF016335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016335.jpg" - -# capture n°016336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016336.pto --stitching --prefix=assemblage_016336 -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/GF016336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016336.jpg" - -# capture n°016337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016337.pto --stitching --prefix=assemblage_016337 -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/GF016337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016337.jpg" - -# capture n°016338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016338.pto --stitching --prefix=assemblage_016338 -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/GF016338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016338.jpg" - -# capture n°016339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016339.pto --stitching --prefix=assemblage_016339 -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/GF016339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016339.jpg" - -# capture n°016340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016340.pto --stitching --prefix=assemblage_016340 -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/GF016340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016340.jpg" - -# capture n°016341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016341.pto --stitching --prefix=assemblage_016341 -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/GF016341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016341.jpg" - -# capture n°016342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016342.pto --stitching --prefix=assemblage_016342 -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/GF016342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016342.jpg" - -# capture n°016343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016343.pto --stitching --prefix=assemblage_016343 -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/GF016343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016343.jpg" - -# capture n°016344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016344.pto --stitching --prefix=assemblage_016344 -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/GF016344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016344.jpg" - -# capture n°016345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016345.pto --stitching --prefix=assemblage_016345 -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/GF016345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016345.jpg" - -# capture n°016346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016346.pto --stitching --prefix=assemblage_016346 -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/GF016346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016346.jpg" - -# capture n°016347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016347.pto --stitching --prefix=assemblage_016347 -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/GF016347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016347.jpg" - -# capture n°016348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016348.pto --stitching --prefix=assemblage_016348 -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/GF016348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016348.jpg" - -# capture n°016349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016349.pto --stitching --prefix=assemblage_016349 -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/GF016349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016349.jpg" - -# capture n°016350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016350.pto --stitching --prefix=assemblage_016350 -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/GF016350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016350.jpg" - -# capture n°016351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016351.pto --stitching --prefix=assemblage_016351 -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/GF016351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016351.jpg" - -# capture n°016352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016352.pto --stitching --prefix=assemblage_016352 -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/GF016352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016352.jpg" - -# capture n°016353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016353.pto --stitching --prefix=assemblage_016353 -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/GF016353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016353.jpg" - -# capture n°016354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016354.pto --stitching --prefix=assemblage_016354 -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/GF016354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016354.jpg" - -# capture n°016355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016355.pto --stitching --prefix=assemblage_016355 -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/GF016355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016355.jpg" - -# capture n°016356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016356.pto --stitching --prefix=assemblage_016356 -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/GF016356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016356.jpg" - -# capture n°016357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016357.pto --stitching --prefix=assemblage_016357 -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/GF016357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016357.jpg" - -# capture n°016358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016358.pto --stitching --prefix=assemblage_016358 -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/GF016358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016358.jpg" - -# capture n°016359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016359.pto --stitching --prefix=assemblage_016359 -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/GF016359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016359.jpg" - -# capture n°016360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016360.pto --stitching --prefix=assemblage_016360 -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/GF016360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016360.jpg" - -# capture n°016361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016361.pto --stitching --prefix=assemblage_016361 -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/GF016361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016361.jpg" - -# capture n°016362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016362.pto --stitching --prefix=assemblage_016362 -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/GF016362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016362.jpg" - -# capture n°016363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016363.pto --stitching --prefix=assemblage_016363 -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/GF016363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016363.jpg" - -# capture n°016364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016364.pto --stitching --prefix=assemblage_016364 -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/GF016364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016364.jpg" - -# capture n°016365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016365.pto --stitching --prefix=assemblage_016365 -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/GF016365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016365.jpg" - -# capture n°016366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016366.pto --stitching --prefix=assemblage_016366 -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/GF016366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016366.jpg" - -# capture n°016367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016367.pto --stitching --prefix=assemblage_016367 -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/GF016367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016367.jpg" - -# capture n°016368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016368.pto --stitching --prefix=assemblage_016368 -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/GF016368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016368.jpg" - -# capture n°016369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016369.pto --stitching --prefix=assemblage_016369 -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/GF016369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016369.jpg" - -# capture n°016370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016370.pto --stitching --prefix=assemblage_016370 -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/GF016370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016370.jpg" - -# capture n°016371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016371.pto --stitching --prefix=assemblage_016371 -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/GF016371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016371.jpg" - -# capture n°016372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016372.pto --stitching --prefix=assemblage_016372 -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/GF016372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016372.jpg" - -# capture n°016373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016373.pto --stitching --prefix=assemblage_016373 -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/GF016373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016373.jpg" - -# capture n°016374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016374.pto --stitching --prefix=assemblage_016374 -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/GF016374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016374.jpg" - -# capture n°016375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016375.pto --stitching --prefix=assemblage_016375 -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/GF016375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016375.jpg" - -# capture n°016376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016376.pto --stitching --prefix=assemblage_016376 -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/GF016376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016376.jpg" - -# capture n°016377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016377.pto --stitching --prefix=assemblage_016377 -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/GF016377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016377.jpg" - -# capture n°016378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016378.pto --stitching --prefix=assemblage_016378 -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/GF016378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016378.jpg" - -# capture n°016379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016379.pto --stitching --prefix=assemblage_016379 -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/GF016379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016379.jpg" - -# capture n°016380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016380.pto --stitching --prefix=assemblage_016380 -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/GF016380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016380.jpg" - -# capture n°016381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016381.pto --stitching --prefix=assemblage_016381 -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/GF016381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016381.jpg" - -# capture n°016382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016382.pto --stitching --prefix=assemblage_016382 -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/GF016382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016382.jpg" - -# capture n°016383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016383.pto --stitching --prefix=assemblage_016383 -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/GF016383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016383.jpg" - -# capture n°016384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016384.pto --stitching --prefix=assemblage_016384 -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/GF016384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016384.jpg" - -# capture n°016385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016385.pto --stitching --prefix=assemblage_016385 -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/GF016385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016385.jpg" - -# capture n°016386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016386.pto --stitching --prefix=assemblage_016386 -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/GF016386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016386.jpg" - -# capture n°016387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016387.pto --stitching --prefix=assemblage_016387 -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/GF016387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016387.jpg" - -# capture n°016388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016388.pto --stitching --prefix=assemblage_016388 -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/GF016388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016388.jpg" - -# capture n°016389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016389.pto --stitching --prefix=assemblage_016389 -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/GF016389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016389.jpg" - -# capture n°016390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016390.pto --stitching --prefix=assemblage_016390 -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/GF016390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016390.jpg" - -# capture n°016391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016391.pto --stitching --prefix=assemblage_016391 -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/GF016391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016391.jpg" - -# capture n°016392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016392.pto --stitching --prefix=assemblage_016392 -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/GF016392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016392.jpg" - -# capture n°016393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016393.pto --stitching --prefix=assemblage_016393 -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/GF016393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016393.jpg" - -# capture n°016394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016394.pto --stitching --prefix=assemblage_016394 -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/GF016394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016394.jpg" - -# capture n°016395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016395.pto --stitching --prefix=assemblage_016395 -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/GF016395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016395.jpg" - -# capture n°016396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016396.pto --stitching --prefix=assemblage_016396 -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/GF016396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016396.jpg" - -# capture n°016397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016397.pto --stitching --prefix=assemblage_016397 -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/GF016397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016397.jpg" - -# capture n°016398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016398.pto --stitching --prefix=assemblage_016398 -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/GF016398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016398.jpg" - -# capture n°016399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016399.pto --stitching --prefix=assemblage_016399 -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/GF016399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016399.jpg" - -# capture n°016400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016400.pto --stitching --prefix=assemblage_016400 -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/GF016400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016400.jpg" - -# capture n°016401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016401.pto --stitching --prefix=assemblage_016401 -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/GF016401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016401.jpg" - -# capture n°016402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016402.pto --stitching --prefix=assemblage_016402 -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/GF016402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016402.jpg" - -# capture n°016403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016403.pto --stitching --prefix=assemblage_016403 -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/GF016403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016403.jpg" - -# capture n°016404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016404.pto --stitching --prefix=assemblage_016404 -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/GF016404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016404.jpg" - -# capture n°016405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016405.pto --stitching --prefix=assemblage_016405 -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/GF016405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016405.jpg" - -# capture n°016406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016406.pto --stitching --prefix=assemblage_016406 -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/GF016406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016406.jpg" - -# capture n°016407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016407.pto --stitching --prefix=assemblage_016407 -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/GF016407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016407.jpg" - -# capture n°016408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016408.pto --stitching --prefix=assemblage_016408 -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/GF016408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016408.jpg" - -# capture n°016409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016409.pto --stitching --prefix=assemblage_016409 -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/GF016409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016409.jpg" - -# capture n°016410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016410.pto --stitching --prefix=assemblage_016410 -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/GF016410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016410.jpg" - -# capture n°016411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016411.pto --stitching --prefix=assemblage_016411 -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/GF016411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016411.jpg" - -# capture n°016412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016412.pto --stitching --prefix=assemblage_016412 -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/GF016412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016412.jpg" - -# capture n°016413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016413.pto --stitching --prefix=assemblage_016413 -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/GF016413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016413.jpg" - -# capture n°016414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016414.pto --stitching --prefix=assemblage_016414 -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/GF016414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016414.jpg" - -# capture n°016415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016415.pto --stitching --prefix=assemblage_016415 -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/GF016415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016415.jpg" - -# capture n°016416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016416.pto --stitching --prefix=assemblage_016416 -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/GF016416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016416.jpg" - -# capture n°016417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016417.pto --stitching --prefix=assemblage_016417 -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/GF016417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016417.jpg" - -# capture n°016418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016418.pto --stitching --prefix=assemblage_016418 -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/GF016418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016418.jpg" - -# capture n°016419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016419.pto --stitching --prefix=assemblage_016419 -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/GF016419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016419.jpg" - -# capture n°016420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016420.pto --stitching --prefix=assemblage_016420 -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/GF016420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016420.jpg" - -# capture n°016421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016421.pto --stitching --prefix=assemblage_016421 -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/GF016421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016421.jpg" - -# capture n°016422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016422.pto --stitching --prefix=assemblage_016422 -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/GF016422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016422.jpg" - -# capture n°016423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016423.pto --stitching --prefix=assemblage_016423 -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/GF016423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016423.jpg" - -# capture n°016424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016424.pto --stitching --prefix=assemblage_016424 -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/GF016424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016424.jpg" - -# capture n°016425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016425.pto --stitching --prefix=assemblage_016425 -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/GF016425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016425.jpg" - -# capture n°016426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016426.pto --stitching --prefix=assemblage_016426 -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/GF016426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016426.jpg" - -# capture n°016427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016427.pto --stitching --prefix=assemblage_016427 -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/GF016427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016427.jpg" - -# capture n°016428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016428.pto --stitching --prefix=assemblage_016428 -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/GF016428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016428.jpg" - -# capture n°016429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016429.pto --stitching --prefix=assemblage_016429 -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/GF016429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016429.jpg" - -# capture n°016430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016430.pto --stitching --prefix=assemblage_016430 -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/GF016430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016430.jpg" - -# capture n°016431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016431.pto --stitching --prefix=assemblage_016431 -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/GF016431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016431.jpg" - -# capture n°016432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016432.pto --stitching --prefix=assemblage_016432 -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/GF016432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016432.jpg" - -# capture n°016433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016433.pto --stitching --prefix=assemblage_016433 -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/GF016433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016433.jpg" - -# capture n°016434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016434.pto --stitching --prefix=assemblage_016434 -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/GF016434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016434.jpg" - -# capture n°016435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016435.pto --stitching --prefix=assemblage_016435 -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/GF016435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016435.jpg" - -# capture n°016436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016436.pto --stitching --prefix=assemblage_016436 -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/GF016436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016436.jpg" - -# capture n°016437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016437.pto --stitching --prefix=assemblage_016437 -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/GF016437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016437.jpg" - -# capture n°016438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016438.pto --stitching --prefix=assemblage_016438 -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/GF016438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016438.jpg" - -# capture n°016439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016439.pto --stitching --prefix=assemblage_016439 -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/GF016439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016439.jpg" - -# capture n°016440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016440.pto --stitching --prefix=assemblage_016440 -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/GF016440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016440.jpg" - -# capture n°016441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016441.pto --stitching --prefix=assemblage_016441 -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/GF016441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016441.jpg" - -# capture n°016442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016442.pto --stitching --prefix=assemblage_016442 -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/GF016442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016442.jpg" - -# capture n°016443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016443.pto --stitching --prefix=assemblage_016443 -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/GF016443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016443.jpg" - -# capture n°016444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016444.pto --stitching --prefix=assemblage_016444 -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/GF016444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016444.jpg" - -# capture n°016445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016445.pto --stitching --prefix=assemblage_016445 -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/GF016445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016445.jpg" - -# capture n°016446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016446.pto --stitching --prefix=assemblage_016446 -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/GF016446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016446.jpg" - -# capture n°016447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016447.pto --stitching --prefix=assemblage_016447 -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/GF016447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016447.jpg" - -# capture n°016448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016448.pto --stitching --prefix=assemblage_016448 -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/GF016448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016448.jpg" - -# capture n°016449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016449.pto --stitching --prefix=assemblage_016449 -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/GF016449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016449.jpg" - -# capture n°016450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016450.pto --stitching --prefix=assemblage_016450 -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/GF016450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016450.jpg" - -# capture n°016451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016451.pto --stitching --prefix=assemblage_016451 -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/GF016451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016451.jpg" - -# capture n°016452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016452.pto --stitching --prefix=assemblage_016452 -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/GF016452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016452.jpg" - -# capture n°016453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016453.pto --stitching --prefix=assemblage_016453 -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/GF016453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016453.jpg" - -# capture n°016454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016454.pto --stitching --prefix=assemblage_016454 -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/GF016454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016454.jpg" - -# capture n°016455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016455.pto --stitching --prefix=assemblage_016455 -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/GF016455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016455.jpg" - -# capture n°016456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016456.pto --stitching --prefix=assemblage_016456 -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/GF016456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016456.jpg" - -# capture n°016457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016457.pto --stitching --prefix=assemblage_016457 -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/GF016457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016457.jpg" - -# capture n°016458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016458.pto --stitching --prefix=assemblage_016458 -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/GF016458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016458.jpg" - -# capture n°016459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016459.pto --stitching --prefix=assemblage_016459 -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/GF016459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016459.jpg" - -# capture n°016460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016460.pto --stitching --prefix=assemblage_016460 -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/GF016460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016460.jpg" - -# capture n°016461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016461.pto --stitching --prefix=assemblage_016461 -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/GF016461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016461.jpg" - -# capture n°016462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016462.pto --stitching --prefix=assemblage_016462 -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/GF016462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016462.jpg" - -# capture n°016463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016463.pto --stitching --prefix=assemblage_016463 -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/GF016463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016463.jpg" - -# capture n°016464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016464.pto --stitching --prefix=assemblage_016464 -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/GF016464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016464.jpg" - -# capture n°016465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016465.pto --stitching --prefix=assemblage_016465 -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/GF016465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016465.jpg" - -# capture n°016466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016466.pto --stitching --prefix=assemblage_016466 -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/GF016466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016466.jpg" - -# capture n°016467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016467.pto --stitching --prefix=assemblage_016467 -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/GF016467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016467.jpg" - -# capture n°016468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016468.pto --stitching --prefix=assemblage_016468 -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/GF016468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016468.jpg" - -# capture n°016469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016469.pto --stitching --prefix=assemblage_016469 -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/GF016469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016469.jpg" - -# capture n°016470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016470.pto --stitching --prefix=assemblage_016470 -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/GF016470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016470.jpg" - -# capture n°016471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016471.pto --stitching --prefix=assemblage_016471 -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/GF016471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016471.jpg" - -# capture n°016472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016472.pto --stitching --prefix=assemblage_016472 -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/GF016472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016472.jpg" - -# capture n°016473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016473.pto --stitching --prefix=assemblage_016473 -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/GF016473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016473.jpg" - -# capture n°016474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016474.pto --stitching --prefix=assemblage_016474 -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/GF016474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016474.jpg" - -# capture n°016475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016475.pto --stitching --prefix=assemblage_016475 -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/GF016475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016475.jpg" - -# capture n°016476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016476.pto --stitching --prefix=assemblage_016476 -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/GF016476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016476.jpg" - -# capture n°016477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016477.pto --stitching --prefix=assemblage_016477 -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/GF016477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016477.jpg" - -# capture n°016478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016478.pto --stitching --prefix=assemblage_016478 -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/GF016478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016478.jpg" - -# capture n°016479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016479.pto --stitching --prefix=assemblage_016479 -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/GF016479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016479.jpg" - -# capture n°016480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016480.pto --stitching --prefix=assemblage_016480 -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/GF016480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016480.jpg" - -# capture n°016481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016481.pto --stitching --prefix=assemblage_016481 -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/GF016481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016481.jpg" - -# capture n°016482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016482.pto --stitching --prefix=assemblage_016482 -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/GF016482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016482.jpg" - -# capture n°016483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016483.pto --stitching --prefix=assemblage_016483 -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/GF016483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016483.jpg" - -# capture n°016484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016484.pto --stitching --prefix=assemblage_016484 -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/GF016484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016484.jpg" - -# capture n°016485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016485.pto --stitching --prefix=assemblage_016485 -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/GF016485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016485.jpg" - -# capture n°016486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016486.pto --stitching --prefix=assemblage_016486 -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/GF016486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016486.jpg" - -# capture n°016487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016487.pto --stitching --prefix=assemblage_016487 -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/GF016487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016487.jpg" - -# capture n°016488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016488.pto --stitching --prefix=assemblage_016488 -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/GF016488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016488.jpg" - -# capture n°016489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016489.pto --stitching --prefix=assemblage_016489 -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/GF016489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016489.jpg" - -# capture n°016490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016490.pto --stitching --prefix=assemblage_016490 -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/GF016490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016490.jpg" - -# capture n°016491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016491.pto --stitching --prefix=assemblage_016491 -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/GF016491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016491.jpg" - -# capture n°016492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016492.pto --stitching --prefix=assemblage_016492 -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/GF016492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016492.jpg" - -# capture n°016493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016493.pto --stitching --prefix=assemblage_016493 -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/GF016493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016493.jpg" - -# capture n°016494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016494.pto --stitching --prefix=assemblage_016494 -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/GF016494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016494.jpg" - -# capture n°016495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016495.pto --stitching --prefix=assemblage_016495 -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/GF016495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016495.jpg" - -# capture n°016496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016496.pto --stitching --prefix=assemblage_016496 -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/GF016496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016496.jpg" - -# capture n°016497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016497.pto --stitching --prefix=assemblage_016497 -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/GF016497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016497.jpg" - -# capture n°016498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016498.pto --stitching --prefix=assemblage_016498 -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/GF016498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016498.jpg" - -# capture n°016499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016499.pto --stitching --prefix=assemblage_016499 -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/GF016499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016499.jpg" - -# capture n°016500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016500.pto --stitching --prefix=assemblage_016500 -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/GF016500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016500.jpg" - -# capture n°016501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016501.pto --stitching --prefix=assemblage_016501 -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/GF016501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016501.jpg" - -# capture n°016502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016502.pto --stitching --prefix=assemblage_016502 -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/GF016502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016502.jpg" - -# capture n°016503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016503.pto --stitching --prefix=assemblage_016503 -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/GF016503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016503.jpg" - -# capture n°016504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016504.pto --stitching --prefix=assemblage_016504 -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/GF016504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016504.jpg" - -# capture n°016505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016505.pto --stitching --prefix=assemblage_016505 -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/GF016505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016505.jpg" - -# capture n°016506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016506.pto --stitching --prefix=assemblage_016506 -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/GF016506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016506.jpg" - -# capture n°016507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016507.pto --stitching --prefix=assemblage_016507 -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/GF016507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016507.jpg" - -# capture n°016508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016508.pto --stitching --prefix=assemblage_016508 -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/GF016508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016508.jpg" - -# capture n°016509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016509.pto --stitching --prefix=assemblage_016509 -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/GF016509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016509.jpg" - -# capture n°016510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016510.pto --stitching --prefix=assemblage_016510 -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/GF016510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016510.jpg" - -# capture n°016511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016511.pto --stitching --prefix=assemblage_016511 -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/GF016511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016511.jpg" - -# capture n°016512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016512.pto --stitching --prefix=assemblage_016512 -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/GF016512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016512.jpg" - -# capture n°016513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016513.pto --stitching --prefix=assemblage_016513 -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/GF016513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016513.jpg" - -# capture n°016514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016514.pto --stitching --prefix=assemblage_016514 -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/GF016514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016514.jpg" - -# capture n°016515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016515.pto --stitching --prefix=assemblage_016515 -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/GF016515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016515.jpg" - -# capture n°016516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016516.pto --stitching --prefix=assemblage_016516 -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/GF016516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016516.jpg" - -# capture n°016517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016517.pto --stitching --prefix=assemblage_016517 -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/GF016517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016517.jpg" - -# capture n°016518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016518.pto --stitching --prefix=assemblage_016518 -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/GF016518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016518.jpg" - -# capture n°016519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016519.pto --stitching --prefix=assemblage_016519 -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/GF016519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016519.jpg" - -# capture n°016520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016520.pto --stitching --prefix=assemblage_016520 -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/GF016520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016520.jpg" - -# capture n°016521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016521.pto --stitching --prefix=assemblage_016521 -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/GF016521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016521.jpg" - -# capture n°016522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016522.pto --stitching --prefix=assemblage_016522 -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/GF016522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016522.jpg" - -# capture n°016523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016523.pto --stitching --prefix=assemblage_016523 -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/GF016523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016523.jpg" - -# capture n°016524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016524.pto --stitching --prefix=assemblage_016524 -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/GF016524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016524.jpg" - -# capture n°016525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016525.pto --stitching --prefix=assemblage_016525 -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/GF016525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016525.jpg" - -# capture n°016526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016526.pto --stitching --prefix=assemblage_016526 -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/GF016526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016526.jpg" - -# capture n°016527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016527.pto --stitching --prefix=assemblage_016527 -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/GF016527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016527.jpg" - -# capture n°016528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016528.pto --stitching --prefix=assemblage_016528 -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/GF016528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016528.jpg" - -# capture n°016529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016529.pto --stitching --prefix=assemblage_016529 -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/GF016529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016529.jpg" - -# capture n°016530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016530.pto --stitching --prefix=assemblage_016530 -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/GF016530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016530.jpg" - -# capture n°016531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016531.pto --stitching --prefix=assemblage_016531 -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/GF016531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016531.jpg" - -# capture n°016532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016532.pto --stitching --prefix=assemblage_016532 -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/GF016532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016532.jpg" - -# capture n°016533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016533.pto --stitching --prefix=assemblage_016533 -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/GF016533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016533.jpg" - -# capture n°016534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016534.pto --stitching --prefix=assemblage_016534 -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/GF016534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016534.jpg" - -# capture n°016535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016535.pto --stitching --prefix=assemblage_016535 -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/GF016535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016535.jpg" - -# capture n°016536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016536.pto --stitching --prefix=assemblage_016536 -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/GF016536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016536.jpg" - -# capture n°016537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016537.pto --stitching --prefix=assemblage_016537 -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/GF016537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016537.jpg" - -# capture n°016538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016538.pto --stitching --prefix=assemblage_016538 -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/GF016538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016538.jpg" - -# capture n°016539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016539.pto --stitching --prefix=assemblage_016539 -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/GF016539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016539.jpg" - -# capture n°016540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016540.pto --stitching --prefix=assemblage_016540 -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/GF016540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016540.jpg" - -# capture n°016541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016541.pto --stitching --prefix=assemblage_016541 -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/GF016541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016541.jpg" - -# capture n°016542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016542.pto --stitching --prefix=assemblage_016542 -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/GF016542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016542.jpg" - -# capture n°016543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016543.pto --stitching --prefix=assemblage_016543 -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/GF016543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016543.jpg" - -# capture n°016544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016544.pto --stitching --prefix=assemblage_016544 -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/GF016544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016544.jpg" - -# capture n°016545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016545.pto --stitching --prefix=assemblage_016545 -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/GF016545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016545.jpg" - -# capture n°016546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016546.pto --stitching --prefix=assemblage_016546 -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/GF016546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016546.jpg" - -# capture n°016547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016547.pto --stitching --prefix=assemblage_016547 -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/GF016547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016547.jpg" - -# capture n°016548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016548.pto --stitching --prefix=assemblage_016548 -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/GF016548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016548.jpg" - -# capture n°016549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016549.pto --stitching --prefix=assemblage_016549 -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/GF016549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016549.jpg" - -# capture n°016550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016550.pto --stitching --prefix=assemblage_016550 -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/GF016550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016550.jpg" - -# capture n°016551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016551.pto --stitching --prefix=assemblage_016551 -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/GF016551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016551.jpg" - -# capture n°016552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016552.pto --stitching --prefix=assemblage_016552 -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/GF016552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016552.jpg" - -# capture n°016553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016553.pto --stitching --prefix=assemblage_016553 -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/GF016553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016553.jpg" - -# capture n°016554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016554.pto --stitching --prefix=assemblage_016554 -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/GF016554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016554.jpg" - -# capture n°016555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016555.pto --stitching --prefix=assemblage_016555 -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/GF016555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016555.jpg" - -# capture n°016556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016556.pto --stitching --prefix=assemblage_016556 -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/GF016556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016556.jpg" - -# capture n°016557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016557.pto --stitching --prefix=assemblage_016557 -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/GF016557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016557.jpg" - -# capture n°016558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016558.pto --stitching --prefix=assemblage_016558 -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/GF016558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016558.jpg" - -# capture n°016559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016559.pto --stitching --prefix=assemblage_016559 -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/GF016559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016559.jpg" - -# capture n°016560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016560.pto --stitching --prefix=assemblage_016560 -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/GF016560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016560.jpg" - -# capture n°016561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016561.pto --stitching --prefix=assemblage_016561 -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/GF016561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016561.jpg" - -# capture n°016562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016562.pto --stitching --prefix=assemblage_016562 -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/GF016562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016562.jpg" - -# capture n°016563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016563.pto --stitching --prefix=assemblage_016563 -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/GF016563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016563.jpg" - -# capture n°016564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016564.pto --stitching --prefix=assemblage_016564 -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/GF016564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016564.jpg" - -# capture n°016565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016565.pto --stitching --prefix=assemblage_016565 -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/GF016565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016565.jpg" - -# capture n°016566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016566.pto --stitching --prefix=assemblage_016566 -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/GF016566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016566.jpg" - -# capture n°016567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016567.pto --stitching --prefix=assemblage_016567 -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/GF016567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016567.jpg" - -# capture n°016568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016568.pto --stitching --prefix=assemblage_016568 -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/GF016568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016568.jpg" - -# capture n°016569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016569.pto --stitching --prefix=assemblage_016569 -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/GF016569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016569.jpg" - -# capture n°016570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016570.pto --stitching --prefix=assemblage_016570 -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/GF016570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016570.jpg" - -# capture n°016571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016571.pto --stitching --prefix=assemblage_016571 -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/GF016571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016571.jpg" - -# capture n°016572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016572.pto --stitching --prefix=assemblage_016572 -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/GF016572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016572.jpg" - -# capture n°016573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016573.pto --stitching --prefix=assemblage_016573 -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/GF016573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016573.jpg" - -# capture n°016574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016574.pto --stitching --prefix=assemblage_016574 -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/GF016574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016574.jpg" - -# capture n°016575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016575.pto --stitching --prefix=assemblage_016575 -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/GF016575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016575.jpg" - -# capture n°016576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016576.pto --stitching --prefix=assemblage_016576 -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/GF016576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016576.jpg" - -# capture n°016577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016577.pto --stitching --prefix=assemblage_016577 -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/GF016577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016577.jpg" - -# capture n°016578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016578.pto --stitching --prefix=assemblage_016578 -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/GF016578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016578.jpg" - -# capture n°016579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016579.pto --stitching --prefix=assemblage_016579 -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/GF016579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016579.jpg" - -# capture n°016580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016580.pto --stitching --prefix=assemblage_016580 -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/GF016580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016580.jpg" - -# capture n°016581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016581.pto --stitching --prefix=assemblage_016581 -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/GF016581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016581.jpg" - -# capture n°016582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016582.pto --stitching --prefix=assemblage_016582 -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/GF016582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016582.jpg" - -# capture n°016583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016583.pto --stitching --prefix=assemblage_016583 -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/GF016583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016583.jpg" - -# capture n°016584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016584.pto --stitching --prefix=assemblage_016584 -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/GF016584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016584.jpg" - -# capture n°016585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016585.pto --stitching --prefix=assemblage_016585 -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/GF016585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016585.jpg" - -# capture n°016586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016586.pto --stitching --prefix=assemblage_016586 -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/GF016586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016586.jpg" - -# capture n°016587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016587.pto --stitching --prefix=assemblage_016587 -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/GF016587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016587.jpg" - -# capture n°016588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016588.pto --stitching --prefix=assemblage_016588 -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/GF016588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016588.jpg" - -# capture n°016589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016589.pto --stitching --prefix=assemblage_016589 -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/GF016589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016589.jpg" - -# capture n°016590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016590.pto --stitching --prefix=assemblage_016590 -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/GF016590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016590.jpg" - -# capture n°016591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016591.pto --stitching --prefix=assemblage_016591 -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/GF016591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016591.jpg" - -# capture n°016592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016592.pto --stitching --prefix=assemblage_016592 -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/GF016592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016592.jpg" - -# capture n°016593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016593.pto --stitching --prefix=assemblage_016593 -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/GF016593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016593.jpg" - -# capture n°016594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016594.pto --stitching --prefix=assemblage_016594 -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/GF016594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016594.jpg" - -# capture n°016595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016595.pto --stitching --prefix=assemblage_016595 -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/GF016595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016595.jpg" - -# capture n°016596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016596.pto --stitching --prefix=assemblage_016596 -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/GF016596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016596.jpg" - -# capture n°016597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016597.pto --stitching --prefix=assemblage_016597 -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/GF016597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016597.jpg" - -# capture n°016598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016598.pto --stitching --prefix=assemblage_016598 -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/GF016598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016598.jpg" - -# capture n°016599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016599.pto --stitching --prefix=assemblage_016599 -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/GF016599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016599.jpg" - -# capture n°016600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016600.pto --stitching --prefix=assemblage_016600 -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/GF016600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016600.jpg" - -# capture n°016601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016601.pto --stitching --prefix=assemblage_016601 -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/GF016601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016601.jpg" - -# capture n°016602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016602.pto --stitching --prefix=assemblage_016602 -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/GF016602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016602.jpg" - -# capture n°016603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016603.pto --stitching --prefix=assemblage_016603 -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/GF016603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016603.jpg" - -# capture n°016604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016604.pto --stitching --prefix=assemblage_016604 -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/GF016604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016604.jpg" - -# capture n°016605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016605.pto --stitching --prefix=assemblage_016605 -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/GF016605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016605.jpg" - -# capture n°016606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016606.pto --stitching --prefix=assemblage_016606 -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/GF016606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016606.jpg" - -# capture n°016607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016607.pto --stitching --prefix=assemblage_016607 -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/GF016607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016607.jpg" - -# capture n°016608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016608.pto --stitching --prefix=assemblage_016608 -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/GF016608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016608.jpg" - -# capture n°016609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016609.pto --stitching --prefix=assemblage_016609 -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/GF016609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016609.jpg" - -# capture n°016610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016610.pto --stitching --prefix=assemblage_016610 -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/GF016610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016610.jpg" - -# capture n°016611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016611.pto --stitching --prefix=assemblage_016611 -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/GF016611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016611.jpg" - -# capture n°016612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016612.pto --stitching --prefix=assemblage_016612 -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/GF016612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016612.jpg" - -# capture n°016613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016613.pto --stitching --prefix=assemblage_016613 -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/GF016613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016613.jpg" - -# capture n°016614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016614.pto --stitching --prefix=assemblage_016614 -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/GF016614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016614.jpg" - -# capture n°016615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016615.pto --stitching --prefix=assemblage_016615 -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/GF016615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016615.jpg" - -# capture n°016616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016616.pto --stitching --prefix=assemblage_016616 -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/GF016616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016616.jpg" - -# capture n°016617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016617.pto --stitching --prefix=assemblage_016617 -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/GF016617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016617.jpg" - -# capture n°016618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016618.pto --stitching --prefix=assemblage_016618 -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/GF016618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016618.jpg" - -# capture n°016619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016619.pto --stitching --prefix=assemblage_016619 -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/GF016619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016619.jpg" - -# capture n°016620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016620.pto --stitching --prefix=assemblage_016620 -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/GF016620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016620.jpg" - -# capture n°016621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016621.pto --stitching --prefix=assemblage_016621 -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/GF016621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016621.jpg" - -# capture n°016622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016622.pto --stitching --prefix=assemblage_016622 -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/GF016622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016622.jpg" - -# capture n°016623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016623.pto --stitching --prefix=assemblage_016623 -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/GF016623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016623.jpg" - -# capture n°016624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016624.pto --stitching --prefix=assemblage_016624 -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/GF016624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016624.jpg" - -# capture n°016625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016625.pto --stitching --prefix=assemblage_016625 -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/GF016625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016625.jpg" - -# capture n°016626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016626.pto --stitching --prefix=assemblage_016626 -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/GF016626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016626.jpg" - -# capture n°016627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016627.pto --stitching --prefix=assemblage_016627 -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/GF016627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016627.jpg" - -# capture n°016628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016628.pto --stitching --prefix=assemblage_016628 -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/GF016628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016628.jpg" - -# capture n°016629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016629.pto --stitching --prefix=assemblage_016629 -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/GF016629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016629.jpg" - -# capture n°016630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016630.pto --stitching --prefix=assemblage_016630 -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/GF016630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016630.jpg" - -# capture n°016631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016631.pto --stitching --prefix=assemblage_016631 -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/GF016631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016631.jpg" - -# capture n°016632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016632.pto --stitching --prefix=assemblage_016632 -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/GF016632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016632.jpg" - -# capture n°016633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016633.pto --stitching --prefix=assemblage_016633 -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/GF016633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016633.jpg" - -# capture n°016634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016634.pto --stitching --prefix=assemblage_016634 -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/GF016634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016634.jpg" - -# capture n°016635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016635.pto --stitching --prefix=assemblage_016635 -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/GF016635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016635.jpg" - -# capture n°016636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016636.pto --stitching --prefix=assemblage_016636 -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/GF016636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016636.jpg" - -# capture n°016637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016637.pto --stitching --prefix=assemblage_016637 -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/GF016637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016637.jpg" - -# capture n°016638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016638.pto --stitching --prefix=assemblage_016638 -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/GF016638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016638.jpg" - -# capture n°016639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016639.pto --stitching --prefix=assemblage_016639 -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/GF016639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016639.jpg" - -# capture n°016640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016640.pto --stitching --prefix=assemblage_016640 -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/GF016640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016640.jpg" - -# capture n°016641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016641.pto --stitching --prefix=assemblage_016641 -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/GF016641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016641.jpg" - -# capture n°016642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016642.pto --stitching --prefix=assemblage_016642 -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/GF016642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016642.jpg" - -# capture n°016643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016643.pto --stitching --prefix=assemblage_016643 -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/GF016643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016643.jpg" - -# capture n°016644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016644.pto --stitching --prefix=assemblage_016644 -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/GF016644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016644.jpg" - -# capture n°016645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016645.pto --stitching --prefix=assemblage_016645 -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/GF016645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016645.jpg" - -# capture n°016646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016646.pto --stitching --prefix=assemblage_016646 -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/GF016646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016646.jpg" - -# capture n°016647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016647.pto --stitching --prefix=assemblage_016647 -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/GF016647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016647.jpg" - -# capture n°016648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016648.pto --stitching --prefix=assemblage_016648 -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/GF016648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016648.jpg" - -# capture n°016649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016649.pto --stitching --prefix=assemblage_016649 -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/GF016649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016649.jpg" - -# capture n°016650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016650.pto --stitching --prefix=assemblage_016650 -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/GF016650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016650.jpg" - -# capture n°016651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016651.pto --stitching --prefix=assemblage_016651 -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/GF016651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016651.jpg" - -# capture n°016652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016652.pto --stitching --prefix=assemblage_016652 -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/GF016652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016652.jpg" - -# capture n°016653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016653.pto --stitching --prefix=assemblage_016653 -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/GF016653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016653.jpg" - -# capture n°016654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016654.pto --stitching --prefix=assemblage_016654 -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/GF016654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016654.jpg" - -# capture n°016655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016655.pto --stitching --prefix=assemblage_016655 -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/GF016655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016655.jpg" - -# capture n°016656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016656.pto --stitching --prefix=assemblage_016656 -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/GF016656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016656.jpg" - -# capture n°016657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016657.pto --stitching --prefix=assemblage_016657 -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/GF016657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016657.jpg" - -# capture n°016658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016658.pto --stitching --prefix=assemblage_016658 -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/GF016658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016658.jpg" - -# capture n°016659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016659.pto --stitching --prefix=assemblage_016659 -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/GF016659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016659.jpg" - -# capture n°016660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016660.pto --stitching --prefix=assemblage_016660 -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/GF016660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016660.jpg" - -# capture n°016661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016661.pto --stitching --prefix=assemblage_016661 -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/GF016661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016661.jpg" - -# capture n°016662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016662.pto --stitching --prefix=assemblage_016662 -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/GF016662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016662.jpg" - -# capture n°016663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016663.pto --stitching --prefix=assemblage_016663 -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/GF016663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016663.jpg" - -# capture n°016664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016664.pto --stitching --prefix=assemblage_016664 -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/GF016664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016664.jpg" - -# capture n°016665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016665.pto --stitching --prefix=assemblage_016665 -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/GF016665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016665.jpg" - -# capture n°016666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016666.pto --stitching --prefix=assemblage_016666 -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/GF016666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016666.jpg" - -# capture n°016667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016667.pto --stitching --prefix=assemblage_016667 -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/GF016667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016667.jpg" - -# capture n°016668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016668.pto --stitching --prefix=assemblage_016668 -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/GF016668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016668.jpg" - -# capture n°016669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016669.pto --stitching --prefix=assemblage_016669 -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/GF016669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016669.jpg" - -# capture n°016670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016670.pto --stitching --prefix=assemblage_016670 -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/GF016670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016670.jpg" - -# capture n°016671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016671.pto --stitching --prefix=assemblage_016671 -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/GF016671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016671.jpg" - -# capture n°016672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016672.pto --stitching --prefix=assemblage_016672 -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/GF016672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016672.jpg" - -# capture n°016673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016673.pto --stitching --prefix=assemblage_016673 -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/GF016673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016673.jpg" - -# capture n°016674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016674.pto --stitching --prefix=assemblage_016674 -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/GF016674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016674.jpg" - -# capture n°016675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016675.pto --stitching --prefix=assemblage_016675 -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/GF016675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016675.jpg" - -# capture n°016676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016676.pto --stitching --prefix=assemblage_016676 -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/GF016676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016676.jpg" - -# capture n°016677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016677.pto --stitching --prefix=assemblage_016677 -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/GF016677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016677.jpg" - -# capture n°016678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016678.pto --stitching --prefix=assemblage_016678 -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/GF016678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016678.jpg" - -# capture n°016679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016679.pto --stitching --prefix=assemblage_016679 -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/GF016679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016679.jpg" - -# capture n°016680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016680.pto --stitching --prefix=assemblage_016680 -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/GF016680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016680.jpg" - -# capture n°016681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016681.pto --stitching --prefix=assemblage_016681 -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/GF016681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016681.jpg" - -# capture n°016682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016682.pto --stitching --prefix=assemblage_016682 -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/GF016682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016682.jpg" - -# capture n°016683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016683.pto --stitching --prefix=assemblage_016683 -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/GF016683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016683.jpg" - -# capture n°016684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016684.pto --stitching --prefix=assemblage_016684 -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/GF016684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016684.jpg" - -# capture n°016685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016685.pto --stitching --prefix=assemblage_016685 -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/GF016685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016685.jpg" - -# capture n°016686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016686.pto --stitching --prefix=assemblage_016686 -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/GF016686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016686.jpg" - -# capture n°016687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016687.pto --stitching --prefix=assemblage_016687 -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/GF016687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016687.jpg" - -# capture n°016688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016688.pto --stitching --prefix=assemblage_016688 -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/GF016688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016688.jpg" - -# capture n°016689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016689.pto --stitching --prefix=assemblage_016689 -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/GF016689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016689.jpg" - -# capture n°016690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016690.pto --stitching --prefix=assemblage_016690 -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/GF016690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016690.jpg" - -# capture n°016691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016691.pto --stitching --prefix=assemblage_016691 -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/GF016691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016691.jpg" - -# capture n°016692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016692.pto --stitching --prefix=assemblage_016692 -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/GF016692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016692.jpg" - -# capture n°016693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016693.pto --stitching --prefix=assemblage_016693 -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/GF016693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016693.jpg" - -# capture n°016694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016694.pto --stitching --prefix=assemblage_016694 -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/GF016694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016694.jpg" - -# capture n°016695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016695.pto --stitching --prefix=assemblage_016695 -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/GF016695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016695.jpg" - -# capture n°016696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016696.pto --stitching --prefix=assemblage_016696 -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/GF016696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016696.jpg" - -# capture n°016697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016697.pto --stitching --prefix=assemblage_016697 -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/GF016697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016697.jpg" - -# capture n°016698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016698.pto --stitching --prefix=assemblage_016698 -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/GF016698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016698.jpg" - -# capture n°016699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016699.pto --stitching --prefix=assemblage_016699 -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/GF016699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016699.jpg" - -# capture n°016700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016700.pto --stitching --prefix=assemblage_016700 -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/GF016700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016700.jpg" - -# capture n°016701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016701.pto --stitching --prefix=assemblage_016701 -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/GF016701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016701.jpg" - -# capture n°016702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016702.pto --stitching --prefix=assemblage_016702 -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/GF016702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016702.jpg" - -# capture n°016703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016703.pto --stitching --prefix=assemblage_016703 -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/GF016703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016703.jpg" - -# capture n°016704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016704.pto --stitching --prefix=assemblage_016704 -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/GF016704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016704.jpg" - -# capture n°016705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016705.pto --stitching --prefix=assemblage_016705 -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/GF016705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016705.jpg" - -# capture n°016706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016706.pto --stitching --prefix=assemblage_016706 -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/GF016706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016706.jpg" - -# capture n°016707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016707.pto --stitching --prefix=assemblage_016707 -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/GF016707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016707.jpg" - -# capture n°016708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016708.pto --stitching --prefix=assemblage_016708 -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/GF016708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016708.jpg" - -# capture n°016709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016709.pto --stitching --prefix=assemblage_016709 -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/GF016709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016709.jpg" - -# capture n°016710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016710.pto --stitching --prefix=assemblage_016710 -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/GF016710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016710.jpg" - -# capture n°016711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016711.pto --stitching --prefix=assemblage_016711 -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/GF016711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016711.jpg" - -# capture n°016712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016712.pto --stitching --prefix=assemblage_016712 -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/GF016712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016712.jpg" - -# capture n°016713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016713.pto --stitching --prefix=assemblage_016713 -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/GF016713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016713.jpg" - -# capture n°016714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016714.pto --stitching --prefix=assemblage_016714 -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/GF016714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016714.jpg" - -# capture n°016715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016715.pto --stitching --prefix=assemblage_016715 -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/GF016715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016715.jpg" - -# capture n°016716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016716.pto --stitching --prefix=assemblage_016716 -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/GF016716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016716.jpg" - -# capture n°016717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016717.pto --stitching --prefix=assemblage_016717 -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/GF016717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016717.jpg" - -# capture n°016718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016718.pto --stitching --prefix=assemblage_016718 -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/GF016718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016718.jpg" - -# capture n°016719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016719.pto --stitching --prefix=assemblage_016719 -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/GF016719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016719.jpg" - -# capture n°016720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016720.pto --stitching --prefix=assemblage_016720 -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/GF016720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016720.jpg" - -# capture n°016721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016721.pto --stitching --prefix=assemblage_016721 -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/GF016721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016721.jpg" - -# capture n°016722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016722.pto --stitching --prefix=assemblage_016722 -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/GF016722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016722.jpg" - -# capture n°016723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016723.pto --stitching --prefix=assemblage_016723 -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/GF016723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016723.jpg" - -# capture n°016724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016724.pto --stitching --prefix=assemblage_016724 -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/GF016724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016724.jpg" - -# capture n°016725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016725.pto --stitching --prefix=assemblage_016725 -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/GF016725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016725.jpg" - -# capture n°016726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016726.pto --stitching --prefix=assemblage_016726 -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/GF016726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016726.jpg" - -# capture n°016727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016727.pto --stitching --prefix=assemblage_016727 -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/GF016727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016727.jpg" - -# capture n°016728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016728.pto --stitching --prefix=assemblage_016728 -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/GF016728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016728.jpg" - -# capture n°016729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016729.pto --stitching --prefix=assemblage_016729 -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/GF016729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016729.jpg" - -# capture n°016730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016730.pto --stitching --prefix=assemblage_016730 -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/GF016730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016730.jpg" - -# capture n°016731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016731.pto --stitching --prefix=assemblage_016731 -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/GF016731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016731.jpg" - -# capture n°016732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016732.pto --stitching --prefix=assemblage_016732 -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/GF016732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016732.jpg" - -# capture n°016733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016733.pto --stitching --prefix=assemblage_016733 -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/GF016733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016733.jpg" - -# capture n°016734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016734.pto --stitching --prefix=assemblage_016734 -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/GF016734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016734.jpg" - -# capture n°016735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016735.pto --stitching --prefix=assemblage_016735 -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/GF016735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016735.jpg" - -# capture n°016736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016736.pto --stitching --prefix=assemblage_016736 -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/GF016736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016736.jpg" - -# capture n°016737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016737.pto --stitching --prefix=assemblage_016737 -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/GF016737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016737.jpg" - -# capture n°016738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016738.pto --stitching --prefix=assemblage_016738 -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/GF016738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016738.jpg" - -# capture n°016739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016739.pto --stitching --prefix=assemblage_016739 -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/GF016739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016739.jpg" - -# capture n°016740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016740.pto --stitching --prefix=assemblage_016740 -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/GF016740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016740.jpg" - -# capture n°016741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016741.pto --stitching --prefix=assemblage_016741 -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/GF016741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016741.jpg" - -# capture n°016742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016742.pto --stitching --prefix=assemblage_016742 -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/GF016742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016742.jpg" - -# capture n°016743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016743.pto --stitching --prefix=assemblage_016743 -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/GF016743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016743.jpg" - -# capture n°016744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016744.pto --stitching --prefix=assemblage_016744 -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/GF016744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016744.jpg" - -# capture n°016745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016745.pto --stitching --prefix=assemblage_016745 -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/GF016745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016745.jpg" - -# capture n°016746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016746.pto --stitching --prefix=assemblage_016746 -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/GF016746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016746.jpg" - -# capture n°016747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016747.pto --stitching --prefix=assemblage_016747 -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/GF016747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016747.jpg" - -# capture n°016748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016748.pto --stitching --prefix=assemblage_016748 -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/GF016748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016748.jpg" - -# capture n°016749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016749.pto --stitching --prefix=assemblage_016749 -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/GF016749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016749.jpg" - -# capture n°016750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016750.pto --stitching --prefix=assemblage_016750 -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/GF016750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016750.jpg" - -# capture n°016751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016751.pto --stitching --prefix=assemblage_016751 -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/GF016751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016751.jpg" - -# capture n°016752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016752.pto --stitching --prefix=assemblage_016752 -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/GF016752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016752.jpg" - -# capture n°016753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016753.pto --stitching --prefix=assemblage_016753 -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/GF016753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016753.jpg" - -# capture n°016754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016754.pto --stitching --prefix=assemblage_016754 -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/GF016754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016754.jpg" - -# capture n°016755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016755.pto --stitching --prefix=assemblage_016755 -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/GF016755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016755.jpg" - -# capture n°016756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016756.pto --stitching --prefix=assemblage_016756 -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/GF016756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016756.jpg" - -# capture n°016757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016757.pto --stitching --prefix=assemblage_016757 -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/GF016757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016757.jpg" - -# capture n°016758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016758.pto --stitching --prefix=assemblage_016758 -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/GF016758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016758.jpg" - -# capture n°016759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016759.pto --stitching --prefix=assemblage_016759 -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/GF016759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016759.jpg" - -# capture n°016760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016760.pto --stitching --prefix=assemblage_016760 -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/GF016760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016760.jpg" - -# capture n°016761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016761.pto --stitching --prefix=assemblage_016761 -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/GF016761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016761.jpg" - -# capture n°016762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016762.pto --stitching --prefix=assemblage_016762 -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/GF016762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016762.jpg" - -# capture n°016763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016763.pto --stitching --prefix=assemblage_016763 -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/GF016763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016763.jpg" - -# capture n°016764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016764.pto --stitching --prefix=assemblage_016764 -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/GF016764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016764.jpg" - -# capture n°016765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016765.pto --stitching --prefix=assemblage_016765 -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/GF016765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016765.jpg" - -# capture n°016766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016766.pto --stitching --prefix=assemblage_016766 -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/GF016766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016766.jpg" - -# capture n°016767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016767.pto --stitching --prefix=assemblage_016767 -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/GF016767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016767.jpg" - -# capture n°016768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016768.pto --stitching --prefix=assemblage_016768 -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/GF016768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016768.jpg" - -# capture n°016769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016769.pto --stitching --prefix=assemblage_016769 -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/GF016769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016769.jpg" - -# capture n°016770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016770.pto --stitching --prefix=assemblage_016770 -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/GF016770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016770.jpg" - -# capture n°016771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016771.pto --stitching --prefix=assemblage_016771 -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/GF016771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016771.jpg" - -# capture n°016772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016772.pto --stitching --prefix=assemblage_016772 -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/GF016772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016772.jpg" - -# capture n°016773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016773.pto --stitching --prefix=assemblage_016773 -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/GF016773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016773.jpg" - -# capture n°016774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016774.pto --stitching --prefix=assemblage_016774 -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/GF016774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016774.jpg" - -# capture n°016775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016775.pto --stitching --prefix=assemblage_016775 -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/GF016775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016775.jpg" - -# capture n°016776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016776.pto --stitching --prefix=assemblage_016776 -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/GF016776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016776.jpg" - -# capture n°016777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016777.pto --stitching --prefix=assemblage_016777 -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/GF016777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016777.jpg" - -# capture n°016778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016778.pto --stitching --prefix=assemblage_016778 -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/GF016778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016778.jpg" - -# capture n°016779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016779.pto --stitching --prefix=assemblage_016779 -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/GF016779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016779.jpg" - -# capture n°016780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016780.pto --stitching --prefix=assemblage_016780 -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/GF016780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016780.jpg" - -# capture n°016781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016781.pto --stitching --prefix=assemblage_016781 -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/GF016781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016781.jpg" - -# capture n°016782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016782.pto --stitching --prefix=assemblage_016782 -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/GF016782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016782.jpg" - -# capture n°016783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016783.pto --stitching --prefix=assemblage_016783 -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/GF016783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016783.jpg" - -# capture n°016784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016784.pto --stitching --prefix=assemblage_016784 -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/GF016784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016784.jpg" - -# capture n°016785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016785.pto --stitching --prefix=assemblage_016785 -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/GF016785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016785.jpg" - -# capture n°016786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016786.pto --stitching --prefix=assemblage_016786 -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/GF016786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016786.jpg" - -# capture n°016787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016787.pto --stitching --prefix=assemblage_016787 -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/GF016787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016787.jpg" - -# capture n°016788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016788.pto --stitching --prefix=assemblage_016788 -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/GF016788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016788.jpg" - -# capture n°016789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016789.pto --stitching --prefix=assemblage_016789 -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/GF016789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016789.jpg" - -# capture n°016790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016790.pto --stitching --prefix=assemblage_016790 -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/GF016790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016790.jpg" - -# capture n°016791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016791.pto --stitching --prefix=assemblage_016791 -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/GF016791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016791.jpg" - -# capture n°016792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016792.pto --stitching --prefix=assemblage_016792 -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/GF016792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016792.jpg" - -# capture n°016793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016793.pto --stitching --prefix=assemblage_016793 -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/GF016793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016793.jpg" - -# capture n°016794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016794.pto --stitching --prefix=assemblage_016794 -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/GF016794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016794.jpg" - -# capture n°016795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016795.pto --stitching --prefix=assemblage_016795 -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/GF016795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016795.jpg" - -# capture n°016796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016796.pto --stitching --prefix=assemblage_016796 -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/GF016796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016796.jpg" - -# capture n°016797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016797.pto --stitching --prefix=assemblage_016797 -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/GF016797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016797.jpg" - -# capture n°016798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016798.pto --stitching --prefix=assemblage_016798 -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/GF016798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016798.jpg" - -# capture n°016799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016799.pto --stitching --prefix=assemblage_016799 -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/GF016799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016799.jpg" - -# capture n°016800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016800.pto --stitching --prefix=assemblage_016800 -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/GF016800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016800.jpg" - -# capture n°016801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016801.pto --stitching --prefix=assemblage_016801 -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/GF016801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016801.jpg" - -# capture n°016802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016802.pto --stitching --prefix=assemblage_016802 -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/GF016802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016802.jpg" - -# capture n°016803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016803.pto --stitching --prefix=assemblage_016803 -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/GF016803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016803.jpg" - -# capture n°016804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016804.pto --stitching --prefix=assemblage_016804 -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/GF016804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016804.jpg" - -# capture n°016805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016805.pto --stitching --prefix=assemblage_016805 -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/GF016805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016805.jpg" - -# capture n°016806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016806.pto --stitching --prefix=assemblage_016806 -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/GF016806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016806.jpg" - -# capture n°016807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016807.pto --stitching --prefix=assemblage_016807 -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/GF016807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016807.jpg" - -# capture n°016808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016808.pto --stitching --prefix=assemblage_016808 -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/GF016808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016808.jpg" - -# capture n°016809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016809.pto --stitching --prefix=assemblage_016809 -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/GF016809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016809.jpg" - -# capture n°016810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016810.pto --stitching --prefix=assemblage_016810 -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/GF016810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016810.jpg" - -# capture n°016811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016811.pto --stitching --prefix=assemblage_016811 -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/GF016811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016811.jpg" - -# capture n°016812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016812.pto --stitching --prefix=assemblage_016812 -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/GF016812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016812.jpg" - -# capture n°016813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016813.pto --stitching --prefix=assemblage_016813 -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/GF016813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016813.jpg" - -# capture n°016814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016814.pto --stitching --prefix=assemblage_016814 -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/GF016814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016814.jpg" - -# capture n°016815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016815.pto --stitching --prefix=assemblage_016815 -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/GF016815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016815.jpg" - -# capture n°016816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016816.pto --stitching --prefix=assemblage_016816 -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/GF016816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016816.jpg" - -# capture n°016817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016817.pto --stitching --prefix=assemblage_016817 -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/GF016817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016817.jpg" - -# capture n°016818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016818.pto --stitching --prefix=assemblage_016818 -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/GF016818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016818.jpg" - -# capture n°016819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016819.pto --stitching --prefix=assemblage_016819 -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/GF016819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016819.jpg" - -# capture n°016820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016820.pto --stitching --prefix=assemblage_016820 -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/GF016820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016820.jpg" - -# capture n°016821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016821.pto --stitching --prefix=assemblage_016821 -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/GF016821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016821.jpg" - -# capture n°016822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016822.pto --stitching --prefix=assemblage_016822 -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/GF016822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016822.jpg" - -# capture n°016823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016823.pto --stitching --prefix=assemblage_016823 -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/GF016823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016823.jpg" - -# capture n°016824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016824.pto --stitching --prefix=assemblage_016824 -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/GF016824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016824.jpg" - -# capture n°016825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016825.pto --stitching --prefix=assemblage_016825 -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/GF016825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016825.jpg" - -# capture n°016826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016826.pto --stitching --prefix=assemblage_016826 -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/GF016826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016826.jpg" - -# capture n°016827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016827.pto --stitching --prefix=assemblage_016827 -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/GF016827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016827.jpg" - -# capture n°016828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016828.pto --stitching --prefix=assemblage_016828 -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/GF016828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016828.jpg" - -# capture n°016829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016829.pto --stitching --prefix=assemblage_016829 -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/GF016829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016829.jpg" - -# capture n°016830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016830.pto --stitching --prefix=assemblage_016830 -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/GF016830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016830.jpg" - -# capture n°016831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016831.pto --stitching --prefix=assemblage_016831 -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/GF016831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016831.jpg" - -# capture n°016832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016832.pto --stitching --prefix=assemblage_016832 -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/GF016832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016832.jpg" - -# capture n°016833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016833.pto --stitching --prefix=assemblage_016833 -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/GF016833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016833.jpg" - -# capture n°016834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016834.pto --stitching --prefix=assemblage_016834 -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/GF016834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016834.jpg" - -# capture n°016835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016835.pto --stitching --prefix=assemblage_016835 -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/GF016835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016835.jpg" - -# capture n°016836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016836.pto --stitching --prefix=assemblage_016836 -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/GF016836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016836.jpg" - -# capture n°016837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016837.pto --stitching --prefix=assemblage_016837 -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/GF016837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016837.jpg" - -# capture n°016838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016838.pto --stitching --prefix=assemblage_016838 -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/GF016838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016838.jpg" - -# capture n°016839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016839.pto --stitching --prefix=assemblage_016839 -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/GF016839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016839.jpg" - -# capture n°016840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016840.pto --stitching --prefix=assemblage_016840 -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/GF016840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016840.jpg" - -# capture n°016841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016841.pto --stitching --prefix=assemblage_016841 -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/GF016841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016841.jpg" - -# capture n°016842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016842.pto --stitching --prefix=assemblage_016842 -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/GF016842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016842.jpg" - -# capture n°016843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016843.pto --stitching --prefix=assemblage_016843 -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/GF016843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016843.jpg" - -# capture n°016844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016844.pto --stitching --prefix=assemblage_016844 -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/GF016844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016844.jpg" - -# capture n°016845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016845.pto --stitching --prefix=assemblage_016845 -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/GF016845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016845.jpg" - -# capture n°016846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016846.pto --stitching --prefix=assemblage_016846 -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/GF016846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016846.jpg" - -# capture n°016847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016847.pto --stitching --prefix=assemblage_016847 -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/GF016847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016847.jpg" - -# capture n°016848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016848.pto --stitching --prefix=assemblage_016848 -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/GF016848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016848.jpg" - -# capture n°016849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016849.pto --stitching --prefix=assemblage_016849 -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/GF016849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016849.jpg" - -# capture n°016850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016850.pto --stitching --prefix=assemblage_016850 -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/GF016850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016850.jpg" - -# capture n°016851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016851.pto --stitching --prefix=assemblage_016851 -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/GF016851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016851.jpg" - -# capture n°016852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016852.pto --stitching --prefix=assemblage_016852 -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/GF016852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016852.jpg" - -# capture n°016853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016853.pto --stitching --prefix=assemblage_016853 -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/GF016853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016853.jpg" - -# capture n°016854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016854.pto --stitching --prefix=assemblage_016854 -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/GF016854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016854.jpg" - -# capture n°016855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016855.pto --stitching --prefix=assemblage_016855 -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/GF016855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016855.jpg" - -# capture n°016856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016856.pto --stitching --prefix=assemblage_016856 -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/GF016856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016856.jpg" - -# capture n°016857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016857.pto --stitching --prefix=assemblage_016857 -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/GF016857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016857.jpg" - -# capture n°016858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016858.pto --stitching --prefix=assemblage_016858 -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/GF016858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016858.jpg" - -# capture n°016859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016859.pto --stitching --prefix=assemblage_016859 -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/GF016859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016859.jpg" - -# capture n°016860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016860.pto --stitching --prefix=assemblage_016860 -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/GF016860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016860.jpg" - -# capture n°016861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016861.pto --stitching --prefix=assemblage_016861 -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/GF016861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016861.jpg" - -# capture n°016862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016862.pto --stitching --prefix=assemblage_016862 -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/GF016862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016862.jpg" - -# capture n°016863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016863.pto --stitching --prefix=assemblage_016863 -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/GF016863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016863.jpg" - -# capture n°016864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016864.pto --stitching --prefix=assemblage_016864 -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/GF016864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016864.jpg" - -# capture n°016865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016865.pto --stitching --prefix=assemblage_016865 -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/GF016865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016865.jpg" - -# capture n°016866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016866.pto --stitching --prefix=assemblage_016866 -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/GF016866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016866.jpg" - -# capture n°016867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016867.pto --stitching --prefix=assemblage_016867 -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/GF016867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016867.jpg" - -# capture n°016868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016868.pto --stitching --prefix=assemblage_016868 -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/GF016868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016868.jpg" - -# capture n°016869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016869.pto --stitching --prefix=assemblage_016869 -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/GF016869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016869.jpg" - -# capture n°016870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016870.pto --stitching --prefix=assemblage_016870 -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/GF016870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016870.jpg" - -# capture n°016871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016871.pto --stitching --prefix=assemblage_016871 -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/GF016871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016871.jpg" - -# capture n°016872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016872.pto --stitching --prefix=assemblage_016872 -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/GF016872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016872.jpg" - -# capture n°016873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016873.pto --stitching --prefix=assemblage_016873 -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/GF016873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016873.jpg" - -# capture n°016874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016874.pto --stitching --prefix=assemblage_016874 -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/GF016874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016874.jpg" - -# capture n°016875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016875.pto --stitching --prefix=assemblage_016875 -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/GF016875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016875.jpg" - -# capture n°016876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016876.pto --stitching --prefix=assemblage_016876 -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/GF016876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016876.jpg" - -# capture n°016877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016877.pto --stitching --prefix=assemblage_016877 -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/GF016877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016877.jpg" - -# capture n°016878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016878.pto --stitching --prefix=assemblage_016878 -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/GF016878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016878.jpg" - -# capture n°016879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016879.pto --stitching --prefix=assemblage_016879 -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/GF016879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016879.jpg" - -# capture n°016880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016880.pto --stitching --prefix=assemblage_016880 -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/GF016880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016880.jpg" - -# capture n°016881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016881.pto --stitching --prefix=assemblage_016881 -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/GF016881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016881.jpg" - -# capture n°016882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016882.pto --stitching --prefix=assemblage_016882 -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/GF016882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016882.jpg" - -# capture n°016883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016883.pto --stitching --prefix=assemblage_016883 -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/GF016883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016883.jpg" - -# capture n°016884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016884.pto --stitching --prefix=assemblage_016884 -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/GF016884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016884.jpg" - -# capture n°016885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016885.pto --stitching --prefix=assemblage_016885 -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/GF016885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016885.jpg" - -# capture n°016886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016886.pto --stitching --prefix=assemblage_016886 -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/GF016886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016886.jpg" - -# capture n°016887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016887.pto --stitching --prefix=assemblage_016887 -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/GF016887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016887.jpg" - -# capture n°016888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016888.pto --stitching --prefix=assemblage_016888 -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/GF016888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016888.jpg" - -# capture n°016889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016889.pto --stitching --prefix=assemblage_016889 -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/GF016889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016889.jpg" - -# capture n°016890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016890.pto --stitching --prefix=assemblage_016890 -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/GF016890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016890.jpg" - -# capture n°016891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016891.pto --stitching --prefix=assemblage_016891 -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/GF016891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016891.jpg" - -# capture n°016892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016892.pto --stitching --prefix=assemblage_016892 -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/GF016892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016892.jpg" - -# capture n°016893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016893.pto --stitching --prefix=assemblage_016893 -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/GF016893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016893.jpg" - -# capture n°016894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016894.pto --stitching --prefix=assemblage_016894 -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/GF016894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016894.jpg" - -# capture n°016895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016895.pto --stitching --prefix=assemblage_016895 -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/GF016895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016895.jpg" - -# capture n°016896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016896.pto --stitching --prefix=assemblage_016896 -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/GF016896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016896.jpg" - -# capture n°016897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016897.pto --stitching --prefix=assemblage_016897 -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/GF016897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016897.jpg" - -# capture n°016898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016898.pto --stitching --prefix=assemblage_016898 -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/GF016898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016898.jpg" - -# capture n°016899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016899.pto --stitching --prefix=assemblage_016899 -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/GF016899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016899.jpg" - -# capture n°016900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016900.pto --stitching --prefix=assemblage_016900 -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/GF016900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016900.jpg" - -# capture n°016901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016901.pto --stitching --prefix=assemblage_016901 -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/GF016901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016901.jpg" - -# capture n°016902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016902.pto --stitching --prefix=assemblage_016902 -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/GF016902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016902.jpg" - -# capture n°016903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016903.pto --stitching --prefix=assemblage_016903 -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/GF016903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016903.jpg" - -# capture n°016904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016904.pto --stitching --prefix=assemblage_016904 -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/GF016904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016904.jpg" - -# capture n°016905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016905.pto --stitching --prefix=assemblage_016905 -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/GF016905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016905.jpg" - -# capture n°016906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016906.pto --stitching --prefix=assemblage_016906 -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/GF016906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016906.jpg" - -# capture n°016907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016907.pto --stitching --prefix=assemblage_016907 -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/GF016907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016907.jpg" - -# capture n°016908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016908.pto --stitching --prefix=assemblage_016908 -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/GF016908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016908.jpg" - -# capture n°016909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016909.pto --stitching --prefix=assemblage_016909 -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/GF016909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016909.jpg" - -# capture n°016910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016910.pto --stitching --prefix=assemblage_016910 -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/GF016910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016910.jpg" - -# capture n°016911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016911.pto --stitching --prefix=assemblage_016911 -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/GF016911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016911.jpg" - -# capture n°016912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016912.pto --stitching --prefix=assemblage_016912 -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/GF016912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016912.jpg" - -# capture n°016913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016913.pto --stitching --prefix=assemblage_016913 -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/GF016913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016913.jpg" - -# capture n°016914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016914.pto --stitching --prefix=assemblage_016914 -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/GF016914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016914.jpg" - -# capture n°016915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016915.pto --stitching --prefix=assemblage_016915 -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/GF016915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016915.jpg" - -# capture n°016916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016916.pto --stitching --prefix=assemblage_016916 -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/GF016916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016916.jpg" - -# capture n°016917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016917.pto --stitching --prefix=assemblage_016917 -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/GF016917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016917.jpg" - -# capture n°016918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016918.pto --stitching --prefix=assemblage_016918 -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/GF016918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016918.jpg" - -# capture n°016919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016919.pto --stitching --prefix=assemblage_016919 -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/GF016919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016919.jpg" - -# capture n°016920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016920.pto --stitching --prefix=assemblage_016920 -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/GF016920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016920.jpg" - -# capture n°016921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016921.pto --stitching --prefix=assemblage_016921 -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/GF016921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016921.jpg" - -# capture n°016922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016922.pto --stitching --prefix=assemblage_016922 -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/GF016922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016922.jpg" - -# capture n°016923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016923.pto --stitching --prefix=assemblage_016923 -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/GF016923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016923.jpg" - -# capture n°016924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016924.pto --stitching --prefix=assemblage_016924 -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/GF016924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016924.jpg" - -# capture n°016925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016925.pto --stitching --prefix=assemblage_016925 -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/GF016925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016925.jpg" - -# capture n°016926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016926.pto --stitching --prefix=assemblage_016926 -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/GF016926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016926.jpg" - -# capture n°016927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016927.pto --stitching --prefix=assemblage_016927 -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/GF016927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016927.jpg" - -# capture n°016928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016928.pto --stitching --prefix=assemblage_016928 -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/GF016928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016928.jpg" - -# capture n°016929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016929.pto --stitching --prefix=assemblage_016929 -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/GF016929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016929.jpg" - -# capture n°016930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016930.pto --stitching --prefix=assemblage_016930 -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/GF016930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016930.jpg" - -# capture n°016931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016931.pto --stitching --prefix=assemblage_016931 -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/GF016931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016931.jpg" - -# capture n°016932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016932.pto --stitching --prefix=assemblage_016932 -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/GF016932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016932.jpg" - -# capture n°016933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016933.pto --stitching --prefix=assemblage_016933 -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/GF016933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016933.jpg" - -# capture n°016934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016934.pto --stitching --prefix=assemblage_016934 -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/GF016934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016934.jpg" - -# capture n°016935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016935.pto --stitching --prefix=assemblage_016935 -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/GF016935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016935.jpg" - -# capture n°016936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016936.pto --stitching --prefix=assemblage_016936 -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/GF016936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016936.jpg" - -# capture n°016937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016937.pto --stitching --prefix=assemblage_016937 -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/GF016937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016937.jpg" - -# capture n°016938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016938.pto --stitching --prefix=assemblage_016938 -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/GF016938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016938.jpg" - -# capture n°016939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016939.pto --stitching --prefix=assemblage_016939 -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/GF016939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016939.jpg" - -# capture n°016940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016940.pto --stitching --prefix=assemblage_016940 -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/GF016940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016940.jpg" - -# capture n°016941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016941.pto --stitching --prefix=assemblage_016941 -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/GF016941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016941.jpg" - -# capture n°016942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016942.pto --stitching --prefix=assemblage_016942 -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/GF016942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016942.jpg" - -# capture n°016943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016943.pto --stitching --prefix=assemblage_016943 -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/GF016943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016943.jpg" - -# capture n°016944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016944.pto --stitching --prefix=assemblage_016944 -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/GF016944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016944.jpg" - -# capture n°016945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016945.pto --stitching --prefix=assemblage_016945 -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/GF016945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016945.jpg" - -# capture n°016946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016946.pto --stitching --prefix=assemblage_016946 -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/GF016946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016946.jpg" - -# capture n°016947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016947.pto --stitching --prefix=assemblage_016947 -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/GF016947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016947.jpg" - -# capture n°016948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016948.pto --stitching --prefix=assemblage_016948 -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/GF016948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016948.jpg" - -# capture n°016949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016949.pto --stitching --prefix=assemblage_016949 -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/GF016949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016949.jpg" - -# capture n°016950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016950.pto --stitching --prefix=assemblage_016950 -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/GF016950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016950.jpg" - -# capture n°016951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016951.pto --stitching --prefix=assemblage_016951 -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/GF016951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016951.jpg" - -# capture n°016952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016952.pto --stitching --prefix=assemblage_016952 -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/GF016952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016952.jpg" - -# capture n°016953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016953.pto --stitching --prefix=assemblage_016953 -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/GF016953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016953.jpg" - -# capture n°016954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016954.pto --stitching --prefix=assemblage_016954 -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/GF016954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016954.jpg" - -# capture n°016955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016955.pto --stitching --prefix=assemblage_016955 -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/GF016955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016955.jpg" - -# capture n°016956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016956.pto --stitching --prefix=assemblage_016956 -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/GF016956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016956.jpg" - -# capture n°016957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016957.pto --stitching --prefix=assemblage_016957 -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/GF016957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016957.jpg" - -# capture n°016958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016958.pto --stitching --prefix=assemblage_016958 -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/GF016958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016958.jpg" - -# capture n°016959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016959.pto --stitching --prefix=assemblage_016959 -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/GF016959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016959.jpg" - -# capture n°016960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016960.pto --stitching --prefix=assemblage_016960 -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/GF016960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016960.jpg" - -# capture n°016961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016961.pto --stitching --prefix=assemblage_016961 -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/GF016961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016961.jpg" - -# capture n°016962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016962.pto --stitching --prefix=assemblage_016962 -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/GF016962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016962.jpg" - -# capture n°016963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016963.pto --stitching --prefix=assemblage_016963 -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/GF016963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016963.jpg" - -# capture n°016964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016964.pto --stitching --prefix=assemblage_016964 -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/GF016964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016964.jpg" - -# capture n°016965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016965.pto --stitching --prefix=assemblage_016965 -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/GF016965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016965.jpg" - -# capture n°016966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016966.pto --stitching --prefix=assemblage_016966 -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/GF016966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016966.jpg" - -# capture n°016967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016967.pto --stitching --prefix=assemblage_016967 -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/GF016967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016967.jpg" - -# capture n°016968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016968.pto --stitching --prefix=assemblage_016968 -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/GF016968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016968.jpg" - -# capture n°016969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016969.pto --stitching --prefix=assemblage_016969 -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/GF016969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016969.jpg" - -# capture n°016970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016970.pto --stitching --prefix=assemblage_016970 -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/GF016970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016970.jpg" - -# capture n°016971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016971.pto --stitching --prefix=assemblage_016971 -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/GF016971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016971.jpg" - -# capture n°016972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016972.pto --stitching --prefix=assemblage_016972 -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/GF016972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016972.jpg" - -# capture n°016973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016973.pto --stitching --prefix=assemblage_016973 -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/GF016973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016973.jpg" - -# capture n°016974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016974.pto --stitching --prefix=assemblage_016974 -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/GF016974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016974.jpg" - -# capture n°016975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016975.pto --stitching --prefix=assemblage_016975 -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/GF016975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016975.jpg" - -# capture n°016976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016976.pto --stitching --prefix=assemblage_016976 -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/GF016976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016976.jpg" - -# capture n°016977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016977.pto --stitching --prefix=assemblage_016977 -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/GF016977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016977.jpg" - -# capture n°016978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016978.pto --stitching --prefix=assemblage_016978 -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/GF016978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016978.jpg" - -# capture n°016979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016979.pto --stitching --prefix=assemblage_016979 -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/GF016979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016979.jpg" - -# capture n°016980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016980.pto --stitching --prefix=assemblage_016980 -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/GF016980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016980.jpg" - -# capture n°016981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016981.pto --stitching --prefix=assemblage_016981 -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/GF016981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016981.jpg" - -# capture n°016982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016982.pto --stitching --prefix=assemblage_016982 -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/GF016982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016982.jpg" - -# capture n°016983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016983.pto --stitching --prefix=assemblage_016983 -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/GF016983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016983.jpg" - -# capture n°016984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016984.pto --stitching --prefix=assemblage_016984 -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/GF016984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016984.jpg" - -# capture n°016985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016985.pto --stitching --prefix=assemblage_016985 -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/GF016985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016985.jpg" - -# capture n°016986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016986.pto --stitching --prefix=assemblage_016986 -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/GF016986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016986.jpg" - -# capture n°016987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016987.pto --stitching --prefix=assemblage_016987 -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/GF016987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016987.jpg" - -# capture n°016988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016988.pto --stitching --prefix=assemblage_016988 -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/GF016988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016988.jpg" - -# capture n°016989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016989.pto --stitching --prefix=assemblage_016989 -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/GF016989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016989.jpg" - -# capture n°016990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016990.pto --stitching --prefix=assemblage_016990 -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/GF016990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016990.jpg" - -# capture n°016991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016991.pto --stitching --prefix=assemblage_016991 -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/GF016991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016991.jpg" - -# capture n°016992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016992.pto --stitching --prefix=assemblage_016992 -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/GF016992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016992.jpg" - -# capture n°016993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016993.pto --stitching --prefix=assemblage_016993 -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/GF016993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016993.jpg" - -# capture n°016994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016994.pto --stitching --prefix=assemblage_016994 -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/GF016994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016994.jpg" - -# capture n°016995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016995.pto --stitching --prefix=assemblage_016995 -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/GF016995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016995.jpg" - -# capture n°016996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016996.pto --stitching --prefix=assemblage_016996 -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/GF016996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016996.jpg" - -# capture n°016997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016997.pto --stitching --prefix=assemblage_016997 -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/GF016997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016997.jpg" - -# capture n°016998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016998.pto --stitching --prefix=assemblage_016998 -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/GF016998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016998.jpg" - -# capture n°016999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_016999.pto --stitching --prefix=assemblage_016999 -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/GF016999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_016999.jpg" - -# capture n°017000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017000.pto --stitching --prefix=assemblage_017000 -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/GF017000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017000.jpg" - -# capture n°017001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017001.pto --stitching --prefix=assemblage_017001 -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/GF017001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017001.jpg" - -# capture n°017002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017002.pto --stitching --prefix=assemblage_017002 -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/GF017002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017002.jpg" - -# capture n°017003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017003.pto --stitching --prefix=assemblage_017003 -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/GF017003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017003.jpg" - -# capture n°017004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017004.pto --stitching --prefix=assemblage_017004 -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/GF017004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017004.jpg" - -# capture n°017005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017005.pto --stitching --prefix=assemblage_017005 -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/GF017005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017005.jpg" - -# capture n°017006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017006.pto --stitching --prefix=assemblage_017006 -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/GF017006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017006.jpg" - -# capture n°017007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017007.pto --stitching --prefix=assemblage_017007 -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/GF017007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017007.jpg" - -# capture n°017008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017008.pto --stitching --prefix=assemblage_017008 -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/GF017008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017008.jpg" - -# capture n°017009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017009.pto --stitching --prefix=assemblage_017009 -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/GF017009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017009.jpg" - -# capture n°017010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017010.pto --stitching --prefix=assemblage_017010 -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/GF017010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017010.jpg" - -# capture n°017011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017011.pto --stitching --prefix=assemblage_017011 -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/GF017011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017011.jpg" - -# capture n°017012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017012.pto --stitching --prefix=assemblage_017012 -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/GF017012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017012.jpg" - -# capture n°017013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017013.pto --stitching --prefix=assemblage_017013 -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/GF017013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017013.jpg" - -# capture n°017014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017014.pto --stitching --prefix=assemblage_017014 -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/GF017014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017014.jpg" - -# capture n°017015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017015.pto --stitching --prefix=assemblage_017015 -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/GF017015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017015.jpg" - -# capture n°017016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017016.pto --stitching --prefix=assemblage_017016 -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/GF017016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017016.jpg" - -# capture n°017017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017017.pto --stitching --prefix=assemblage_017017 -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/GF017017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017017.jpg" - -# capture n°017018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017018.pto --stitching --prefix=assemblage_017018 -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/GF017018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017018.jpg" - -# capture n°017019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017019.pto --stitching --prefix=assemblage_017019 -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/GF017019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017019.jpg" - -# capture n°017020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017020.pto --stitching --prefix=assemblage_017020 -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/GF017020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017020.jpg" - -# capture n°017021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017021.pto --stitching --prefix=assemblage_017021 -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/GF017021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017021.jpg" - -# capture n°017022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017022.pto --stitching --prefix=assemblage_017022 -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/GF017022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017022.jpg" - -# capture n°017023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017023.pto --stitching --prefix=assemblage_017023 -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/GF017023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017023.jpg" - -# capture n°017024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017024.pto --stitching --prefix=assemblage_017024 -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/GF017024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017024.jpg" - -# capture n°017025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017025.pto --stitching --prefix=assemblage_017025 -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/GF017025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017025.jpg" - -# capture n°017026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017026.pto --stitching --prefix=assemblage_017026 -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/GF017026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017026.jpg" - -# capture n°017027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017027.pto --stitching --prefix=assemblage_017027 -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/GF017027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017027.jpg" - -# capture n°017028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017028.pto --stitching --prefix=assemblage_017028 -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/GF017028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017028.jpg" - -# capture n°017029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017029.pto --stitching --prefix=assemblage_017029 -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/GF017029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017029.jpg" - -# capture n°017030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017030.pto --stitching --prefix=assemblage_017030 -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/GF017030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017030.jpg" - -# capture n°017031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017031.pto --stitching --prefix=assemblage_017031 -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/GF017031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017031.jpg" - -# capture n°017032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017032.pto --stitching --prefix=assemblage_017032 -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/GF017032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017032.jpg" - -# capture n°017033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017033.pto --stitching --prefix=assemblage_017033 -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/GF017033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017033.jpg" - -# capture n°017034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017034.pto --stitching --prefix=assemblage_017034 -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/GF017034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017034.jpg" - -# capture n°017035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017035.pto --stitching --prefix=assemblage_017035 -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/GF017035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017035.jpg" - -# capture n°017036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017036.pto --stitching --prefix=assemblage_017036 -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/GF017036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017036.jpg" - -# capture n°017037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017037.pto --stitching --prefix=assemblage_017037 -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/GF017037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017037.jpg" - -# capture n°017038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017038.pto --stitching --prefix=assemblage_017038 -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/GF017038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017038.jpg" - -# capture n°017039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017039.pto --stitching --prefix=assemblage_017039 -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/GF017039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017039.jpg" - -# capture n°017040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017040.pto --stitching --prefix=assemblage_017040 -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/GF017040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017040.jpg" - -# capture n°017041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017041.pto --stitching --prefix=assemblage_017041 -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/GF017041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017041.jpg" - -# capture n°017042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017042.pto --stitching --prefix=assemblage_017042 -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/GF017042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017042.jpg" - -# capture n°017043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017043.pto --stitching --prefix=assemblage_017043 -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/GF017043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017043.jpg" - -# capture n°017044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017044.pto --stitching --prefix=assemblage_017044 -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/GF017044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017044.jpg" - -# capture n°017045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017045.pto --stitching --prefix=assemblage_017045 -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/GF017045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017045.jpg" - -# capture n°017046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017046.pto --stitching --prefix=assemblage_017046 -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/GF017046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017046.jpg" - -# capture n°017047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017047.pto --stitching --prefix=assemblage_017047 -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/GF017047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017047.jpg" - -# capture n°017048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017048.pto --stitching --prefix=assemblage_017048 -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/GF017048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017048.jpg" - -# capture n°017049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017049.pto --stitching --prefix=assemblage_017049 -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/GF017049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017049.jpg" - -# capture n°017050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017050.pto --stitching --prefix=assemblage_017050 -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/GF017050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017050.jpg" - -# capture n°017051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017051.pto --stitching --prefix=assemblage_017051 -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/GF017051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017051.jpg" - -# capture n°017052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017052.pto --stitching --prefix=assemblage_017052 -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/GF017052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017052.jpg" - -# capture n°017053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017053.pto --stitching --prefix=assemblage_017053 -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/GF017053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017053.jpg" - -# capture n°017054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017054.pto --stitching --prefix=assemblage_017054 -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/GF017054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017054.jpg" - -# capture n°017055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017055.pto --stitching --prefix=assemblage_017055 -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/GF017055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017055.jpg" - -# capture n°017056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017056.pto --stitching --prefix=assemblage_017056 -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/GF017056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017056.jpg" - -# capture n°017057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017057.pto --stitching --prefix=assemblage_017057 -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/GF017057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017057.jpg" - -# capture n°017058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017058.pto --stitching --prefix=assemblage_017058 -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/GF017058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017058.jpg" - -# capture n°017059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017059.pto --stitching --prefix=assemblage_017059 -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/GF017059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017059.jpg" - -# capture n°017060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017060.pto --stitching --prefix=assemblage_017060 -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/GF017060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017060.jpg" - -# capture n°017061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017061.pto --stitching --prefix=assemblage_017061 -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/GF017061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017061.jpg" - -# capture n°017062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017062.pto --stitching --prefix=assemblage_017062 -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/GF017062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017062.jpg" - -# capture n°017063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017063.pto --stitching --prefix=assemblage_017063 -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/GF017063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017063.jpg" - -# capture n°017064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017064.pto --stitching --prefix=assemblage_017064 -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/GF017064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017064.jpg" - -# capture n°017065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017065.pto --stitching --prefix=assemblage_017065 -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/GF017065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017065.jpg" - -# capture n°017066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017066.pto --stitching --prefix=assemblage_017066 -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/GF017066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017066.jpg" - -# capture n°017067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017067.pto --stitching --prefix=assemblage_017067 -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/GF017067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017067.jpg" - -# capture n°017068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017068.pto --stitching --prefix=assemblage_017068 -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/GF017068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017068.jpg" - -# capture n°017069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017069.pto --stitching --prefix=assemblage_017069 -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/GF017069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017069.jpg" - -# capture n°017070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017070.pto --stitching --prefix=assemblage_017070 -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/GF017070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017070.jpg" - -# capture n°017071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017071.pto --stitching --prefix=assemblage_017071 -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/GF017071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017071.jpg" - -# capture n°017072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017072.pto --stitching --prefix=assemblage_017072 -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/GF017072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017072.jpg" - -# capture n°017073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017073.pto --stitching --prefix=assemblage_017073 -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/GF017073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017073.jpg" - -# capture n°017074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017074.pto --stitching --prefix=assemblage_017074 -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/GF017074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017074.jpg" - -# capture n°017075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017075.pto --stitching --prefix=assemblage_017075 -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/GF017075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017075.jpg" - -# capture n°017076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017076.pto --stitching --prefix=assemblage_017076 -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/GF017076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017076.jpg" - -# capture n°017077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017077.pto --stitching --prefix=assemblage_017077 -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/GF017077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017077.jpg" - -# capture n°017078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017078.pto --stitching --prefix=assemblage_017078 -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/GF017078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017078.jpg" - -# capture n°017079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017079.pto --stitching --prefix=assemblage_017079 -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/GF017079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017079.jpg" - -# capture n°017080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017080.pto --stitching --prefix=assemblage_017080 -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/GF017080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017080.jpg" - -# capture n°017081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017081.pto --stitching --prefix=assemblage_017081 -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/GF017081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017081.jpg" - -# capture n°017082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017082.pto --stitching --prefix=assemblage_017082 -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/GF017082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017082.jpg" - -# capture n°017083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017083.pto --stitching --prefix=assemblage_017083 -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/GF017083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017083.jpg" - -# capture n°017084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017084.pto --stitching --prefix=assemblage_017084 -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/GF017084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017084.jpg" - -# capture n°017085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017085.pto --stitching --prefix=assemblage_017085 -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/GF017085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017085.jpg" - -# capture n°017086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017086.pto --stitching --prefix=assemblage_017086 -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/GF017086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017086.jpg" - -# capture n°017087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017087.pto --stitching --prefix=assemblage_017087 -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/GF017087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017087.jpg" - -# capture n°017088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017088.pto --stitching --prefix=assemblage_017088 -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/GF017088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017088.jpg" - -# capture n°017089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017089.pto --stitching --prefix=assemblage_017089 -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/GF017089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017089.jpg" - -# capture n°017090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017090.pto --stitching --prefix=assemblage_017090 -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/GF017090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017090.jpg" - -# capture n°017091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017091.pto --stitching --prefix=assemblage_017091 -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/GF017091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017091.jpg" - -# capture n°017092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017092.pto --stitching --prefix=assemblage_017092 -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/GF017092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017092.jpg" - -# capture n°017093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017093.pto --stitching --prefix=assemblage_017093 -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/GF017093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017093.jpg" - -# capture n°017094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017094.pto --stitching --prefix=assemblage_017094 -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/GF017094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017094.jpg" - -# capture n°017095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017095.pto --stitching --prefix=assemblage_017095 -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/GF017095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017095.jpg" - -# capture n°017096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017096.pto --stitching --prefix=assemblage_017096 -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/GF017096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017096.jpg" - -# capture n°017097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017097.pto --stitching --prefix=assemblage_017097 -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/GF017097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017097.jpg" - -# capture n°017098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017098.pto --stitching --prefix=assemblage_017098 -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/GF017098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017098.jpg" - -# capture n°017099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017099.pto --stitching --prefix=assemblage_017099 -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/GF017099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017099.jpg" - -# capture n°017100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017100.pto --stitching --prefix=assemblage_017100 -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/GF017100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017100.jpg" - -# capture n°017101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017101.pto --stitching --prefix=assemblage_017101 -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/GF017101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017101.jpg" - -# capture n°017102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017102.pto --stitching --prefix=assemblage_017102 -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/GF017102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017102.jpg" - -# capture n°017103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017103.pto --stitching --prefix=assemblage_017103 -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/GF017103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017103.jpg" - -# capture n°017104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017104.pto --stitching --prefix=assemblage_017104 -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/GF017104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017104.jpg" - -# capture n°017105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017105.pto --stitching --prefix=assemblage_017105 -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/GF017105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017105.jpg" - -# capture n°017106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017106.pto --stitching --prefix=assemblage_017106 -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/GF017106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017106.jpg" - -# capture n°017107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017107.pto --stitching --prefix=assemblage_017107 -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/GF017107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017107.jpg" - -# capture n°017108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017108.pto --stitching --prefix=assemblage_017108 -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/GF017108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017108.jpg" - -# capture n°017109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017109.pto --stitching --prefix=assemblage_017109 -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/GF017109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017109.jpg" - -# capture n°017110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017110.pto --stitching --prefix=assemblage_017110 -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/GF017110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017110.jpg" - -# capture n°017111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017111.pto --stitching --prefix=assemblage_017111 -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/GF017111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017111.jpg" - -# capture n°017112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017112.pto --stitching --prefix=assemblage_017112 -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/GF017112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017112.jpg" - -# capture n°017113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017113.pto --stitching --prefix=assemblage_017113 -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/GF017113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017113.jpg" - -# capture n°017114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017114.pto --stitching --prefix=assemblage_017114 -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/GF017114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017114.jpg" - -# capture n°017115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017115.pto --stitching --prefix=assemblage_017115 -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/GF017115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017115.jpg" - -# capture n°017116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017116.pto --stitching --prefix=assemblage_017116 -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/GF017116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017116.jpg" - -# capture n°017117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017117.pto --stitching --prefix=assemblage_017117 -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/GF017117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017117.jpg" - -# capture n°017118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017118.pto --stitching --prefix=assemblage_017118 -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/GF017118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017118.jpg" - -# capture n°017119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017119.pto --stitching --prefix=assemblage_017119 -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/GF017119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017119.jpg" - -# capture n°017120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017120.pto --stitching --prefix=assemblage_017120 -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/GF017120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017120.jpg" - -# capture n°017121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017121.pto --stitching --prefix=assemblage_017121 -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/GF017121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017121.jpg" - -# capture n°017122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017122.pto --stitching --prefix=assemblage_017122 -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/GF017122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017122.jpg" - -# capture n°017123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017123.pto --stitching --prefix=assemblage_017123 -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/GF017123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017123.jpg" - -# capture n°017124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017124.pto --stitching --prefix=assemblage_017124 -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/GF017124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017124.jpg" - -# capture n°017125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017125.pto --stitching --prefix=assemblage_017125 -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/GF017125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017125.jpg" - -# capture n°017126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017126.pto --stitching --prefix=assemblage_017126 -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/GF017126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017126.jpg" - -# capture n°017127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017127.pto --stitching --prefix=assemblage_017127 -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/GF017127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017127.jpg" - -# capture n°017128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017128.pto --stitching --prefix=assemblage_017128 -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/GF017128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017128.jpg" - -# capture n°017129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017129.pto --stitching --prefix=assemblage_017129 -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/GF017129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017129.jpg" - -# capture n°017130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017130.pto --stitching --prefix=assemblage_017130 -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/GF017130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017130.jpg" - -# capture n°017131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017131.pto --stitching --prefix=assemblage_017131 -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/GF017131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017131.jpg" - -# capture n°017132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017132.pto --stitching --prefix=assemblage_017132 -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/GF017132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017132.jpg" - -# capture n°017133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017133.pto --stitching --prefix=assemblage_017133 -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/GF017133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017133.jpg" - -# capture n°017134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017134.pto --stitching --prefix=assemblage_017134 -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/GF017134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017134.jpg" - -# capture n°017135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017135.pto --stitching --prefix=assemblage_017135 -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/GF017135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017135.jpg" - -# capture n°017136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017136.pto --stitching --prefix=assemblage_017136 -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/GF017136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017136.jpg" - -# capture n°017137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017137.pto --stitching --prefix=assemblage_017137 -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/GF017137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017137.jpg" - -# capture n°017138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017138.pto --stitching --prefix=assemblage_017138 -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/GF017138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017138.jpg" - -# capture n°017139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017139.pto --stitching --prefix=assemblage_017139 -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/GF017139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017139.jpg" - -# capture n°017140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017140.pto --stitching --prefix=assemblage_017140 -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/GF017140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017140.jpg" - -# capture n°017141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017141.pto --stitching --prefix=assemblage_017141 -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/GF017141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017141.jpg" - -# capture n°017142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017142.pto --stitching --prefix=assemblage_017142 -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/GF017142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017142.jpg" - -# capture n°017143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017143.pto --stitching --prefix=assemblage_017143 -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/GF017143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017143.jpg" - -# capture n°017144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017144.pto --stitching --prefix=assemblage_017144 -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/GF017144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017144.jpg" - -# capture n°017145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017145.pto --stitching --prefix=assemblage_017145 -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/GF017145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017145.jpg" - -# capture n°017146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017146.pto --stitching --prefix=assemblage_017146 -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/GF017146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017146.jpg" - -# capture n°017147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017147.pto --stitching --prefix=assemblage_017147 -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/GF017147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017147.jpg" - -# capture n°017148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017148.pto --stitching --prefix=assemblage_017148 -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/GF017148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017148.jpg" - -# capture n°017149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017149.pto --stitching --prefix=assemblage_017149 -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/GF017149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017149.jpg" - -# capture n°017150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017150.pto --stitching --prefix=assemblage_017150 -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/GF017150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017150.jpg" - -# capture n°017151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017151.pto --stitching --prefix=assemblage_017151 -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/GF017151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017151.jpg" - -# capture n°017152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017152.pto --stitching --prefix=assemblage_017152 -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/GF017152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017152.jpg" - -# capture n°017153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017153.pto --stitching --prefix=assemblage_017153 -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/GF017153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017153.jpg" - -# capture n°017154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017154.pto --stitching --prefix=assemblage_017154 -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/GF017154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017154.jpg" - -# capture n°017155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017155.pto --stitching --prefix=assemblage_017155 -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/GF017155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017155.jpg" - -# capture n°017156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017156.pto --stitching --prefix=assemblage_017156 -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/GF017156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017156.jpg" - -# capture n°017157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017157.pto --stitching --prefix=assemblage_017157 -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/GF017157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017157.jpg" - -# capture n°017158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017158.pto --stitching --prefix=assemblage_017158 -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/GF017158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017158.jpg" - -# capture n°017159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017159.pto --stitching --prefix=assemblage_017159 -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/GF017159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017159.jpg" - -# capture n°017160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017160.pto --stitching --prefix=assemblage_017160 -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/GF017160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017160.jpg" - -# capture n°017161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017161.pto --stitching --prefix=assemblage_017161 -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/GF017161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017161.jpg" - -# capture n°017162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017162.pto --stitching --prefix=assemblage_017162 -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/GF017162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017162.jpg" - -# capture n°017163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017163.pto --stitching --prefix=assemblage_017163 -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/GF017163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017163.jpg" - -# capture n°017164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017164.pto --stitching --prefix=assemblage_017164 -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/GF017164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017164.jpg" - -# capture n°017165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017165.pto --stitching --prefix=assemblage_017165 -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/GF017165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017165.jpg" - -# capture n°017166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017166.pto --stitching --prefix=assemblage_017166 -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/GF017166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017166.jpg" - -# capture n°017167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017167.pto --stitching --prefix=assemblage_017167 -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/GF017167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017167.jpg" - -# capture n°017168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017168.pto --stitching --prefix=assemblage_017168 -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/GF017168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017168.jpg" - -# capture n°017169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017169.pto --stitching --prefix=assemblage_017169 -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/GF017169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017169.jpg" - -# capture n°017170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017170.pto --stitching --prefix=assemblage_017170 -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/GF017170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017170.jpg" - -# capture n°017171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017171.pto --stitching --prefix=assemblage_017171 -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/GF017171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017171.jpg" - -# capture n°017172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017172.pto --stitching --prefix=assemblage_017172 -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/GF017172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017172.jpg" - -# capture n°017173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017173.pto --stitching --prefix=assemblage_017173 -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/GF017173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017173.jpg" - -# capture n°017174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017174.pto --stitching --prefix=assemblage_017174 -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/GF017174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017174.jpg" - -# capture n°017175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017175.pto --stitching --prefix=assemblage_017175 -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/GF017175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017175.jpg" - -# capture n°017176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017176.pto --stitching --prefix=assemblage_017176 -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/GF017176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017176.jpg" - -# capture n°017177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017177.pto --stitching --prefix=assemblage_017177 -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/GF017177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017177.jpg" - -# capture n°017178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017178.pto --stitching --prefix=assemblage_017178 -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/GF017178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017178.jpg" - -# capture n°017179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017179.pto --stitching --prefix=assemblage_017179 -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/GF017179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017179.jpg" - -# capture n°017180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017180.pto --stitching --prefix=assemblage_017180 -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/GF017180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017180.jpg" - -# capture n°017181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017181.pto --stitching --prefix=assemblage_017181 -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/GF017181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017181.jpg" - -# capture n°017182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017182.pto --stitching --prefix=assemblage_017182 -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/GF017182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017182.jpg" - -# capture n°017183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017183.pto --stitching --prefix=assemblage_017183 -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/GF017183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017183.jpg" - -# capture n°017184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017184.pto --stitching --prefix=assemblage_017184 -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/GF017184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017184.jpg" - -# capture n°017185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017185.pto --stitching --prefix=assemblage_017185 -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/GF017185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017185.jpg" - -# capture n°017186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017186.pto --stitching --prefix=assemblage_017186 -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/GF017186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017186.jpg" - -# capture n°017187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017187.pto --stitching --prefix=assemblage_017187 -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/GF017187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017187.jpg" - -# capture n°017188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017188.pto --stitching --prefix=assemblage_017188 -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/GF017188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017188.jpg" - -# capture n°017189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017189.pto --stitching --prefix=assemblage_017189 -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/GF017189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017189.jpg" - -# capture n°017190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017190.pto --stitching --prefix=assemblage_017190 -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/GF017190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017190.jpg" - -# capture n°017191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017191.pto --stitching --prefix=assemblage_017191 -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/GF017191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017191.jpg" - -# capture n°017192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017192.pto --stitching --prefix=assemblage_017192 -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/GF017192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017192.jpg" - -# capture n°017193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017193.pto --stitching --prefix=assemblage_017193 -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/GF017193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017193.jpg" - -# capture n°017194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017194.pto --stitching --prefix=assemblage_017194 -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/GF017194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017194.jpg" - -# capture n°017195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017195.pto --stitching --prefix=assemblage_017195 -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/GF017195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017195.jpg" - -# capture n°017196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017196.pto --stitching --prefix=assemblage_017196 -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/GF017196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017196.jpg" - -# capture n°017197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017197.pto --stitching --prefix=assemblage_017197 -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/GF017197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017197.jpg" - -# capture n°017198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017198.pto --stitching --prefix=assemblage_017198 -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/GF017198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017198.jpg" - -# capture n°017199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017199.pto --stitching --prefix=assemblage_017199 -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/GF017199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017199.jpg" - -# capture n°017200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017200.pto --stitching --prefix=assemblage_017200 -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/GF017200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017200.jpg" - -# capture n°017201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017201.pto --stitching --prefix=assemblage_017201 -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/GF017201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017201.jpg" - -# capture n°017202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017202.pto --stitching --prefix=assemblage_017202 -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/GF017202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017202.jpg" - -# capture n°017203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017203.pto --stitching --prefix=assemblage_017203 -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/GF017203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017203.jpg" - -# capture n°017204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017204.pto --stitching --prefix=assemblage_017204 -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/GF017204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017204.jpg" - -# capture n°017205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017205.pto --stitching --prefix=assemblage_017205 -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/GF017205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017205.jpg" - -# capture n°017206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017206.pto --stitching --prefix=assemblage_017206 -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/GF017206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017206.jpg" - -# capture n°017207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017207.pto --stitching --prefix=assemblage_017207 -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/GF017207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017207.jpg" - -# capture n°017208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017208.pto --stitching --prefix=assemblage_017208 -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/GF017208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017208.jpg" - -# capture n°017209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017209.pto --stitching --prefix=assemblage_017209 -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/GF017209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017209.jpg" - -# capture n°017210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017210.pto --stitching --prefix=assemblage_017210 -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/GF017210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017210.jpg" - -# capture n°017211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017211.pto --stitching --prefix=assemblage_017211 -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/GF017211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017211.jpg" - -# capture n°017212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017212.pto --stitching --prefix=assemblage_017212 -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/GF017212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017212.jpg" - -# capture n°017213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017213.pto --stitching --prefix=assemblage_017213 -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/GF017213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017213.jpg" - -# capture n°017214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017214.pto --stitching --prefix=assemblage_017214 -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/GF017214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017214.jpg" - -# capture n°017215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017215.pto --stitching --prefix=assemblage_017215 -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/GF017215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017215.jpg" - -# capture n°017216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017216.pto --stitching --prefix=assemblage_017216 -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/GF017216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017216.jpg" - -# capture n°017217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017217.pto --stitching --prefix=assemblage_017217 -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/GF017217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017217.jpg" - -# capture n°017218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017218.pto --stitching --prefix=assemblage_017218 -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/GF017218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017218.jpg" - -# capture n°017219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017219.pto --stitching --prefix=assemblage_017219 -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/GF017219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017219.jpg" - -# capture n°017220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017220.pto --stitching --prefix=assemblage_017220 -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/GF017220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017220.jpg" - -# capture n°017221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017221.pto --stitching --prefix=assemblage_017221 -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/GF017221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017221.jpg" - -# capture n°017222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017222.pto --stitching --prefix=assemblage_017222 -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/GF017222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017222.jpg" - -# capture n°017223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017223.pto --stitching --prefix=assemblage_017223 -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/GF017223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017223.jpg" - -# capture n°017224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017224.pto --stitching --prefix=assemblage_017224 -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/GF017224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017224.jpg" - -# capture n°017225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017225.pto --stitching --prefix=assemblage_017225 -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/GF017225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017225.jpg" - -# capture n°017226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017226.pto --stitching --prefix=assemblage_017226 -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/GF017226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017226.jpg" - -# capture n°017227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017227.pto --stitching --prefix=assemblage_017227 -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/GF017227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017227.jpg" - -# capture n°017228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017228.pto --stitching --prefix=assemblage_017228 -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/GF017228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017228.jpg" - -# capture n°017229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017229.pto --stitching --prefix=assemblage_017229 -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/GF017229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017229.jpg" - -# capture n°017230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017230.pto --stitching --prefix=assemblage_017230 -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/GF017230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017230.jpg" - -# capture n°017231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017231.pto --stitching --prefix=assemblage_017231 -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/GF017231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017231.jpg" - -# capture n°017232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017232.pto --stitching --prefix=assemblage_017232 -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/GF017232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017232.jpg" - -# capture n°017233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017233.pto --stitching --prefix=assemblage_017233 -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/GF017233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017233.jpg" - -# capture n°017234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017234.pto --stitching --prefix=assemblage_017234 -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/GF017234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017234.jpg" - -# capture n°017235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017235.pto --stitching --prefix=assemblage_017235 -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/GF017235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017235.jpg" - -# capture n°017236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017236.pto --stitching --prefix=assemblage_017236 -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/GF017236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017236.jpg" - -# capture n°017237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017237.pto --stitching --prefix=assemblage_017237 -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/GF017237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017237.jpg" - -# capture n°017238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017238.pto --stitching --prefix=assemblage_017238 -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/GF017238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017238.jpg" - -# capture n°017239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017239.pto --stitching --prefix=assemblage_017239 -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/GF017239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017239.jpg" - -# capture n°017240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017240.pto --stitching --prefix=assemblage_017240 -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/GF017240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017240.jpg" - -# capture n°017241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017241.pto --stitching --prefix=assemblage_017241 -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/GF017241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017241.jpg" - -# capture n°017242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017242.pto --stitching --prefix=assemblage_017242 -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/GF017242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017242.jpg" - -# capture n°017243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017243.pto --stitching --prefix=assemblage_017243 -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/GF017243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017243.jpg" - -# capture n°017244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017244.pto --stitching --prefix=assemblage_017244 -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/GF017244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017244.jpg" - -# capture n°017245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017245.pto --stitching --prefix=assemblage_017245 -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/GF017245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017245.jpg" - -# capture n°017246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017246.pto --stitching --prefix=assemblage_017246 -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/GF017246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017246.jpg" - -# capture n°017247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017247.pto --stitching --prefix=assemblage_017247 -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/GF017247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017247.jpg" - -# capture n°017248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017248.pto --stitching --prefix=assemblage_017248 -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/GF017248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017248.jpg" - -# capture n°017249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017249.pto --stitching --prefix=assemblage_017249 -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/GF017249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017249.jpg" - -# capture n°017250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017250.pto --stitching --prefix=assemblage_017250 -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/GF017250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017250.jpg" - -# capture n°017251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017251.pto --stitching --prefix=assemblage_017251 -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/GF017251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017251.jpg" - -# capture n°017252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017252.pto --stitching --prefix=assemblage_017252 -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/GF017252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017252.jpg" - -# capture n°017253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017253.pto --stitching --prefix=assemblage_017253 -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/GF017253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017253.jpg" - -# capture n°017254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017254.pto --stitching --prefix=assemblage_017254 -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/GF017254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017254.jpg" - -# capture n°017255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017255.pto --stitching --prefix=assemblage_017255 -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/GF017255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017255.jpg" - -# capture n°017256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017256.pto --stitching --prefix=assemblage_017256 -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/GF017256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017256.jpg" - -# capture n°017257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017257.pto --stitching --prefix=assemblage_017257 -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/GF017257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017257.jpg" - -# capture n°017258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017258.pto --stitching --prefix=assemblage_017258 -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/GF017258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017258.jpg" - -# capture n°017259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017259.pto --stitching --prefix=assemblage_017259 -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/GF017259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017259.jpg" - -# capture n°017260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017260.pto --stitching --prefix=assemblage_017260 -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/GF017260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017260.jpg" - -# capture n°017261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017261.pto --stitching --prefix=assemblage_017261 -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/GF017261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017261.jpg" - -# capture n°017262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017262.pto --stitching --prefix=assemblage_017262 -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/GF017262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017262.jpg" - -# capture n°017263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017263.pto --stitching --prefix=assemblage_017263 -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/GF017263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017263.jpg" - -# capture n°017264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017264.pto --stitching --prefix=assemblage_017264 -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/GF017264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017264.jpg" - -# capture n°017265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017265.pto --stitching --prefix=assemblage_017265 -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/GF017265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017265.jpg" - -# capture n°017266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017266.pto --stitching --prefix=assemblage_017266 -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/GF017266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017266.jpg" - -# capture n°017267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017267.pto --stitching --prefix=assemblage_017267 -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/GF017267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017267.jpg" - -# capture n°017268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017268.pto --stitching --prefix=assemblage_017268 -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/GF017268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017268.jpg" - -# capture n°017269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017269.pto --stitching --prefix=assemblage_017269 -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/GF017269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017269.jpg" - -# capture n°017270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017270.pto --stitching --prefix=assemblage_017270 -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/GF017270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017270.jpg" - -# capture n°017271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017271.pto --stitching --prefix=assemblage_017271 -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/GF017271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017271.jpg" - -# capture n°017272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017272.pto --stitching --prefix=assemblage_017272 -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/GF017272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017272.jpg" - -# capture n°017273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017273.pto --stitching --prefix=assemblage_017273 -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/GF017273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017273.jpg" - -# capture n°017274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017274.pto --stitching --prefix=assemblage_017274 -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/GF017274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017274.jpg" - -# capture n°017275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017275.pto --stitching --prefix=assemblage_017275 -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/GF017275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017275.jpg" - -# capture n°017276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017276.pto --stitching --prefix=assemblage_017276 -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/GF017276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017276.jpg" - -# capture n°017277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017277.pto --stitching --prefix=assemblage_017277 -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/GF017277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017277.jpg" - -# capture n°017278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017278.pto --stitching --prefix=assemblage_017278 -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/GF017278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017278.jpg" - -# capture n°017279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017279.pto --stitching --prefix=assemblage_017279 -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/GF017279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017279.jpg" - -# capture n°017280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017280.pto --stitching --prefix=assemblage_017280 -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/GF017280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017280.jpg" - -# capture n°017281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017281.pto --stitching --prefix=assemblage_017281 -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/GF017281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017281.jpg" - -# capture n°017282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017282.pto --stitching --prefix=assemblage_017282 -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/GF017282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017282.jpg" - -# capture n°017283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017283.pto --stitching --prefix=assemblage_017283 -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/GF017283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017283.jpg" - -# capture n°017284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017284.pto --stitching --prefix=assemblage_017284 -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/GF017284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017284.jpg" - -# capture n°017285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017285.pto --stitching --prefix=assemblage_017285 -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/GF017285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017285.jpg" - -# capture n°017286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017286.pto --stitching --prefix=assemblage_017286 -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/GF017286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017286.jpg" - -# capture n°017287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017287.pto --stitching --prefix=assemblage_017287 -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/GF017287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017287.jpg" - -# capture n°017288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017288.pto --stitching --prefix=assemblage_017288 -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/GF017288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017288.jpg" - -# capture n°017289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017289.pto --stitching --prefix=assemblage_017289 -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/GF017289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017289.jpg" - -# capture n°017290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017290.pto --stitching --prefix=assemblage_017290 -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/GF017290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017290.jpg" - -# capture n°017291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017291.pto --stitching --prefix=assemblage_017291 -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/GF017291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017291.jpg" - -# capture n°017292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017292.pto --stitching --prefix=assemblage_017292 -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/GF017292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017292.jpg" - -# capture n°017293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017293.pto --stitching --prefix=assemblage_017293 -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/GF017293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017293.jpg" - -# capture n°017294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017294.pto --stitching --prefix=assemblage_017294 -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/GF017294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017294.jpg" - -# capture n°017295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017295.pto --stitching --prefix=assemblage_017295 -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/GF017295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017295.jpg" - -# capture n°017296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017296.pto --stitching --prefix=assemblage_017296 -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/GF017296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017296.jpg" - -# capture n°017297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017297.pto --stitching --prefix=assemblage_017297 -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/GF017297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017297.jpg" - -# capture n°017298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017298.pto --stitching --prefix=assemblage_017298 -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/GF017298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017298.jpg" - -# capture n°017299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017299.pto --stitching --prefix=assemblage_017299 -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/GF017299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017299.jpg" - -# capture n°017300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017300.pto --stitching --prefix=assemblage_017300 -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/GF017300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017300.jpg" - -# capture n°017301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017301.pto --stitching --prefix=assemblage_017301 -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/GF017301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017301.jpg" - -# capture n°017302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017302.pto --stitching --prefix=assemblage_017302 -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/GF017302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017302.jpg" - -# capture n°017303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017303.pto --stitching --prefix=assemblage_017303 -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/GF017303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017303.jpg" - -# capture n°017304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017304.pto --stitching --prefix=assemblage_017304 -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/GF017304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017304.jpg" - -# capture n°017305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017305.pto --stitching --prefix=assemblage_017305 -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/GF017305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017305.jpg" - -# capture n°017306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017306.pto --stitching --prefix=assemblage_017306 -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/GF017306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017306.jpg" - -# capture n°017307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017307.pto --stitching --prefix=assemblage_017307 -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/GF017307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017307.jpg" - -# capture n°017308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017308.pto --stitching --prefix=assemblage_017308 -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/GF017308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017308.jpg" - -# capture n°017309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017309.pto --stitching --prefix=assemblage_017309 -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/GF017309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017309.jpg" - -# capture n°017310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017310.pto --stitching --prefix=assemblage_017310 -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/GF017310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017310.jpg" - -# capture n°017311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017311.pto --stitching --prefix=assemblage_017311 -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/GF017311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017311.jpg" - -# capture n°017312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017312.pto --stitching --prefix=assemblage_017312 -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/GF017312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017312.jpg" - -# capture n°017313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017313.pto --stitching --prefix=assemblage_017313 -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/GF017313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017313.jpg" - -# capture n°017314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017314.pto --stitching --prefix=assemblage_017314 -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/GF017314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017314.jpg" - -# capture n°017315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017315.pto --stitching --prefix=assemblage_017315 -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/GF017315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017315.jpg" - -# capture n°017316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017316.pto --stitching --prefix=assemblage_017316 -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/GF017316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017316.jpg" - -# capture n°017317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017317.pto --stitching --prefix=assemblage_017317 -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/GF017317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017317.jpg" - -# capture n°017318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017318.pto --stitching --prefix=assemblage_017318 -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/GF017318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017318.jpg" - -# capture n°017319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017319.pto --stitching --prefix=assemblage_017319 -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/GF017319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017319.jpg" - -# capture n°017320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017320.pto --stitching --prefix=assemblage_017320 -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/GF017320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017320.jpg" - -# capture n°017321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017321.pto --stitching --prefix=assemblage_017321 -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/GF017321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017321.jpg" - -# capture n°017322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017322.pto --stitching --prefix=assemblage_017322 -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/GF017322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017322.jpg" - -# capture n°017323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017323.pto --stitching --prefix=assemblage_017323 -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/GF017323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017323.jpg" - -# capture n°017324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017324.pto --stitching --prefix=assemblage_017324 -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/GF017324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017324.jpg" - -# capture n°017325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017325.pto --stitching --prefix=assemblage_017325 -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/GF017325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017325.jpg" - -# capture n°017326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017326.pto --stitching --prefix=assemblage_017326 -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/GF017326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017326.jpg" - -# capture n°017327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017327.pto --stitching --prefix=assemblage_017327 -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/GF017327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017327.jpg" - -# capture n°017328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017328.pto --stitching --prefix=assemblage_017328 -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/GF017328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017328.jpg" - -# capture n°017329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017329.pto --stitching --prefix=assemblage_017329 -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/GF017329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017329.jpg" - -# capture n°017330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017330.pto --stitching --prefix=assemblage_017330 -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/GF017330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017330.jpg" - -# capture n°017331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017331.pto --stitching --prefix=assemblage_017331 -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/GF017331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017331.jpg" - -# capture n°017332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017332.pto --stitching --prefix=assemblage_017332 -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/GF017332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017332.jpg" - -# capture n°017333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017333.pto --stitching --prefix=assemblage_017333 -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/GF017333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017333.jpg" - -# capture n°017334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017334.pto --stitching --prefix=assemblage_017334 -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/GF017334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017334.jpg" - -# capture n°017335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017335.pto --stitching --prefix=assemblage_017335 -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/GF017335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017335.jpg" - -# capture n°017336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017336.pto --stitching --prefix=assemblage_017336 -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/GF017336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017336.jpg" - -# capture n°017337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017337.pto --stitching --prefix=assemblage_017337 -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/GF017337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017337.jpg" - -# capture n°017338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017338.pto --stitching --prefix=assemblage_017338 -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/GF017338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017338.jpg" - -# capture n°017339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017339.pto --stitching --prefix=assemblage_017339 -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/GF017339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017339.jpg" - -# capture n°017340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017340.pto --stitching --prefix=assemblage_017340 -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/GF017340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017340.jpg" - -# capture n°017341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017341.pto --stitching --prefix=assemblage_017341 -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/GF017341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017341.jpg" - -# capture n°017342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017342.pto --stitching --prefix=assemblage_017342 -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/GF017342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017342.jpg" - -# capture n°017343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017343.pto --stitching --prefix=assemblage_017343 -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/GF017343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017343.jpg" - -# capture n°017344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017344.pto --stitching --prefix=assemblage_017344 -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/GF017344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017344.jpg" - -# capture n°017345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017345.pto --stitching --prefix=assemblage_017345 -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/GF017345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017345.jpg" - -# capture n°017346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017346.pto --stitching --prefix=assemblage_017346 -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/GF017346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017346.jpg" - -# capture n°017347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017347.pto --stitching --prefix=assemblage_017347 -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/GF017347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017347.jpg" - -# capture n°017348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017348.pto --stitching --prefix=assemblage_017348 -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/GF017348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017348.jpg" - -# capture n°017349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017349.pto --stitching --prefix=assemblage_017349 -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/GF017349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017349.jpg" - -# capture n°017350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017350.pto --stitching --prefix=assemblage_017350 -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/GF017350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017350.jpg" - -# capture n°017351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017351.pto --stitching --prefix=assemblage_017351 -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/GF017351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017351.jpg" - -# capture n°017352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017352.pto --stitching --prefix=assemblage_017352 -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/GF017352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017352.jpg" - -# capture n°017353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017353.pto --stitching --prefix=assemblage_017353 -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/GF017353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017353.jpg" - -# capture n°017354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017354.pto --stitching --prefix=assemblage_017354 -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/GF017354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017354.jpg" - -# capture n°017355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017355.pto --stitching --prefix=assemblage_017355 -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/GF017355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017355.jpg" - -# capture n°017356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017356.pto --stitching --prefix=assemblage_017356 -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/GF017356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017356.jpg" - -# capture n°017357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017357.pto --stitching --prefix=assemblage_017357 -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/GF017357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017357.jpg" - -# capture n°017358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017358.pto --stitching --prefix=assemblage_017358 -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/GF017358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017358.jpg" - -# capture n°017359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017359.pto --stitching --prefix=assemblage_017359 -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/GF017359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017359.jpg" - -# capture n°017360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017360.pto --stitching --prefix=assemblage_017360 -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/GF017360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017360.jpg" - -# capture n°017361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017361.pto --stitching --prefix=assemblage_017361 -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/GF017361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017361.jpg" - -# capture n°017362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017362.pto --stitching --prefix=assemblage_017362 -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/GF017362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017362.jpg" - -# capture n°017363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017363.pto --stitching --prefix=assemblage_017363 -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/GF017363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017363.jpg" - -# capture n°017364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017364.pto --stitching --prefix=assemblage_017364 -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/GF017364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017364.jpg" - -# capture n°017365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017365.pto --stitching --prefix=assemblage_017365 -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/GF017365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017365.jpg" - -# capture n°017366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017366.pto --stitching --prefix=assemblage_017366 -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/GF017366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017366.jpg" - -# capture n°017367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017367.pto --stitching --prefix=assemblage_017367 -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/GF017367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017367.jpg" - -# capture n°017368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017368.pto --stitching --prefix=assemblage_017368 -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/GF017368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017368.jpg" - -# capture n°017369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017369.pto --stitching --prefix=assemblage_017369 -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/GF017369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017369.jpg" - -# capture n°017370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017370.pto --stitching --prefix=assemblage_017370 -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/GF017370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017370.jpg" - -# capture n°017371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017371.pto --stitching --prefix=assemblage_017371 -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/GF017371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017371.jpg" - -# capture n°017372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017372.pto --stitching --prefix=assemblage_017372 -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/GF017372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017372.jpg" - -# capture n°017373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017373.pto --stitching --prefix=assemblage_017373 -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/GF017373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017373.jpg" - -# capture n°017374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017374.pto --stitching --prefix=assemblage_017374 -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/GF017374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017374.jpg" - -# capture n°017375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017375.pto --stitching --prefix=assemblage_017375 -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/GF017375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017375.jpg" - -# capture n°017376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017376.pto --stitching --prefix=assemblage_017376 -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/GF017376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017376.jpg" - -# capture n°017377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017377.pto --stitching --prefix=assemblage_017377 -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/GF017377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017377.jpg" - -# capture n°017378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017378.pto --stitching --prefix=assemblage_017378 -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/GF017378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017378.jpg" - -# capture n°017379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017379.pto --stitching --prefix=assemblage_017379 -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/GF017379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017379.jpg" - -# capture n°017380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017380.pto --stitching --prefix=assemblage_017380 -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/GF017380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017380.jpg" - -# capture n°017381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017381.pto --stitching --prefix=assemblage_017381 -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/GF017381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017381.jpg" - -# capture n°017382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017382.pto --stitching --prefix=assemblage_017382 -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/GF017382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017382.jpg" - -# capture n°017383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017383.pto --stitching --prefix=assemblage_017383 -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/GF017383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017383.jpg" - -# capture n°017384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017384.pto --stitching --prefix=assemblage_017384 -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/GF017384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017384.jpg" - -# capture n°017385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017385.pto --stitching --prefix=assemblage_017385 -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/GF017385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017385.jpg" - -# capture n°017386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017386.pto --stitching --prefix=assemblage_017386 -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/GF017386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017386.jpg" - -# capture n°017387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017387.pto --stitching --prefix=assemblage_017387 -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/GF017387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017387.jpg" - -# capture n°017388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017388.pto --stitching --prefix=assemblage_017388 -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/GF017388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017388.jpg" - -# capture n°017389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017389.pto --stitching --prefix=assemblage_017389 -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/GF017389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017389.jpg" - -# capture n°017390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017390.pto --stitching --prefix=assemblage_017390 -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/GF017390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017390.jpg" - -# capture n°017391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017391.pto --stitching --prefix=assemblage_017391 -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/GF017391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017391.jpg" - -# capture n°017392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017392.pto --stitching --prefix=assemblage_017392 -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/GF017392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017392.jpg" - -# capture n°017393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017393.pto --stitching --prefix=assemblage_017393 -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/GF017393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017393.jpg" - -# capture n°017394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017394.pto --stitching --prefix=assemblage_017394 -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/GF017394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017394.jpg" - -# capture n°017395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017395.pto --stitching --prefix=assemblage_017395 -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/GF017395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017395.jpg" - -# capture n°017396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017396.pto --stitching --prefix=assemblage_017396 -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/GF017396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017396.jpg" - -# capture n°017397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017397.pto --stitching --prefix=assemblage_017397 -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/GF017397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017397.jpg" - -# capture n°017398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017398.pto --stitching --prefix=assemblage_017398 -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/GF017398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017398.jpg" - -# capture n°017399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017399.pto --stitching --prefix=assemblage_017399 -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/GF017399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017399.jpg" - -# capture n°017400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017400.pto --stitching --prefix=assemblage_017400 -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/GF017400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017400.jpg" - -# capture n°017401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017401.pto --stitching --prefix=assemblage_017401 -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/GF017401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017401.jpg" - -# capture n°017402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017402.pto --stitching --prefix=assemblage_017402 -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/GF017402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017402.jpg" - -# capture n°017403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017403.pto --stitching --prefix=assemblage_017403 -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/GF017403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017403.jpg" - -# capture n°017404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017404.pto --stitching --prefix=assemblage_017404 -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/GF017404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017404.jpg" - -# capture n°017405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017405.pto --stitching --prefix=assemblage_017405 -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/GF017405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017405.jpg" - -# capture n°017406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017406.pto --stitching --prefix=assemblage_017406 -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/GF017406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017406.jpg" - -# capture n°017407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017407.pto --stitching --prefix=assemblage_017407 -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/GF017407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017407.jpg" - -# capture n°017408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017408.pto --stitching --prefix=assemblage_017408 -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/GF017408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017408.jpg" - -# capture n°017409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017409.pto --stitching --prefix=assemblage_017409 -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/GF017409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017409.jpg" - -# capture n°017410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017410.pto --stitching --prefix=assemblage_017410 -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/GF017410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017410.jpg" - -# capture n°017411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017411.pto --stitching --prefix=assemblage_017411 -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/GF017411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017411.jpg" - -# capture n°017412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017412.pto --stitching --prefix=assemblage_017412 -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/GF017412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017412.jpg" - -# capture n°017413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017413.pto --stitching --prefix=assemblage_017413 -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/GF017413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017413.jpg" - -# capture n°017414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017414.pto --stitching --prefix=assemblage_017414 -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/GF017414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017414.jpg" - -# capture n°017415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017415.pto --stitching --prefix=assemblage_017415 -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/GF017415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017415.jpg" - -# capture n°017416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017416.pto --stitching --prefix=assemblage_017416 -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/GF017416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017416.jpg" - -# capture n°017417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017417.pto --stitching --prefix=assemblage_017417 -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/GF017417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017417.jpg" - -# capture n°017418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017418.pto --stitching --prefix=assemblage_017418 -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/GF017418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017418.jpg" - -# capture n°017419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017419.pto --stitching --prefix=assemblage_017419 -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/GF017419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017419.jpg" - -# capture n°017420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017420.pto --stitching --prefix=assemblage_017420 -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/GF017420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017420.jpg" - -# capture n°017421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017421.pto --stitching --prefix=assemblage_017421 -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/GF017421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017421.jpg" - -# capture n°017422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017422.pto --stitching --prefix=assemblage_017422 -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/GF017422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017422.jpg" - -# capture n°017423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017423.pto --stitching --prefix=assemblage_017423 -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/GF017423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017423.jpg" - -# capture n°017424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017424.pto --stitching --prefix=assemblage_017424 -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/GF017424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017424.jpg" - -# capture n°017425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017425.pto --stitching --prefix=assemblage_017425 -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/GF017425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017425.jpg" - -# capture n°017426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017426.pto --stitching --prefix=assemblage_017426 -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/GF017426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017426.jpg" - -# capture n°017427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017427.pto --stitching --prefix=assemblage_017427 -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/GF017427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017427.jpg" - -# capture n°017428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017428.pto --stitching --prefix=assemblage_017428 -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/GF017428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017428.jpg" - -# capture n°017429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017429.pto --stitching --prefix=assemblage_017429 -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/GF017429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017429.jpg" - -# capture n°017430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017430.pto --stitching --prefix=assemblage_017430 -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/GF017430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017430.jpg" - -# capture n°017431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017431.pto --stitching --prefix=assemblage_017431 -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/GF017431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017431.jpg" - -# capture n°017432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017432.pto --stitching --prefix=assemblage_017432 -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/GF017432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017432.jpg" - -# capture n°017433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017433.pto --stitching --prefix=assemblage_017433 -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/GF017433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017433.jpg" - -# capture n°017434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017434.pto --stitching --prefix=assemblage_017434 -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/GF017434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017434.jpg" - -# capture n°017435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017435.pto --stitching --prefix=assemblage_017435 -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/GF017435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017435.jpg" - -# capture n°017436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017436.pto --stitching --prefix=assemblage_017436 -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/GF017436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017436.jpg" - -# capture n°017437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017437.pto --stitching --prefix=assemblage_017437 -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/GF017437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017437.jpg" - -# capture n°017438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017438.pto --stitching --prefix=assemblage_017438 -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/GF017438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017438.jpg" - -# capture n°017439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017439.pto --stitching --prefix=assemblage_017439 -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/GF017439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017439.jpg" - -# capture n°017440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017440.pto --stitching --prefix=assemblage_017440 -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/GF017440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017440.jpg" - -# capture n°017441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017441.pto --stitching --prefix=assemblage_017441 -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/GF017441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017441.jpg" - -# capture n°017442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017442.pto --stitching --prefix=assemblage_017442 -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/GF017442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017442.jpg" - -# capture n°017443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017443.pto --stitching --prefix=assemblage_017443 -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/GF017443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017443.jpg" - -# capture n°017444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017444.pto --stitching --prefix=assemblage_017444 -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/GF017444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017444.jpg" - -# capture n°017445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017445.pto --stitching --prefix=assemblage_017445 -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/GF017445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017445.jpg" - -# capture n°017446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017446.pto --stitching --prefix=assemblage_017446 -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/GF017446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017446.jpg" - -# capture n°017447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017447.pto --stitching --prefix=assemblage_017447 -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/GF017447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017447.jpg" - -# capture n°017448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017448.pto --stitching --prefix=assemblage_017448 -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/GF017448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017448.jpg" - -# capture n°017449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017449.pto --stitching --prefix=assemblage_017449 -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/GF017449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017449.jpg" - -# capture n°017450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017450.pto --stitching --prefix=assemblage_017450 -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/GF017450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017450.jpg" - -# capture n°017451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017451.pto --stitching --prefix=assemblage_017451 -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/GF017451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017451.jpg" - -# capture n°017452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017452.pto --stitching --prefix=assemblage_017452 -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/GF017452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017452.jpg" - -# capture n°017453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017453.pto --stitching --prefix=assemblage_017453 -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/GF017453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017453.jpg" - -# capture n°017454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017454.pto --stitching --prefix=assemblage_017454 -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/GF017454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017454.jpg" - -# capture n°017455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017455.pto --stitching --prefix=assemblage_017455 -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/GF017455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017455.jpg" - -# capture n°017456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017456.pto --stitching --prefix=assemblage_017456 -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/GF017456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017456.jpg" - -# capture n°017457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017457.pto --stitching --prefix=assemblage_017457 -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/GF017457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017457.jpg" - -# capture n°017458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017458.pto --stitching --prefix=assemblage_017458 -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/GF017458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017458.jpg" - -# capture n°017459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017459.pto --stitching --prefix=assemblage_017459 -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/GF017459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017459.jpg" - -# capture n°017460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017460.pto --stitching --prefix=assemblage_017460 -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/GF017460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017460.jpg" - -# capture n°017461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017461.pto --stitching --prefix=assemblage_017461 -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/GF017461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017461.jpg" - -# capture n°017462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017462.pto --stitching --prefix=assemblage_017462 -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/GF017462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017462.jpg" - -# capture n°017463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017463.pto --stitching --prefix=assemblage_017463 -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/GF017463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017463.jpg" - -# capture n°017464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017464.pto --stitching --prefix=assemblage_017464 -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/GF017464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017464.jpg" - -# capture n°017465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017465.pto --stitching --prefix=assemblage_017465 -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/GF017465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017465.jpg" - -# capture n°017466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017466.pto --stitching --prefix=assemblage_017466 -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/GF017466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017466.jpg" - -# capture n°017467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017467.pto --stitching --prefix=assemblage_017467 -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/GF017467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017467.jpg" - -# capture n°017468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017468.pto --stitching --prefix=assemblage_017468 -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/GF017468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017468.jpg" - -# capture n°017469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017469.pto --stitching --prefix=assemblage_017469 -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/GF017469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017469.jpg" - -# capture n°017470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017470.pto --stitching --prefix=assemblage_017470 -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/GF017470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017470.jpg" - -# capture n°017471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017471.pto --stitching --prefix=assemblage_017471 -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/GF017471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017471.jpg" - -# capture n°017472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017472.pto --stitching --prefix=assemblage_017472 -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/GF017472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017472.jpg" - -# capture n°017473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017473.pto --stitching --prefix=assemblage_017473 -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/GF017473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017473.jpg" - -# capture n°017474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017474.pto --stitching --prefix=assemblage_017474 -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/GF017474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017474.jpg" - -# capture n°017475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017475.pto --stitching --prefix=assemblage_017475 -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/GF017475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017475.jpg" - -# capture n°017476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017476.pto --stitching --prefix=assemblage_017476 -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/GF017476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017476.jpg" - -# capture n°017477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017477.pto --stitching --prefix=assemblage_017477 -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/GF017477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017477.jpg" - -# capture n°017478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017478.pto --stitching --prefix=assemblage_017478 -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/GF017478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017478.jpg" - -# capture n°017479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017479.pto --stitching --prefix=assemblage_017479 -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/GF017479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017479.jpg" - -# capture n°017480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017480.pto --stitching --prefix=assemblage_017480 -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/GF017480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017480.jpg" - -# capture n°017481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017481.pto --stitching --prefix=assemblage_017481 -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/GF017481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017481.jpg" - -# capture n°017482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017482.pto --stitching --prefix=assemblage_017482 -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/GF017482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017482.jpg" - -# capture n°017483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017483.pto --stitching --prefix=assemblage_017483 -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/GF017483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017483.jpg" - -# capture n°017484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017484.pto --stitching --prefix=assemblage_017484 -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/GF017484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017484.jpg" - -# capture n°017485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017485.pto --stitching --prefix=assemblage_017485 -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/GF017485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017485.jpg" - -# capture n°017486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017486.pto --stitching --prefix=assemblage_017486 -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/GF017486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017486.jpg" - -# capture n°017487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017487.pto --stitching --prefix=assemblage_017487 -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/GF017487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017487.jpg" - -# capture n°017488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017488.pto --stitching --prefix=assemblage_017488 -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/GF017488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017488.jpg" - -# capture n°017489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017489.pto --stitching --prefix=assemblage_017489 -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/GF017489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017489.jpg" - -# capture n°017490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017490.pto --stitching --prefix=assemblage_017490 -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/GF017490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017490.jpg" - -# capture n°017491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017491.pto --stitching --prefix=assemblage_017491 -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/GF017491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017491.jpg" - -# capture n°017492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017492.pto --stitching --prefix=assemblage_017492 -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/GF017492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017492.jpg" - -# capture n°017493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017493.pto --stitching --prefix=assemblage_017493 -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/GF017493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017493.jpg" - -# capture n°017494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017494.pto --stitching --prefix=assemblage_017494 -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/GF017494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017494.jpg" - -# capture n°017495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017495.pto --stitching --prefix=assemblage_017495 -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/GF017495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017495.jpg" - -# capture n°017496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017496.pto --stitching --prefix=assemblage_017496 -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/GF017496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017496.jpg" - -# capture n°017497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017497.pto --stitching --prefix=assemblage_017497 -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/GF017497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017497.jpg" - -# capture n°017498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017498.pto --stitching --prefix=assemblage_017498 -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/GF017498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017498.jpg" - -# capture n°017499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017499.pto --stitching --prefix=assemblage_017499 -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/GF017499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017499.jpg" - -# capture n°017500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017500.pto --stitching --prefix=assemblage_017500 -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/GF017500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017500.jpg" - -# capture n°017501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017501.pto --stitching --prefix=assemblage_017501 -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/GF017501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017501.jpg" - -# capture n°017502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017502.pto --stitching --prefix=assemblage_017502 -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/GF017502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017502.jpg" - -# capture n°017503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017503.pto --stitching --prefix=assemblage_017503 -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/GF017503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017503.jpg" - -# capture n°017504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017504.pto --stitching --prefix=assemblage_017504 -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/GF017504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017504.jpg" - -# capture n°017505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017505.pto --stitching --prefix=assemblage_017505 -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/GF017505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017505.jpg" - -# capture n°017506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017506.pto --stitching --prefix=assemblage_017506 -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/GF017506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017506.jpg" - -# capture n°017507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017507.pto --stitching --prefix=assemblage_017507 -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/GF017507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017507.jpg" - -# capture n°017508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017508.pto --stitching --prefix=assemblage_017508 -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/GF017508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017508.jpg" - -# capture n°017509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017509.pto --stitching --prefix=assemblage_017509 -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/GF017509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017509.jpg" - -# capture n°017510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017510.pto --stitching --prefix=assemblage_017510 -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/GF017510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017510.jpg" - -# capture n°017511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017511.pto --stitching --prefix=assemblage_017511 -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/GF017511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017511.jpg" - -# capture n°017512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017512.pto --stitching --prefix=assemblage_017512 -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/GF017512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017512.jpg" - -# capture n°017513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017513.pto --stitching --prefix=assemblage_017513 -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/GF017513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017513.jpg" - -# capture n°017514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017514.pto --stitching --prefix=assemblage_017514 -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/GF017514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017514.jpg" - -# capture n°017515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017515.pto --stitching --prefix=assemblage_017515 -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/GF017515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017515.jpg" - -# capture n°017516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017516.pto --stitching --prefix=assemblage_017516 -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/GF017516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017516.jpg" - -# capture n°017517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017517.pto --stitching --prefix=assemblage_017517 -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/GF017517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017517.jpg" - -# capture n°017518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017518.pto --stitching --prefix=assemblage_017518 -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/GF017518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017518.jpg" - -# capture n°017519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017519.pto --stitching --prefix=assemblage_017519 -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/GF017519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017519.jpg" - -# capture n°017520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017520.pto --stitching --prefix=assemblage_017520 -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/GF017520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017520.jpg" - -# capture n°017521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017521.pto --stitching --prefix=assemblage_017521 -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/GF017521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017521.jpg" - -# capture n°017522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017522.pto --stitching --prefix=assemblage_017522 -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/GF017522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017522.jpg" - -# capture n°017523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017523.pto --stitching --prefix=assemblage_017523 -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/GF017523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017523.jpg" - -# capture n°017524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017524.pto --stitching --prefix=assemblage_017524 -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/GF017524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017524.jpg" - -# capture n°017525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017525.pto --stitching --prefix=assemblage_017525 -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/GF017525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017525.jpg" - -# capture n°017526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017526.pto --stitching --prefix=assemblage_017526 -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/GF017526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017526.jpg" - -# capture n°017527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017527.pto --stitching --prefix=assemblage_017527 -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/GF017527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017527.jpg" - -# capture n°017528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017528.pto --stitching --prefix=assemblage_017528 -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/GF017528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017528.jpg" - -# capture n°017529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017529.pto --stitching --prefix=assemblage_017529 -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/GF017529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017529.jpg" - -# capture n°017530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017530.pto --stitching --prefix=assemblage_017530 -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/GF017530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017530.jpg" - -# capture n°017531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017531.pto --stitching --prefix=assemblage_017531 -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/GF017531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017531.jpg" - -# capture n°017532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017532.pto --stitching --prefix=assemblage_017532 -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/GF017532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017532.jpg" - -# capture n°017533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017533.pto --stitching --prefix=assemblage_017533 -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/GF017533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017533.jpg" - -# capture n°017534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017534.pto --stitching --prefix=assemblage_017534 -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/GF017534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017534.jpg" - -# capture n°017535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017535.pto --stitching --prefix=assemblage_017535 -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/GF017535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017535.jpg" - -# capture n°017536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017536.pto --stitching --prefix=assemblage_017536 -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/GF017536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017536.jpg" - -# capture n°017537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017537.pto --stitching --prefix=assemblage_017537 -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/GF017537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017537.jpg" - -# capture n°017538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017538.pto --stitching --prefix=assemblage_017538 -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/GF017538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017538.jpg" - -# capture n°017539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017539.pto --stitching --prefix=assemblage_017539 -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/GF017539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017539.jpg" - -# capture n°017540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017540.pto --stitching --prefix=assemblage_017540 -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/GF017540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017540.jpg" - -# capture n°017541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017541.pto --stitching --prefix=assemblage_017541 -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/GF017541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017541.jpg" - -# capture n°017542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017542.pto --stitching --prefix=assemblage_017542 -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/GF017542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017542.jpg" - -# capture n°017543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017543.pto --stitching --prefix=assemblage_017543 -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/GF017543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017543.jpg" - -# capture n°017544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017544.pto --stitching --prefix=assemblage_017544 -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/GF017544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017544.jpg" - -# capture n°017545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017545.pto --stitching --prefix=assemblage_017545 -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/GF017545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017545.jpg" - -# capture n°017546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017546.pto --stitching --prefix=assemblage_017546 -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/GF017546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017546.jpg" - -# capture n°017547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017547.pto --stitching --prefix=assemblage_017547 -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/GF017547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017547.jpg" - -# capture n°017548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017548.pto --stitching --prefix=assemblage_017548 -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/GF017548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017548.jpg" - -# capture n°017549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017549.pto --stitching --prefix=assemblage_017549 -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/GF017549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017549.jpg" - -# capture n°017550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017550.pto --stitching --prefix=assemblage_017550 -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/GF017550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017550.jpg" - -# capture n°017551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017551.pto --stitching --prefix=assemblage_017551 -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/GF017551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017551.jpg" - -# capture n°017552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017552.pto --stitching --prefix=assemblage_017552 -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/GF017552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017552.jpg" - -# capture n°017553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017553.pto --stitching --prefix=assemblage_017553 -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/GF017553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017553.jpg" - -# capture n°017554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017554.pto --stitching --prefix=assemblage_017554 -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/GF017554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017554.jpg" - -# capture n°017555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017555.pto --stitching --prefix=assemblage_017555 -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/GF017555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017555.jpg" - -# capture n°017556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017556.pto --stitching --prefix=assemblage_017556 -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/GF017556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017556.jpg" - -# capture n°017557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017557.pto --stitching --prefix=assemblage_017557 -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/GF017557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017557.jpg" - -# capture n°017558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017558.pto --stitching --prefix=assemblage_017558 -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/GF017558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017558.jpg" - -# capture n°017559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017559.pto --stitching --prefix=assemblage_017559 -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/GF017559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017559.jpg" - -# capture n°017560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017560.pto --stitching --prefix=assemblage_017560 -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/GF017560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017560.jpg" - -# capture n°017561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017561.pto --stitching --prefix=assemblage_017561 -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/GF017561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017561.jpg" - -# capture n°017562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017562.pto --stitching --prefix=assemblage_017562 -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/GF017562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017562.jpg" - -# capture n°017563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017563.pto --stitching --prefix=assemblage_017563 -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/GF017563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017563.jpg" - -# capture n°017564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017564.pto --stitching --prefix=assemblage_017564 -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/GF017564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017564.jpg" - -# capture n°017565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017565.pto --stitching --prefix=assemblage_017565 -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/GF017565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017565.jpg" - -# capture n°017566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017566.pto --stitching --prefix=assemblage_017566 -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/GF017566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017566.jpg" - -# capture n°017567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017567.pto --stitching --prefix=assemblage_017567 -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/GF017567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017567.jpg" - -# capture n°017568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017568.pto --stitching --prefix=assemblage_017568 -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/GF017568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017568.jpg" - -# capture n°017569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017569.pto --stitching --prefix=assemblage_017569 -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/GF017569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017569.jpg" - -# capture n°017570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017570.pto --stitching --prefix=assemblage_017570 -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/GF017570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017570.jpg" - -# capture n°017571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017571.pto --stitching --prefix=assemblage_017571 -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/GF017571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017571.jpg" - -# capture n°017572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017572.pto --stitching --prefix=assemblage_017572 -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/GF017572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017572.jpg" - -# capture n°017573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017573.pto --stitching --prefix=assemblage_017573 -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/GF017573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017573.jpg" - -# capture n°017574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017574.pto --stitching --prefix=assemblage_017574 -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/GF017574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017574.jpg" - -# capture n°017575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017575.pto --stitching --prefix=assemblage_017575 -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/GF017575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017575.jpg" - -# capture n°017576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017576.pto --stitching --prefix=assemblage_017576 -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/GF017576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017576.jpg" - -# capture n°017577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017577.pto --stitching --prefix=assemblage_017577 -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/GF017577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017577.jpg" - -# capture n°017578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017578.pto --stitching --prefix=assemblage_017578 -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/GF017578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017578.jpg" - -# capture n°017579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017579.pto --stitching --prefix=assemblage_017579 -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/GF017579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017579.jpg" - -# capture n°017580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017580.pto --stitching --prefix=assemblage_017580 -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/GF017580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017580.jpg" - -# capture n°017581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017581.pto --stitching --prefix=assemblage_017581 -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/GF017581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017581.jpg" - -# capture n°017582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017582.pto --stitching --prefix=assemblage_017582 -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/GF017582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017582.jpg" - -# capture n°017583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017583.pto --stitching --prefix=assemblage_017583 -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/GF017583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017583.jpg" - -# capture n°017584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017584.pto --stitching --prefix=assemblage_017584 -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/GF017584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017584.jpg" - -# capture n°017585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017585.pto --stitching --prefix=assemblage_017585 -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/GF017585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017585.jpg" - -# capture n°017586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017586.pto --stitching --prefix=assemblage_017586 -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/GF017586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017586.jpg" - -# capture n°017587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017587.pto --stitching --prefix=assemblage_017587 -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/GF017587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017587.jpg" - -# capture n°017588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017588.pto --stitching --prefix=assemblage_017588 -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/GF017588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017588.jpg" - -# capture n°017589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017589.pto --stitching --prefix=assemblage_017589 -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/GF017589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017589.jpg" - -# capture n°017590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017590.pto --stitching --prefix=assemblage_017590 -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/GF017590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017590.jpg" - -# capture n°017591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017591.pto --stitching --prefix=assemblage_017591 -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/GF017591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017591.jpg" - -# capture n°017592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017592.pto --stitching --prefix=assemblage_017592 -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/GF017592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017592.jpg" - -# capture n°017593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017593.pto --stitching --prefix=assemblage_017593 -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/GF017593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017593.jpg" - -# capture n°017594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017594.pto --stitching --prefix=assemblage_017594 -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/GF017594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017594.jpg" - -# capture n°017595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017595.pto --stitching --prefix=assemblage_017595 -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/GF017595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017595.jpg" - -# capture n°017596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017596.pto --stitching --prefix=assemblage_017596 -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/GF017596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017596.jpg" - -# capture n°017597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017597.pto --stitching --prefix=assemblage_017597 -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/GF017597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017597.jpg" - -# capture n°017598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017598.pto --stitching --prefix=assemblage_017598 -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/GF017598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017598.jpg" - -# capture n°017599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017599.pto --stitching --prefix=assemblage_017599 -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/GF017599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017599.jpg" - -# capture n°017600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017600.pto --stitching --prefix=assemblage_017600 -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/GF017600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017600.jpg" - -# capture n°017601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017601.pto --stitching --prefix=assemblage_017601 -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/GF017601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017601.jpg" - -# capture n°017602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017602.pto --stitching --prefix=assemblage_017602 -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/GF017602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017602.jpg" - -# capture n°017603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017603.pto --stitching --prefix=assemblage_017603 -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/GF017603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017603.jpg" - -# capture n°017604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017604.pto --stitching --prefix=assemblage_017604 -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/GF017604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017604.jpg" - -# capture n°017605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017605.pto --stitching --prefix=assemblage_017605 -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/GF017605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017605.jpg" - -# capture n°017606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017606.pto --stitching --prefix=assemblage_017606 -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/GF017606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017606.jpg" - -# capture n°017607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017607.pto --stitching --prefix=assemblage_017607 -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/GF017607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017607.jpg" - -# capture n°017608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017608.pto --stitching --prefix=assemblage_017608 -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/GF017608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017608.jpg" - -# capture n°017609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017609.pto --stitching --prefix=assemblage_017609 -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/GF017609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017609.jpg" - -# capture n°017610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017610.pto --stitching --prefix=assemblage_017610 -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/GF017610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017610.jpg" - -# capture n°017611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017611.pto --stitching --prefix=assemblage_017611 -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/GF017611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017611.jpg" - -# capture n°017612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017612.pto --stitching --prefix=assemblage_017612 -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/GF017612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017612.jpg" - -# capture n°017613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017613.pto --stitching --prefix=assemblage_017613 -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/GF017613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017613.jpg" - -# capture n°017614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017614.pto --stitching --prefix=assemblage_017614 -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/GF017614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017614.jpg" - -# capture n°017615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017615.pto --stitching --prefix=assemblage_017615 -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/GF017615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017615.jpg" - -# capture n°017616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017616.pto --stitching --prefix=assemblage_017616 -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/GF017616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017616.jpg" - -# capture n°017617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017617.pto --stitching --prefix=assemblage_017617 -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/GF017617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017617.jpg" - -# capture n°017618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017618.pto --stitching --prefix=assemblage_017618 -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/GF017618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017618.jpg" - -# capture n°017619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017619.pto --stitching --prefix=assemblage_017619 -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/GF017619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017619.jpg" - -# capture n°017620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017620.pto --stitching --prefix=assemblage_017620 -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/GF017620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017620.jpg" - -# capture n°017621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017621.pto --stitching --prefix=assemblage_017621 -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/GF017621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017621.jpg" - -# capture n°017622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017622.pto --stitching --prefix=assemblage_017622 -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/GF017622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017622.jpg" - -# capture n°017623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017623.pto --stitching --prefix=assemblage_017623 -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/GF017623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017623.jpg" - -# capture n°017624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017624.pto --stitching --prefix=assemblage_017624 -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/GF017624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017624.jpg" - -# capture n°017625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017625.pto --stitching --prefix=assemblage_017625 -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/GF017625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017625.jpg" - -# capture n°017626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017626.pto --stitching --prefix=assemblage_017626 -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/GF017626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017626.jpg" - -# capture n°017627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017627.pto --stitching --prefix=assemblage_017627 -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/GF017627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017627.jpg" - -# capture n°017628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017628.pto --stitching --prefix=assemblage_017628 -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/GF017628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017628.jpg" - -# capture n°017629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017629.pto --stitching --prefix=assemblage_017629 -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/GF017629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017629.jpg" - -# capture n°017630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017630.pto --stitching --prefix=assemblage_017630 -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/GF017630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017630.jpg" - -# capture n°017631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017631.pto --stitching --prefix=assemblage_017631 -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/GF017631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017631.jpg" - -# capture n°017632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017632.pto --stitching --prefix=assemblage_017632 -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/GF017632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017632.jpg" - -# capture n°017633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017633.pto --stitching --prefix=assemblage_017633 -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/GF017633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017633.jpg" - -# capture n°017634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017634.pto --stitching --prefix=assemblage_017634 -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/GF017634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017634.jpg" - -# capture n°017635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017635.pto --stitching --prefix=assemblage_017635 -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/GF017635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017635.jpg" - -# capture n°017636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017636.pto --stitching --prefix=assemblage_017636 -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/GF017636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017636.jpg" - -# capture n°017637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017637.pto --stitching --prefix=assemblage_017637 -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/GF017637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017637.jpg" - -# capture n°017638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017638.pto --stitching --prefix=assemblage_017638 -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/GF017638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017638.jpg" - -# capture n°017639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017639.pto --stitching --prefix=assemblage_017639 -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/GF017639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017639.jpg" - -# capture n°017640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017640.pto --stitching --prefix=assemblage_017640 -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/GF017640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017640.jpg" - -# capture n°017641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017641.pto --stitching --prefix=assemblage_017641 -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/GF017641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017641.jpg" - -# capture n°017642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017642.pto --stitching --prefix=assemblage_017642 -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/GF017642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017642.jpg" - -# capture n°017643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017643.pto --stitching --prefix=assemblage_017643 -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/GF017643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017643.jpg" - -# capture n°017644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017644.pto --stitching --prefix=assemblage_017644 -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/GF017644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017644.jpg" - -# capture n°017645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017645.pto --stitching --prefix=assemblage_017645 -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/GF017645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017645.jpg" - -# capture n°017646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017646.pto --stitching --prefix=assemblage_017646 -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/GF017646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017646.jpg" - -# capture n°017647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017647.pto --stitching --prefix=assemblage_017647 -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/GF017647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017647.jpg" - -# capture n°017648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017648.pto --stitching --prefix=assemblage_017648 -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/GF017648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017648.jpg" - -# capture n°017649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017649.pto --stitching --prefix=assemblage_017649 -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/GF017649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017649.jpg" - -# capture n°017650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017650.pto --stitching --prefix=assemblage_017650 -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/GF017650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017650.jpg" - -# capture n°017651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017651.pto --stitching --prefix=assemblage_017651 -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/GF017651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017651.jpg" - -# capture n°017652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017652.pto --stitching --prefix=assemblage_017652 -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/GF017652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017652.jpg" - -# capture n°017653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017653.pto --stitching --prefix=assemblage_017653 -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/GF017653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017653.jpg" - -# capture n°017654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017654.pto --stitching --prefix=assemblage_017654 -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/GF017654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017654.jpg" - -# capture n°017655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017655.pto --stitching --prefix=assemblage_017655 -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/GF017655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017655.jpg" - -# capture n°017656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017656.pto --stitching --prefix=assemblage_017656 -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/GF017656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017656.jpg" - -# capture n°017657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017657.pto --stitching --prefix=assemblage_017657 -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/GF017657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017657.jpg" - -# capture n°017658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017658.pto --stitching --prefix=assemblage_017658 -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/GF017658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017658.jpg" - -# capture n°017659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017659.pto --stitching --prefix=assemblage_017659 -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/GF017659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017659.jpg" - -# capture n°017660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017660.pto --stitching --prefix=assemblage_017660 -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/GF017660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017660.jpg" - -# capture n°017661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017661.pto --stitching --prefix=assemblage_017661 -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/GF017661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017661.jpg" - -# capture n°017662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017662.pto --stitching --prefix=assemblage_017662 -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/GF017662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017662.jpg" - -# capture n°017663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017663.pto --stitching --prefix=assemblage_017663 -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/GF017663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017663.jpg" - -# capture n°017664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017664.pto --stitching --prefix=assemblage_017664 -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/GF017664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017664.jpg" - -# capture n°017665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017665.pto --stitching --prefix=assemblage_017665 -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/GF017665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017665.jpg" - -# capture n°017666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017666.pto --stitching --prefix=assemblage_017666 -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/GF017666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017666.jpg" - -# capture n°017667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017667.pto --stitching --prefix=assemblage_017667 -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/GF017667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017667.jpg" - -# capture n°017668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017668.pto --stitching --prefix=assemblage_017668 -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/GF017668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017668.jpg" - -# capture n°017669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017669.pto --stitching --prefix=assemblage_017669 -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/GF017669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017669.jpg" - -# capture n°017670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017670.pto --stitching --prefix=assemblage_017670 -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/GF017670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017670.jpg" - -# capture n°017671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017671.pto --stitching --prefix=assemblage_017671 -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/GF017671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017671.jpg" - -# capture n°017672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017672.pto --stitching --prefix=assemblage_017672 -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/GF017672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017672.jpg" - -# capture n°017673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017673.pto --stitching --prefix=assemblage_017673 -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/GF017673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017673.jpg" - -# capture n°017674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017674.pto --stitching --prefix=assemblage_017674 -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/GF017674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017674.jpg" - -# capture n°017675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017675.pto --stitching --prefix=assemblage_017675 -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/GF017675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017675.jpg" - -# capture n°017676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017676.pto --stitching --prefix=assemblage_017676 -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/GF017676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017676.jpg" - -# capture n°017677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017677.pto --stitching --prefix=assemblage_017677 -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/GF017677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017677.jpg" - -# capture n°017678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017678.pto --stitching --prefix=assemblage_017678 -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/GF017678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017678.jpg" - -# capture n°017679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017679.pto --stitching --prefix=assemblage_017679 -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/GF017679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017679.jpg" - -# capture n°017680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017680.pto --stitching --prefix=assemblage_017680 -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/GF017680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017680.jpg" - -# capture n°017681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017681.pto --stitching --prefix=assemblage_017681 -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/GF017681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017681.jpg" - -# capture n°017682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017682.pto --stitching --prefix=assemblage_017682 -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/GF017682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017682.jpg" - -# capture n°017683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017683.pto --stitching --prefix=assemblage_017683 -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/GF017683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017683.jpg" - -# capture n°017684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017684.pto --stitching --prefix=assemblage_017684 -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/GF017684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017684.jpg" - -# capture n°017685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017685.pto --stitching --prefix=assemblage_017685 -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/GF017685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017685.jpg" - -# capture n°017686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017686.pto --stitching --prefix=assemblage_017686 -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/GF017686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017686.jpg" - -# capture n°017687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017687.pto --stitching --prefix=assemblage_017687 -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/GF017687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017687.jpg" - -# capture n°017688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017688.pto --stitching --prefix=assemblage_017688 -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/GF017688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017688.jpg" - -# capture n°017689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017689.pto --stitching --prefix=assemblage_017689 -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/GF017689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017689.jpg" - -# capture n°017690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017690.pto --stitching --prefix=assemblage_017690 -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/GF017690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017690.jpg" - -# capture n°017691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017691.pto --stitching --prefix=assemblage_017691 -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/GF017691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017691.jpg" - -# capture n°017692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017692.pto --stitching --prefix=assemblage_017692 -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/GF017692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017692.jpg" - -# capture n°017693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017693.pto --stitching --prefix=assemblage_017693 -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/GF017693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017693.jpg" - -# capture n°017694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017694.pto --stitching --prefix=assemblage_017694 -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/GF017694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017694.jpg" - -# capture n°017695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017695.pto --stitching --prefix=assemblage_017695 -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/GF017695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017695.jpg" - -# capture n°017696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017696.pto --stitching --prefix=assemblage_017696 -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/GF017696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017696.jpg" - -# capture n°017697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017697.pto --stitching --prefix=assemblage_017697 -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/GF017697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017697.jpg" - -# capture n°017698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017698.pto --stitching --prefix=assemblage_017698 -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/GF017698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017698.jpg" - -# capture n°017699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017699.pto --stitching --prefix=assemblage_017699 -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/GF017699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017699.jpg" - -# capture n°017700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017700.pto --stitching --prefix=assemblage_017700 -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/GF017700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017700.jpg" - -# capture n°017701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017701.pto --stitching --prefix=assemblage_017701 -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/GF017701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017701.jpg" - -# capture n°017702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017702.pto --stitching --prefix=assemblage_017702 -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/GF017702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017702.jpg" - -# capture n°017703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017703.pto --stitching --prefix=assemblage_017703 -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/GF017703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017703.jpg" - -# capture n°017704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017704.pto --stitching --prefix=assemblage_017704 -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/GF017704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017704.jpg" - -# capture n°017705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017705.pto --stitching --prefix=assemblage_017705 -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/GF017705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017705.jpg" - -# capture n°017706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017706.pto --stitching --prefix=assemblage_017706 -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/GF017706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017706.jpg" - -# capture n°017707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017707.pto --stitching --prefix=assemblage_017707 -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/GF017707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017707.jpg" - -# capture n°017708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017708.pto --stitching --prefix=assemblage_017708 -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/GF017708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017708.jpg" - -# capture n°017709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017709.pto --stitching --prefix=assemblage_017709 -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/GF017709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017709.jpg" - -# capture n°017710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017710.pto --stitching --prefix=assemblage_017710 -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/GF017710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017710.jpg" - -# capture n°017711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017711.pto --stitching --prefix=assemblage_017711 -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/GF017711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017711.jpg" - -# capture n°017712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017712.pto --stitching --prefix=assemblage_017712 -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/GF017712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017712.jpg" - -# capture n°017713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017713.pto --stitching --prefix=assemblage_017713 -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/GF017713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017713.jpg" - -# capture n°017714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017714.pto --stitching --prefix=assemblage_017714 -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/GF017714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017714.jpg" - -# capture n°017715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017715.pto --stitching --prefix=assemblage_017715 -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/GF017715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017715.jpg" - -# capture n°017716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017716.pto --stitching --prefix=assemblage_017716 -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/GF017716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017716.jpg" - -# capture n°017717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017717.pto --stitching --prefix=assemblage_017717 -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/GF017717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017717.jpg" - -# capture n°017718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017718.pto --stitching --prefix=assemblage_017718 -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/GF017718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017718.jpg" - -# capture n°017719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017719.pto --stitching --prefix=assemblage_017719 -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/GF017719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017719.jpg" - -# capture n°017720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017720.pto --stitching --prefix=assemblage_017720 -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/GF017720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017720.jpg" - -# capture n°017721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017721.pto --stitching --prefix=assemblage_017721 -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/GF017721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017721.jpg" - -# capture n°017722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017722.pto --stitching --prefix=assemblage_017722 -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/GF017722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017722.jpg" - -# capture n°017723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017723.pto --stitching --prefix=assemblage_017723 -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/GF017723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017723.jpg" - -# capture n°017724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017724.pto --stitching --prefix=assemblage_017724 -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/GF017724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017724.jpg" - -# capture n°017725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017725.pto --stitching --prefix=assemblage_017725 -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/GF017725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017725.jpg" - -# capture n°017726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017726.pto --stitching --prefix=assemblage_017726 -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/GF017726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017726.jpg" - -# capture n°017727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017727.pto --stitching --prefix=assemblage_017727 -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/GF017727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017727.jpg" - -# capture n°017728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017728.pto --stitching --prefix=assemblage_017728 -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/GF017728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017728.jpg" - -# capture n°017729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017729.pto --stitching --prefix=assemblage_017729 -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/GF017729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017729.jpg" - -# capture n°017730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017730.pto --stitching --prefix=assemblage_017730 -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/GF017730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017730.jpg" - -# capture n°017731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017731.pto --stitching --prefix=assemblage_017731 -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/GF017731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017731.jpg" - -# capture n°017732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017732.pto --stitching --prefix=assemblage_017732 -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/GF017732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017732.jpg" - -# capture n°017733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017733.pto --stitching --prefix=assemblage_017733 -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/GF017733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017733.jpg" - -# capture n°017734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017734.pto --stitching --prefix=assemblage_017734 -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/GF017734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017734.jpg" - -# capture n°017735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017735.pto --stitching --prefix=assemblage_017735 -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/GF017735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017735.jpg" - -# capture n°017736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017736.pto --stitching --prefix=assemblage_017736 -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/GF017736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017736.jpg" - -# capture n°017737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017737.pto --stitching --prefix=assemblage_017737 -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/GF017737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017737.jpg" - -# capture n°017738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017738.pto --stitching --prefix=assemblage_017738 -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/GF017738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017738.jpg" - -# capture n°017739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017739.pto --stitching --prefix=assemblage_017739 -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/GF017739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017739.jpg" - -# capture n°017740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017740.pto --stitching --prefix=assemblage_017740 -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/GF017740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017740.jpg" - -# capture n°017741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017741.pto --stitching --prefix=assemblage_017741 -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/GF017741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017741.jpg" - -# capture n°017742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017742.pto --stitching --prefix=assemblage_017742 -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/GF017742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017742.jpg" - -# capture n°017743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017743.pto --stitching --prefix=assemblage_017743 -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/GF017743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017743.jpg" - -# capture n°017744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017744.pto --stitching --prefix=assemblage_017744 -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/GF017744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017744.jpg" - -# capture n°017745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017745.pto --stitching --prefix=assemblage_017745 -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/GF017745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017745.jpg" - -# capture n°017746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017746.pto --stitching --prefix=assemblage_017746 -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/GF017746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017746.jpg" - -# capture n°017747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017747.pto --stitching --prefix=assemblage_017747 -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/GF017747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017747.jpg" - -# capture n°017748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017748.pto --stitching --prefix=assemblage_017748 -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/GF017748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017748.jpg" - -# capture n°017749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017749.pto --stitching --prefix=assemblage_017749 -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/GF017749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017749.jpg" - -# capture n°017750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017750.pto --stitching --prefix=assemblage_017750 -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/GF017750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017750.jpg" - -# capture n°017751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017751.pto --stitching --prefix=assemblage_017751 -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/GF017751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017751.jpg" - -# capture n°017752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017752.pto --stitching --prefix=assemblage_017752 -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/GF017752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017752.jpg" - -# capture n°017753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017753.pto --stitching --prefix=assemblage_017753 -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/GF017753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017753.jpg" - -# capture n°017754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017754.pto --stitching --prefix=assemblage_017754 -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/GF017754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017754.jpg" - -# capture n°017755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017755.pto --stitching --prefix=assemblage_017755 -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/GF017755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017755.jpg" - -# capture n°017756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017756.pto --stitching --prefix=assemblage_017756 -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/GF017756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017756.jpg" - -# capture n°017757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017757.pto --stitching --prefix=assemblage_017757 -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/GF017757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017757.jpg" - -# capture n°017758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017758.pto --stitching --prefix=assemblage_017758 -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/GF017758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017758.jpg" - -# capture n°017759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017759.pto --stitching --prefix=assemblage_017759 -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/GF017759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017759.jpg" - -# capture n°017760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017760.pto --stitching --prefix=assemblage_017760 -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/GF017760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017760.jpg" - -# capture n°017761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017761.pto --stitching --prefix=assemblage_017761 -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/GF017761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017761.jpg" - -# capture n°017762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017762.pto --stitching --prefix=assemblage_017762 -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/GF017762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017762.jpg" - -# capture n°017763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017763.pto --stitching --prefix=assemblage_017763 -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/GF017763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017763.jpg" - -# capture n°017764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017764.pto --stitching --prefix=assemblage_017764 -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/GF017764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017764.jpg" - -# capture n°017765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017765.pto --stitching --prefix=assemblage_017765 -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/GF017765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017765.jpg" - -# capture n°017766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017766.pto --stitching --prefix=assemblage_017766 -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/GF017766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017766.jpg" - -# capture n°017767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017767.pto --stitching --prefix=assemblage_017767 -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/GF017767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017767.jpg" - -# capture n°017768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017768.pto --stitching --prefix=assemblage_017768 -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/GF017768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017768.jpg" - -# capture n°017769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017769.pto --stitching --prefix=assemblage_017769 -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/GF017769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017769.jpg" - -# capture n°017770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017770.pto --stitching --prefix=assemblage_017770 -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/GF017770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017770.jpg" - -# capture n°017771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017771.pto --stitching --prefix=assemblage_017771 -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/GF017771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017771.jpg" - -# capture n°017772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017772.pto --stitching --prefix=assemblage_017772 -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/GF017772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017772.jpg" - -# capture n°017773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017773.pto --stitching --prefix=assemblage_017773 -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/GF017773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017773.jpg" - -# capture n°017774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017774.pto --stitching --prefix=assemblage_017774 -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/GF017774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017774.jpg" - -# capture n°017775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017775.pto --stitching --prefix=assemblage_017775 -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/GF017775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017775.jpg" - -# capture n°017776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017776.pto --stitching --prefix=assemblage_017776 -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/GF017776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017776.jpg" - -# capture n°017777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017777.pto --stitching --prefix=assemblage_017777 -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/GF017777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017777.jpg" - -# capture n°017778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017778.pto --stitching --prefix=assemblage_017778 -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/GF017778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017778.jpg" - -# capture n°017779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017779.pto --stitching --prefix=assemblage_017779 -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/GF017779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017779.jpg" - -# capture n°017780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017780.pto --stitching --prefix=assemblage_017780 -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/GF017780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017780.jpg" - -# capture n°017781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017781.pto --stitching --prefix=assemblage_017781 -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/GF017781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017781.jpg" - -# capture n°017782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017782.pto --stitching --prefix=assemblage_017782 -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/GF017782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017782.jpg" - -# capture n°017783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017783.pto --stitching --prefix=assemblage_017783 -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/GF017783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017783.jpg" - -# capture n°017784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017784.pto --stitching --prefix=assemblage_017784 -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/GF017784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017784.jpg" - -# capture n°017785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017785.pto --stitching --prefix=assemblage_017785 -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/GF017785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017785.jpg" - -# capture n°017786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017786.pto --stitching --prefix=assemblage_017786 -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/GF017786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017786.jpg" - -# capture n°017787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017787.pto --stitching --prefix=assemblage_017787 -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/GF017787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017787.jpg" - -# capture n°017788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017788.pto --stitching --prefix=assemblage_017788 -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/GF017788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017788.jpg" - -# capture n°017789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017789.pto --stitching --prefix=assemblage_017789 -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/GF017789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017789.jpg" - -# capture n°017790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017790.pto --stitching --prefix=assemblage_017790 -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/GF017790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017790.jpg" - -# capture n°017791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017791.pto --stitching --prefix=assemblage_017791 -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/GF017791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017791.jpg" - -# capture n°017792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017792.pto --stitching --prefix=assemblage_017792 -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/GF017792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017792.jpg" - -# capture n°017793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017793.pto --stitching --prefix=assemblage_017793 -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/GF017793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017793.jpg" - -# capture n°017794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017794.pto --stitching --prefix=assemblage_017794 -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/GF017794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017794.jpg" - -# capture n°017795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017795.pto --stitching --prefix=assemblage_017795 -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/GF017795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017795.jpg" - -# capture n°017796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017796.pto --stitching --prefix=assemblage_017796 -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/GF017796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017796.jpg" - -# capture n°017797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017797.pto --stitching --prefix=assemblage_017797 -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/GF017797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017797.jpg" - -# capture n°017798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017798.pto --stitching --prefix=assemblage_017798 -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/GF017798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017798.jpg" - -# capture n°017799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017799.pto --stitching --prefix=assemblage_017799 -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/GF017799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017799.jpg" - -# capture n°017800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017800.pto --stitching --prefix=assemblage_017800 -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/GF017800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017800.jpg" - -# capture n°017801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017801.pto --stitching --prefix=assemblage_017801 -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/GF017801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017801.jpg" - -# capture n°017802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017802.pto --stitching --prefix=assemblage_017802 -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/GF017802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017802.jpg" - -# capture n°017803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017803.pto --stitching --prefix=assemblage_017803 -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/GF017803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017803.jpg" - -# capture n°017804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017804.pto --stitching --prefix=assemblage_017804 -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/GF017804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017804.jpg" - -# capture n°017805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017805.pto --stitching --prefix=assemblage_017805 -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/GF017805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017805.jpg" - -# capture n°017806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017806.pto --stitching --prefix=assemblage_017806 -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/GF017806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017806.jpg" - -# capture n°017807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017807.pto --stitching --prefix=assemblage_017807 -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/GF017807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017807.jpg" - -# capture n°017808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017808.pto --stitching --prefix=assemblage_017808 -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/GF017808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017808.jpg" - -# capture n°017809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017809.pto --stitching --prefix=assemblage_017809 -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/GF017809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017809.jpg" - -# capture n°017810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017810.pto --stitching --prefix=assemblage_017810 -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/GF017810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017810.jpg" - -# capture n°017811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017811.pto --stitching --prefix=assemblage_017811 -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/GF017811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017811.jpg" - -# capture n°017812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017812.pto --stitching --prefix=assemblage_017812 -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/GF017812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017812.jpg" - -# capture n°017813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017813.pto --stitching --prefix=assemblage_017813 -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/GF017813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017813.jpg" - -# capture n°017814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017814.pto --stitching --prefix=assemblage_017814 -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/GF017814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017814.jpg" - -# capture n°017815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017815.pto --stitching --prefix=assemblage_017815 -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/GF017815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017815.jpg" - -# capture n°017816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017816.pto --stitching --prefix=assemblage_017816 -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/GF017816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017816.jpg" - -# capture n°017817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017817.pto --stitching --prefix=assemblage_017817 -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/GF017817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017817.jpg" - -# capture n°017818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017818.pto --stitching --prefix=assemblage_017818 -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/GF017818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017818.jpg" - -# capture n°017819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017819.pto --stitching --prefix=assemblage_017819 -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/GF017819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017819.jpg" - -# capture n°017820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017820.pto --stitching --prefix=assemblage_017820 -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/GF017820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017820.jpg" - -# capture n°017821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017821.pto --stitching --prefix=assemblage_017821 -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/GF017821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017821.jpg" - -# capture n°017822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017822.pto --stitching --prefix=assemblage_017822 -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/GF017822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017822.jpg" - -# capture n°017823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017823.pto --stitching --prefix=assemblage_017823 -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/GF017823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017823.jpg" - -# capture n°017824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017824.pto --stitching --prefix=assemblage_017824 -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/GF017824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017824.jpg" - -# capture n°017825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017825.pto --stitching --prefix=assemblage_017825 -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/GF017825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017825.jpg" - -# capture n°017826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017826.pto --stitching --prefix=assemblage_017826 -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/GF017826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017826.jpg" - -# capture n°017827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017827.pto --stitching --prefix=assemblage_017827 -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/GF017827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017827.jpg" - -# capture n°017828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017828.pto --stitching --prefix=assemblage_017828 -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/GF017828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017828.jpg" - -# capture n°017829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017829.pto --stitching --prefix=assemblage_017829 -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/GF017829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017829.jpg" - -# capture n°017830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017830.pto --stitching --prefix=assemblage_017830 -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/GF017830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017830.jpg" - -# capture n°017831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017831.pto --stitching --prefix=assemblage_017831 -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/GF017831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017831.jpg" - -# capture n°017832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017832.pto --stitching --prefix=assemblage_017832 -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/GF017832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017832.jpg" - -# capture n°017833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017833.pto --stitching --prefix=assemblage_017833 -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/GF017833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017833.jpg" - -# capture n°017834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017834.pto --stitching --prefix=assemblage_017834 -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/GF017834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017834.jpg" - -# capture n°017835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017835.pto --stitching --prefix=assemblage_017835 -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/GF017835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017835.jpg" - -# capture n°017836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017836.pto --stitching --prefix=assemblage_017836 -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/GF017836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017836.jpg" - -# capture n°017837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017837.pto --stitching --prefix=assemblage_017837 -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/GF017837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017837.jpg" - -# capture n°017838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017838.pto --stitching --prefix=assemblage_017838 -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/GF017838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017838.jpg" - -# capture n°017839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017839.pto --stitching --prefix=assemblage_017839 -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/GF017839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017839.jpg" - -# capture n°017840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017840.pto --stitching --prefix=assemblage_017840 -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/GF017840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017840.jpg" - -# capture n°017841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017841.pto --stitching --prefix=assemblage_017841 -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/GF017841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017841.jpg" - -# capture n°017842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017842.pto --stitching --prefix=assemblage_017842 -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/GF017842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017842.jpg" - -# capture n°017843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017843.pto --stitching --prefix=assemblage_017843 -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/GF017843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017843.jpg" - -# capture n°017844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017844.pto --stitching --prefix=assemblage_017844 -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/GF017844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017844.jpg" - -# capture n°017845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017845.pto --stitching --prefix=assemblage_017845 -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/GF017845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017845.jpg" - -# capture n°017846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017846.pto --stitching --prefix=assemblage_017846 -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/GF017846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017846.jpg" - -# capture n°017847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017847.pto --stitching --prefix=assemblage_017847 -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/GF017847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017847.jpg" - -# capture n°017848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017848.pto --stitching --prefix=assemblage_017848 -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/GF017848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017848.jpg" - -# capture n°017849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017849.pto --stitching --prefix=assemblage_017849 -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/GF017849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017849.jpg" - -# capture n°017850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017850.pto --stitching --prefix=assemblage_017850 -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/GF017850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017850.jpg" - -# capture n°017851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017851.pto --stitching --prefix=assemblage_017851 -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/GF017851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017851.jpg" - -# capture n°017852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017852.pto --stitching --prefix=assemblage_017852 -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/GF017852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017852.jpg" - -# capture n°017853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017853.pto --stitching --prefix=assemblage_017853 -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/GF017853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017853.jpg" - -# capture n°017854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017854.pto --stitching --prefix=assemblage_017854 -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/GF017854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017854.jpg" - -# capture n°017855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017855.pto --stitching --prefix=assemblage_017855 -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/GF017855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017855.jpg" - -# capture n°017856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017856.pto --stitching --prefix=assemblage_017856 -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/GF017856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017856.jpg" - -# capture n°017857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017857.pto --stitching --prefix=assemblage_017857 -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/GF017857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017857.jpg" - -# capture n°017858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017858.pto --stitching --prefix=assemblage_017858 -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/GF017858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017858.jpg" - -# capture n°017859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017859.pto --stitching --prefix=assemblage_017859 -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/GF017859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017859.jpg" - -# capture n°017860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017860.pto --stitching --prefix=assemblage_017860 -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/GF017860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017860.jpg" - -# capture n°017861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017861.pto --stitching --prefix=assemblage_017861 -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/GF017861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017861.jpg" - -# capture n°017862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017862.pto --stitching --prefix=assemblage_017862 -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/GF017862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017862.jpg" - -# capture n°017863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017863.pto --stitching --prefix=assemblage_017863 -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/GF017863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017863.jpg" - -# capture n°017864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017864.pto --stitching --prefix=assemblage_017864 -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/GF017864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017864.jpg" - -# capture n°017865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017865.pto --stitching --prefix=assemblage_017865 -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/GF017865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017865.jpg" - -# capture n°017866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017866.pto --stitching --prefix=assemblage_017866 -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/GF017866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017866.jpg" - -# capture n°017867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017867.pto --stitching --prefix=assemblage_017867 -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/GF017867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017867.jpg" - -# capture n°017868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017868.pto --stitching --prefix=assemblage_017868 -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/GF017868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017868.jpg" - -# capture n°017869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017869.pto --stitching --prefix=assemblage_017869 -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/GF017869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017869.jpg" - -# capture n°017870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017870.pto --stitching --prefix=assemblage_017870 -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/GF017870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017870.jpg" - -# capture n°017871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017871.pto --stitching --prefix=assemblage_017871 -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/GF017871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017871.jpg" - -# capture n°017872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017872.pto --stitching --prefix=assemblage_017872 -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/GF017872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017872.jpg" - -# capture n°017873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017873.pto --stitching --prefix=assemblage_017873 -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/GF017873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017873.jpg" - -# capture n°017874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017874.pto --stitching --prefix=assemblage_017874 -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/GF017874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017874.jpg" - -# capture n°017875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017875.pto --stitching --prefix=assemblage_017875 -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/GF017875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017875.jpg" - -# capture n°017876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017876.pto --stitching --prefix=assemblage_017876 -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/GF017876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017876.jpg" - -# capture n°017877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017877.pto --stitching --prefix=assemblage_017877 -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/GF017877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017877.jpg" - -# capture n°017878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017878.pto --stitching --prefix=assemblage_017878 -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/GF017878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017878.jpg" - -# capture n°017879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017879.pto --stitching --prefix=assemblage_017879 -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/GF017879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017879.jpg" - -# capture n°017880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017880.pto --stitching --prefix=assemblage_017880 -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/GF017880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017880.jpg" - -# capture n°017881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017881.pto --stitching --prefix=assemblage_017881 -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/GF017881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017881.jpg" - -# capture n°017882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017882.pto --stitching --prefix=assemblage_017882 -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/GF017882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017882.jpg" - -# capture n°017883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017883.pto --stitching --prefix=assemblage_017883 -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/GF017883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017883.jpg" - -# capture n°017884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017884.pto --stitching --prefix=assemblage_017884 -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/GF017884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017884.jpg" - -# capture n°017885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017885.pto --stitching --prefix=assemblage_017885 -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/GF017885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017885.jpg" - -# capture n°017886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017886.pto --stitching --prefix=assemblage_017886 -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/GF017886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017886.jpg" - -# capture n°017887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017887.pto --stitching --prefix=assemblage_017887 -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/GF017887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017887.jpg" - -# capture n°017888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017888.pto --stitching --prefix=assemblage_017888 -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/GF017888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017888.jpg" - -# capture n°017889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017889.pto --stitching --prefix=assemblage_017889 -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/GF017889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017889.jpg" - -# capture n°017890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017890.pto --stitching --prefix=assemblage_017890 -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/GF017890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017890.jpg" - -# capture n°017891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017891.pto --stitching --prefix=assemblage_017891 -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/GF017891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017891.jpg" - -# capture n°017892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017892.pto --stitching --prefix=assemblage_017892 -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/GF017892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017892.jpg" - -# capture n°017893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017893.pto --stitching --prefix=assemblage_017893 -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/GF017893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017893.jpg" - -# capture n°017894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017894.pto --stitching --prefix=assemblage_017894 -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/GF017894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017894.jpg" - -# capture n°017895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017895.pto --stitching --prefix=assemblage_017895 -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/GF017895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017895.jpg" - -# capture n°017896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017896.pto --stitching --prefix=assemblage_017896 -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/GF017896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017896.jpg" - -# capture n°017897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017897.pto --stitching --prefix=assemblage_017897 -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/GF017897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017897.jpg" - -# capture n°017898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017898.pto --stitching --prefix=assemblage_017898 -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/GF017898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017898.jpg" - -# capture n°017899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017899.pto --stitching --prefix=assemblage_017899 -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/GF017899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017899.jpg" - -# capture n°017900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017900.pto --stitching --prefix=assemblage_017900 -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/GF017900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017900.jpg" - -# capture n°017901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017901.pto --stitching --prefix=assemblage_017901 -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/GF017901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017901.jpg" - -# capture n°017902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017902.pto --stitching --prefix=assemblage_017902 -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/GF017902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017902.jpg" - -# capture n°017903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017903.pto --stitching --prefix=assemblage_017903 -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/GF017903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017903.jpg" - -# capture n°017904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017904.pto --stitching --prefix=assemblage_017904 -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/GF017904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017904.jpg" - -# capture n°017905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017905.pto --stitching --prefix=assemblage_017905 -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/GF017905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017905.jpg" - -# capture n°017906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017906.pto --stitching --prefix=assemblage_017906 -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/GF017906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017906.jpg" - -# capture n°017907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017907.pto --stitching --prefix=assemblage_017907 -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/GF017907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017907.jpg" - -# capture n°017908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017908.pto --stitching --prefix=assemblage_017908 -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/GF017908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017908.jpg" - -# capture n°017909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017909.pto --stitching --prefix=assemblage_017909 -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/GF017909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017909.jpg" - -# capture n°017910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017910.pto --stitching --prefix=assemblage_017910 -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/GF017910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017910.jpg" - -# capture n°017911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017911.pto --stitching --prefix=assemblage_017911 -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/GF017911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017911.jpg" - -# capture n°017912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017912.pto --stitching --prefix=assemblage_017912 -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/GF017912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017912.jpg" - -# capture n°017913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017913.pto --stitching --prefix=assemblage_017913 -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/GF017913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017913.jpg" - -# capture n°017914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017914.pto --stitching --prefix=assemblage_017914 -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/GF017914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017914.jpg" - -# capture n°017915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017915.pto --stitching --prefix=assemblage_017915 -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/GF017915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017915.jpg" - -# capture n°017916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017916.pto --stitching --prefix=assemblage_017916 -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/GF017916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017916.jpg" - -# capture n°017917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017917.pto --stitching --prefix=assemblage_017917 -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/GF017917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017917.jpg" - -# capture n°017918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017918.pto --stitching --prefix=assemblage_017918 -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/GF017918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017918.jpg" - -# capture n°017919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017919.pto --stitching --prefix=assemblage_017919 -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/GF017919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017919.jpg" - -# capture n°017920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017920.pto --stitching --prefix=assemblage_017920 -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/GF017920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017920.jpg" - -# capture n°017921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017921.pto --stitching --prefix=assemblage_017921 -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/GF017921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017921.jpg" - -# capture n°017922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017922.pto --stitching --prefix=assemblage_017922 -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/GF017922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017922.jpg" - -# capture n°017923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017923.pto --stitching --prefix=assemblage_017923 -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/GF017923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017923.jpg" - -# capture n°017924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017924.pto --stitching --prefix=assemblage_017924 -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/GF017924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017924.jpg" - -# capture n°017925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017925.pto --stitching --prefix=assemblage_017925 -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/GF017925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017925.jpg" - -# capture n°017926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017926.pto --stitching --prefix=assemblage_017926 -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/GF017926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017926.jpg" - -# capture n°017927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017927.pto --stitching --prefix=assemblage_017927 -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/GF017927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017927.jpg" - -# capture n°017928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017928.pto --stitching --prefix=assemblage_017928 -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/GF017928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017928.jpg" - -# capture n°017929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017929.pto --stitching --prefix=assemblage_017929 -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/GF017929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017929.jpg" - -# capture n°017930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017930.pto --stitching --prefix=assemblage_017930 -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/GF017930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017930.jpg" - -# capture n°017931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017931.pto --stitching --prefix=assemblage_017931 -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/GF017931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017931.jpg" - -# capture n°017932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017932.pto --stitching --prefix=assemblage_017932 -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/GF017932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017932.jpg" - -# capture n°017933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017933.pto --stitching --prefix=assemblage_017933 -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/GF017933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017933.jpg" - -# capture n°017934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017934.pto --stitching --prefix=assemblage_017934 -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/GF017934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017934.jpg" - -# capture n°017935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017935.pto --stitching --prefix=assemblage_017935 -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/GF017935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017935.jpg" - -# capture n°017936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017936.pto --stitching --prefix=assemblage_017936 -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/GF017936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017936.jpg" - -# capture n°017937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017937.pto --stitching --prefix=assemblage_017937 -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/GF017937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017937.jpg" - -# capture n°017938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017938.pto --stitching --prefix=assemblage_017938 -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/GF017938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017938.jpg" - -# capture n°017939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017939.pto --stitching --prefix=assemblage_017939 -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/GF017939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017939.jpg" - -# capture n°017940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017940.pto --stitching --prefix=assemblage_017940 -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/GF017940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017940.jpg" - -# capture n°017941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017941.pto --stitching --prefix=assemblage_017941 -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/GF017941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017941.jpg" - -# capture n°017942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017942.pto --stitching --prefix=assemblage_017942 -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/GF017942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017942.jpg" - -# capture n°017943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017943.pto --stitching --prefix=assemblage_017943 -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/GF017943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017943.jpg" - -# capture n°017944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017944.pto --stitching --prefix=assemblage_017944 -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/GF017944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017944.jpg" - -# capture n°017945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017945.pto --stitching --prefix=assemblage_017945 -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/GF017945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017945.jpg" - -# capture n°017946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017946.pto --stitching --prefix=assemblage_017946 -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/GF017946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017946.jpg" - -# capture n°017947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017947.pto --stitching --prefix=assemblage_017947 -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/GF017947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017947.jpg" - -# capture n°017948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017948.pto --stitching --prefix=assemblage_017948 -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/GF017948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017948.jpg" - -# capture n°017949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017949.pto --stitching --prefix=assemblage_017949 -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/GF017949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017949.jpg" - -# capture n°017950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017950.pto --stitching --prefix=assemblage_017950 -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/GF017950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017950.jpg" - -# capture n°017951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017951.pto --stitching --prefix=assemblage_017951 -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/GF017951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017951.jpg" - -# capture n°017952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017952.pto --stitching --prefix=assemblage_017952 -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/GF017952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017952.jpg" - -# capture n°017953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017953.pto --stitching --prefix=assemblage_017953 -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/GF017953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017953.jpg" - -# capture n°017954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017954.pto --stitching --prefix=assemblage_017954 -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/GF017954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017954.jpg" - -# capture n°017955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017955.pto --stitching --prefix=assemblage_017955 -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/GF017955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017955.jpg" - -# capture n°017956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017956.pto --stitching --prefix=assemblage_017956 -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/GF017956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017956.jpg" - -# capture n°017957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017957.pto --stitching --prefix=assemblage_017957 -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/GF017957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017957.jpg" - -# capture n°017958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017958.pto --stitching --prefix=assemblage_017958 -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/GF017958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017958.jpg" - -# capture n°017959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017959.pto --stitching --prefix=assemblage_017959 -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/GF017959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017959.jpg" - -# capture n°017960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017960.pto --stitching --prefix=assemblage_017960 -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/GF017960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017960.jpg" - -# capture n°017961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017961.pto --stitching --prefix=assemblage_017961 -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/GF017961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017961.jpg" - -# capture n°017962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017962.pto --stitching --prefix=assemblage_017962 -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/GF017962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017962.jpg" - -# capture n°017963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017963.pto --stitching --prefix=assemblage_017963 -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/GF017963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017963.jpg" - -# capture n°017964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017964.pto --stitching --prefix=assemblage_017964 -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/GF017964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017964.jpg" - -# capture n°017965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017965.pto --stitching --prefix=assemblage_017965 -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/GF017965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017965.jpg" - -# capture n°017966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017966.pto --stitching --prefix=assemblage_017966 -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/GF017966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017966.jpg" - -# capture n°017967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017967.pto --stitching --prefix=assemblage_017967 -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/GF017967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017967.jpg" - -# capture n°017968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017968.pto --stitching --prefix=assemblage_017968 -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/GF017968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017968.jpg" - -# capture n°017969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017969.pto --stitching --prefix=assemblage_017969 -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/GF017969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017969.jpg" - -# capture n°017970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017970.pto --stitching --prefix=assemblage_017970 -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/GF017970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017970.jpg" - -# capture n°017971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017971.pto --stitching --prefix=assemblage_017971 -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/GF017971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017971.jpg" - -# capture n°017972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017972.pto --stitching --prefix=assemblage_017972 -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/GF017972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017972.jpg" - -# capture n°017973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017973.pto --stitching --prefix=assemblage_017973 -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/GF017973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017973.jpg" - -# capture n°017974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017974.pto --stitching --prefix=assemblage_017974 -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/GF017974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017974.jpg" - -# capture n°017975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017975.pto --stitching --prefix=assemblage_017975 -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/GF017975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017975.jpg" - -# capture n°017976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017976.pto --stitching --prefix=assemblage_017976 -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/GF017976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017976.jpg" - -# capture n°017977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017977.pto --stitching --prefix=assemblage_017977 -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/GF017977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017977.jpg" - -# capture n°017978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017978.pto --stitching --prefix=assemblage_017978 -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/GF017978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017978.jpg" - -# capture n°017979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017979.pto --stitching --prefix=assemblage_017979 -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/GF017979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017979.jpg" - -# capture n°017980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017980.pto --stitching --prefix=assemblage_017980 -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/GF017980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017980.jpg" - -# capture n°017981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017981.pto --stitching --prefix=assemblage_017981 -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/GF017981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017981.jpg" - -# capture n°017982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017982.pto --stitching --prefix=assemblage_017982 -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/GF017982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017982.jpg" - -# capture n°017983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017983.pto --stitching --prefix=assemblage_017983 -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/GF017983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017983.jpg" - -# capture n°017984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017984.pto --stitching --prefix=assemblage_017984 -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/GF017984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017984.jpg" - -# capture n°017985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017985.pto --stitching --prefix=assemblage_017985 -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/GF017985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017985.jpg" - -# capture n°017986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017986.pto --stitching --prefix=assemblage_017986 -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/GF017986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017986.jpg" - -# capture n°017987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017987.pto --stitching --prefix=assemblage_017987 -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/GF017987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017987.jpg" - -# capture n°017988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017988.pto --stitching --prefix=assemblage_017988 -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/GF017988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017988.jpg" - -# capture n°017989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017989.pto --stitching --prefix=assemblage_017989 -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/GF017989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017989.jpg" - -# capture n°017990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017990.pto --stitching --prefix=assemblage_017990 -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/GF017990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017990.jpg" - -# capture n°017991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017991.pto --stitching --prefix=assemblage_017991 -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/GF017991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017991.jpg" - -# capture n°017992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017992.pto --stitching --prefix=assemblage_017992 -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/GF017992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017992.jpg" - -# capture n°017993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017993.pto --stitching --prefix=assemblage_017993 -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/GF017993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017993.jpg" - -# capture n°017994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017994.pto --stitching --prefix=assemblage_017994 -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/GF017994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017994.jpg" - -# capture n°017995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017995.pto --stitching --prefix=assemblage_017995 -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/GF017995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017995.jpg" - -# capture n°017996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017996.pto --stitching --prefix=assemblage_017996 -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/GF017996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017996.jpg" - -# capture n°017997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017997.pto --stitching --prefix=assemblage_017997 -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/GF017997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017997.jpg" - -# capture n°017998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017998.pto --stitching --prefix=assemblage_017998 -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/GF017998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017998.jpg" - -# capture n°017999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_017999.pto --stitching --prefix=assemblage_017999 -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/GF017999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_017999.jpg" - -# capture n°018000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018000.pto --stitching --prefix=assemblage_018000 -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/GF018000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018000.jpg" - -# capture n°018001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018001.pto --stitching --prefix=assemblage_018001 -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/GF018001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018001.jpg" - -# capture n°018002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018002.pto --stitching --prefix=assemblage_018002 -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/GF018002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018002.jpg" - -# capture n°018003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018003.pto --stitching --prefix=assemblage_018003 -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/GF018003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018003.jpg" - -# capture n°018004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018004.pto --stitching --prefix=assemblage_018004 -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/GF018004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018004.jpg" - -# capture n°018005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018005.pto --stitching --prefix=assemblage_018005 -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/GF018005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018005.jpg" - -# capture n°018006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018006.pto --stitching --prefix=assemblage_018006 -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/GF018006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018006.jpg" - -# capture n°018007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018007.pto --stitching --prefix=assemblage_018007 -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/GF018007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018007.jpg" - -# capture n°018008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018008.pto --stitching --prefix=assemblage_018008 -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/GF018008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018008.jpg" - -# capture n°018009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018009.pto --stitching --prefix=assemblage_018009 -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/GF018009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018009.jpg" - -# capture n°018010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018010.pto --stitching --prefix=assemblage_018010 -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/GF018010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018010.jpg" - -# capture n°018011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018011.pto --stitching --prefix=assemblage_018011 -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/GF018011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018011.jpg" - -# capture n°018012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018012.pto --stitching --prefix=assemblage_018012 -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/GF018012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018012.jpg" - -# capture n°018013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018013.pto --stitching --prefix=assemblage_018013 -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/GF018013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018013.jpg" - -# capture n°018014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018014.pto --stitching --prefix=assemblage_018014 -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/GF018014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018014.jpg" - -# capture n°018015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018015.pto --stitching --prefix=assemblage_018015 -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/GF018015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018015.jpg" - -# capture n°018016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018016.pto --stitching --prefix=assemblage_018016 -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/GF018016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018016.jpg" - -# capture n°018017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018017.pto --stitching --prefix=assemblage_018017 -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/GF018017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018017.jpg" - -# capture n°018018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018018.pto --stitching --prefix=assemblage_018018 -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/GF018018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018018.jpg" - -# capture n°018019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018019.pto --stitching --prefix=assemblage_018019 -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/GF018019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018019.jpg" - -# capture n°018020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018020.pto --stitching --prefix=assemblage_018020 -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/GF018020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018020.jpg" - -# capture n°018021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018021.pto --stitching --prefix=assemblage_018021 -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/GF018021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018021.jpg" - -# capture n°018022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018022.pto --stitching --prefix=assemblage_018022 -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/GF018022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018022.jpg" - -# capture n°018023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018023.pto --stitching --prefix=assemblage_018023 -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/GF018023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018023.jpg" - -# capture n°018024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018024.pto --stitching --prefix=assemblage_018024 -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/GF018024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018024.jpg" - -# capture n°018025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018025.pto --stitching --prefix=assemblage_018025 -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/GF018025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018025.jpg" - -# capture n°018026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018026.pto --stitching --prefix=assemblage_018026 -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/GF018026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018026.jpg" - -# capture n°018027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018027.pto --stitching --prefix=assemblage_018027 -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/GF018027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018027.jpg" - -# capture n°018028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018028.pto --stitching --prefix=assemblage_018028 -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/GF018028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018028.jpg" - -# capture n°018029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018029.pto --stitching --prefix=assemblage_018029 -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/GF018029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018029.jpg" - -# capture n°018030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018030.pto --stitching --prefix=assemblage_018030 -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/GF018030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018030.jpg" - -# capture n°018031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018031.pto --stitching --prefix=assemblage_018031 -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/GF018031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018031.jpg" - -# capture n°018032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018032.pto --stitching --prefix=assemblage_018032 -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/GF018032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018032.jpg" - -# capture n°018033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018033.pto --stitching --prefix=assemblage_018033 -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/GF018033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018033.jpg" - -# capture n°018034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018034.pto --stitching --prefix=assemblage_018034 -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/GF018034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018034.jpg" - -# capture n°018035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018035.pto --stitching --prefix=assemblage_018035 -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/GF018035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018035.jpg" - -# capture n°018036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018036.pto --stitching --prefix=assemblage_018036 -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/GF018036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018036.jpg" - -# capture n°018037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018037.pto --stitching --prefix=assemblage_018037 -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/GF018037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018037.jpg" - -# capture n°018038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018038.pto --stitching --prefix=assemblage_018038 -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/GF018038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018038.jpg" - -# capture n°018039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018039.pto --stitching --prefix=assemblage_018039 -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/GF018039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018039.jpg" - -# capture n°018040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018040.pto --stitching --prefix=assemblage_018040 -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/GF018040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018040.jpg" - -# capture n°018041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018041.pto --stitching --prefix=assemblage_018041 -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/GF018041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018041.jpg" - -# capture n°018042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018042.pto --stitching --prefix=assemblage_018042 -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/GF018042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018042.jpg" - -# capture n°018043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018043.pto --stitching --prefix=assemblage_018043 -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/GF018043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018043.jpg" - -# capture n°018044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018044.pto --stitching --prefix=assemblage_018044 -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/GF018044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018044.jpg" - -# capture n°018045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018045.pto --stitching --prefix=assemblage_018045 -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/GF018045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018045.jpg" - -# capture n°018046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018046.pto --stitching --prefix=assemblage_018046 -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/GF018046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018046.jpg" - -# capture n°018047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018047.pto --stitching --prefix=assemblage_018047 -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/GF018047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018047.jpg" - -# capture n°018048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018048.pto --stitching --prefix=assemblage_018048 -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/GF018048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018048.jpg" - -# capture n°018049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018049.pto --stitching --prefix=assemblage_018049 -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/GF018049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018049.jpg" - -# capture n°018050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018050.pto --stitching --prefix=assemblage_018050 -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/GF018050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018050.jpg" - -# capture n°018051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018051.pto --stitching --prefix=assemblage_018051 -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/GF018051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018051.jpg" - -# capture n°018052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018052.pto --stitching --prefix=assemblage_018052 -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/GF018052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018052.jpg" - -# capture n°018053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018053.pto --stitching --prefix=assemblage_018053 -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/GF018053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018053.jpg" - -# capture n°018054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018054.pto --stitching --prefix=assemblage_018054 -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/GF018054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018054.jpg" - -# capture n°018055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018055.pto --stitching --prefix=assemblage_018055 -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/GF018055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018055.jpg" - -# capture n°018056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018056.pto --stitching --prefix=assemblage_018056 -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/GF018056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018056.jpg" - -# capture n°018057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018057.pto --stitching --prefix=assemblage_018057 -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/GF018057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018057.jpg" - -# capture n°018058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018058.pto --stitching --prefix=assemblage_018058 -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/GF018058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018058.jpg" - -# capture n°018059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018059.pto --stitching --prefix=assemblage_018059 -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/GF018059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018059.jpg" - -# capture n°018060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018060.pto --stitching --prefix=assemblage_018060 -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/GF018060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018060.jpg" - -# capture n°018061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018061.pto --stitching --prefix=assemblage_018061 -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/GF018061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018061.jpg" - -# capture n°018062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018062.pto --stitching --prefix=assemblage_018062 -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/GF018062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018062.jpg" - -# capture n°018063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018063.pto --stitching --prefix=assemblage_018063 -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/GF018063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018063.jpg" - -# capture n°018064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018064.pto --stitching --prefix=assemblage_018064 -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/GF018064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018064.jpg" - -# capture n°018065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018065.pto --stitching --prefix=assemblage_018065 -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/GF018065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018065.jpg" - -# capture n°018066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018066.pto --stitching --prefix=assemblage_018066 -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/GF018066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018066.jpg" - -# capture n°018067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018067.pto --stitching --prefix=assemblage_018067 -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/GF018067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018067.jpg" - -# capture n°018068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018068.pto --stitching --prefix=assemblage_018068 -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/GF018068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018068.jpg" - -# capture n°018069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018069.pto --stitching --prefix=assemblage_018069 -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/GF018069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018069.jpg" - -# capture n°018070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018070.pto --stitching --prefix=assemblage_018070 -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/GF018070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018070.jpg" - -# capture n°018071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018071.pto --stitching --prefix=assemblage_018071 -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/GF018071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018071.jpg" - -# capture n°018072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018072.pto --stitching --prefix=assemblage_018072 -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/GF018072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018072.jpg" - -# capture n°018073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018073.pto --stitching --prefix=assemblage_018073 -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/GF018073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018073.jpg" - -# capture n°018074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018074.pto --stitching --prefix=assemblage_018074 -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/GF018074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018074.jpg" - -# capture n°018075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018075.pto --stitching --prefix=assemblage_018075 -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/GF018075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018075.jpg" - -# capture n°018076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018076.pto --stitching --prefix=assemblage_018076 -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/GF018076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018076.jpg" - -# capture n°018077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018077.pto --stitching --prefix=assemblage_018077 -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/GF018077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018077.jpg" - -# capture n°018078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018078.pto --stitching --prefix=assemblage_018078 -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/GF018078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018078.jpg" - -# capture n°018079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018079.pto --stitching --prefix=assemblage_018079 -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/GF018079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018079.jpg" - -# capture n°018080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018080.pto --stitching --prefix=assemblage_018080 -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/GF018080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018080.jpg" - -# capture n°018081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018081.pto --stitching --prefix=assemblage_018081 -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/GF018081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018081.jpg" - -# capture n°018082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018082.pto --stitching --prefix=assemblage_018082 -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/GF018082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018082.jpg" - -# capture n°018083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018083.pto --stitching --prefix=assemblage_018083 -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/GF018083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018083.jpg" - -# capture n°018084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018084.pto --stitching --prefix=assemblage_018084 -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/GF018084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018084.jpg" - -# capture n°018085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018085.pto --stitching --prefix=assemblage_018085 -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/GF018085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018085.jpg" - -# capture n°018086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018086.pto --stitching --prefix=assemblage_018086 -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/GF018086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018086.jpg" - -# capture n°018087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018087.pto --stitching --prefix=assemblage_018087 -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/GF018087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018087.jpg" - -# capture n°018088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018088.pto --stitching --prefix=assemblage_018088 -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/GF018088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018088.jpg" - -# capture n°018089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018089.pto --stitching --prefix=assemblage_018089 -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/GF018089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018089.jpg" - -# capture n°018090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018090.pto --stitching --prefix=assemblage_018090 -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/GF018090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018090.jpg" - -# capture n°018091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018091.pto --stitching --prefix=assemblage_018091 -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/GF018091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018091.jpg" - -# capture n°018092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018092.pto --stitching --prefix=assemblage_018092 -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/GF018092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018092.jpg" - -# capture n°018093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018093.pto --stitching --prefix=assemblage_018093 -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/GF018093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018093.jpg" - -# capture n°018094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018094.pto --stitching --prefix=assemblage_018094 -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/GF018094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018094.jpg" - -# capture n°018095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018095.pto --stitching --prefix=assemblage_018095 -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/GF018095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018095.jpg" - -# capture n°018096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018096.pto --stitching --prefix=assemblage_018096 -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/GF018096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018096.jpg" - -# capture n°018097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018097.pto --stitching --prefix=assemblage_018097 -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/GF018097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018097.jpg" - -# capture n°018098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018098.pto --stitching --prefix=assemblage_018098 -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/GF018098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018098.jpg" - -# capture n°018099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018099.pto --stitching --prefix=assemblage_018099 -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/GF018099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018099.jpg" - -# capture n°018100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018100.pto --stitching --prefix=assemblage_018100 -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/GF018100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018100.jpg" - -# capture n°018101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018101.pto --stitching --prefix=assemblage_018101 -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/GF018101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018101.jpg" - -# capture n°018102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018102.pto --stitching --prefix=assemblage_018102 -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/GF018102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018102.jpg" - -# capture n°018103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018103.pto --stitching --prefix=assemblage_018103 -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/GF018103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018103.jpg" - -# capture n°018104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018104.pto --stitching --prefix=assemblage_018104 -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/GF018104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018104.jpg" - -# capture n°018105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018105.pto --stitching --prefix=assemblage_018105 -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/GF018105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018105.jpg" - -# capture n°018106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018106.pto --stitching --prefix=assemblage_018106 -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/GF018106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018106.jpg" - -# capture n°018107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018107.pto --stitching --prefix=assemblage_018107 -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/GF018107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018107.jpg" - -# capture n°018108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018108.pto --stitching --prefix=assemblage_018108 -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/GF018108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018108.jpg" - -# capture n°018109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018109.pto --stitching --prefix=assemblage_018109 -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/GF018109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018109.jpg" - -# capture n°018110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018110.pto --stitching --prefix=assemblage_018110 -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/GF018110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018110.jpg" - -# capture n°018111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018111.pto --stitching --prefix=assemblage_018111 -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/GF018111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018111.jpg" - -# capture n°018112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018112.pto --stitching --prefix=assemblage_018112 -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/GF018112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018112.jpg" - -# capture n°018113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018113.pto --stitching --prefix=assemblage_018113 -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/GF018113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018113.jpg" - -# capture n°018114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018114.pto --stitching --prefix=assemblage_018114 -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/GF018114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018114.jpg" - -# capture n°018115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018115.pto --stitching --prefix=assemblage_018115 -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/GF018115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018115.jpg" - -# capture n°018116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018116.pto --stitching --prefix=assemblage_018116 -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/GF018116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018116.jpg" - -# capture n°018117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018117.pto --stitching --prefix=assemblage_018117 -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/GF018117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018117.jpg" - -# capture n°018118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018118.pto --stitching --prefix=assemblage_018118 -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/GF018118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018118.jpg" - -# capture n°018119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018119.pto --stitching --prefix=assemblage_018119 -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/GF018119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018119.jpg" - -# capture n°018120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018120.pto --stitching --prefix=assemblage_018120 -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/GF018120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018120.jpg" - -# capture n°018121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018121.pto --stitching --prefix=assemblage_018121 -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/GF018121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018121.jpg" - -# capture n°018122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018122.pto --stitching --prefix=assemblage_018122 -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/GF018122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018122.jpg" - -# capture n°018123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018123.pto --stitching --prefix=assemblage_018123 -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/GF018123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018123.jpg" - -# capture n°018124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018124.pto --stitching --prefix=assemblage_018124 -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/GF018124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018124.jpg" - -# capture n°018125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018125.pto --stitching --prefix=assemblage_018125 -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/GF018125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018125.jpg" - -# capture n°018126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018126.pto --stitching --prefix=assemblage_018126 -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/GF018126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018126.jpg" - -# capture n°018127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018127.pto --stitching --prefix=assemblage_018127 -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/GF018127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018127.jpg" - -# capture n°018128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018128.pto --stitching --prefix=assemblage_018128 -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/GF018128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018128.jpg" - -# capture n°018129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018129.pto --stitching --prefix=assemblage_018129 -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/GF018129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018129.jpg" - -# capture n°018130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018130.pto --stitching --prefix=assemblage_018130 -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/GF018130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018130.jpg" - -# capture n°018131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018131.pto --stitching --prefix=assemblage_018131 -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/GF018131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018131.jpg" - -# capture n°018132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018132.pto --stitching --prefix=assemblage_018132 -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/GF018132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018132.jpg" - -# capture n°018133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018133.pto --stitching --prefix=assemblage_018133 -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/GF018133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018133.jpg" - -# capture n°018134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018134.pto --stitching --prefix=assemblage_018134 -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/GF018134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018134.jpg" - -# capture n°018135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018135.pto --stitching --prefix=assemblage_018135 -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/GF018135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018135.jpg" - -# capture n°018136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018136.pto --stitching --prefix=assemblage_018136 -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/GF018136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018136.jpg" - -# capture n°018137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018137.pto --stitching --prefix=assemblage_018137 -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/GF018137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018137.jpg" - -# capture n°018138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018138.pto --stitching --prefix=assemblage_018138 -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/GF018138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018138.jpg" - -# capture n°018139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018139.pto --stitching --prefix=assemblage_018139 -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/GF018139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018139.jpg" - -# capture n°018140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018140.pto --stitching --prefix=assemblage_018140 -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/GF018140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018140.jpg" - -# capture n°018141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018141.pto --stitching --prefix=assemblage_018141 -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/GF018141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018141.jpg" - -# capture n°018142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018142.pto --stitching --prefix=assemblage_018142 -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/GF018142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018142.jpg" - -# capture n°018143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018143.pto --stitching --prefix=assemblage_018143 -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/GF018143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018143.jpg" - -# capture n°018144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018144.pto --stitching --prefix=assemblage_018144 -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/GF018144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018144.jpg" - -# capture n°018145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018145.pto --stitching --prefix=assemblage_018145 -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/GF018145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018145.jpg" - -# capture n°018146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018146.pto --stitching --prefix=assemblage_018146 -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/GF018146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018146.jpg" - -# capture n°018147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018147.pto --stitching --prefix=assemblage_018147 -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/GF018147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018147.jpg" - -# capture n°018148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018148.pto --stitching --prefix=assemblage_018148 -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/GF018148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018148.jpg" - -# capture n°018149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018149.pto --stitching --prefix=assemblage_018149 -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/GF018149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018149.jpg" - -# capture n°018150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018150.pto --stitching --prefix=assemblage_018150 -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/GF018150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018150.jpg" - -# capture n°018151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018151.pto --stitching --prefix=assemblage_018151 -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/GF018151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018151.jpg" - -# capture n°018152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018152.pto --stitching --prefix=assemblage_018152 -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/GF018152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018152.jpg" - -# capture n°018153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018153.pto --stitching --prefix=assemblage_018153 -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/GF018153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018153.jpg" - -# capture n°018154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018154.pto --stitching --prefix=assemblage_018154 -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/GF018154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018154.jpg" - -# capture n°018155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018155.pto --stitching --prefix=assemblage_018155 -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/GF018155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018155.jpg" - -# capture n°018156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018156.pto --stitching --prefix=assemblage_018156 -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/GF018156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018156.jpg" - -# capture n°018157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018157.pto --stitching --prefix=assemblage_018157 -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/GF018157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018157.jpg" - -# capture n°018158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018158.pto --stitching --prefix=assemblage_018158 -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/GF018158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018158.jpg" - -# capture n°018159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018159.pto --stitching --prefix=assemblage_018159 -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/GF018159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018159.jpg" - -# capture n°018160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018160.pto --stitching --prefix=assemblage_018160 -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/GF018160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018160.jpg" - -# capture n°018161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018161.pto --stitching --prefix=assemblage_018161 -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/GF018161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018161.jpg" - -# capture n°018162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018162.pto --stitching --prefix=assemblage_018162 -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/GF018162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018162.jpg" - -# capture n°018163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018163.pto --stitching --prefix=assemblage_018163 -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/GF018163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018163.jpg" - -# capture n°018164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018164.pto --stitching --prefix=assemblage_018164 -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/GF018164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018164.jpg" - -# capture n°018165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018165.pto --stitching --prefix=assemblage_018165 -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/GF018165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018165.jpg" - -# capture n°018166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018166.pto --stitching --prefix=assemblage_018166 -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/GF018166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018166.jpg" - -# capture n°018167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018167.pto --stitching --prefix=assemblage_018167 -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/GF018167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018167.jpg" - -# capture n°018168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018168.pto --stitching --prefix=assemblage_018168 -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/GF018168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018168.jpg" - -# capture n°018169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018169.pto --stitching --prefix=assemblage_018169 -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/GF018169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018169.jpg" - -# capture n°018170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018170.pto --stitching --prefix=assemblage_018170 -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/GF018170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018170.jpg" - -# capture n°018171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018171.pto --stitching --prefix=assemblage_018171 -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/GF018171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018171.jpg" - -# capture n°018172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018172.pto --stitching --prefix=assemblage_018172 -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/GF018172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018172.jpg" - -# capture n°018173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018173.pto --stitching --prefix=assemblage_018173 -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/GF018173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018173.jpg" - -# capture n°018174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018174.pto --stitching --prefix=assemblage_018174 -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/GF018174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018174.jpg" - -# capture n°018175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018175.pto --stitching --prefix=assemblage_018175 -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/GF018175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018175.jpg" - -# capture n°018176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018176.pto --stitching --prefix=assemblage_018176 -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/GF018176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018176.jpg" - -# capture n°018177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018177.pto --stitching --prefix=assemblage_018177 -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/GF018177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018177.jpg" - -# capture n°018178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018178.pto --stitching --prefix=assemblage_018178 -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/GF018178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018178.jpg" - -# capture n°018179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018179.pto --stitching --prefix=assemblage_018179 -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/GF018179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018179.jpg" - -# capture n°018180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018180.pto --stitching --prefix=assemblage_018180 -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/GF018180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018180.jpg" - -# capture n°018181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018181.pto --stitching --prefix=assemblage_018181 -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/GF018181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018181.jpg" - -# capture n°018182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018182.pto --stitching --prefix=assemblage_018182 -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/GF018182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018182.jpg" - -# capture n°018183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018183.pto --stitching --prefix=assemblage_018183 -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/GF018183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018183.jpg" - -# capture n°018184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018184.pto --stitching --prefix=assemblage_018184 -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/GF018184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018184.jpg" - -# capture n°018185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018185.pto --stitching --prefix=assemblage_018185 -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/GF018185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018185.jpg" - -# capture n°018186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018186.pto --stitching --prefix=assemblage_018186 -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/GF018186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018186.jpg" - -# capture n°018187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018187.pto --stitching --prefix=assemblage_018187 -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/GF018187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018187.jpg" - -# capture n°018188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018188.pto --stitching --prefix=assemblage_018188 -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/GF018188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018188.jpg" - -# capture n°018189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018189.pto --stitching --prefix=assemblage_018189 -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/GF018189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018189.jpg" - -# capture n°018190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018190.pto --stitching --prefix=assemblage_018190 -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/GF018190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018190.jpg" - -# capture n°018191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018191.pto --stitching --prefix=assemblage_018191 -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/GF018191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018191.jpg" - -# capture n°018192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018192.pto --stitching --prefix=assemblage_018192 -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/GF018192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018192.jpg" - -# capture n°018193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018193.pto --stitching --prefix=assemblage_018193 -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/GF018193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018193.jpg" - -# capture n°018194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018194.pto --stitching --prefix=assemblage_018194 -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/GF018194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018194.jpg" - -# capture n°018195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018195.pto --stitching --prefix=assemblage_018195 -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/GF018195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018195.jpg" - -# capture n°018196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018196.pto --stitching --prefix=assemblage_018196 -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/GF018196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018196.jpg" - -# capture n°018197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018197.pto --stitching --prefix=assemblage_018197 -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/GF018197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018197.jpg" - -# capture n°018198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018198.pto --stitching --prefix=assemblage_018198 -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/GF018198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018198.jpg" - -# capture n°018199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018199.pto --stitching --prefix=assemblage_018199 -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/GF018199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018199.jpg" - -# capture n°018200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018200.pto --stitching --prefix=assemblage_018200 -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/GF018200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018200.jpg" - -# capture n°018201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018201.pto --stitching --prefix=assemblage_018201 -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/GF018201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018201.jpg" - -# capture n°018202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018202.pto --stitching --prefix=assemblage_018202 -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/GF018202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018202.jpg" - -# capture n°018203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018203.pto --stitching --prefix=assemblage_018203 -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/GF018203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018203.jpg" - -# capture n°018204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018204.pto --stitching --prefix=assemblage_018204 -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/GF018204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018204.jpg" - -# capture n°018205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018205.pto --stitching --prefix=assemblage_018205 -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/GF018205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018205.jpg" - -# capture n°018206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018206.pto --stitching --prefix=assemblage_018206 -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/GF018206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018206.jpg" - -# capture n°018207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018207.pto --stitching --prefix=assemblage_018207 -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/GF018207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018207.jpg" - -# capture n°018208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018208.pto --stitching --prefix=assemblage_018208 -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/GF018208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018208.jpg" - -# capture n°018209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018209.pto --stitching --prefix=assemblage_018209 -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/GF018209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018209.jpg" - -# capture n°018210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018210.pto --stitching --prefix=assemblage_018210 -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/GF018210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018210.jpg" - -# capture n°018211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018211.pto --stitching --prefix=assemblage_018211 -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/GF018211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018211.jpg" - -# capture n°018212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018212.pto --stitching --prefix=assemblage_018212 -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/GF018212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018212.jpg" - -# capture n°018213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018213.pto --stitching --prefix=assemblage_018213 -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/GF018213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018213.jpg" - -# capture n°018214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018214.pto --stitching --prefix=assemblage_018214 -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/GF018214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018214.jpg" - -# capture n°018215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018215.pto --stitching --prefix=assemblage_018215 -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/GF018215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018215.jpg" - -# capture n°018216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018216.pto --stitching --prefix=assemblage_018216 -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/GF018216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018216.jpg" - -# capture n°018217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018217.pto --stitching --prefix=assemblage_018217 -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/GF018217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018217.jpg" - -# capture n°018218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018218.pto --stitching --prefix=assemblage_018218 -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/GF018218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018218.jpg" - -# capture n°018219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018219.pto --stitching --prefix=assemblage_018219 -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/GF018219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018219.jpg" - -# capture n°018220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018220.pto --stitching --prefix=assemblage_018220 -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/GF018220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018220.jpg" - -# capture n°018221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018221.pto --stitching --prefix=assemblage_018221 -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/GF018221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018221.jpg" - -# capture n°018222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018222.pto --stitching --prefix=assemblage_018222 -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/GF018222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018222.jpg" - -# capture n°018223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018223.pto --stitching --prefix=assemblage_018223 -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/GF018223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018223.jpg" - -# capture n°018224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018224.pto --stitching --prefix=assemblage_018224 -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/GF018224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018224.jpg" - -# capture n°018225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018225.pto --stitching --prefix=assemblage_018225 -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/GF018225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018225.jpg" - -# capture n°018226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018226.pto --stitching --prefix=assemblage_018226 -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/GF018226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018226.jpg" - -# capture n°018227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018227.pto --stitching --prefix=assemblage_018227 -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/GF018227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018227.jpg" - -# capture n°018228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018228.pto --stitching --prefix=assemblage_018228 -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/GF018228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018228.jpg" - -# capture n°018229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018229.pto --stitching --prefix=assemblage_018229 -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/GF018229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018229.jpg" - -# capture n°018230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018230.pto --stitching --prefix=assemblage_018230 -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/GF018230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018230.jpg" - -# capture n°018231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018231.pto --stitching --prefix=assemblage_018231 -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/GF018231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018231.jpg" - -# capture n°018232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018232.pto --stitching --prefix=assemblage_018232 -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/GF018232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018232.jpg" - -# capture n°018233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018233.pto --stitching --prefix=assemblage_018233 -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/GF018233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018233.jpg" - -# capture n°018234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018234.pto --stitching --prefix=assemblage_018234 -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/GF018234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018234.jpg" - -# capture n°018235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018235.pto --stitching --prefix=assemblage_018235 -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/GF018235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018235.jpg" - -# capture n°018236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018236.pto --stitching --prefix=assemblage_018236 -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/GF018236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018236.jpg" - -# capture n°018237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018237.pto --stitching --prefix=assemblage_018237 -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/GF018237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018237.jpg" - -# capture n°018238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018238.pto --stitching --prefix=assemblage_018238 -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/GF018238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018238.jpg" - -# capture n°018239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018239.pto --stitching --prefix=assemblage_018239 -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/GF018239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018239.jpg" - -# capture n°018240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018240.pto --stitching --prefix=assemblage_018240 -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/GF018240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018240.jpg" - -# capture n°018241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018241.pto --stitching --prefix=assemblage_018241 -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/GF018241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018241.jpg" - -# capture n°018242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018242.pto --stitching --prefix=assemblage_018242 -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/GF018242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018242.jpg" - -# capture n°018243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018243.pto --stitching --prefix=assemblage_018243 -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/GF018243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018243.jpg" - -# capture n°018244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018244.pto --stitching --prefix=assemblage_018244 -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/GF018244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018244.jpg" - -# capture n°018245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018245.pto --stitching --prefix=assemblage_018245 -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/GF018245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018245.jpg" - -# capture n°018246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018246.pto --stitching --prefix=assemblage_018246 -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/GF018246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018246.jpg" - -# capture n°018247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018247.pto --stitching --prefix=assemblage_018247 -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/GF018247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018247.jpg" - -# capture n°018248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018248.pto --stitching --prefix=assemblage_018248 -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/GF018248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018248.jpg" - -# capture n°018249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018249.pto --stitching --prefix=assemblage_018249 -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/GF018249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018249.jpg" - -# capture n°018250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018250.pto --stitching --prefix=assemblage_018250 -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/GF018250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018250.jpg" - -# capture n°018251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018251.pto --stitching --prefix=assemblage_018251 -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/GF018251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018251.jpg" - -# capture n°018252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018252.pto --stitching --prefix=assemblage_018252 -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/GF018252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018252.jpg" - -# capture n°018253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018253.pto --stitching --prefix=assemblage_018253 -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/GF018253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018253.jpg" - -# capture n°018254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018254.pto --stitching --prefix=assemblage_018254 -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/GF018254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018254.jpg" - -# capture n°018255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018255.pto --stitching --prefix=assemblage_018255 -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/GF018255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018255.jpg" - -# capture n°018256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018256.pto --stitching --prefix=assemblage_018256 -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/GF018256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018256.jpg" - -# capture n°018257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018257.pto --stitching --prefix=assemblage_018257 -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/GF018257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018257.jpg" - -# capture n°018258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018258.pto --stitching --prefix=assemblage_018258 -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/GF018258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018258.jpg" - -# capture n°018259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018259.pto --stitching --prefix=assemblage_018259 -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/GF018259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018259.jpg" - -# capture n°018260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018260.pto --stitching --prefix=assemblage_018260 -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/GF018260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018260.jpg" - -# capture n°018261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018261.pto --stitching --prefix=assemblage_018261 -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/GF018261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018261.jpg" - -# capture n°018262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018262.pto --stitching --prefix=assemblage_018262 -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/GF018262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018262.jpg" - -# capture n°018263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018263.pto --stitching --prefix=assemblage_018263 -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/GF018263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018263.jpg" - -# capture n°018264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018264.pto --stitching --prefix=assemblage_018264 -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/GF018264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018264.jpg" - -# capture n°018265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018265.pto --stitching --prefix=assemblage_018265 -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/GF018265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018265.jpg" - -# capture n°018266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018266.pto --stitching --prefix=assemblage_018266 -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/GF018266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018266.jpg" - -# capture n°018267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018267.pto --stitching --prefix=assemblage_018267 -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/GF018267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018267.jpg" - -# capture n°018268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018268.pto --stitching --prefix=assemblage_018268 -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/GF018268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018268.jpg" - -# capture n°018269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018269.pto --stitching --prefix=assemblage_018269 -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/GF018269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018269.jpg" - -# capture n°018270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018270.pto --stitching --prefix=assemblage_018270 -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/GF018270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018270.jpg" - -# capture n°018271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018271.pto --stitching --prefix=assemblage_018271 -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/GF018271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018271.jpg" - -# capture n°018272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018272.pto --stitching --prefix=assemblage_018272 -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/GF018272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018272.jpg" - -# capture n°018273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018273.pto --stitching --prefix=assemblage_018273 -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/GF018273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018273.jpg" - -# capture n°018274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018274.pto --stitching --prefix=assemblage_018274 -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/GF018274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018274.jpg" - -# capture n°018275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018275.pto --stitching --prefix=assemblage_018275 -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/GF018275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018275.jpg" - -# capture n°018276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018276.pto --stitching --prefix=assemblage_018276 -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/GF018276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018276.jpg" - -# capture n°018277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018277.pto --stitching --prefix=assemblage_018277 -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/GF018277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018277.jpg" - -# capture n°018278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018278.pto --stitching --prefix=assemblage_018278 -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/GF018278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018278.jpg" - -# capture n°018279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018279.pto --stitching --prefix=assemblage_018279 -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/GF018279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018279.jpg" - -# capture n°018280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018280.pto --stitching --prefix=assemblage_018280 -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/GF018280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018280.jpg" - -# capture n°018281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018281.pto --stitching --prefix=assemblage_018281 -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/GF018281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018281.jpg" - -# capture n°018282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018282.pto --stitching --prefix=assemblage_018282 -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/GF018282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018282.jpg" - -# capture n°018283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018283.pto --stitching --prefix=assemblage_018283 -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/GF018283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018283.jpg" - -# capture n°018284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018284.pto --stitching --prefix=assemblage_018284 -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/GF018284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018284.jpg" - -# capture n°018285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018285.pto --stitching --prefix=assemblage_018285 -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/GF018285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018285.jpg" - -# capture n°018286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018286.pto --stitching --prefix=assemblage_018286 -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/GF018286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018286.jpg" - -# capture n°018287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018287.pto --stitching --prefix=assemblage_018287 -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/GF018287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018287.jpg" - -# capture n°018288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018288.pto --stitching --prefix=assemblage_018288 -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/GF018288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018288.jpg" - -# capture n°018289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018289.pto --stitching --prefix=assemblage_018289 -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/GF018289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018289.jpg" - -# capture n°018290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018290.pto --stitching --prefix=assemblage_018290 -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/GF018290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018290.jpg" - -# capture n°018291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018291.pto --stitching --prefix=assemblage_018291 -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/GF018291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018291.jpg" - -# capture n°018292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018292.pto --stitching --prefix=assemblage_018292 -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/GF018292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018292.jpg" - -# capture n°018293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018293.pto --stitching --prefix=assemblage_018293 -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/GF018293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018293.jpg" - -# capture n°018294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018294.pto --stitching --prefix=assemblage_018294 -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/GF018294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018294.jpg" - -# capture n°018295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018295.pto --stitching --prefix=assemblage_018295 -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/GF018295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018295.jpg" - -# capture n°018296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018296.pto --stitching --prefix=assemblage_018296 -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/GF018296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018296.jpg" - -# capture n°018297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018297.pto --stitching --prefix=assemblage_018297 -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/GF018297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018297.jpg" - -# capture n°018298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018298.pto --stitching --prefix=assemblage_018298 -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/GF018298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018298.jpg" - -# capture n°018299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018299.pto --stitching --prefix=assemblage_018299 -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/GF018299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018299.jpg" - -# capture n°018300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018300.pto --stitching --prefix=assemblage_018300 -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/GF018300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018300.jpg" - -# capture n°018301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018301.pto --stitching --prefix=assemblage_018301 -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/GF018301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018301.jpg" - -# capture n°018302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018302.pto --stitching --prefix=assemblage_018302 -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/GF018302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018302.jpg" - -# capture n°018303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018303.pto --stitching --prefix=assemblage_018303 -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/GF018303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018303.jpg" - -# capture n°018304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018304.pto --stitching --prefix=assemblage_018304 -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/GF018304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018304.jpg" - -# capture n°018305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018305.pto --stitching --prefix=assemblage_018305 -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/GF018305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018305.jpg" - -# capture n°018306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018306.pto --stitching --prefix=assemblage_018306 -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/GF018306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018306.jpg" - -# capture n°018307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018307.pto --stitching --prefix=assemblage_018307 -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/GF018307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018307.jpg" - -# capture n°018308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018308.pto --stitching --prefix=assemblage_018308 -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/GF018308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018308.jpg" - -# capture n°018309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018309.pto --stitching --prefix=assemblage_018309 -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/GF018309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018309.jpg" - -# capture n°018310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018310.pto --stitching --prefix=assemblage_018310 -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/GF018310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018310.jpg" - -# capture n°018311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018311.pto --stitching --prefix=assemblage_018311 -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/GF018311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018311.jpg" - -# capture n°018312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018312.pto --stitching --prefix=assemblage_018312 -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/GF018312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018312.jpg" - -# capture n°018313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018313.pto --stitching --prefix=assemblage_018313 -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/GF018313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018313.jpg" - -# capture n°018314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018314.pto --stitching --prefix=assemblage_018314 -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/GF018314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018314.jpg" - -# capture n°018315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018315.pto --stitching --prefix=assemblage_018315 -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/GF018315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018315.jpg" - -# capture n°018316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018316.pto --stitching --prefix=assemblage_018316 -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/GF018316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018316.jpg" - -# capture n°018317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018317.pto --stitching --prefix=assemblage_018317 -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/GF018317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018317.jpg" - -# capture n°018318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018318.pto --stitching --prefix=assemblage_018318 -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/GF018318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018318.jpg" - -# capture n°018319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018319.pto --stitching --prefix=assemblage_018319 -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/GF018319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018319.jpg" - -# capture n°018320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018320.pto --stitching --prefix=assemblage_018320 -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/GF018320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018320.jpg" - -# capture n°018321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018321.pto --stitching --prefix=assemblage_018321 -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/GF018321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018321.jpg" - -# capture n°018322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018322.pto --stitching --prefix=assemblage_018322 -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/GF018322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018322.jpg" - -# capture n°018323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018323.pto --stitching --prefix=assemblage_018323 -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/GF018323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018323.jpg" - -# capture n°018324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018324.pto --stitching --prefix=assemblage_018324 -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/GF018324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018324.jpg" - -# capture n°018325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018325.pto --stitching --prefix=assemblage_018325 -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/GF018325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018325.jpg" - -# capture n°018326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018326.pto --stitching --prefix=assemblage_018326 -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/GF018326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018326.jpg" - -# capture n°018327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018327.pto --stitching --prefix=assemblage_018327 -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/GF018327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018327.jpg" - -# capture n°018328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018328.pto --stitching --prefix=assemblage_018328 -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/GF018328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018328.jpg" - -# capture n°018329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018329.pto --stitching --prefix=assemblage_018329 -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/GF018329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018329.jpg" - -# capture n°018330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018330.pto --stitching --prefix=assemblage_018330 -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/GF018330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018330.jpg" - -# capture n°018331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018331.pto --stitching --prefix=assemblage_018331 -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/GF018331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018331.jpg" - -# capture n°018332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018332.pto --stitching --prefix=assemblage_018332 -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/GF018332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018332.jpg" - -# capture n°018333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018333.pto --stitching --prefix=assemblage_018333 -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/GF018333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018333.jpg" - -# capture n°018334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018334.pto --stitching --prefix=assemblage_018334 -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/GF018334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018334.jpg" - -# capture n°018335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018335.pto --stitching --prefix=assemblage_018335 -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/GF018335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018335.jpg" - -# capture n°018336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018336.pto --stitching --prefix=assemblage_018336 -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/GF018336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018336.jpg" - -# capture n°018337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018337.pto --stitching --prefix=assemblage_018337 -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/GF018337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018337.jpg" - -# capture n°018338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018338.pto --stitching --prefix=assemblage_018338 -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/GF018338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018338.jpg" - -# capture n°018339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018339.pto --stitching --prefix=assemblage_018339 -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/GF018339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018339.jpg" - -# capture n°018340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018340.pto --stitching --prefix=assemblage_018340 -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/GF018340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018340.jpg" - -# capture n°018341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018341.pto --stitching --prefix=assemblage_018341 -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/GF018341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018341.jpg" - -# capture n°018342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018342.pto --stitching --prefix=assemblage_018342 -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/GF018342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018342.jpg" - -# capture n°018343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018343.pto --stitching --prefix=assemblage_018343 -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/GF018343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018343.jpg" - -# capture n°018344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018344.pto --stitching --prefix=assemblage_018344 -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/GF018344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018344.jpg" - -# capture n°018345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018345.pto --stitching --prefix=assemblage_018345 -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/GF018345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018345.jpg" - -# capture n°018346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018346.pto --stitching --prefix=assemblage_018346 -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/GF018346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018346.jpg" - -# capture n°018347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018347.pto --stitching --prefix=assemblage_018347 -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/GF018347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018347.jpg" - -# capture n°018348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018348.pto --stitching --prefix=assemblage_018348 -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/GF018348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018348.jpg" - -# capture n°018349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018349.pto --stitching --prefix=assemblage_018349 -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/GF018349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018349.jpg" - -# capture n°018350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018350.pto --stitching --prefix=assemblage_018350 -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/GF018350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018350.jpg" - -# capture n°018351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018351.pto --stitching --prefix=assemblage_018351 -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/GF018351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018351.jpg" - -# capture n°018352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018352.pto --stitching --prefix=assemblage_018352 -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/GF018352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018352.jpg" - -# capture n°018353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018353.pto --stitching --prefix=assemblage_018353 -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/GF018353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018353.jpg" - -# capture n°018354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018354.pto --stitching --prefix=assemblage_018354 -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/GF018354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018354.jpg" - -# capture n°018355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018355.pto --stitching --prefix=assemblage_018355 -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/GF018355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018355.jpg" - -# capture n°018356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018356.pto --stitching --prefix=assemblage_018356 -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/GF018356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018356.jpg" - -# capture n°018357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018357.pto --stitching --prefix=assemblage_018357 -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/GF018357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018357.jpg" - -# capture n°018358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018358.pto --stitching --prefix=assemblage_018358 -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/GF018358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018358.jpg" - -# capture n°018359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018359.pto --stitching --prefix=assemblage_018359 -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/GF018359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018359.jpg" - -# capture n°018360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018360.pto --stitching --prefix=assemblage_018360 -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/GF018360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018360.jpg" - -# capture n°018361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018361.pto --stitching --prefix=assemblage_018361 -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/GF018361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018361.jpg" - -# capture n°018362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018362.pto --stitching --prefix=assemblage_018362 -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/GF018362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018362.jpg" - -# capture n°018363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018363.pto --stitching --prefix=assemblage_018363 -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/GF018363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018363.jpg" - -# capture n°018364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018364.pto --stitching --prefix=assemblage_018364 -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/GF018364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018364.jpg" - -# capture n°018365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018365.pto --stitching --prefix=assemblage_018365 -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/GF018365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018365.jpg" - -# capture n°018366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018366.pto --stitching --prefix=assemblage_018366 -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/GF018366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018366.jpg" - -# capture n°018367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018367.pto --stitching --prefix=assemblage_018367 -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/GF018367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018367.jpg" - -# capture n°018368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018368.pto --stitching --prefix=assemblage_018368 -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/GF018368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018368.jpg" - -# capture n°018369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018369.pto --stitching --prefix=assemblage_018369 -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/GF018369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018369.jpg" - -# capture n°018370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018370.pto --stitching --prefix=assemblage_018370 -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/GF018370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018370.jpg" - -# capture n°018371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018371.pto --stitching --prefix=assemblage_018371 -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/GF018371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018371.jpg" - -# capture n°018372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018372.pto --stitching --prefix=assemblage_018372 -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/GF018372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018372.jpg" - -# capture n°018373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018373.pto --stitching --prefix=assemblage_018373 -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/GF018373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018373.jpg" - -# capture n°018374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018374.pto --stitching --prefix=assemblage_018374 -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/GF018374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018374.jpg" - -# capture n°018375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018375.pto --stitching --prefix=assemblage_018375 -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/GF018375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018375.jpg" - -# capture n°018376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018376.pto --stitching --prefix=assemblage_018376 -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/GF018376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018376.jpg" - -# capture n°018377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018377.pto --stitching --prefix=assemblage_018377 -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/GF018377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018377.jpg" - -# capture n°018378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018378.pto --stitching --prefix=assemblage_018378 -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/GF018378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018378.jpg" - -# capture n°018379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018379.pto --stitching --prefix=assemblage_018379 -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/GF018379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018379.jpg" - -# capture n°018380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018380.pto --stitching --prefix=assemblage_018380 -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/GF018380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018380.jpg" - -# capture n°018381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018381.pto --stitching --prefix=assemblage_018381 -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/GF018381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018381.jpg" - -# capture n°018382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018382.pto --stitching --prefix=assemblage_018382 -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/GF018382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018382.jpg" - -# capture n°018383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018383.pto --stitching --prefix=assemblage_018383 -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/GF018383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018383.jpg" - -# capture n°018384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018384.pto --stitching --prefix=assemblage_018384 -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/GF018384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018384.jpg" - -# capture n°018385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018385.pto --stitching --prefix=assemblage_018385 -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/GF018385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018385.jpg" - -# capture n°018386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018386.pto --stitching --prefix=assemblage_018386 -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/GF018386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018386.jpg" - -# capture n°018387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018387.pto --stitching --prefix=assemblage_018387 -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/GF018387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018387.jpg" - -# capture n°018388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018388.pto --stitching --prefix=assemblage_018388 -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/GF018388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018388.jpg" - -# capture n°018389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018389.pto --stitching --prefix=assemblage_018389 -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/GF018389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018389.jpg" - -# capture n°018390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018390.pto --stitching --prefix=assemblage_018390 -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/GF018390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018390.jpg" - -# capture n°018391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018391.pto --stitching --prefix=assemblage_018391 -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/GF018391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018391.jpg" - -# capture n°018392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018392.pto --stitching --prefix=assemblage_018392 -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/GF018392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018392.jpg" - -# capture n°018393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018393.pto --stitching --prefix=assemblage_018393 -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/GF018393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018393.jpg" - -# capture n°018394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018394.pto --stitching --prefix=assemblage_018394 -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/GF018394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018394.jpg" - -# capture n°018395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018395.pto --stitching --prefix=assemblage_018395 -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/GF018395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018395.jpg" - -# capture n°018396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018396.pto --stitching --prefix=assemblage_018396 -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/GF018396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018396.jpg" - -# capture n°018397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018397.pto --stitching --prefix=assemblage_018397 -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/GF018397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018397.jpg" - -# capture n°018398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018398.pto --stitching --prefix=assemblage_018398 -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/GF018398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018398.jpg" - -# capture n°018399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018399.pto --stitching --prefix=assemblage_018399 -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/GF018399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018399.jpg" - -# capture n°018400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018400.pto --stitching --prefix=assemblage_018400 -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/GF018400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018400.jpg" - -# capture n°018401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018401.pto --stitching --prefix=assemblage_018401 -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/GF018401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018401.jpg" - -# capture n°018402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018402.pto --stitching --prefix=assemblage_018402 -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/GF018402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018402.jpg" - -# capture n°018403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018403.pto --stitching --prefix=assemblage_018403 -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/GF018403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018403.jpg" - -# capture n°018404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018404.pto --stitching --prefix=assemblage_018404 -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/GF018404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018404.jpg" - -# capture n°018405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018405.pto --stitching --prefix=assemblage_018405 -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/GF018405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018405.jpg" - -# capture n°018406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018406.pto --stitching --prefix=assemblage_018406 -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/GF018406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018406.jpg" - -# capture n°018407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018407.pto --stitching --prefix=assemblage_018407 -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/GF018407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018407.jpg" - -# capture n°018408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018408.pto --stitching --prefix=assemblage_018408 -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/GF018408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018408.jpg" - -# capture n°018409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018409.pto --stitching --prefix=assemblage_018409 -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/GF018409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018409.jpg" - -# capture n°018410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018410.pto --stitching --prefix=assemblage_018410 -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/GF018410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018410.jpg" - -# capture n°018411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018411.pto --stitching --prefix=assemblage_018411 -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/GF018411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018411.jpg" - -# capture n°018412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018412.pto --stitching --prefix=assemblage_018412 -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/GF018412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018412.jpg" - -# capture n°018413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018413.pto --stitching --prefix=assemblage_018413 -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/GF018413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018413.jpg" - -# capture n°018414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018414.pto --stitching --prefix=assemblage_018414 -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/GF018414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018414.jpg" - -# capture n°018415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018415.pto --stitching --prefix=assemblage_018415 -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/GF018415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018415.jpg" - -# capture n°018416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018416.pto --stitching --prefix=assemblage_018416 -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/GF018416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018416.jpg" - -# capture n°018417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018417.pto --stitching --prefix=assemblage_018417 -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/GF018417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018417.jpg" - -# capture n°018418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018418.pto --stitching --prefix=assemblage_018418 -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/GF018418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018418.jpg" - -# capture n°018419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018419.pto --stitching --prefix=assemblage_018419 -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/GF018419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018419.jpg" - -# capture n°018420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018420.pto --stitching --prefix=assemblage_018420 -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/GF018420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018420.jpg" - -# capture n°018421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018421.pto --stitching --prefix=assemblage_018421 -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/GF018421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018421.jpg" - -# capture n°018422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018422.pto --stitching --prefix=assemblage_018422 -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/GF018422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018422.jpg" - -# capture n°018423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018423.pto --stitching --prefix=assemblage_018423 -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/GF018423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018423.jpg" - -# capture n°018424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018424.pto --stitching --prefix=assemblage_018424 -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/GF018424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018424.jpg" - -# capture n°018425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018425.pto --stitching --prefix=assemblage_018425 -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/GF018425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018425.jpg" - -# capture n°018426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018426.pto --stitching --prefix=assemblage_018426 -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/GF018426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018426.jpg" - -# capture n°018427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018427.pto --stitching --prefix=assemblage_018427 -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/GF018427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018427.jpg" - -# capture n°018428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018428.pto --stitching --prefix=assemblage_018428 -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/GF018428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018428.jpg" - -# capture n°018429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018429.pto --stitching --prefix=assemblage_018429 -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/GF018429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018429.jpg" - -# capture n°018430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018430.pto --stitching --prefix=assemblage_018430 -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/GF018430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018430.jpg" - -# capture n°018431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018431.pto --stitching --prefix=assemblage_018431 -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/GF018431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018431.jpg" - -# capture n°018432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018432.pto --stitching --prefix=assemblage_018432 -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/GF018432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018432.jpg" - -# capture n°018433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018433.pto --stitching --prefix=assemblage_018433 -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/GF018433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018433.jpg" - -# capture n°018434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018434.pto --stitching --prefix=assemblage_018434 -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/GF018434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018434.jpg" - -# capture n°018435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018435.pto --stitching --prefix=assemblage_018435 -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/GF018435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018435.jpg" - -# capture n°018436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018436.pto --stitching --prefix=assemblage_018436 -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/GF018436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018436.jpg" - -# capture n°018437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018437.pto --stitching --prefix=assemblage_018437 -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/GF018437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018437.jpg" - -# capture n°018438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018438.pto --stitching --prefix=assemblage_018438 -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/GF018438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018438.jpg" - -# capture n°018439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018439.pto --stitching --prefix=assemblage_018439 -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/GF018439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018439.jpg" - -# capture n°018440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018440.pto --stitching --prefix=assemblage_018440 -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/GF018440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018440.jpg" - -# capture n°018441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018441.pto --stitching --prefix=assemblage_018441 -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/GF018441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018441.jpg" - -# capture n°018442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018442.pto --stitching --prefix=assemblage_018442 -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/GF018442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018442.jpg" - -# capture n°018443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018443.pto --stitching --prefix=assemblage_018443 -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/GF018443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018443.jpg" - -# capture n°018444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018444.pto --stitching --prefix=assemblage_018444 -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/GF018444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018444.jpg" - -# capture n°018445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018445.pto --stitching --prefix=assemblage_018445 -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/GF018445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018445.jpg" - -# capture n°018446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018446.pto --stitching --prefix=assemblage_018446 -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/GF018446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018446.jpg" - -# capture n°018447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018447.pto --stitching --prefix=assemblage_018447 -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/GF018447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018447.jpg" - -# capture n°018448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018448.pto --stitching --prefix=assemblage_018448 -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/GF018448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018448.jpg" - -# capture n°018449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018449.pto --stitching --prefix=assemblage_018449 -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/GF018449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018449.jpg" - -# capture n°018450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018450.pto --stitching --prefix=assemblage_018450 -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/GF018450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018450.jpg" - -# capture n°018451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018451.pto --stitching --prefix=assemblage_018451 -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/GF018451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018451.jpg" - -# capture n°018452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018452.pto --stitching --prefix=assemblage_018452 -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/GF018452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018452.jpg" - -# capture n°018453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018453.pto --stitching --prefix=assemblage_018453 -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/GF018453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018453.jpg" - -# capture n°018454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018454.pto --stitching --prefix=assemblage_018454 -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/GF018454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018454.jpg" - -# capture n°018455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018455.pto --stitching --prefix=assemblage_018455 -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/GF018455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018455.jpg" - -# capture n°018456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018456.pto --stitching --prefix=assemblage_018456 -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/GF018456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018456.jpg" - -# capture n°018457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018457.pto --stitching --prefix=assemblage_018457 -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/GF018457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018457.jpg" - -# capture n°018458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018458.pto --stitching --prefix=assemblage_018458 -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/GF018458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018458.jpg" - -# capture n°018459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018459.pto --stitching --prefix=assemblage_018459 -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/GF018459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018459.jpg" - -# capture n°018460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018460.pto --stitching --prefix=assemblage_018460 -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/GF018460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018460.jpg" - -# capture n°018461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018461.pto --stitching --prefix=assemblage_018461 -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/GF018461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018461.jpg" - -# capture n°018462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018462.pto --stitching --prefix=assemblage_018462 -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/GF018462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018462.jpg" - -# capture n°018463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018463.pto --stitching --prefix=assemblage_018463 -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/GF018463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018463.jpg" - -# capture n°018464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018464.pto --stitching --prefix=assemblage_018464 -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/GF018464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018464.jpg" - -# capture n°018465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018465.pto --stitching --prefix=assemblage_018465 -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/GF018465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018465.jpg" - -# capture n°018466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018466.pto --stitching --prefix=assemblage_018466 -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/GF018466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018466.jpg" - -# capture n°018467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018467.pto --stitching --prefix=assemblage_018467 -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/GF018467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018467.jpg" - -# capture n°018468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018468.pto --stitching --prefix=assemblage_018468 -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/GF018468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018468.jpg" - -# capture n°018469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018469.pto --stitching --prefix=assemblage_018469 -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/GF018469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018469.jpg" - -# capture n°018470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018470.pto --stitching --prefix=assemblage_018470 -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/GF018470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018470.jpg" - -# capture n°018471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018471.pto --stitching --prefix=assemblage_018471 -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/GF018471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018471.jpg" - -# capture n°018472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018472.pto --stitching --prefix=assemblage_018472 -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/GF018472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018472.jpg" - -# capture n°018473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018473.pto --stitching --prefix=assemblage_018473 -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/GF018473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018473.jpg" - -# capture n°018474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018474.pto --stitching --prefix=assemblage_018474 -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/GF018474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018474.jpg" - -# capture n°018475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018475.pto --stitching --prefix=assemblage_018475 -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/GF018475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018475.jpg" - -# capture n°018476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018476.pto --stitching --prefix=assemblage_018476 -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/GF018476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018476.jpg" - -# capture n°018477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018477.pto --stitching --prefix=assemblage_018477 -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/GF018477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018477.jpg" - -# capture n°018478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018478.pto --stitching --prefix=assemblage_018478 -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/GF018478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018478.jpg" - -# capture n°018479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018479.pto --stitching --prefix=assemblage_018479 -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/GF018479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018479.jpg" - -# capture n°018480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018480.pto --stitching --prefix=assemblage_018480 -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/GF018480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018480.jpg" - -# capture n°018481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018481.pto --stitching --prefix=assemblage_018481 -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/GF018481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018481.jpg" - -# capture n°018482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018482.pto --stitching --prefix=assemblage_018482 -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/GF018482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018482.jpg" - -# capture n°018483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018483.pto --stitching --prefix=assemblage_018483 -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/GF018483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018483.jpg" - -# capture n°018484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018484.pto --stitching --prefix=assemblage_018484 -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/GF018484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018484.jpg" - -# capture n°018485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018485.pto --stitching --prefix=assemblage_018485 -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/GF018485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018485.jpg" - -# capture n°018486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018486.pto --stitching --prefix=assemblage_018486 -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/GF018486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018486.jpg" - -# capture n°018487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018487.pto --stitching --prefix=assemblage_018487 -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/GF018487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018487.jpg" - -# capture n°018488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018488.pto --stitching --prefix=assemblage_018488 -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/GF018488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018488.jpg" - -# capture n°018489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018489.pto --stitching --prefix=assemblage_018489 -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/GF018489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018489.jpg" - -# capture n°018490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018490.pto --stitching --prefix=assemblage_018490 -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/GF018490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018490.jpg" - -# capture n°018491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018491.pto --stitching --prefix=assemblage_018491 -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/GF018491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018491.jpg" - -# capture n°018492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018492.pto --stitching --prefix=assemblage_018492 -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/GF018492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018492.jpg" - -# capture n°018493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018493.pto --stitching --prefix=assemblage_018493 -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/GF018493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018493.jpg" - -# capture n°018494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018494.pto --stitching --prefix=assemblage_018494 -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/GF018494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018494.jpg" - -# capture n°018495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018495.pto --stitching --prefix=assemblage_018495 -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/GF018495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018495.jpg" - -# capture n°018496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018496.pto --stitching --prefix=assemblage_018496 -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/GF018496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018496.jpg" - -# capture n°018497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018497.pto --stitching --prefix=assemblage_018497 -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/GF018497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018497.jpg" - -# capture n°018498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018498.pto --stitching --prefix=assemblage_018498 -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/GF018498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018498.jpg" - -# capture n°018499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018499.pto --stitching --prefix=assemblage_018499 -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/GF018499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018499.jpg" - -# capture n°018500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018500.pto --stitching --prefix=assemblage_018500 -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/GF018500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018500.jpg" - -# capture n°018501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018501.pto --stitching --prefix=assemblage_018501 -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/GF018501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018501.jpg" - -# capture n°018502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018502.pto --stitching --prefix=assemblage_018502 -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/GF018502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018502.jpg" - -# capture n°018503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018503.pto --stitching --prefix=assemblage_018503 -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/GF018503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018503.jpg" - -# capture n°018504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018504.pto --stitching --prefix=assemblage_018504 -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/GF018504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018504.jpg" - -# capture n°018505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018505.pto --stitching --prefix=assemblage_018505 -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/GF018505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018505.jpg" - -# capture n°018506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018506.pto --stitching --prefix=assemblage_018506 -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/GF018506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018506.jpg" - -# capture n°018507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018507.pto --stitching --prefix=assemblage_018507 -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/GF018507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018507.jpg" - -# capture n°018508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018508.pto --stitching --prefix=assemblage_018508 -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/GF018508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018508.jpg" - -# capture n°018509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018509.pto --stitching --prefix=assemblage_018509 -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/GF018509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018509.jpg" - -# capture n°018510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018510.pto --stitching --prefix=assemblage_018510 -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/GF018510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018510.jpg" - -# capture n°018511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018511.pto --stitching --prefix=assemblage_018511 -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/GF018511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018511.jpg" - -# capture n°018512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018512.pto --stitching --prefix=assemblage_018512 -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/GF018512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018512.jpg" - -# capture n°018513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018513.pto --stitching --prefix=assemblage_018513 -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/GF018513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018513.jpg" - -# capture n°018514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018514.pto --stitching --prefix=assemblage_018514 -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/GF018514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018514.jpg" - -# capture n°018515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018515.pto --stitching --prefix=assemblage_018515 -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/GF018515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018515.jpg" - -# capture n°018516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018516.pto --stitching --prefix=assemblage_018516 -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/GF018516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018516.jpg" - -# capture n°018517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018517.pto --stitching --prefix=assemblage_018517 -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/GF018517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018517.jpg" - -# capture n°018518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018518.pto --stitching --prefix=assemblage_018518 -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/GF018518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018518.jpg" - -# capture n°018519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018519.pto --stitching --prefix=assemblage_018519 -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/GF018519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018519.jpg" - -# capture n°018520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018520.pto --stitching --prefix=assemblage_018520 -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/GF018520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018520.jpg" - -# capture n°018521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018521.pto --stitching --prefix=assemblage_018521 -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/GF018521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018521.jpg" - -# capture n°018522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018522.pto --stitching --prefix=assemblage_018522 -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/GF018522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018522.jpg" - -# capture n°018523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018523.pto --stitching --prefix=assemblage_018523 -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/GF018523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018523.jpg" - -# capture n°018524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018524.pto --stitching --prefix=assemblage_018524 -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/GF018524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018524.jpg" - -# capture n°018525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018525.pto --stitching --prefix=assemblage_018525 -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/GF018525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018525.jpg" - -# capture n°018526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018526.pto --stitching --prefix=assemblage_018526 -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/GF018526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018526.jpg" - -# capture n°018527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018527.pto --stitching --prefix=assemblage_018527 -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/GF018527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018527.jpg" - -# capture n°018528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018528.pto --stitching --prefix=assemblage_018528 -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/GF018528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018528.jpg" - -# capture n°018529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018529.pto --stitching --prefix=assemblage_018529 -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/GF018529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018529.jpg" - -# capture n°018530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018530.pto --stitching --prefix=assemblage_018530 -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/GF018530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018530.jpg" - -# capture n°018531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018531.pto --stitching --prefix=assemblage_018531 -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/GF018531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018531.jpg" - -# capture n°018532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018532.pto --stitching --prefix=assemblage_018532 -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/GF018532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018532.jpg" - -# capture n°018533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018533.pto --stitching --prefix=assemblage_018533 -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/GF018533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018533.jpg" - -# capture n°018534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018534.pto --stitching --prefix=assemblage_018534 -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/GF018534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018534.jpg" - -# capture n°018535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018535.pto --stitching --prefix=assemblage_018535 -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/GF018535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018535.jpg" - -# capture n°018536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018536.pto --stitching --prefix=assemblage_018536 -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/GF018536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018536.jpg" - -# capture n°018537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018537.pto --stitching --prefix=assemblage_018537 -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/GF018537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018537.jpg" - -# capture n°018538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018538.pto --stitching --prefix=assemblage_018538 -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/GF018538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018538.jpg" - -# capture n°018539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018539.pto --stitching --prefix=assemblage_018539 -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/GF018539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018539.jpg" - -# capture n°018540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018540.pto --stitching --prefix=assemblage_018540 -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/GF018540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018540.jpg" - -# capture n°018541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018541.pto --stitching --prefix=assemblage_018541 -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/GF018541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018541.jpg" - -# capture n°018542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018542.pto --stitching --prefix=assemblage_018542 -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/GF018542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018542.jpg" - -# capture n°018543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018543.pto --stitching --prefix=assemblage_018543 -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/GF018543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018543.jpg" - -# capture n°018544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018544.pto --stitching --prefix=assemblage_018544 -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/GF018544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018544.jpg" - -# capture n°018545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018545.pto --stitching --prefix=assemblage_018545 -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/GF018545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018545.jpg" - -# capture n°018546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018546.pto --stitching --prefix=assemblage_018546 -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/GF018546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018546.jpg" - -# capture n°018547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018547.pto --stitching --prefix=assemblage_018547 -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/GF018547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018547.jpg" - -# capture n°018548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018548.pto --stitching --prefix=assemblage_018548 -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/GF018548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018548.jpg" - -# capture n°018549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018549.pto --stitching --prefix=assemblage_018549 -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/GF018549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018549.jpg" - -# capture n°018550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018550.pto --stitching --prefix=assemblage_018550 -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/GF018550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018550.jpg" - -# capture n°018551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018551.pto --stitching --prefix=assemblage_018551 -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/GF018551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018551.jpg" - -# capture n°018552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018552.pto --stitching --prefix=assemblage_018552 -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/GF018552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018552.jpg" - -# capture n°018553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018553.pto --stitching --prefix=assemblage_018553 -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/GF018553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018553.jpg" - -# capture n°018554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018554.pto --stitching --prefix=assemblage_018554 -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/GF018554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018554.jpg" - -# capture n°018555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018555.pto --stitching --prefix=assemblage_018555 -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/GF018555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018555.jpg" - -# capture n°018556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018556.pto --stitching --prefix=assemblage_018556 -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/GF018556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018556.jpg" - -# capture n°018557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018557.pto --stitching --prefix=assemblage_018557 -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/GF018557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018557.jpg" - -# capture n°018558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018558.pto --stitching --prefix=assemblage_018558 -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/GF018558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018558.jpg" - -# capture n°018559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018559.pto --stitching --prefix=assemblage_018559 -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/GF018559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018559.jpg" - -# capture n°018560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018560.pto --stitching --prefix=assemblage_018560 -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/GF018560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018560.jpg" - -# capture n°018561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018561.pto --stitching --prefix=assemblage_018561 -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/GF018561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018561.jpg" - -# capture n°018562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018562.pto --stitching --prefix=assemblage_018562 -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/GF018562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018562.jpg" - -# capture n°018563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018563.pto --stitching --prefix=assemblage_018563 -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/GF018563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018563.jpg" - -# capture n°018564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018564.pto --stitching --prefix=assemblage_018564 -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/GF018564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018564.jpg" - -# capture n°018565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018565.pto --stitching --prefix=assemblage_018565 -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/GF018565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018565.jpg" - -# capture n°018566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018566.pto --stitching --prefix=assemblage_018566 -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/GF018566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018566.jpg" - -# capture n°018567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018567.pto --stitching --prefix=assemblage_018567 -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/GF018567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018567.jpg" - -# capture n°018568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018568.pto --stitching --prefix=assemblage_018568 -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/GF018568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018568.jpg" - -# capture n°018569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018569.pto --stitching --prefix=assemblage_018569 -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/GF018569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018569.jpg" - -# capture n°018570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018570.pto --stitching --prefix=assemblage_018570 -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/GF018570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018570.jpg" - -# capture n°018571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018571.pto --stitching --prefix=assemblage_018571 -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/GF018571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018571.jpg" - -# capture n°018572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018572.pto --stitching --prefix=assemblage_018572 -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/GF018572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018572.jpg" - -# capture n°018573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018573.pto --stitching --prefix=assemblage_018573 -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/GF018573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018573.jpg" - -# capture n°018574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018574.pto --stitching --prefix=assemblage_018574 -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/GF018574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018574.jpg" - -# capture n°018575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018575.pto --stitching --prefix=assemblage_018575 -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/GF018575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018575.jpg" - -# capture n°018576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018576.pto --stitching --prefix=assemblage_018576 -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/GF018576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018576.jpg" - -# capture n°018577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018577.pto --stitching --prefix=assemblage_018577 -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/GF018577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018577.jpg" - -# capture n°018578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018578.pto --stitching --prefix=assemblage_018578 -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/GF018578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018578.jpg" - -# capture n°018579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018579.pto --stitching --prefix=assemblage_018579 -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/GF018579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018579.jpg" - -# capture n°018580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018580.pto --stitching --prefix=assemblage_018580 -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/GF018580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018580.jpg" - -# capture n°018581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018581.pto --stitching --prefix=assemblage_018581 -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/GF018581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018581.jpg" - -# capture n°018582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018582.pto --stitching --prefix=assemblage_018582 -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/GF018582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018582.jpg" - -# capture n°018583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018583.pto --stitching --prefix=assemblage_018583 -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/GF018583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018583.jpg" - -# capture n°018584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018584.pto --stitching --prefix=assemblage_018584 -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/GF018584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018584.jpg" - -# capture n°018585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018585.pto --stitching --prefix=assemblage_018585 -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/GF018585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018585.jpg" - -# capture n°018586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018586.pto --stitching --prefix=assemblage_018586 -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/GF018586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018586.jpg" - -# capture n°018587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018587.pto --stitching --prefix=assemblage_018587 -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/GF018587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018587.jpg" - -# capture n°018588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018588.pto --stitching --prefix=assemblage_018588 -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/GF018588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018588.jpg" - -# capture n°018589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018589.pto --stitching --prefix=assemblage_018589 -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/GF018589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018589.jpg" - -# capture n°018590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018590.pto --stitching --prefix=assemblage_018590 -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/GF018590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018590.jpg" - -# capture n°018591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018591.pto --stitching --prefix=assemblage_018591 -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/GF018591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018591.jpg" - -# capture n°018592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018592.pto --stitching --prefix=assemblage_018592 -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/GF018592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018592.jpg" - -# capture n°018593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018593.pto --stitching --prefix=assemblage_018593 -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/GF018593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018593.jpg" - -# capture n°018594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018594.pto --stitching --prefix=assemblage_018594 -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/GF018594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018594.jpg" - -# capture n°018595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018595.pto --stitching --prefix=assemblage_018595 -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/GF018595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018595.jpg" - -# capture n°018596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018596.pto --stitching --prefix=assemblage_018596 -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/GF018596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018596.jpg" - -# capture n°018597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018597.pto --stitching --prefix=assemblage_018597 -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/GF018597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018597.jpg" - -# capture n°018598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018598.pto --stitching --prefix=assemblage_018598 -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/GF018598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018598.jpg" - -# capture n°018599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018599.pto --stitching --prefix=assemblage_018599 -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/GF018599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018599.jpg" - -# capture n°018600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018600.pto --stitching --prefix=assemblage_018600 -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/GF018600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018600.jpg" - -# capture n°018601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018601.pto --stitching --prefix=assemblage_018601 -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/GF018601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018601.jpg" - -# capture n°018602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018602.pto --stitching --prefix=assemblage_018602 -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/GF018602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018602.jpg" - -# capture n°018603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018603.pto --stitching --prefix=assemblage_018603 -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/GF018603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018603.jpg" - -# capture n°018604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018604.pto --stitching --prefix=assemblage_018604 -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/GF018604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018604.jpg" - -# capture n°018605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018605.pto --stitching --prefix=assemblage_018605 -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/GF018605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018605.jpg" - -# capture n°018606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018606.pto --stitching --prefix=assemblage_018606 -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/GF018606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018606.jpg" - -# capture n°018607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018607.pto --stitching --prefix=assemblage_018607 -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/GF018607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018607.jpg" - -# capture n°018608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018608.pto --stitching --prefix=assemblage_018608 -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/GF018608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018608.jpg" - -# capture n°018609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018609.pto --stitching --prefix=assemblage_018609 -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/GF018609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018609.jpg" - -# capture n°018610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018610.pto --stitching --prefix=assemblage_018610 -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/GF018610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018610.jpg" - -# capture n°018611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018611.pto --stitching --prefix=assemblage_018611 -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/GF018611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018611.jpg" - -# capture n°018612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018612.pto --stitching --prefix=assemblage_018612 -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/GF018612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018612.jpg" - -# capture n°018613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018613.pto --stitching --prefix=assemblage_018613 -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/GF018613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018613.jpg" - -# capture n°018614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018614.pto --stitching --prefix=assemblage_018614 -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/GF018614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018614.jpg" - -# capture n°018615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018615.pto --stitching --prefix=assemblage_018615 -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/GF018615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018615.jpg" - -# capture n°018616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018616.pto --stitching --prefix=assemblage_018616 -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/GF018616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018616.jpg" - -# capture n°018617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018617.pto --stitching --prefix=assemblage_018617 -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/GF018617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018617.jpg" - -# capture n°018618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018618.pto --stitching --prefix=assemblage_018618 -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/GF018618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018618.jpg" - -# capture n°018619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018619.pto --stitching --prefix=assemblage_018619 -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/GF018619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018619.jpg" - -# capture n°018620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018620.pto --stitching --prefix=assemblage_018620 -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/GF018620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018620.jpg" - -# capture n°018621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018621.pto --stitching --prefix=assemblage_018621 -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/GF018621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018621.jpg" - -# capture n°018622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018622.pto --stitching --prefix=assemblage_018622 -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/GF018622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018622.jpg" - -# capture n°018623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018623.pto --stitching --prefix=assemblage_018623 -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/GF018623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018623.jpg" - -# capture n°018624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018624.pto --stitching --prefix=assemblage_018624 -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/GF018624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018624.jpg" - -# capture n°018625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018625.pto --stitching --prefix=assemblage_018625 -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/GF018625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018625.jpg" - -# capture n°018626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018626.pto --stitching --prefix=assemblage_018626 -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/GF018626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018626.jpg" - -# capture n°018627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018627.pto --stitching --prefix=assemblage_018627 -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/GF018627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018627.jpg" - -# capture n°018628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018628.pto --stitching --prefix=assemblage_018628 -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/GF018628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018628.jpg" - -# capture n°018629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018629.pto --stitching --prefix=assemblage_018629 -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/GF018629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018629.jpg" - -# capture n°018630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018630.pto --stitching --prefix=assemblage_018630 -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/GF018630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018630.jpg" - -# capture n°018631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018631.pto --stitching --prefix=assemblage_018631 -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/GF018631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018631.jpg" - -# capture n°018632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018632.pto --stitching --prefix=assemblage_018632 -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/GF018632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018632.jpg" - -# capture n°018633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018633.pto --stitching --prefix=assemblage_018633 -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/GF018633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018633.jpg" - -# capture n°018634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018634.pto --stitching --prefix=assemblage_018634 -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/GF018634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018634.jpg" - -# capture n°018635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018635.pto --stitching --prefix=assemblage_018635 -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/GF018635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018635.jpg" - -# capture n°018636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018636.pto --stitching --prefix=assemblage_018636 -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/GF018636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018636.jpg" - -# capture n°018637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018637.pto --stitching --prefix=assemblage_018637 -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/GF018637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018637.jpg" - -# capture n°018638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018638.pto --stitching --prefix=assemblage_018638 -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/GF018638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018638.jpg" - -# capture n°018639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018639.pto --stitching --prefix=assemblage_018639 -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/GF018639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018639.jpg" - -# capture n°018640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018640.pto --stitching --prefix=assemblage_018640 -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/GF018640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018640.jpg" - -# capture n°018641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018641.pto --stitching --prefix=assemblage_018641 -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/GF018641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018641.jpg" - -# capture n°018642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018642.pto --stitching --prefix=assemblage_018642 -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/GF018642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018642.jpg" - -# capture n°018643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018643.pto --stitching --prefix=assemblage_018643 -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/GF018643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018643.jpg" - -# capture n°018644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018644.pto --stitching --prefix=assemblage_018644 -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/GF018644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018644.jpg" - -# capture n°018645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018645.pto --stitching --prefix=assemblage_018645 -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/GF018645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018645.jpg" - -# capture n°018646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018646.pto --stitching --prefix=assemblage_018646 -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/GF018646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018646.jpg" - -# capture n°018647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018647.pto --stitching --prefix=assemblage_018647 -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/GF018647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018647.jpg" - -# capture n°018648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018648.pto --stitching --prefix=assemblage_018648 -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/GF018648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018648.jpg" - -# capture n°018649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018649.pto --stitching --prefix=assemblage_018649 -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/GF018649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018649.jpg" - -# capture n°018650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018650.pto --stitching --prefix=assemblage_018650 -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/GF018650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018650.jpg" - -# capture n°018651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018651.pto --stitching --prefix=assemblage_018651 -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/GF018651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018651.jpg" - -# capture n°018652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018652.pto --stitching --prefix=assemblage_018652 -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/GF018652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018652.jpg" - -# capture n°018653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018653.pto --stitching --prefix=assemblage_018653 -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/GF018653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018653.jpg" - -# capture n°018654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018654.pto --stitching --prefix=assemblage_018654 -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/GF018654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018654.jpg" - -# capture n°018655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018655.pto --stitching --prefix=assemblage_018655 -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/GF018655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018655.jpg" - -# capture n°018656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018656.pto --stitching --prefix=assemblage_018656 -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/GF018656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018656.jpg" - -# capture n°018657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018657.pto --stitching --prefix=assemblage_018657 -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/GF018657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018657.jpg" - -# capture n°018658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018658.pto --stitching --prefix=assemblage_018658 -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/GF018658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018658.jpg" - -# capture n°018659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018659.pto --stitching --prefix=assemblage_018659 -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/GF018659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018659.jpg" - -# capture n°018660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018660.pto --stitching --prefix=assemblage_018660 -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/GF018660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018660.jpg" - -# capture n°018661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018661.pto --stitching --prefix=assemblage_018661 -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/GF018661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018661.jpg" - -# capture n°018662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018662.pto --stitching --prefix=assemblage_018662 -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/GF018662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018662.jpg" - -# capture n°018663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018663.pto --stitching --prefix=assemblage_018663 -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/GF018663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018663.jpg" - -# capture n°018664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018664.pto --stitching --prefix=assemblage_018664 -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/GF018664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018664.jpg" - -# capture n°018665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018665.pto --stitching --prefix=assemblage_018665 -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/GF018665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018665.jpg" - -# capture n°018666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018666.pto --stitching --prefix=assemblage_018666 -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/GF018666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018666.jpg" - -# capture n°018667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018667.pto --stitching --prefix=assemblage_018667 -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/GF018667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018667.jpg" - -# capture n°018668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018668.pto --stitching --prefix=assemblage_018668 -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/GF018668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018668.jpg" - -# capture n°018669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018669.pto --stitching --prefix=assemblage_018669 -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/GF018669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018669.jpg" - -# capture n°018670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018670.pto --stitching --prefix=assemblage_018670 -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/GF018670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018670.jpg" - -# capture n°018671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018671.pto --stitching --prefix=assemblage_018671 -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/GF018671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018671.jpg" - -# capture n°018672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018672.pto --stitching --prefix=assemblage_018672 -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/GF018672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018672.jpg" - -# capture n°018673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018673.pto --stitching --prefix=assemblage_018673 -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/GF018673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018673.jpg" - -# capture n°018674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018674.pto --stitching --prefix=assemblage_018674 -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/GF018674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018674.jpg" - -# capture n°018675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018675.pto --stitching --prefix=assemblage_018675 -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/GF018675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018675.jpg" - -# capture n°018676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018676.pto --stitching --prefix=assemblage_018676 -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/GF018676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018676.jpg" - -# capture n°018677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018677.pto --stitching --prefix=assemblage_018677 -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/GF018677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018677.jpg" - -# capture n°018678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018678.pto --stitching --prefix=assemblage_018678 -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/GF018678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018678.jpg" - -# capture n°018679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018679.pto --stitching --prefix=assemblage_018679 -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/GF018679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018679.jpg" - -# capture n°018680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018680.pto --stitching --prefix=assemblage_018680 -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/GF018680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018680.jpg" - -# capture n°018681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018681.pto --stitching --prefix=assemblage_018681 -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/GF018681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018681.jpg" - -# capture n°018682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018682.pto --stitching --prefix=assemblage_018682 -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/GF018682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018682.jpg" - -# capture n°018683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018683.pto --stitching --prefix=assemblage_018683 -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/GF018683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018683.jpg" - -# capture n°018684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018684.pto --stitching --prefix=assemblage_018684 -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/GF018684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018684.jpg" - -# capture n°018685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018685.pto --stitching --prefix=assemblage_018685 -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/GF018685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018685.jpg" - -# capture n°018686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018686.pto --stitching --prefix=assemblage_018686 -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/GF018686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018686.jpg" - -# capture n°018687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018687.pto --stitching --prefix=assemblage_018687 -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/GF018687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018687.jpg" - -# capture n°018688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018688.pto --stitching --prefix=assemblage_018688 -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/GF018688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018688.jpg" - -# capture n°018689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018689.pto --stitching --prefix=assemblage_018689 -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/GF018689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018689.jpg" - -# capture n°018690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018690.pto --stitching --prefix=assemblage_018690 -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/GF018690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018690.jpg" - -# capture n°018691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018691.pto --stitching --prefix=assemblage_018691 -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/GF018691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018691.jpg" - -# capture n°018692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018692.pto --stitching --prefix=assemblage_018692 -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/GF018692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018692.jpg" - -# capture n°018693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018693.pto --stitching --prefix=assemblage_018693 -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/GF018693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018693.jpg" - -# capture n°018694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018694.pto --stitching --prefix=assemblage_018694 -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/GF018694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018694.jpg" - -# capture n°018695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018695.pto --stitching --prefix=assemblage_018695 -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/GF018695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018695.jpg" - -# capture n°018696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018696.pto --stitching --prefix=assemblage_018696 -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/GF018696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018696.jpg" - -# capture n°018697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018697.pto --stitching --prefix=assemblage_018697 -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/GF018697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018697.jpg" - -# capture n°018698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018698.pto --stitching --prefix=assemblage_018698 -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/GF018698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018698.jpg" - -# capture n°018699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018699.pto --stitching --prefix=assemblage_018699 -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/GF018699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018699.jpg" - -# capture n°018700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018700.pto --stitching --prefix=assemblage_018700 -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/GF018700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018700.jpg" - -# capture n°018701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018701.pto --stitching --prefix=assemblage_018701 -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/GF018701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018701.jpg" - -# capture n°018702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018702.pto --stitching --prefix=assemblage_018702 -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/GF018702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018702.jpg" - -# capture n°018703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018703.pto --stitching --prefix=assemblage_018703 -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/GF018703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018703.jpg" - -# capture n°018704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018704.pto --stitching --prefix=assemblage_018704 -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/GF018704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018704.jpg" - -# capture n°018705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018705.pto --stitching --prefix=assemblage_018705 -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/GF018705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018705.jpg" - -# capture n°018706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018706.pto --stitching --prefix=assemblage_018706 -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/GF018706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018706.jpg" - -# capture n°018707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018707.pto --stitching --prefix=assemblage_018707 -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/GF018707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018707.jpg" - -# capture n°018708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018708.pto --stitching --prefix=assemblage_018708 -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/GF018708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018708.jpg" - -# capture n°018709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018709.pto --stitching --prefix=assemblage_018709 -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/GF018709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018709.jpg" - -# capture n°018710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018710.pto --stitching --prefix=assemblage_018710 -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/GF018710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018710.jpg" - -# capture n°018711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018711.pto --stitching --prefix=assemblage_018711 -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/GF018711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018711.jpg" - -# capture n°018712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018712.pto --stitching --prefix=assemblage_018712 -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/GF018712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018712.jpg" - -# capture n°018713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018713.pto --stitching --prefix=assemblage_018713 -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/GF018713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018713.jpg" - -# capture n°018714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018714.pto --stitching --prefix=assemblage_018714 -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/GF018714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018714.jpg" - -# capture n°018715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018715.pto --stitching --prefix=assemblage_018715 -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/GF018715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018715.jpg" - -# capture n°018716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018716.pto --stitching --prefix=assemblage_018716 -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/GF018716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018716.jpg" - -# capture n°018717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018717.pto --stitching --prefix=assemblage_018717 -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/GF018717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018717.jpg" - -# capture n°018718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018718.pto --stitching --prefix=assemblage_018718 -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/GF018718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018718.jpg" - -# capture n°018719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018719.pto --stitching --prefix=assemblage_018719 -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/GF018719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018719.jpg" - -# capture n°018720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018720.pto --stitching --prefix=assemblage_018720 -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/GF018720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018720.jpg" - -# capture n°018721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018721.pto --stitching --prefix=assemblage_018721 -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/GF018721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018721.jpg" - -# capture n°018722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018722.pto --stitching --prefix=assemblage_018722 -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/GF018722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018722.jpg" - -# capture n°018723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018723.pto --stitching --prefix=assemblage_018723 -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/GF018723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018723.jpg" - -# capture n°018724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018724.pto --stitching --prefix=assemblage_018724 -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/GF018724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018724.jpg" - -# capture n°018725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018725.pto --stitching --prefix=assemblage_018725 -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/GF018725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018725.jpg" - -# capture n°018726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018726.pto --stitching --prefix=assemblage_018726 -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/GF018726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018726.jpg" - -# capture n°018727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018727.pto --stitching --prefix=assemblage_018727 -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/GF018727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018727.jpg" - -# capture n°018728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018728.pto --stitching --prefix=assemblage_018728 -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/GF018728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018728.jpg" - -# capture n°018729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018729.pto --stitching --prefix=assemblage_018729 -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/GF018729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018729.jpg" - -# capture n°018730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018730.pto --stitching --prefix=assemblage_018730 -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/GF018730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018730.jpg" - -# capture n°018731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018731.pto --stitching --prefix=assemblage_018731 -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/GF018731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018731.jpg" - -# capture n°018732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018732.pto --stitching --prefix=assemblage_018732 -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/GF018732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018732.jpg" - -# capture n°018733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018733.pto --stitching --prefix=assemblage_018733 -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/GF018733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018733.jpg" - -# capture n°018734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018734.pto --stitching --prefix=assemblage_018734 -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/GF018734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018734.jpg" - -# capture n°018735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018735.pto --stitching --prefix=assemblage_018735 -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/GF018735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018735.jpg" - -# capture n°018736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018736.pto --stitching --prefix=assemblage_018736 -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/GF018736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018736.jpg" - -# capture n°018737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018737.pto --stitching --prefix=assemblage_018737 -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/GF018737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018737.jpg" - -# capture n°018738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018738.pto --stitching --prefix=assemblage_018738 -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/GF018738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018738.jpg" - -# capture n°018739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018739.pto --stitching --prefix=assemblage_018739 -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/GF018739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018739.jpg" - -# capture n°018740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018740.pto --stitching --prefix=assemblage_018740 -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/GF018740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018740.jpg" - -# capture n°018741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018741.pto --stitching --prefix=assemblage_018741 -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/GF018741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018741.jpg" - -# capture n°018742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018742.pto --stitching --prefix=assemblage_018742 -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/GF018742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018742.jpg" - -# capture n°018743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018743.pto --stitching --prefix=assemblage_018743 -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/GF018743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018743.jpg" - -# capture n°018744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018744.pto --stitching --prefix=assemblage_018744 -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/GF018744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018744.jpg" - -# capture n°018745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018745.pto --stitching --prefix=assemblage_018745 -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/GF018745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018745.jpg" - -# capture n°018746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018746.pto --stitching --prefix=assemblage_018746 -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/GF018746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018746.jpg" - -# capture n°018747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018747.pto --stitching --prefix=assemblage_018747 -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/GF018747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018747.jpg" - -# capture n°018748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018748.pto --stitching --prefix=assemblage_018748 -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/GF018748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018748.jpg" - -# capture n°018749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018749.pto --stitching --prefix=assemblage_018749 -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/GF018749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018749.jpg" - -# capture n°018750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018750.pto --stitching --prefix=assemblage_018750 -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/GF018750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018750.jpg" - -# capture n°018751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018751.pto --stitching --prefix=assemblage_018751 -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/GF018751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018751.jpg" - -# capture n°018752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018752.pto --stitching --prefix=assemblage_018752 -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/GF018752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018752.jpg" - -# capture n°018753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018753.pto --stitching --prefix=assemblage_018753 -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/GF018753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018753.jpg" - -# capture n°018754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018754.pto --stitching --prefix=assemblage_018754 -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/GF018754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018754.jpg" - -# capture n°018755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018755.pto --stitching --prefix=assemblage_018755 -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/GF018755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018755.jpg" - -# capture n°018756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018756.pto --stitching --prefix=assemblage_018756 -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/GF018756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018756.jpg" - -# capture n°018757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018757.pto --stitching --prefix=assemblage_018757 -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/GF018757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018757.jpg" - -# capture n°018758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018758.pto --stitching --prefix=assemblage_018758 -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/GF018758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018758.jpg" - -# capture n°018759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018759.pto --stitching --prefix=assemblage_018759 -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/GF018759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018759.jpg" - -# capture n°018760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018760.pto --stitching --prefix=assemblage_018760 -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/GF018760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018760.jpg" - -# capture n°018761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018761.pto --stitching --prefix=assemblage_018761 -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/GF018761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018761.jpg" - -# capture n°018762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018762.pto --stitching --prefix=assemblage_018762 -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/GF018762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018762.jpg" - -# capture n°018763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018763.pto --stitching --prefix=assemblage_018763 -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/GF018763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018763.jpg" - -# capture n°018764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018764.pto --stitching --prefix=assemblage_018764 -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/GF018764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018764.jpg" - -# capture n°018765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018765.pto --stitching --prefix=assemblage_018765 -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/GF018765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018765.jpg" - -# capture n°018766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018766.pto --stitching --prefix=assemblage_018766 -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/GF018766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018766.jpg" - -# capture n°018767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018767.pto --stitching --prefix=assemblage_018767 -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/GF018767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018767.jpg" - -# capture n°018768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018768.pto --stitching --prefix=assemblage_018768 -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/GF018768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018768.jpg" - -# capture n°018769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018769.pto --stitching --prefix=assemblage_018769 -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/GF018769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018769.jpg" - -# capture n°018770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018770.pto --stitching --prefix=assemblage_018770 -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/GF018770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018770.jpg" - -# capture n°018771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018771.pto --stitching --prefix=assemblage_018771 -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/GF018771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018771.jpg" - -# capture n°018772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018772.pto --stitching --prefix=assemblage_018772 -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/GF018772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018772.jpg" - -# capture n°018773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018773.pto --stitching --prefix=assemblage_018773 -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/GF018773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018773.jpg" - -# capture n°018774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018774.pto --stitching --prefix=assemblage_018774 -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/GF018774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018774.jpg" - -# capture n°018775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018775.pto --stitching --prefix=assemblage_018775 -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/GF018775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018775.jpg" - -# capture n°018776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018776.pto --stitching --prefix=assemblage_018776 -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/GF018776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018776.jpg" - -# capture n°018777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018777.pto --stitching --prefix=assemblage_018777 -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/GF018777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018777.jpg" - -# capture n°018778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018778.pto --stitching --prefix=assemblage_018778 -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/GF018778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018778.jpg" - -# capture n°018779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018779.pto --stitching --prefix=assemblage_018779 -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/GF018779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018779.jpg" - -# capture n°018780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018780.pto --stitching --prefix=assemblage_018780 -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/GF018780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018780.jpg" - -# capture n°018781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018781.pto --stitching --prefix=assemblage_018781 -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/GF018781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018781.jpg" - -# capture n°018782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018782.pto --stitching --prefix=assemblage_018782 -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/GF018782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018782.jpg" - -# capture n°018783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018783.pto --stitching --prefix=assemblage_018783 -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/GF018783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018783.jpg" - -# capture n°018784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018784.pto --stitching --prefix=assemblage_018784 -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/GF018784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018784.jpg" - -# capture n°018785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018785.pto --stitching --prefix=assemblage_018785 -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/GF018785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018785.jpg" - -# capture n°018786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018786.pto --stitching --prefix=assemblage_018786 -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/GF018786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018786.jpg" - -# capture n°018787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018787.pto --stitching --prefix=assemblage_018787 -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/GF018787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018787.jpg" - -# capture n°018788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018788.pto --stitching --prefix=assemblage_018788 -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/GF018788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018788.jpg" - -# capture n°018789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018789.pto --stitching --prefix=assemblage_018789 -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/GF018789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018789.jpg" - -# capture n°018790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018790.pto --stitching --prefix=assemblage_018790 -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/GF018790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018790.jpg" - -# capture n°018791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018791.pto --stitching --prefix=assemblage_018791 -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/GF018791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018791.jpg" - -# capture n°018792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018792.pto --stitching --prefix=assemblage_018792 -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/GF018792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018792.jpg" - -# capture n°018793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018793.pto --stitching --prefix=assemblage_018793 -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/GF018793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018793.jpg" - -# capture n°018794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018794.pto --stitching --prefix=assemblage_018794 -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/GF018794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018794.jpg" - -# capture n°018795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018795.pto --stitching --prefix=assemblage_018795 -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/GF018795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018795.jpg" - -# capture n°018796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018796.pto --stitching --prefix=assemblage_018796 -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/GF018796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018796.jpg" - -# capture n°018797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018797.pto --stitching --prefix=assemblage_018797 -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/GF018797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018797.jpg" - -# capture n°018798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018798.pto --stitching --prefix=assemblage_018798 -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/GF018798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018798.jpg" - -# capture n°018799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018799.pto --stitching --prefix=assemblage_018799 -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/GF018799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018799.jpg" - -# capture n°018800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018800.pto --stitching --prefix=assemblage_018800 -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/GF018800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018800.jpg" - -# capture n°018801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018801.pto --stitching --prefix=assemblage_018801 -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/GF018801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018801.jpg" - -# capture n°018802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018802.pto --stitching --prefix=assemblage_018802 -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/GF018802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018802.jpg" - -# capture n°018803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018803.pto --stitching --prefix=assemblage_018803 -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/GF018803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018803.jpg" - -# capture n°018804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018804.pto --stitching --prefix=assemblage_018804 -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/GF018804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018804.jpg" - -# capture n°018805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018805.pto --stitching --prefix=assemblage_018805 -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/GF018805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018805.jpg" - -# capture n°018806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018806.pto --stitching --prefix=assemblage_018806 -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/GF018806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018806.jpg" - -# capture n°018807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018807.pto --stitching --prefix=assemblage_018807 -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/GF018807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018807.jpg" - -# capture n°018808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018808.pto --stitching --prefix=assemblage_018808 -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/GF018808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018808.jpg" - -# capture n°018809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018809.pto --stitching --prefix=assemblage_018809 -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/GF018809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018809.jpg" - -# capture n°018810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018810.pto --stitching --prefix=assemblage_018810 -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/GF018810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018810.jpg" - -# capture n°018811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018811.pto --stitching --prefix=assemblage_018811 -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/GF018811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018811.jpg" - -# capture n°018812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018812.pto --stitching --prefix=assemblage_018812 -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/GF018812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018812.jpg" - -# capture n°018813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018813.pto --stitching --prefix=assemblage_018813 -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/GF018813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018813.jpg" - -# capture n°018814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018814.pto --stitching --prefix=assemblage_018814 -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/GF018814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018814.jpg" - -# capture n°018815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018815.pto --stitching --prefix=assemblage_018815 -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/GF018815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018815.jpg" - -# capture n°018816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018816.pto --stitching --prefix=assemblage_018816 -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/GF018816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018816.jpg" - -# capture n°018817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018817.pto --stitching --prefix=assemblage_018817 -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/GF018817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018817.jpg" - -# capture n°018818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018818.pto --stitching --prefix=assemblage_018818 -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/GF018818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018818.jpg" - -# capture n°018819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018819.pto --stitching --prefix=assemblage_018819 -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/GF018819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018819.jpg" - -# capture n°018820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018820.pto --stitching --prefix=assemblage_018820 -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/GF018820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018820.jpg" - -# capture n°018821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018821.pto --stitching --prefix=assemblage_018821 -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/GF018821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018821.jpg" - -# capture n°018822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018822.pto --stitching --prefix=assemblage_018822 -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/GF018822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018822.jpg" - -# capture n°018823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018823.pto --stitching --prefix=assemblage_018823 -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/GF018823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018823.jpg" - -# capture n°018824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018824.pto --stitching --prefix=assemblage_018824 -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/GF018824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018824.jpg" - -# capture n°018825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018825.pto --stitching --prefix=assemblage_018825 -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/GF018825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018825.jpg" - -# capture n°018826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018826.pto --stitching --prefix=assemblage_018826 -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/GF018826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018826.jpg" - -# capture n°018827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018827.pto --stitching --prefix=assemblage_018827 -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/GF018827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018827.jpg" - -# capture n°018828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018828.pto --stitching --prefix=assemblage_018828 -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/GF018828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018828.jpg" - -# capture n°018829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018829.pto --stitching --prefix=assemblage_018829 -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/GF018829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018829.jpg" - -# capture n°018830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018830.pto --stitching --prefix=assemblage_018830 -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/GF018830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018830.jpg" - -# capture n°018831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018831.pto --stitching --prefix=assemblage_018831 -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/GF018831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018831.jpg" - -# capture n°018832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018832.pto --stitching --prefix=assemblage_018832 -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/GF018832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018832.jpg" - -# capture n°018833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018833.pto --stitching --prefix=assemblage_018833 -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/GF018833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018833.jpg" - -# capture n°018834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018834.pto --stitching --prefix=assemblage_018834 -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/GF018834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018834.jpg" - -# capture n°018835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018835.pto --stitching --prefix=assemblage_018835 -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/GF018835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018835.jpg" - -# capture n°018836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018836.pto --stitching --prefix=assemblage_018836 -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/GF018836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018836.jpg" - -# capture n°018837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018837.pto --stitching --prefix=assemblage_018837 -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/GF018837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018837.jpg" - -# capture n°018838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018838.pto --stitching --prefix=assemblage_018838 -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/GF018838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018838.jpg" - -# capture n°018839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018839.pto --stitching --prefix=assemblage_018839 -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/GF018839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018839.jpg" - -# capture n°018840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018840.pto --stitching --prefix=assemblage_018840 -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/GF018840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018840.jpg" - -# capture n°018841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018841.pto --stitching --prefix=assemblage_018841 -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/GF018841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018841.jpg" - -# capture n°018842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018842.pto --stitching --prefix=assemblage_018842 -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/GF018842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018842.jpg" - -# capture n°018843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018843.pto --stitching --prefix=assemblage_018843 -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/GF018843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018843.jpg" - -# capture n°018844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018844.pto --stitching --prefix=assemblage_018844 -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/GF018844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018844.jpg" - -# capture n°018845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018845.pto --stitching --prefix=assemblage_018845 -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/GF018845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018845.jpg" - -# capture n°018846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018846.pto --stitching --prefix=assemblage_018846 -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/GF018846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018846.jpg" - -# capture n°018847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018847.pto --stitching --prefix=assemblage_018847 -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/GF018847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018847.jpg" - -# capture n°018848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018848.pto --stitching --prefix=assemblage_018848 -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/GF018848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018848.jpg" - -# capture n°018849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018849.pto --stitching --prefix=assemblage_018849 -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/GF018849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018849.jpg" - -# capture n°018850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018850.pto --stitching --prefix=assemblage_018850 -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/GF018850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018850.jpg" - -# capture n°018851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018851.pto --stitching --prefix=assemblage_018851 -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/GF018851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018851.jpg" - -# capture n°018852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018852.pto --stitching --prefix=assemblage_018852 -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/GF018852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018852.jpg" - -# capture n°018853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018853.pto --stitching --prefix=assemblage_018853 -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/GF018853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018853.jpg" - -# capture n°018854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018854.pto --stitching --prefix=assemblage_018854 -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/GF018854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018854.jpg" - -# capture n°018855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018855.pto --stitching --prefix=assemblage_018855 -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/GF018855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018855.jpg" - -# capture n°018856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018856.pto --stitching --prefix=assemblage_018856 -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/GF018856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018856.jpg" - -# capture n°018857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018857.pto --stitching --prefix=assemblage_018857 -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/GF018857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018857.jpg" - -# capture n°018858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018858.pto --stitching --prefix=assemblage_018858 -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/GF018858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018858.jpg" - -# capture n°018859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018859.pto --stitching --prefix=assemblage_018859 -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/GF018859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018859.jpg" - -# capture n°018860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018860.pto --stitching --prefix=assemblage_018860 -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/GF018860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018860.jpg" - -# capture n°018861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018861.pto --stitching --prefix=assemblage_018861 -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/GF018861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018861.jpg" - -# capture n°018862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018862.pto --stitching --prefix=assemblage_018862 -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/GF018862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018862.jpg" - -# capture n°018863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018863.pto --stitching --prefix=assemblage_018863 -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/GF018863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018863.jpg" - -# capture n°018864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018864.pto --stitching --prefix=assemblage_018864 -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/GF018864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018864.jpg" - -# capture n°018865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018865.pto --stitching --prefix=assemblage_018865 -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/GF018865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018865.jpg" - -# capture n°018866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018866.pto --stitching --prefix=assemblage_018866 -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/GF018866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018866.jpg" - -# capture n°018867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018867.pto --stitching --prefix=assemblage_018867 -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/GF018867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018867.jpg" - -# capture n°018868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018868.pto --stitching --prefix=assemblage_018868 -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/GF018868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018868.jpg" - -# capture n°018869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018869.pto --stitching --prefix=assemblage_018869 -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/GF018869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018869.jpg" - -# capture n°018870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018870.pto --stitching --prefix=assemblage_018870 -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/GF018870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018870.jpg" - -# capture n°018871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018871.pto --stitching --prefix=assemblage_018871 -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/GF018871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018871.jpg" - -# capture n°018872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018872.pto --stitching --prefix=assemblage_018872 -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/GF018872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018872.jpg" - -# capture n°018873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018873.pto --stitching --prefix=assemblage_018873 -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/GF018873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018873.jpg" - -# capture n°018874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018874.pto --stitching --prefix=assemblage_018874 -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/GF018874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018874.jpg" - -# capture n°018875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018875.pto --stitching --prefix=assemblage_018875 -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/GF018875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018875.jpg" - -# capture n°018876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018876.pto --stitching --prefix=assemblage_018876 -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/GF018876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018876.jpg" - -# capture n°018877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018877.pto --stitching --prefix=assemblage_018877 -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/GF018877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018877.jpg" - -# capture n°018878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018878.pto --stitching --prefix=assemblage_018878 -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/GF018878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018878.jpg" - -# capture n°018879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018879.pto --stitching --prefix=assemblage_018879 -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/GF018879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018879.jpg" - -# capture n°018880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018880.pto --stitching --prefix=assemblage_018880 -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/GF018880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018880.jpg" - -# capture n°018881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018881.pto --stitching --prefix=assemblage_018881 -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/GF018881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018881.jpg" - -# capture n°018882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018882.pto --stitching --prefix=assemblage_018882 -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/GF018882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018882.jpg" - -# capture n°018883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018883.pto --stitching --prefix=assemblage_018883 -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/GF018883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018883.jpg" - -# capture n°018884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018884.pto --stitching --prefix=assemblage_018884 -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/GF018884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018884.jpg" - -# capture n°018885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018885.pto --stitching --prefix=assemblage_018885 -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/GF018885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018885.jpg" - -# capture n°018886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018886.pto --stitching --prefix=assemblage_018886 -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/GF018886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018886.jpg" - -# capture n°018887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018887.pto --stitching --prefix=assemblage_018887 -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/GF018887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018887.jpg" - -# capture n°018888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018888.pto --stitching --prefix=assemblage_018888 -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/GF018888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018888.jpg" - -# capture n°018889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018889.pto --stitching --prefix=assemblage_018889 -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/GF018889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018889.jpg" - -# capture n°018890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018890.pto --stitching --prefix=assemblage_018890 -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/GF018890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018890.jpg" - -# capture n°018891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018891.pto --stitching --prefix=assemblage_018891 -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/GF018891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018891.jpg" - -# capture n°018892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018892.pto --stitching --prefix=assemblage_018892 -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/GF018892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018892.jpg" - -# capture n°018893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018893.pto --stitching --prefix=assemblage_018893 -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/GF018893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018893.jpg" - -# capture n°018894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018894.pto --stitching --prefix=assemblage_018894 -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/GF018894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018894.jpg" - -# capture n°018895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018895.pto --stitching --prefix=assemblage_018895 -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/GF018895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018895.jpg" - -# capture n°018896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018896.pto --stitching --prefix=assemblage_018896 -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/GF018896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018896.jpg" - -# capture n°018897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018897.pto --stitching --prefix=assemblage_018897 -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/GF018897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018897.jpg" - -# capture n°018898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018898.pto --stitching --prefix=assemblage_018898 -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/GF018898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018898.jpg" - -# capture n°018899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018899.pto --stitching --prefix=assemblage_018899 -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/GF018899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018899.jpg" - -# capture n°018900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018900.pto --stitching --prefix=assemblage_018900 -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/GF018900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018900.jpg" - -# capture n°018901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018901.pto --stitching --prefix=assemblage_018901 -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/GF018901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018901.jpg" - -# capture n°018902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018902.pto --stitching --prefix=assemblage_018902 -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/GF018902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018902.jpg" - -# capture n°018903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018903.pto --stitching --prefix=assemblage_018903 -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/GF018903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018903.jpg" - -# capture n°018904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018904.pto --stitching --prefix=assemblage_018904 -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/GF018904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018904.jpg" - -# capture n°018905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018905.pto --stitching --prefix=assemblage_018905 -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/GF018905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018905.jpg" - -# capture n°018906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018906.pto --stitching --prefix=assemblage_018906 -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/GF018906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018906.jpg" - -# capture n°018907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018907.pto --stitching --prefix=assemblage_018907 -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/GF018907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018907.jpg" - -# capture n°018908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018908.pto --stitching --prefix=assemblage_018908 -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/GF018908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018908.jpg" - -# capture n°018909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018909.pto --stitching --prefix=assemblage_018909 -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/GF018909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018909.jpg" - -# capture n°018910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018910.pto --stitching --prefix=assemblage_018910 -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/GF018910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018910.jpg" - -# capture n°018911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018911.pto --stitching --prefix=assemblage_018911 -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/GF018911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018911.jpg" - -# capture n°018912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018912.pto --stitching --prefix=assemblage_018912 -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/GF018912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018912.jpg" - -# capture n°018913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018913.pto --stitching --prefix=assemblage_018913 -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/GF018913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018913.jpg" - -# capture n°018914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018914.pto --stitching --prefix=assemblage_018914 -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/GF018914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018914.jpg" - -# capture n°018915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018915.pto --stitching --prefix=assemblage_018915 -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/GF018915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018915.jpg" - -# capture n°018916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018916.pto --stitching --prefix=assemblage_018916 -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/GF018916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018916.jpg" - -# capture n°018917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018917.pto --stitching --prefix=assemblage_018917 -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/GF018917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018917.jpg" - -# capture n°018918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018918.pto --stitching --prefix=assemblage_018918 -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/GF018918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018918.jpg" - -# capture n°018919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018919.pto --stitching --prefix=assemblage_018919 -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/GF018919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018919.jpg" - -# capture n°018920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018920.pto --stitching --prefix=assemblage_018920 -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/GF018920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018920.jpg" - -# capture n°018921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018921.pto --stitching --prefix=assemblage_018921 -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/GF018921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018921.jpg" - -# capture n°018922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018922.pto --stitching --prefix=assemblage_018922 -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/GF018922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018922.jpg" - -# capture n°018923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018923.pto --stitching --prefix=assemblage_018923 -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/GF018923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018923.jpg" - -# capture n°018924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018924.pto --stitching --prefix=assemblage_018924 -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/GF018924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018924.jpg" - -# capture n°018925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018925.pto --stitching --prefix=assemblage_018925 -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/GF018925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018925.jpg" - -# capture n°018926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018926.pto --stitching --prefix=assemblage_018926 -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/GF018926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018926.jpg" - -# capture n°018927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018927.pto --stitching --prefix=assemblage_018927 -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/GF018927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018927.jpg" - -# capture n°018928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018928.pto --stitching --prefix=assemblage_018928 -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/GF018928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018928.jpg" - -# capture n°018929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018929.pto --stitching --prefix=assemblage_018929 -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/GF018929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018929.jpg" - -# capture n°018930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018930.pto --stitching --prefix=assemblage_018930 -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/GF018930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018930.jpg" - -# capture n°018931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018931.pto --stitching --prefix=assemblage_018931 -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/GF018931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018931.jpg" - -# capture n°018932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018932.pto --stitching --prefix=assemblage_018932 -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/GF018932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018932.jpg" - -# capture n°018933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018933.pto --stitching --prefix=assemblage_018933 -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/GF018933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018933.jpg" - -# capture n°018934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018934.pto --stitching --prefix=assemblage_018934 -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/GF018934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018934.jpg" - -# capture n°018935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018935.pto --stitching --prefix=assemblage_018935 -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/GF018935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018935.jpg" - -# capture n°018936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018936.pto --stitching --prefix=assemblage_018936 -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/GF018936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018936.jpg" - -# capture n°018937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018937.pto --stitching --prefix=assemblage_018937 -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/GF018937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018937.jpg" - -# capture n°018938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018938.pto --stitching --prefix=assemblage_018938 -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/GF018938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018938.jpg" - -# capture n°018939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018939.pto --stitching --prefix=assemblage_018939 -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/GF018939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018939.jpg" - -# capture n°018940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018940.pto --stitching --prefix=assemblage_018940 -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/GF018940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018940.jpg" - -# capture n°018941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018941.pto --stitching --prefix=assemblage_018941 -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/GF018941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018941.jpg" - -# capture n°018942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018942.pto --stitching --prefix=assemblage_018942 -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/GF018942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018942.jpg" - -# capture n°018943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018943.pto --stitching --prefix=assemblage_018943 -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/GF018943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018943.jpg" - -# capture n°018944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018944.pto --stitching --prefix=assemblage_018944 -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/GF018944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018944.jpg" - -# capture n°018945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018945.pto --stitching --prefix=assemblage_018945 -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/GF018945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018945.jpg" - -# capture n°018946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018946.pto --stitching --prefix=assemblage_018946 -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/GF018946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018946.jpg" - -# capture n°018947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018947.pto --stitching --prefix=assemblage_018947 -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/GF018947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018947.jpg" - -# capture n°018948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018948.pto --stitching --prefix=assemblage_018948 -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/GF018948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018948.jpg" - -# capture n°018949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018949.pto --stitching --prefix=assemblage_018949 -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/GF018949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018949.jpg" - -# capture n°018950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018950.pto --stitching --prefix=assemblage_018950 -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/GF018950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018950.jpg" - -# capture n°018951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018951.pto --stitching --prefix=assemblage_018951 -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/GF018951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018951.jpg" - -# capture n°018952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018952.pto --stitching --prefix=assemblage_018952 -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/GF018952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018952.jpg" - -# capture n°018953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018953.pto --stitching --prefix=assemblage_018953 -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/GF018953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018953.jpg" - -# capture n°018954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018954.pto --stitching --prefix=assemblage_018954 -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/GF018954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018954.jpg" - -# capture n°018955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018955.pto --stitching --prefix=assemblage_018955 -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/GF018955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018955.jpg" - -# capture n°018956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018956.pto --stitching --prefix=assemblage_018956 -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/GF018956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018956.jpg" - -# capture n°018957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018957.pto --stitching --prefix=assemblage_018957 -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/GF018957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018957.jpg" - -# capture n°018958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018958.pto --stitching --prefix=assemblage_018958 -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/GF018958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018958.jpg" - -# capture n°018959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018959.pto --stitching --prefix=assemblage_018959 -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/GF018959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018959.jpg" - -# capture n°018960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018960.pto --stitching --prefix=assemblage_018960 -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/GF018960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018960.jpg" - -# capture n°018961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018961.pto --stitching --prefix=assemblage_018961 -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/GF018961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018961.jpg" - -# capture n°018962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018962.pto --stitching --prefix=assemblage_018962 -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/GF018962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018962.jpg" - -# capture n°018963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018963.pto --stitching --prefix=assemblage_018963 -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/GF018963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018963.jpg" - -# capture n°018964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018964.pto --stitching --prefix=assemblage_018964 -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/GF018964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018964.jpg" - -# capture n°018965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018965.pto --stitching --prefix=assemblage_018965 -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/GF018965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018965.jpg" - -# capture n°018966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018966.pto --stitching --prefix=assemblage_018966 -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/GF018966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018966.jpg" - -# capture n°018967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018967.pto --stitching --prefix=assemblage_018967 -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/GF018967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018967.jpg" - -# capture n°018968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018968.pto --stitching --prefix=assemblage_018968 -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/GF018968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018968.jpg" - -# capture n°018969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018969.pto --stitching --prefix=assemblage_018969 -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/GF018969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018969.jpg" - -# capture n°018970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018970.pto --stitching --prefix=assemblage_018970 -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/GF018970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018970.jpg" - -# capture n°018971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018971.pto --stitching --prefix=assemblage_018971 -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/GF018971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018971.jpg" - -# capture n°018972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018972.pto --stitching --prefix=assemblage_018972 -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/GF018972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018972.jpg" - -# capture n°018973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018973.pto --stitching --prefix=assemblage_018973 -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/GF018973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018973.jpg" - -# capture n°018974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018974.pto --stitching --prefix=assemblage_018974 -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/GF018974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018974.jpg" - -# capture n°018975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018975.pto --stitching --prefix=assemblage_018975 -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/GF018975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018975.jpg" - -# capture n°018976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018976.pto --stitching --prefix=assemblage_018976 -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/GF018976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018976.jpg" - -# capture n°018977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018977.pto --stitching --prefix=assemblage_018977 -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/GF018977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018977.jpg" - -# capture n°018978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018978.pto --stitching --prefix=assemblage_018978 -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/GF018978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018978.jpg" - -# capture n°018979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018979.pto --stitching --prefix=assemblage_018979 -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/GF018979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018979.jpg" - -# capture n°018980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018980.pto --stitching --prefix=assemblage_018980 -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/GF018980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018980.jpg" - -# capture n°018981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018981.pto --stitching --prefix=assemblage_018981 -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/GF018981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018981.jpg" - -# capture n°018982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018982.pto --stitching --prefix=assemblage_018982 -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/GF018982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018982.jpg" - -# capture n°018983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018983.pto --stitching --prefix=assemblage_018983 -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/GF018983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018983.jpg" - -# capture n°018984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018984.pto --stitching --prefix=assemblage_018984 -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/GF018984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018984.jpg" - -# capture n°018985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018985.pto --stitching --prefix=assemblage_018985 -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/GF018985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018985.jpg" - -# capture n°018986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018986.pto --stitching --prefix=assemblage_018986 -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/GF018986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018986.jpg" - -# capture n°018987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018987.pto --stitching --prefix=assemblage_018987 -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/GF018987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018987.jpg" - -# capture n°018988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018988.pto --stitching --prefix=assemblage_018988 -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/GF018988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018988.jpg" - -# capture n°018989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018989.pto --stitching --prefix=assemblage_018989 -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/GF018989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018989.jpg" - -# capture n°018990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018990.pto --stitching --prefix=assemblage_018990 -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/GF018990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018990.jpg" - -# capture n°018991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018991.pto --stitching --prefix=assemblage_018991 -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/GF018991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018991.jpg" - -# capture n°018992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018992.pto --stitching --prefix=assemblage_018992 -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/GF018992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018992.jpg" - -# capture n°018993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018993.pto --stitching --prefix=assemblage_018993 -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/GF018993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018993.jpg" - -# capture n°018994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018994.pto --stitching --prefix=assemblage_018994 -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/GF018994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018994.jpg" - -# capture n°018995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018995.pto --stitching --prefix=assemblage_018995 -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/GF018995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018995.jpg" - -# capture n°018996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018996.pto --stitching --prefix=assemblage_018996 -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/GF018996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018996.jpg" - -# capture n°018997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018997.pto --stitching --prefix=assemblage_018997 -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/GF018997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018997.jpg" - -# capture n°018998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018998.pto --stitching --prefix=assemblage_018998 -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/GF018998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018998.jpg" - -# capture n°018999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_018999.pto --stitching --prefix=assemblage_018999 -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/GF018999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_018999.jpg" - -# capture n°019000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019000.pto --stitching --prefix=assemblage_019000 -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/GF019000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019000.jpg" - -# capture n°019001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019001.pto --stitching --prefix=assemblage_019001 -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/GF019001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019001.jpg" - -# capture n°019002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019002.pto --stitching --prefix=assemblage_019002 -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/GF019002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019002.jpg" - -# capture n°019003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019003.pto --stitching --prefix=assemblage_019003 -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/GF019003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019003.jpg" - -# capture n°019004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019004.pto --stitching --prefix=assemblage_019004 -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/GF019004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019004.jpg" - -# capture n°019005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019005.pto --stitching --prefix=assemblage_019005 -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/GF019005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019005.jpg" - -# capture n°019006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019006.pto --stitching --prefix=assemblage_019006 -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/GF019006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019006.jpg" - -# capture n°019007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019007.pto --stitching --prefix=assemblage_019007 -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/GF019007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019007.jpg" - -# capture n°019008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019008.pto --stitching --prefix=assemblage_019008 -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/GF019008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019008.jpg" - -# capture n°019009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019009.pto --stitching --prefix=assemblage_019009 -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/GF019009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019009.jpg" - -# capture n°019010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019010.pto --stitching --prefix=assemblage_019010 -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/GF019010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019010.jpg" - -# capture n°019011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019011.pto --stitching --prefix=assemblage_019011 -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/GF019011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019011.jpg" - -# capture n°019012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019012.pto --stitching --prefix=assemblage_019012 -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/GF019012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019012.jpg" - -# capture n°019013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019013.pto --stitching --prefix=assemblage_019013 -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/GF019013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019013.jpg" - -# capture n°019014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019014.pto --stitching --prefix=assemblage_019014 -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/GF019014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019014.jpg" - -# capture n°019015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019015.pto --stitching --prefix=assemblage_019015 -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/GF019015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019015.jpg" - -# capture n°019016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019016.pto --stitching --prefix=assemblage_019016 -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/GF019016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019016.jpg" - -# capture n°019017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019017.pto --stitching --prefix=assemblage_019017 -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/GF019017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019017.jpg" - -# capture n°019018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019018.pto --stitching --prefix=assemblage_019018 -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/GF019018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019018.jpg" - -# capture n°019019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019019.pto --stitching --prefix=assemblage_019019 -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/GF019019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019019.jpg" - -# capture n°019020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019020.pto --stitching --prefix=assemblage_019020 -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/GF019020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019020.jpg" - -# capture n°019021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019021.pto --stitching --prefix=assemblage_019021 -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/GF019021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019021.jpg" - -# capture n°019022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019022.pto --stitching --prefix=assemblage_019022 -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/GF019022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019022.jpg" - -# capture n°019023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019023.pto --stitching --prefix=assemblage_019023 -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/GF019023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019023.jpg" - -# capture n°019024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019024.pto --stitching --prefix=assemblage_019024 -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/GF019024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019024.jpg" - -# capture n°019025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019025.pto --stitching --prefix=assemblage_019025 -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/GF019025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019025.jpg" - -# capture n°019026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019026.pto --stitching --prefix=assemblage_019026 -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/GF019026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019026.jpg" - -# capture n°019027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019027.pto --stitching --prefix=assemblage_019027 -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/GF019027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019027.jpg" - -# capture n°019028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019028.pto --stitching --prefix=assemblage_019028 -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/GF019028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019028.jpg" - -# capture n°019029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019029.pto --stitching --prefix=assemblage_019029 -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/GF019029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019029.jpg" - -# capture n°019030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019030.pto --stitching --prefix=assemblage_019030 -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/GF019030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019030.jpg" - -# capture n°019031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019031.pto --stitching --prefix=assemblage_019031 -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/GF019031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019031.jpg" - -# capture n°019032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019032.pto --stitching --prefix=assemblage_019032 -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/GF019032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019032.jpg" - -# capture n°019033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019033.pto --stitching --prefix=assemblage_019033 -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/GF019033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019033.jpg" - -# capture n°019034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019034.pto --stitching --prefix=assemblage_019034 -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/GF019034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019034.jpg" - -# capture n°019035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019035.pto --stitching --prefix=assemblage_019035 -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/GF019035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019035.jpg" - -# capture n°019036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019036.pto --stitching --prefix=assemblage_019036 -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/GF019036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019036.jpg" - -# capture n°019037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019037.pto --stitching --prefix=assemblage_019037 -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/GF019037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019037.jpg" - -# capture n°019038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019038.pto --stitching --prefix=assemblage_019038 -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/GF019038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019038.jpg" - -# capture n°019039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019039.pto --stitching --prefix=assemblage_019039 -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/GF019039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019039.jpg" - -# capture n°019040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019040.pto --stitching --prefix=assemblage_019040 -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/GF019040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019040.jpg" - -# capture n°019041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019041.pto --stitching --prefix=assemblage_019041 -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/GF019041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019041.jpg" - -# capture n°019042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019042.pto --stitching --prefix=assemblage_019042 -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/GF019042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019042.jpg" - -# capture n°019043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019043.pto --stitching --prefix=assemblage_019043 -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/GF019043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019043.jpg" - -# capture n°019044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019044.pto --stitching --prefix=assemblage_019044 -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/GF019044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019044.jpg" - -# capture n°019045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019045.pto --stitching --prefix=assemblage_019045 -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/GF019045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019045.jpg" - -# capture n°019046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019046.pto --stitching --prefix=assemblage_019046 -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/GF019046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019046.jpg" - -# capture n°019047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019047.pto --stitching --prefix=assemblage_019047 -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/GF019047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019047.jpg" - -# capture n°019048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019048.pto --stitching --prefix=assemblage_019048 -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/GF019048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019048.jpg" - -# capture n°019049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019049.pto --stitching --prefix=assemblage_019049 -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/GF019049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019049.jpg" - -# capture n°019050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019050.pto --stitching --prefix=assemblage_019050 -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/GF019050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019050.jpg" - -# capture n°019051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019051.pto --stitching --prefix=assemblage_019051 -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/GF019051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019051.jpg" - -# capture n°019052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019052.pto --stitching --prefix=assemblage_019052 -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/GF019052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019052.jpg" - -# capture n°019053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019053.pto --stitching --prefix=assemblage_019053 -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/GF019053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019053.jpg" - -# capture n°019054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019054.pto --stitching --prefix=assemblage_019054 -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/GF019054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019054.jpg" - -# capture n°019055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019055.pto --stitching --prefix=assemblage_019055 -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/GF019055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019055.jpg" - -# capture n°019056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019056.pto --stitching --prefix=assemblage_019056 -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/GF019056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019056.jpg" - -# capture n°019057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019057.pto --stitching --prefix=assemblage_019057 -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/GF019057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019057.jpg" - -# capture n°019058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019058.pto --stitching --prefix=assemblage_019058 -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/GF019058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019058.jpg" - -# capture n°019059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019059.pto --stitching --prefix=assemblage_019059 -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/GF019059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019059.jpg" - -# capture n°019060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019060.pto --stitching --prefix=assemblage_019060 -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/GF019060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019060.jpg" - -# capture n°019061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019061.pto --stitching --prefix=assemblage_019061 -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/GF019061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019061.jpg" - -# capture n°019062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019062.pto --stitching --prefix=assemblage_019062 -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/GF019062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019062.jpg" - -# capture n°019063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019063.pto --stitching --prefix=assemblage_019063 -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/GF019063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019063.jpg" - -# capture n°019064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019064.pto --stitching --prefix=assemblage_019064 -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/GF019064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019064.jpg" - -# capture n°019065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019065.pto --stitching --prefix=assemblage_019065 -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/GF019065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019065.jpg" - -# capture n°019066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019066.pto --stitching --prefix=assemblage_019066 -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/GF019066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019066.jpg" - -# capture n°019067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019067.pto --stitching --prefix=assemblage_019067 -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/GF019067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019067.jpg" - -# capture n°019068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019068.pto --stitching --prefix=assemblage_019068 -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/GF019068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019068.jpg" - -# capture n°019069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019069.pto --stitching --prefix=assemblage_019069 -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/GF019069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019069.jpg" - -# capture n°019070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019070.pto --stitching --prefix=assemblage_019070 -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/GF019070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019070.jpg" - -# capture n°019071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019071.pto --stitching --prefix=assemblage_019071 -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/GF019071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019071.jpg" - -# capture n°019072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019072.pto --stitching --prefix=assemblage_019072 -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/GF019072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019072.jpg" - -# capture n°019073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019073.pto --stitching --prefix=assemblage_019073 -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/GF019073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019073.jpg" - -# capture n°019074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019074.pto --stitching --prefix=assemblage_019074 -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/GF019074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019074.jpg" - -# capture n°019075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019075.pto --stitching --prefix=assemblage_019075 -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/GF019075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019075.jpg" - -# capture n°019076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019076.pto --stitching --prefix=assemblage_019076 -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/GF019076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019076.jpg" - -# capture n°019077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019077.pto --stitching --prefix=assemblage_019077 -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/GF019077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019077.jpg" - -# capture n°019078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019078.pto --stitching --prefix=assemblage_019078 -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/GF019078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019078.jpg" - -# capture n°019079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019079.pto --stitching --prefix=assemblage_019079 -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/GF019079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019079.jpg" - -# capture n°019080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019080.pto --stitching --prefix=assemblage_019080 -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/GF019080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019080.jpg" - -# capture n°019081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019081.pto --stitching --prefix=assemblage_019081 -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/GF019081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019081.jpg" - -# capture n°019082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019082.pto --stitching --prefix=assemblage_019082 -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/GF019082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019082.jpg" - -# capture n°019083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019083.pto --stitching --prefix=assemblage_019083 -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/GF019083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019083.jpg" - -# capture n°019084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019084.pto --stitching --prefix=assemblage_019084 -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/GF019084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019084.jpg" - -# capture n°019085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019085.pto --stitching --prefix=assemblage_019085 -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/GF019085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019085.jpg" - -# capture n°019086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019086.pto --stitching --prefix=assemblage_019086 -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/GF019086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019086.jpg" - -# capture n°019087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019087.pto --stitching --prefix=assemblage_019087 -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/GF019087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019087.jpg" - -# capture n°019088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019088.pto --stitching --prefix=assemblage_019088 -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/GF019088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019088.jpg" - -# capture n°019089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019089.pto --stitching --prefix=assemblage_019089 -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/GF019089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019089.jpg" - -# capture n°019090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019090.pto --stitching --prefix=assemblage_019090 -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/GF019090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019090.jpg" - -# capture n°019091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019091.pto --stitching --prefix=assemblage_019091 -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/GF019091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019091.jpg" - -# capture n°019092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019092.pto --stitching --prefix=assemblage_019092 -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/GF019092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019092.jpg" - -# capture n°019093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019093.pto --stitching --prefix=assemblage_019093 -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/GF019093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019093.jpg" - -# capture n°019094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019094.pto --stitching --prefix=assemblage_019094 -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/GF019094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019094.jpg" - -# capture n°019095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019095.pto --stitching --prefix=assemblage_019095 -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/GF019095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019095.jpg" - -# capture n°019096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019096.pto --stitching --prefix=assemblage_019096 -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/GF019096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019096.jpg" - -# capture n°019097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019097.pto --stitching --prefix=assemblage_019097 -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/GF019097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019097.jpg" - -# capture n°019098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019098.pto --stitching --prefix=assemblage_019098 -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/GF019098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019098.jpg" - -# capture n°019099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019099.pto --stitching --prefix=assemblage_019099 -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/GF019099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019099.jpg" - -# capture n°019100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019100.pto --stitching --prefix=assemblage_019100 -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/GF019100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019100.jpg" - -# capture n°019101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019101.pto --stitching --prefix=assemblage_019101 -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/GF019101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019101.jpg" - -# capture n°019102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019102.pto --stitching --prefix=assemblage_019102 -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/GF019102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019102.jpg" - -# capture n°019103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019103.pto --stitching --prefix=assemblage_019103 -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/GF019103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019103.jpg" - -# capture n°019104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019104.pto --stitching --prefix=assemblage_019104 -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/GF019104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019104.jpg" - -# capture n°019105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019105.pto --stitching --prefix=assemblage_019105 -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/GF019105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019105.jpg" - -# capture n°019106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019106.pto --stitching --prefix=assemblage_019106 -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/GF019106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019106.jpg" - -# capture n°019107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019107.pto --stitching --prefix=assemblage_019107 -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/GF019107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019107.jpg" - -# capture n°019108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019108.pto --stitching --prefix=assemblage_019108 -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/GF019108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019108.jpg" - -# capture n°019109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019109.pto --stitching --prefix=assemblage_019109 -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/GF019109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019109.jpg" - -# capture n°019110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019110.pto --stitching --prefix=assemblage_019110 -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/GF019110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019110.jpg" - -# capture n°019111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019111.pto --stitching --prefix=assemblage_019111 -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/GF019111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019111.jpg" - -# capture n°019112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019112.pto --stitching --prefix=assemblage_019112 -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/GF019112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019112.jpg" - -# capture n°019113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019113.pto --stitching --prefix=assemblage_019113 -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/GF019113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019113.jpg" - -# capture n°019114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019114.pto --stitching --prefix=assemblage_019114 -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/GF019114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019114.jpg" - -# capture n°019115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019115.pto --stitching --prefix=assemblage_019115 -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/GF019115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019115.jpg" - -# capture n°019116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019116.pto --stitching --prefix=assemblage_019116 -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/GF019116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019116.jpg" - -# capture n°019117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019117.pto --stitching --prefix=assemblage_019117 -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/GF019117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019117.jpg" - -# capture n°019118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019118.pto --stitching --prefix=assemblage_019118 -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/GF019118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019118.jpg" - -# capture n°019119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019119.pto --stitching --prefix=assemblage_019119 -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/GF019119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019119.jpg" - -# capture n°019120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019120.pto --stitching --prefix=assemblage_019120 -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/GF019120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019120.jpg" - -# capture n°019121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019121.pto --stitching --prefix=assemblage_019121 -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/GF019121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019121.jpg" - -# capture n°019122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019122.pto --stitching --prefix=assemblage_019122 -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/GF019122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019122.jpg" - -# capture n°019123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019123.pto --stitching --prefix=assemblage_019123 -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/GF019123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019123.jpg" - -# capture n°019124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019124.pto --stitching --prefix=assemblage_019124 -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/GF019124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019124.jpg" - -# capture n°019125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019125.pto --stitching --prefix=assemblage_019125 -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/GF019125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019125.jpg" - -# capture n°019126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019126.pto --stitching --prefix=assemblage_019126 -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/GF019126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019126.jpg" - -# capture n°019127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019127.pto --stitching --prefix=assemblage_019127 -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/GF019127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019127.jpg" - -# capture n°019128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019128.pto --stitching --prefix=assemblage_019128 -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/GF019128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019128.jpg" - -# capture n°019129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019129.pto --stitching --prefix=assemblage_019129 -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/GF019129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019129.jpg" - -# capture n°019130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019130.pto --stitching --prefix=assemblage_019130 -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/GF019130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019130.jpg" - -# capture n°019131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019131.pto --stitching --prefix=assemblage_019131 -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/GF019131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019131.jpg" - -# capture n°019132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019132.pto --stitching --prefix=assemblage_019132 -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/GF019132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019132.jpg" - -# capture n°019133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019133.pto --stitching --prefix=assemblage_019133 -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/GF019133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019133.jpg" - -# capture n°019134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019134.pto --stitching --prefix=assemblage_019134 -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/GF019134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019134.jpg" - -# capture n°019135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019135.pto --stitching --prefix=assemblage_019135 -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/GF019135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019135.jpg" - -# capture n°019136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019136.pto --stitching --prefix=assemblage_019136 -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/GF019136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019136.jpg" - -# capture n°019137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019137.pto --stitching --prefix=assemblage_019137 -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/GF019137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019137.jpg" - -# capture n°019138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019138.pto --stitching --prefix=assemblage_019138 -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/GF019138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019138.jpg" - -# capture n°019139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019139.pto --stitching --prefix=assemblage_019139 -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/GF019139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019139.jpg" - -# capture n°019140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019140.pto --stitching --prefix=assemblage_019140 -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/GF019140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019140.jpg" - -# capture n°019141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019141.pto --stitching --prefix=assemblage_019141 -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/GF019141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019141.jpg" - -# capture n°019142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019142.pto --stitching --prefix=assemblage_019142 -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/GF019142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019142.jpg" - -# capture n°019143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019143.pto --stitching --prefix=assemblage_019143 -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/GF019143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019143.jpg" - -# capture n°019144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019144.pto --stitching --prefix=assemblage_019144 -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/GF019144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019144.jpg" - -# capture n°019145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019145.pto --stitching --prefix=assemblage_019145 -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/GF019145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019145.jpg" - -# capture n°019146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019146.pto --stitching --prefix=assemblage_019146 -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/GF019146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019146.jpg" - -# capture n°019147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019147.pto --stitching --prefix=assemblage_019147 -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/GF019147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019147.jpg" - -# capture n°019148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019148.pto --stitching --prefix=assemblage_019148 -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/GF019148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019148.jpg" - -# capture n°019149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019149.pto --stitching --prefix=assemblage_019149 -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/GF019149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019149.jpg" - -# capture n°019150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019150.pto --stitching --prefix=assemblage_019150 -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/GF019150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019150.jpg" - -# capture n°019151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019151.pto --stitching --prefix=assemblage_019151 -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/GF019151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019151.jpg" - -# capture n°019152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019152.pto --stitching --prefix=assemblage_019152 -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/GF019152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019152.jpg" - -# capture n°019153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019153.pto --stitching --prefix=assemblage_019153 -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/GF019153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019153.jpg" - -# capture n°019154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019154.pto --stitching --prefix=assemblage_019154 -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/GF019154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019154.jpg" - -# capture n°019155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019155.pto --stitching --prefix=assemblage_019155 -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/GF019155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019155.jpg" - -# capture n°019156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019156.pto --stitching --prefix=assemblage_019156 -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/GF019156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019156.jpg" - -# capture n°019157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019157.pto --stitching --prefix=assemblage_019157 -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/GF019157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019157.jpg" - -# capture n°019158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019158.pto --stitching --prefix=assemblage_019158 -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/GF019158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019158.jpg" - -# capture n°019159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019159.pto --stitching --prefix=assemblage_019159 -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/GF019159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019159.jpg" - -# capture n°019160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019160.pto --stitching --prefix=assemblage_019160 -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/GF019160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019160.jpg" - -# capture n°019161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019161.pto --stitching --prefix=assemblage_019161 -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/GF019161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019161.jpg" - -# capture n°019162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019162.pto --stitching --prefix=assemblage_019162 -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/GF019162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019162.jpg" - -# capture n°019163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019163.pto --stitching --prefix=assemblage_019163 -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/GF019163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019163.jpg" - -# capture n°019164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019164.pto --stitching --prefix=assemblage_019164 -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/GF019164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019164.jpg" - -# capture n°019165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019165.pto --stitching --prefix=assemblage_019165 -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/GF019165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019165.jpg" - -# capture n°019166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019166.pto --stitching --prefix=assemblage_019166 -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/GF019166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019166.jpg" - -# capture n°019167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019167.pto --stitching --prefix=assemblage_019167 -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/GF019167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019167.jpg" - -# capture n°019168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019168.pto --stitching --prefix=assemblage_019168 -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/GF019168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019168.jpg" - -# capture n°019169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019169.pto --stitching --prefix=assemblage_019169 -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/GF019169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019169.jpg" - -# capture n°019170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019170.pto --stitching --prefix=assemblage_019170 -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/GF019170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019170.jpg" - -# capture n°019171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019171.pto --stitching --prefix=assemblage_019171 -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/GF019171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019171.jpg" - -# capture n°019172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019172.pto --stitching --prefix=assemblage_019172 -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/GF019172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019172.jpg" - -# capture n°019173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019173.pto --stitching --prefix=assemblage_019173 -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/GF019173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019173.jpg" - -# capture n°019174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019174.pto --stitching --prefix=assemblage_019174 -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/GF019174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019174.jpg" - -# capture n°019175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019175.pto --stitching --prefix=assemblage_019175 -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/GF019175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019175.jpg" - -# capture n°019176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019176.pto --stitching --prefix=assemblage_019176 -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/GF019176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019176.jpg" - -# capture n°019177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019177.pto --stitching --prefix=assemblage_019177 -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/GF019177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019177.jpg" - -# capture n°019178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019178.pto --stitching --prefix=assemblage_019178 -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/GF019178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019178.jpg" - -# capture n°019179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019179.pto --stitching --prefix=assemblage_019179 -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/GF019179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019179.jpg" - -# capture n°019180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019180.pto --stitching --prefix=assemblage_019180 -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/GF019180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019180.jpg" - -# capture n°019181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019181.pto --stitching --prefix=assemblage_019181 -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/GF019181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019181.jpg" - -# capture n°019182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019182.pto --stitching --prefix=assemblage_019182 -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/GF019182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019182.jpg" - -# capture n°019183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019183.pto --stitching --prefix=assemblage_019183 -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/GF019183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019183.jpg" - -# capture n°019184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019184.pto --stitching --prefix=assemblage_019184 -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/GF019184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019184.jpg" - -# capture n°019185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019185.pto --stitching --prefix=assemblage_019185 -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/GF019185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019185.jpg" - -# capture n°019186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019186.pto --stitching --prefix=assemblage_019186 -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/GF019186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019186.jpg" - -# capture n°019187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019187.pto --stitching --prefix=assemblage_019187 -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/GF019187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019187.jpg" - -# capture n°019188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019188.pto --stitching --prefix=assemblage_019188 -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/GF019188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019188.jpg" - -# capture n°019189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019189.pto --stitching --prefix=assemblage_019189 -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/GF019189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019189.jpg" - -# capture n°019190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019190.pto --stitching --prefix=assemblage_019190 -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/GF019190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019190.jpg" - -# capture n°019191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019191.pto --stitching --prefix=assemblage_019191 -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/GF019191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019191.jpg" - -# capture n°019192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019192.pto --stitching --prefix=assemblage_019192 -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/GF019192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019192.jpg" - -# capture n°019193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019193.pto --stitching --prefix=assemblage_019193 -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/GF019193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019193.jpg" - -# capture n°019194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019194.pto --stitching --prefix=assemblage_019194 -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/GF019194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019194.jpg" - -# capture n°019195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019195.pto --stitching --prefix=assemblage_019195 -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/GF019195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019195.jpg" - -# capture n°019196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019196.pto --stitching --prefix=assemblage_019196 -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/GF019196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019196.jpg" - -# capture n°019197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019197.pto --stitching --prefix=assemblage_019197 -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/GF019197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019197.jpg" - -# capture n°019198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019198.pto --stitching --prefix=assemblage_019198 -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/GF019198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019198.jpg" - -# capture n°019199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019199.pto --stitching --prefix=assemblage_019199 -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/GF019199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019199.jpg" - -# capture n°019200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019200.pto --stitching --prefix=assemblage_019200 -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/GF019200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019200.jpg" - -# capture n°019201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019201.pto --stitching --prefix=assemblage_019201 -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/GF019201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019201.jpg" - -# capture n°019202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019202.pto --stitching --prefix=assemblage_019202 -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/GF019202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019202.jpg" - -# capture n°019203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019203.pto --stitching --prefix=assemblage_019203 -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/GF019203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019203.jpg" - -# capture n°019204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019204.pto --stitching --prefix=assemblage_019204 -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/GF019204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019204.jpg" - -# capture n°019205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019205.pto --stitching --prefix=assemblage_019205 -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/GF019205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019205.jpg" - -# capture n°019206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019206.pto --stitching --prefix=assemblage_019206 -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/GF019206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019206.jpg" - -# capture n°019207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019207.pto --stitching --prefix=assemblage_019207 -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/GF019207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019207.jpg" - -# capture n°019208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019208.pto --stitching --prefix=assemblage_019208 -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/GF019208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019208.jpg" - -# capture n°019209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019209.pto --stitching --prefix=assemblage_019209 -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/GF019209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019209.jpg" - -# capture n°019210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019210.pto --stitching --prefix=assemblage_019210 -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/GF019210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019210.jpg" - -# capture n°019211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019211.pto --stitching --prefix=assemblage_019211 -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/GF019211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019211.jpg" - -# capture n°019212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019212.pto --stitching --prefix=assemblage_019212 -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/GF019212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019212.jpg" - -# capture n°019213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019213.pto --stitching --prefix=assemblage_019213 -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/GF019213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019213.jpg" - -# capture n°019214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019214.pto --stitching --prefix=assemblage_019214 -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/GF019214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019214.jpg" - -# capture n°019215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019215.pto --stitching --prefix=assemblage_019215 -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/GF019215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019215.jpg" - -# capture n°019216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019216.pto --stitching --prefix=assemblage_019216 -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/GF019216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019216.jpg" - -# capture n°019217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019217.pto --stitching --prefix=assemblage_019217 -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/GF019217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019217.jpg" - -# capture n°019218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019218.pto --stitching --prefix=assemblage_019218 -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/GF019218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019218.jpg" - -# capture n°019219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019219.pto --stitching --prefix=assemblage_019219 -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/GF019219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019219.jpg" - -# capture n°019220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019220.pto --stitching --prefix=assemblage_019220 -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/GF019220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019220.jpg" - -# capture n°019221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019221.pto --stitching --prefix=assemblage_019221 -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/GF019221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019221.jpg" - -# capture n°019222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019222.pto --stitching --prefix=assemblage_019222 -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/GF019222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019222.jpg" - -# capture n°019223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019223.pto --stitching --prefix=assemblage_019223 -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/GF019223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019223.jpg" - -# capture n°019224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019224.pto --stitching --prefix=assemblage_019224 -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/GF019224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019224.jpg" - -# capture n°019225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019225.pto --stitching --prefix=assemblage_019225 -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/GF019225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019225.jpg" - -# capture n°019226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019226.pto --stitching --prefix=assemblage_019226 -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/GF019226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019226.jpg" - -# capture n°019227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019227.pto --stitching --prefix=assemblage_019227 -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/GF019227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019227.jpg" - -# capture n°019228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019228.pto --stitching --prefix=assemblage_019228 -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/GF019228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019228.jpg" - -# capture n°019229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019229.pto --stitching --prefix=assemblage_019229 -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/GF019229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019229.jpg" - -# capture n°019230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019230.pto --stitching --prefix=assemblage_019230 -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/GF019230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019230.jpg" - -# capture n°019231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019231.pto --stitching --prefix=assemblage_019231 -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/GF019231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019231.jpg" - -# capture n°019232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019232.pto --stitching --prefix=assemblage_019232 -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/GF019232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019232.jpg" - -# capture n°019233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019233.pto --stitching --prefix=assemblage_019233 -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/GF019233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019233.jpg" - -# capture n°019234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019234.pto --stitching --prefix=assemblage_019234 -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/GF019234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019234.jpg" - -# capture n°019235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019235.pto --stitching --prefix=assemblage_019235 -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/GF019235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019235.jpg" - -# capture n°019236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019236.pto --stitching --prefix=assemblage_019236 -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/GF019236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019236.jpg" - -# capture n°019237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019237.pto --stitching --prefix=assemblage_019237 -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/GF019237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019237.jpg" - -# capture n°019238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019238.pto --stitching --prefix=assemblage_019238 -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/GF019238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019238.jpg" - -# capture n°019239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019239.pto --stitching --prefix=assemblage_019239 -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/GF019239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019239.jpg" - -# capture n°019240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019240.pto --stitching --prefix=assemblage_019240 -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/GF019240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019240.jpg" - -# capture n°019241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019241.pto --stitching --prefix=assemblage_019241 -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/GF019241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019241.jpg" - -# capture n°019242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019242.pto --stitching --prefix=assemblage_019242 -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/GF019242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019242.jpg" - -# capture n°019243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019243.pto --stitching --prefix=assemblage_019243 -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/GF019243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019243.jpg" - -# capture n°019244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019244.pto --stitching --prefix=assemblage_019244 -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/GF019244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019244.jpg" - -# capture n°019245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019245.pto --stitching --prefix=assemblage_019245 -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/GF019245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019245.jpg" - -# capture n°019246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019246.pto --stitching --prefix=assemblage_019246 -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/GF019246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019246.jpg" - -# capture n°019247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019247.pto --stitching --prefix=assemblage_019247 -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/GF019247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019247.jpg" - -# capture n°019248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019248.pto --stitching --prefix=assemblage_019248 -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/GF019248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019248.jpg" - -# capture n°019249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019249.pto --stitching --prefix=assemblage_019249 -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/GF019249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019249.jpg" - -# capture n°019250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019250.pto --stitching --prefix=assemblage_019250 -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/GF019250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019250.jpg" - -# capture n°019251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019251.pto --stitching --prefix=assemblage_019251 -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/GF019251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019251.jpg" - -# capture n°019252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019252.pto --stitching --prefix=assemblage_019252 -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/GF019252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019252.jpg" - -# capture n°019253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019253.pto --stitching --prefix=assemblage_019253 -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/GF019253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019253.jpg" - -# capture n°019254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019254.pto --stitching --prefix=assemblage_019254 -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/GF019254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019254.jpg" - -# capture n°019255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019255.pto --stitching --prefix=assemblage_019255 -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/GF019255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019255.jpg" - -# capture n°019256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019256.pto --stitching --prefix=assemblage_019256 -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/GF019256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019256.jpg" - -# capture n°019257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019257.pto --stitching --prefix=assemblage_019257 -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/GF019257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019257.jpg" - -# capture n°019258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019258.pto --stitching --prefix=assemblage_019258 -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/GF019258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019258.jpg" - -# capture n°019259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019259.pto --stitching --prefix=assemblage_019259 -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/GF019259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019259.jpg" - -# capture n°019260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019260.pto --stitching --prefix=assemblage_019260 -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/GF019260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019260.jpg" - -# capture n°019261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019261.pto --stitching --prefix=assemblage_019261 -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/GF019261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019261.jpg" - -# capture n°019262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019262.pto --stitching --prefix=assemblage_019262 -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/GF019262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019262.jpg" - -# capture n°019263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019263.pto --stitching --prefix=assemblage_019263 -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/GF019263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019263.jpg" - -# capture n°019264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019264.pto --stitching --prefix=assemblage_019264 -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/GF019264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019264.jpg" - -# capture n°019265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019265.pto --stitching --prefix=assemblage_019265 -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/GF019265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019265.jpg" - -# capture n°019266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019266.pto --stitching --prefix=assemblage_019266 -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/GF019266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019266.jpg" - -# capture n°019267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019267.pto --stitching --prefix=assemblage_019267 -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/GF019267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019267.jpg" - -# capture n°019268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019268.pto --stitching --prefix=assemblage_019268 -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/GF019268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019268.jpg" - -# capture n°019269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019269.pto --stitching --prefix=assemblage_019269 -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/GF019269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019269.jpg" - -# capture n°019270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019270.pto --stitching --prefix=assemblage_019270 -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/GF019270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019270.jpg" - -# capture n°019271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019271.pto --stitching --prefix=assemblage_019271 -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/GF019271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019271.jpg" - -# capture n°019272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019272.pto --stitching --prefix=assemblage_019272 -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/GF019272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019272.jpg" - -# capture n°019273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019273.pto --stitching --prefix=assemblage_019273 -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/GF019273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019273.jpg" - -# capture n°019274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019274.pto --stitching --prefix=assemblage_019274 -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/GF019274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019274.jpg" - -# capture n°019275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019275.pto --stitching --prefix=assemblage_019275 -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/GF019275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019275.jpg" - -# capture n°019276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019276.pto --stitching --prefix=assemblage_019276 -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/GF019276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019276.jpg" - -# capture n°019277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019277.pto --stitching --prefix=assemblage_019277 -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/GF019277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019277.jpg" - -# capture n°019278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019278.pto --stitching --prefix=assemblage_019278 -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/GF019278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019278.jpg" - -# capture n°019279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019279.pto --stitching --prefix=assemblage_019279 -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/GF019279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019279.jpg" - -# capture n°019280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019280.pto --stitching --prefix=assemblage_019280 -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/GF019280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019280.jpg" - -# capture n°019281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019281.pto --stitching --prefix=assemblage_019281 -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/GF019281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019281.jpg" - -# capture n°019282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019282.pto --stitching --prefix=assemblage_019282 -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/GF019282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019282.jpg" - -# capture n°019283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019283.pto --stitching --prefix=assemblage_019283 -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/GF019283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019283.jpg" - -# capture n°019284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019284.pto --stitching --prefix=assemblage_019284 -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/GF019284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019284.jpg" - -# capture n°019285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019285.pto --stitching --prefix=assemblage_019285 -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/GF019285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019285.jpg" - -# capture n°019286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019286.pto --stitching --prefix=assemblage_019286 -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/GF019286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019286.jpg" - -# capture n°019287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019287.pto --stitching --prefix=assemblage_019287 -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/GF019287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019287.jpg" - -# capture n°019288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019288.pto --stitching --prefix=assemblage_019288 -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/GF019288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019288.jpg" - -# capture n°019289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019289.pto --stitching --prefix=assemblage_019289 -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/GF019289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019289.jpg" - -# capture n°019290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019290.pto --stitching --prefix=assemblage_019290 -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/GF019290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019290.jpg" - -# capture n°019291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019291.pto --stitching --prefix=assemblage_019291 -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/GF019291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019291.jpg" - -# capture n°019292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019292.pto --stitching --prefix=assemblage_019292 -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/GF019292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019292.jpg" - -# capture n°019293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019293.pto --stitching --prefix=assemblage_019293 -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/GF019293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019293.jpg" - -# capture n°019294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019294.pto --stitching --prefix=assemblage_019294 -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/GF019294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019294.jpg" - -# capture n°019295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019295.pto --stitching --prefix=assemblage_019295 -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/GF019295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019295.jpg" - -# capture n°019296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019296.pto --stitching --prefix=assemblage_019296 -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/GF019296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019296.jpg" - -# capture n°019297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019297.pto --stitching --prefix=assemblage_019297 -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/GF019297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019297.jpg" - -# capture n°019298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019298.pto --stitching --prefix=assemblage_019298 -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/GF019298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019298.jpg" - -# capture n°019299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019299.pto --stitching --prefix=assemblage_019299 -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/GF019299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019299.jpg" - -# capture n°019300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019300.pto --stitching --prefix=assemblage_019300 -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/GF019300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019300.jpg" - -# capture n°019301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019301.pto --stitching --prefix=assemblage_019301 -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/GF019301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019301.jpg" - -# capture n°019302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019302.pto --stitching --prefix=assemblage_019302 -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/GF019302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019302.jpg" - -# capture n°019303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019303.pto --stitching --prefix=assemblage_019303 -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/GF019303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019303.jpg" - -# capture n°019304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019304.pto --stitching --prefix=assemblage_019304 -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/GF019304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019304.jpg" - -# capture n°019305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019305.pto --stitching --prefix=assemblage_019305 -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/GF019305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019305.jpg" - -# capture n°019306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019306.pto --stitching --prefix=assemblage_019306 -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/GF019306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019306.jpg" - -# capture n°019307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019307.pto --stitching --prefix=assemblage_019307 -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/GF019307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019307.jpg" - -# capture n°019308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019308.pto --stitching --prefix=assemblage_019308 -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/GF019308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019308.jpg" - -# capture n°019309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019309.pto --stitching --prefix=assemblage_019309 -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/GF019309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019309.jpg" - -# capture n°019310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019310.pto --stitching --prefix=assemblage_019310 -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/GF019310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019310.jpg" - -# capture n°019311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019311.pto --stitching --prefix=assemblage_019311 -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/GF019311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019311.jpg" - -# capture n°019312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019312.pto --stitching --prefix=assemblage_019312 -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/GF019312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019312.jpg" - -# capture n°019313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019313.pto --stitching --prefix=assemblage_019313 -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/GF019313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019313.jpg" - -# capture n°019314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019314.pto --stitching --prefix=assemblage_019314 -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/GF019314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019314.jpg" - -# capture n°019315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019315.pto --stitching --prefix=assemblage_019315 -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/GF019315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019315.jpg" - -# capture n°019316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019316.pto --stitching --prefix=assemblage_019316 -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/GF019316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019316.jpg" - -# capture n°019317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019317.pto --stitching --prefix=assemblage_019317 -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/GF019317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019317.jpg" - -# capture n°019318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019318.pto --stitching --prefix=assemblage_019318 -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/GF019318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019318.jpg" - -# capture n°019319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019319.pto --stitching --prefix=assemblage_019319 -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/GF019319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019319.jpg" - -# capture n°019320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019320.pto --stitching --prefix=assemblage_019320 -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/GF019320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019320.jpg" - -# capture n°019321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019321.pto --stitching --prefix=assemblage_019321 -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/GF019321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019321.jpg" - -# capture n°019322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019322.pto --stitching --prefix=assemblage_019322 -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/GF019322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019322.jpg" - -# capture n°019323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019323.pto --stitching --prefix=assemblage_019323 -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/GF019323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019323.jpg" - -# capture n°019324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019324.pto --stitching --prefix=assemblage_019324 -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/GF019324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019324.jpg" - -# capture n°019325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019325.pto --stitching --prefix=assemblage_019325 -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/GF019325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019325.jpg" - -# capture n°019326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019326.pto --stitching --prefix=assemblage_019326 -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/GF019326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019326.jpg" - -# capture n°019327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019327.pto --stitching --prefix=assemblage_019327 -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/GF019327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019327.jpg" - -# capture n°019328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019328.pto --stitching --prefix=assemblage_019328 -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/GF019328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019328.jpg" - -# capture n°019329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019329.pto --stitching --prefix=assemblage_019329 -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/GF019329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019329.jpg" - -# capture n°019330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019330.pto --stitching --prefix=assemblage_019330 -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/GF019330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019330.jpg" - -# capture n°019331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019331.pto --stitching --prefix=assemblage_019331 -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/GF019331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019331.jpg" - -# capture n°019332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019332.pto --stitching --prefix=assemblage_019332 -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/GF019332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019332.jpg" - -# capture n°019333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019333.pto --stitching --prefix=assemblage_019333 -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/GF019333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019333.jpg" - -# capture n°019334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019334.pto --stitching --prefix=assemblage_019334 -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/GF019334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019334.jpg" - -# capture n°019335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019335.pto --stitching --prefix=assemblage_019335 -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/GF019335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019335.jpg" - -# capture n°019336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019336.pto --stitching --prefix=assemblage_019336 -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/GF019336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019336.jpg" - -# capture n°019337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019337.pto --stitching --prefix=assemblage_019337 -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/GF019337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019337.jpg" - -# capture n°019338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019338.pto --stitching --prefix=assemblage_019338 -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/GF019338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019338.jpg" - -# capture n°019339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019339.pto --stitching --prefix=assemblage_019339 -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/GF019339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019339.jpg" - -# capture n°019340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019340.pto --stitching --prefix=assemblage_019340 -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/GF019340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019340.jpg" - -# capture n°019341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019341.pto --stitching --prefix=assemblage_019341 -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/GF019341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019341.jpg" - -# capture n°019342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019342.pto --stitching --prefix=assemblage_019342 -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/GF019342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019342.jpg" - -# capture n°019343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019343.pto --stitching --prefix=assemblage_019343 -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/GF019343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019343.jpg" - -# capture n°019344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019344.pto --stitching --prefix=assemblage_019344 -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/GF019344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019344.jpg" - -# capture n°019345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019345.pto --stitching --prefix=assemblage_019345 -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/GF019345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019345.jpg" - -# capture n°019346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019346.pto --stitching --prefix=assemblage_019346 -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/GF019346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019346.jpg" - -# capture n°019347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019347.pto --stitching --prefix=assemblage_019347 -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/GF019347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019347.jpg" - -# capture n°019348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019348.pto --stitching --prefix=assemblage_019348 -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/GF019348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019348.jpg" - -# capture n°019349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019349.pto --stitching --prefix=assemblage_019349 -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/GF019349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019349.jpg" - -# capture n°019350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019350.pto --stitching --prefix=assemblage_019350 -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/GF019350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019350.jpg" - -# capture n°019351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019351.pto --stitching --prefix=assemblage_019351 -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/GF019351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019351.jpg" - -# capture n°019352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019352.pto --stitching --prefix=assemblage_019352 -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/GF019352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019352.jpg" - -# capture n°019353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019353.pto --stitching --prefix=assemblage_019353 -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/GF019353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019353.jpg" - -# capture n°019354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019354.pto --stitching --prefix=assemblage_019354 -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/GF019354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019354.jpg" - -# capture n°019355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019355.pto --stitching --prefix=assemblage_019355 -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/GF019355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019355.jpg" - -# capture n°019356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019356.pto --stitching --prefix=assemblage_019356 -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/GF019356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019356.jpg" - -# capture n°019357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019357.pto --stitching --prefix=assemblage_019357 -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/GF019357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019357.jpg" - -# capture n°019358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019358.pto --stitching --prefix=assemblage_019358 -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/GF019358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019358.jpg" - -# capture n°019359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019359.pto --stitching --prefix=assemblage_019359 -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/GF019359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019359.jpg" - -# capture n°019360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019360.pto --stitching --prefix=assemblage_019360 -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/GF019360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019360.jpg" - -# capture n°019361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019361.pto --stitching --prefix=assemblage_019361 -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/GF019361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019361.jpg" - -# capture n°019362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019362.pto --stitching --prefix=assemblage_019362 -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/GF019362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019362.jpg" - -# capture n°019363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019363.pto --stitching --prefix=assemblage_019363 -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/GF019363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019363.jpg" - -# capture n°019364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019364.pto --stitching --prefix=assemblage_019364 -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/GF019364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019364.jpg" - -# capture n°019365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019365.pto --stitching --prefix=assemblage_019365 -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/GF019365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019365.jpg" - -# capture n°019366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019366.pto --stitching --prefix=assemblage_019366 -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/GF019366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019366.jpg" - -# capture n°019367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019367.pto --stitching --prefix=assemblage_019367 -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/GF019367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019367.jpg" - -# capture n°019368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019368.pto --stitching --prefix=assemblage_019368 -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/GF019368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019368.jpg" - -# capture n°019369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019369.pto --stitching --prefix=assemblage_019369 -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/GF019369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019369.jpg" - -# capture n°019370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019370.pto --stitching --prefix=assemblage_019370 -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/GF019370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019370.jpg" - -# capture n°019371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019371.pto --stitching --prefix=assemblage_019371 -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/GF019371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019371.jpg" - -# capture n°019372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019372.pto --stitching --prefix=assemblage_019372 -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/GF019372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019372.jpg" - -# capture n°019373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019373.pto --stitching --prefix=assemblage_019373 -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/GF019373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019373.jpg" - -# capture n°019374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019374.pto --stitching --prefix=assemblage_019374 -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/GF019374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019374.jpg" - -# capture n°019375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019375.pto --stitching --prefix=assemblage_019375 -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/GF019375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019375.jpg" - -# capture n°019376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019376.pto --stitching --prefix=assemblage_019376 -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/GF019376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019376.jpg" - -# capture n°019377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019377.pto --stitching --prefix=assemblage_019377 -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/GF019377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019377.jpg" - -# capture n°019378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019378.pto --stitching --prefix=assemblage_019378 -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/GF019378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019378.jpg" - -# capture n°019379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019379.pto --stitching --prefix=assemblage_019379 -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/GF019379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019379.jpg" - -# capture n°019380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019380.pto --stitching --prefix=assemblage_019380 -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/GF019380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019380.jpg" - -# capture n°019381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019381.pto --stitching --prefix=assemblage_019381 -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/GF019381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019381.jpg" - -# capture n°019382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019382.pto --stitching --prefix=assemblage_019382 -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/GF019382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019382.jpg" - -# capture n°019383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019383.pto --stitching --prefix=assemblage_019383 -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/GF019383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019383.jpg" - -# capture n°019384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019384.pto --stitching --prefix=assemblage_019384 -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/GF019384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019384.jpg" - -# capture n°019385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019385.pto --stitching --prefix=assemblage_019385 -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/GF019385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019385.jpg" - -# capture n°019386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019386.pto --stitching --prefix=assemblage_019386 -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/GF019386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019386.jpg" - -# capture n°019387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019387.pto --stitching --prefix=assemblage_019387 -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/GF019387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019387.jpg" - -# capture n°019388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019388.pto --stitching --prefix=assemblage_019388 -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/GF019388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019388.jpg" - -# capture n°019389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019389.pto --stitching --prefix=assemblage_019389 -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/GF019389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019389.jpg" - -# capture n°019390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019390.pto --stitching --prefix=assemblage_019390 -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/GF019390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019390.jpg" - -# capture n°019391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019391.pto --stitching --prefix=assemblage_019391 -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/GF019391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019391.jpg" - -# capture n°019392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019392.pto --stitching --prefix=assemblage_019392 -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/GF019392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019392.jpg" - -# capture n°019393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019393.pto --stitching --prefix=assemblage_019393 -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/GF019393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019393.jpg" - -# capture n°019394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019394.pto --stitching --prefix=assemblage_019394 -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/GF019394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019394.jpg" - -# capture n°019395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019395.pto --stitching --prefix=assemblage_019395 -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/GF019395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019395.jpg" - -# capture n°019396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019396.pto --stitching --prefix=assemblage_019396 -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/GF019396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019396.jpg" - -# capture n°019397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019397.pto --stitching --prefix=assemblage_019397 -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/GF019397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019397.jpg" - -# capture n°019398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019398.pto --stitching --prefix=assemblage_019398 -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/GF019398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019398.jpg" - -# capture n°019399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019399.pto --stitching --prefix=assemblage_019399 -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/GF019399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019399.jpg" - -# capture n°019400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019400.pto --stitching --prefix=assemblage_019400 -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/GF019400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019400.jpg" - -# capture n°019401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019401.pto --stitching --prefix=assemblage_019401 -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/GF019401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019401.jpg" - -# capture n°019402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019402.pto --stitching --prefix=assemblage_019402 -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/GF019402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019402.jpg" - -# capture n°019403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019403.pto --stitching --prefix=assemblage_019403 -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/GF019403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019403.jpg" - -# capture n°019404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019404.pto --stitching --prefix=assemblage_019404 -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/GF019404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019404.jpg" - -# capture n°019405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019405.pto --stitching --prefix=assemblage_019405 -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/GF019405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019405.jpg" - -# capture n°019406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019406.pto --stitching --prefix=assemblage_019406 -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/GF019406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019406.jpg" - -# capture n°019407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019407.pto --stitching --prefix=assemblage_019407 -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/GF019407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019407.jpg" - -# capture n°019408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019408.pto --stitching --prefix=assemblage_019408 -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/GF019408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019408.jpg" - -# capture n°019409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019409.pto --stitching --prefix=assemblage_019409 -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/GF019409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019409.jpg" - -# capture n°019410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019410.pto --stitching --prefix=assemblage_019410 -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/GF019410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019410.jpg" - -# capture n°019411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019411.pto --stitching --prefix=assemblage_019411 -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/GF019411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019411.jpg" - -# capture n°019412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019412.pto --stitching --prefix=assemblage_019412 -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/GF019412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019412.jpg" - -# capture n°019413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019413.pto --stitching --prefix=assemblage_019413 -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/GF019413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019413.jpg" - -# capture n°019414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019414.pto --stitching --prefix=assemblage_019414 -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/GF019414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019414.jpg" - -# capture n°019415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019415.pto --stitching --prefix=assemblage_019415 -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/GF019415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019415.jpg" - -# capture n°019416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019416.pto --stitching --prefix=assemblage_019416 -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/GF019416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019416.jpg" - -# capture n°019417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019417.pto --stitching --prefix=assemblage_019417 -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/GF019417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019417.jpg" - -# capture n°019418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019418.pto --stitching --prefix=assemblage_019418 -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/GF019418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019418.jpg" - -# capture n°019419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019419.pto --stitching --prefix=assemblage_019419 -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/GF019419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019419.jpg" - -# capture n°019420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019420.pto --stitching --prefix=assemblage_019420 -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/GF019420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019420.jpg" - -# capture n°019421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019421.pto --stitching --prefix=assemblage_019421 -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/GF019421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019421.jpg" - -# capture n°019422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019422.pto --stitching --prefix=assemblage_019422 -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/GF019422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019422.jpg" - -# capture n°019423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019423.pto --stitching --prefix=assemblage_019423 -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/GF019423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019423.jpg" - -# capture n°019424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019424.pto --stitching --prefix=assemblage_019424 -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/GF019424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019424.jpg" - -# capture n°019425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019425.pto --stitching --prefix=assemblage_019425 -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/GF019425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019425.jpg" - -# capture n°019426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019426.pto --stitching --prefix=assemblage_019426 -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/GF019426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019426.jpg" - -# capture n°019427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019427.pto --stitching --prefix=assemblage_019427 -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/GF019427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019427.jpg" - -# capture n°019428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019428.pto --stitching --prefix=assemblage_019428 -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/GF019428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019428.jpg" - -# capture n°019429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019429.pto --stitching --prefix=assemblage_019429 -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/GF019429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019429.jpg" - -# capture n°019430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019430.pto --stitching --prefix=assemblage_019430 -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/GF019430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019430.jpg" - -# capture n°019431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019431.pto --stitching --prefix=assemblage_019431 -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/GF019431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019431.jpg" - -# capture n°019432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019432.pto --stitching --prefix=assemblage_019432 -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/GF019432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019432.jpg" - -# capture n°019433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019433.pto --stitching --prefix=assemblage_019433 -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/GF019433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019433.jpg" - -# capture n°019434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019434.pto --stitching --prefix=assemblage_019434 -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/GF019434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019434.jpg" - -# capture n°019435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019435.pto --stitching --prefix=assemblage_019435 -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/GF019435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019435.jpg" - -# capture n°019436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019436.pto --stitching --prefix=assemblage_019436 -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/GF019436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019436.jpg" - -# capture n°019437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019437.pto --stitching --prefix=assemblage_019437 -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/GF019437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019437.jpg" - -# capture n°019438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019438.pto --stitching --prefix=assemblage_019438 -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/GF019438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019438.jpg" - -# capture n°019439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019439.pto --stitching --prefix=assemblage_019439 -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/GF019439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019439.jpg" - -# capture n°019440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019440.pto --stitching --prefix=assemblage_019440 -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/GF019440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019440.jpg" - -# capture n°019441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019441.pto --stitching --prefix=assemblage_019441 -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/GF019441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019441.jpg" - -# capture n°019442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019442.pto --stitching --prefix=assemblage_019442 -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/GF019442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019442.jpg" - -# capture n°019443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019443.pto --stitching --prefix=assemblage_019443 -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/GF019443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019443.jpg" - -# capture n°019444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019444.pto --stitching --prefix=assemblage_019444 -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/GF019444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019444.jpg" - -# capture n°019445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019445.pto --stitching --prefix=assemblage_019445 -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/GF019445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019445.jpg" - -# capture n°019446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019446.pto --stitching --prefix=assemblage_019446 -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/GF019446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019446.jpg" - -# capture n°019447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019447.pto --stitching --prefix=assemblage_019447 -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/GF019447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019447.jpg" - -# capture n°019448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019448.pto --stitching --prefix=assemblage_019448 -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/GF019448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019448.jpg" - -# capture n°019449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019449.pto --stitching --prefix=assemblage_019449 -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/GF019449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019449.jpg" - -# capture n°019450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019450.pto --stitching --prefix=assemblage_019450 -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/GF019450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019450.jpg" - -# capture n°019451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019451.pto --stitching --prefix=assemblage_019451 -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/GF019451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019451.jpg" - -# capture n°019452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019452.pto --stitching --prefix=assemblage_019452 -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/GF019452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019452.jpg" - -# capture n°019453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019453.pto --stitching --prefix=assemblage_019453 -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/GF019453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019453.jpg" - -# capture n°019454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019454.pto --stitching --prefix=assemblage_019454 -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/GF019454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019454.jpg" - -# capture n°019455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019455.pto --stitching --prefix=assemblage_019455 -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/GF019455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019455.jpg" - -# capture n°019456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019456.pto --stitching --prefix=assemblage_019456 -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/GF019456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019456.jpg" - -# capture n°019457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019457.pto --stitching --prefix=assemblage_019457 -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/GF019457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019457.jpg" - -# capture n°019458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019458.pto --stitching --prefix=assemblage_019458 -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/GF019458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019458.jpg" - -# capture n°019459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019459.pto --stitching --prefix=assemblage_019459 -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/GF019459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019459.jpg" - -# capture n°019460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019460.pto --stitching --prefix=assemblage_019460 -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/GF019460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019460.jpg" - -# capture n°019461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019461.pto --stitching --prefix=assemblage_019461 -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/GF019461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019461.jpg" - -# capture n°019462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019462.pto --stitching --prefix=assemblage_019462 -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/GF019462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019462.jpg" - -# capture n°019463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019463.pto --stitching --prefix=assemblage_019463 -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/GF019463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019463.jpg" - -# capture n°019464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019464.pto --stitching --prefix=assemblage_019464 -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/GF019464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019464.jpg" - -# capture n°019465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019465.pto --stitching --prefix=assemblage_019465 -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/GF019465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019465.jpg" - -# capture n°019466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019466.pto --stitching --prefix=assemblage_019466 -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/GF019466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019466.jpg" - -# capture n°019467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019467.pto --stitching --prefix=assemblage_019467 -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/GF019467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019467.jpg" - -# capture n°019468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019468.pto --stitching --prefix=assemblage_019468 -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/GF019468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019468.jpg" - -# capture n°019469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019469.pto --stitching --prefix=assemblage_019469 -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/GF019469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019469.jpg" - -# capture n°019470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019470.pto --stitching --prefix=assemblage_019470 -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/GF019470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019470.jpg" - -# capture n°019471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019471.pto --stitching --prefix=assemblage_019471 -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/GF019471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019471.jpg" - -# capture n°019472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019472.pto --stitching --prefix=assemblage_019472 -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/GF019472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019472.jpg" - -# capture n°019473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019473.pto --stitching --prefix=assemblage_019473 -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/GF019473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019473.jpg" - -# capture n°019474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019474.pto --stitching --prefix=assemblage_019474 -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/GF019474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019474.jpg" - -# capture n°019475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019475.pto --stitching --prefix=assemblage_019475 -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/GF019475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019475.jpg" - -# capture n°019476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019476.pto --stitching --prefix=assemblage_019476 -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/GF019476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019476.jpg" - -# capture n°019477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019477.pto --stitching --prefix=assemblage_019477 -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/GF019477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019477.jpg" - -# capture n°019478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019478.pto --stitching --prefix=assemblage_019478 -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/GF019478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019478.jpg" - -# capture n°019479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019479.pto --stitching --prefix=assemblage_019479 -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/GF019479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019479.jpg" - -# capture n°019480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019480.pto --stitching --prefix=assemblage_019480 -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/GF019480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019480.jpg" - -# capture n°019481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019481.pto --stitching --prefix=assemblage_019481 -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/GF019481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019481.jpg" - -# capture n°019482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019482.pto --stitching --prefix=assemblage_019482 -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/GF019482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019482.jpg" - -# capture n°019483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019483.pto --stitching --prefix=assemblage_019483 -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/GF019483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019483.jpg" - -# capture n°019484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019484.pto --stitching --prefix=assemblage_019484 -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/GF019484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019484.jpg" - -# capture n°019485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019485.pto --stitching --prefix=assemblage_019485 -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/GF019485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019485.jpg" - -# capture n°019486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019486.pto --stitching --prefix=assemblage_019486 -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/GF019486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019486.jpg" - -# capture n°019487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019487.pto --stitching --prefix=assemblage_019487 -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/GF019487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019487.jpg" - -# capture n°019488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019488.pto --stitching --prefix=assemblage_019488 -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/GF019488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019488.jpg" - -# capture n°019489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019489.pto --stitching --prefix=assemblage_019489 -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/GF019489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019489.jpg" - -# capture n°019490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019490.pto --stitching --prefix=assemblage_019490 -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/GF019490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019490.jpg" - -# capture n°019491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019491.pto --stitching --prefix=assemblage_019491 -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/GF019491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019491.jpg" - -# capture n°019492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019492.pto --stitching --prefix=assemblage_019492 -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/GF019492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019492.jpg" - -# capture n°019493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019493.pto --stitching --prefix=assemblage_019493 -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/GF019493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019493.jpg" - -# capture n°019494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019494.pto --stitching --prefix=assemblage_019494 -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/GF019494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019494.jpg" - -# capture n°019495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019495.pto --stitching --prefix=assemblage_019495 -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/GF019495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019495.jpg" - -# capture n°019496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019496.pto --stitching --prefix=assemblage_019496 -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/GF019496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019496.jpg" - -# capture n°019497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019497.pto --stitching --prefix=assemblage_019497 -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/GF019497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019497.jpg" - -# capture n°019498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019498.pto --stitching --prefix=assemblage_019498 -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/GF019498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019498.jpg" - -# capture n°019499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019499.pto --stitching --prefix=assemblage_019499 -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/GF019499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019499.jpg" - -# capture n°019500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019500.pto --stitching --prefix=assemblage_019500 -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/GF019500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019500.jpg" - -# capture n°019501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019501.pto --stitching --prefix=assemblage_019501 -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/GF019501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019501.jpg" - -# capture n°019502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019502.pto --stitching --prefix=assemblage_019502 -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/GF019502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019502.jpg" - -# capture n°019503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019503.pto --stitching --prefix=assemblage_019503 -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/GF019503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019503.jpg" - -# capture n°019504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019504.pto --stitching --prefix=assemblage_019504 -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/GF019504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019504.jpg" - -# capture n°019505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019505.pto --stitching --prefix=assemblage_019505 -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/GF019505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019505.jpg" - -# capture n°019506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019506.pto --stitching --prefix=assemblage_019506 -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/GF019506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019506.jpg" - -# capture n°019507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019507.pto --stitching --prefix=assemblage_019507 -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/GF019507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019507.jpg" - -# capture n°019508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019508.pto --stitching --prefix=assemblage_019508 -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/GF019508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019508.jpg" - -# capture n°019509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019509.pto --stitching --prefix=assemblage_019509 -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/GF019509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019509.jpg" - -# capture n°019510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019510.pto --stitching --prefix=assemblage_019510 -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/GF019510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019510.jpg" - -# capture n°019511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019511.pto --stitching --prefix=assemblage_019511 -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/GF019511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019511.jpg" - -# capture n°019512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019512.pto --stitching --prefix=assemblage_019512 -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/GF019512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019512.jpg" - -# capture n°019513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019513.pto --stitching --prefix=assemblage_019513 -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/GF019513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019513.jpg" - -# capture n°019514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019514.pto --stitching --prefix=assemblage_019514 -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/GF019514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019514.jpg" - -# capture n°019515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019515.pto --stitching --prefix=assemblage_019515 -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/GF019515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019515.jpg" - -# capture n°019516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019516.pto --stitching --prefix=assemblage_019516 -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/GF019516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019516.jpg" - -# capture n°019517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019517.pto --stitching --prefix=assemblage_019517 -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/GF019517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019517.jpg" - -# capture n°019518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019518.pto --stitching --prefix=assemblage_019518 -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/GF019518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019518.jpg" - -# capture n°019519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019519.pto --stitching --prefix=assemblage_019519 -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/GF019519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019519.jpg" - -# capture n°019520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019520.pto --stitching --prefix=assemblage_019520 -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/GF019520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019520.jpg" - -# capture n°019521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019521.pto --stitching --prefix=assemblage_019521 -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/GF019521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019521.jpg" - -# capture n°019522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019522.pto --stitching --prefix=assemblage_019522 -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/GF019522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019522.jpg" - -# capture n°019523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019523.pto --stitching --prefix=assemblage_019523 -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/GF019523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019523.jpg" - -# capture n°019524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019524.pto --stitching --prefix=assemblage_019524 -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/GF019524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019524.jpg" - -# capture n°019525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019525.pto --stitching --prefix=assemblage_019525 -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/GF019525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019525.jpg" - -# capture n°019526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019526.pto --stitching --prefix=assemblage_019526 -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/GF019526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019526.jpg" - -# capture n°019527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019527.pto --stitching --prefix=assemblage_019527 -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/GF019527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019527.jpg" - -# capture n°019528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019528.pto --stitching --prefix=assemblage_019528 -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/GF019528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019528.jpg" - -# capture n°019529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019529.pto --stitching --prefix=assemblage_019529 -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/GF019529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019529.jpg" - -# capture n°019530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019530.pto --stitching --prefix=assemblage_019530 -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/GF019530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019530.jpg" - -# capture n°019531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019531.pto --stitching --prefix=assemblage_019531 -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/GF019531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019531.jpg" - -# capture n°019532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019532.pto --stitching --prefix=assemblage_019532 -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/GF019532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019532.jpg" - -# capture n°019533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019533.pto --stitching --prefix=assemblage_019533 -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/GF019533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019533.jpg" - -# capture n°019534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019534.pto --stitching --prefix=assemblage_019534 -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/GF019534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019534.jpg" - -# capture n°019535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019535.pto --stitching --prefix=assemblage_019535 -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/GF019535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019535.jpg" - -# capture n°019536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019536.pto --stitching --prefix=assemblage_019536 -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/GF019536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019536.jpg" - -# capture n°019537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019537.pto --stitching --prefix=assemblage_019537 -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/GF019537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019537.jpg" - -# capture n°019538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019538.pto --stitching --prefix=assemblage_019538 -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/GF019538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019538.jpg" - -# capture n°019539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019539.pto --stitching --prefix=assemblage_019539 -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/GF019539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019539.jpg" - -# capture n°019540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019540.pto --stitching --prefix=assemblage_019540 -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/GF019540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019540.jpg" - -# capture n°019541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019541.pto --stitching --prefix=assemblage_019541 -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/GF019541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019541.jpg" - -# capture n°019542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019542.pto --stitching --prefix=assemblage_019542 -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/GF019542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019542.jpg" - -# capture n°019543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019543.pto --stitching --prefix=assemblage_019543 -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/GF019543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019543.jpg" - -# capture n°019544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019544.pto --stitching --prefix=assemblage_019544 -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/GF019544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019544.jpg" - -# capture n°019545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019545.pto --stitching --prefix=assemblage_019545 -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/GF019545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019545.jpg" - -# capture n°019546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019546.pto --stitching --prefix=assemblage_019546 -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/GF019546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019546.jpg" - -# capture n°019547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019547.pto --stitching --prefix=assemblage_019547 -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/GF019547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019547.jpg" - -# capture n°019548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019548.pto --stitching --prefix=assemblage_019548 -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/GF019548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019548.jpg" - -# capture n°019549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019549.pto --stitching --prefix=assemblage_019549 -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/GF019549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019549.jpg" - -# capture n°019550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019550.pto --stitching --prefix=assemblage_019550 -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/GF019550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019550.jpg" - -# capture n°019551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019551.pto --stitching --prefix=assemblage_019551 -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/GF019551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019551.jpg" - -# capture n°019552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019552.pto --stitching --prefix=assemblage_019552 -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/GF019552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019552.jpg" - -# capture n°019553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019553.pto --stitching --prefix=assemblage_019553 -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/GF019553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019553.jpg" - -# capture n°019554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019554.pto --stitching --prefix=assemblage_019554 -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/GF019554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019554.jpg" - -# capture n°019555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019555.pto --stitching --prefix=assemblage_019555 -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/GF019555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019555.jpg" - -# capture n°019556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019556.pto --stitching --prefix=assemblage_019556 -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/GF019556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019556.jpg" - -# capture n°019557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019557.pto --stitching --prefix=assemblage_019557 -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/GF019557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019557.jpg" - -# capture n°019558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019558.pto --stitching --prefix=assemblage_019558 -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/GF019558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019558.jpg" - -# capture n°019559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019559.pto --stitching --prefix=assemblage_019559 -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/GF019559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019559.jpg" - -# capture n°019560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019560.pto --stitching --prefix=assemblage_019560 -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/GF019560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019560.jpg" - -# capture n°019561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019561.pto --stitching --prefix=assemblage_019561 -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/GF019561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019561.jpg" - -# capture n°019562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019562.pto --stitching --prefix=assemblage_019562 -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/GF019562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019562.jpg" - -# capture n°019563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019563.pto --stitching --prefix=assemblage_019563 -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/GF019563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019563.jpg" - -# capture n°019564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019564.pto --stitching --prefix=assemblage_019564 -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/GF019564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019564.jpg" - -# capture n°019565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019565.pto --stitching --prefix=assemblage_019565 -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/GF019565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019565.jpg" - -# capture n°019566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019566.pto --stitching --prefix=assemblage_019566 -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/GF019566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019566.jpg" - -# capture n°019567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019567.pto --stitching --prefix=assemblage_019567 -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/GF019567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019567.jpg" - -# capture n°019568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019568.pto --stitching --prefix=assemblage_019568 -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/GF019568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019568.jpg" - -# capture n°019569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019569.pto --stitching --prefix=assemblage_019569 -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/GF019569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019569.jpg" - -# capture n°019570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019570.pto --stitching --prefix=assemblage_019570 -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/GF019570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019570.jpg" - -# capture n°019571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019571.pto --stitching --prefix=assemblage_019571 -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/GF019571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019571.jpg" - -# capture n°019572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019572.pto --stitching --prefix=assemblage_019572 -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/GF019572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019572.jpg" - -# capture n°019573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019573.pto --stitching --prefix=assemblage_019573 -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/GF019573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019573.jpg" - -# capture n°019574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019574.pto --stitching --prefix=assemblage_019574 -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/GF019574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019574.jpg" - -# capture n°019575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019575.pto --stitching --prefix=assemblage_019575 -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/GF019575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019575.jpg" - -# capture n°019576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019576.pto --stitching --prefix=assemblage_019576 -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/GF019576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019576.jpg" - -# capture n°019577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019577.pto --stitching --prefix=assemblage_019577 -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/GF019577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019577.jpg" - -# capture n°019578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019578.pto --stitching --prefix=assemblage_019578 -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/GF019578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019578.jpg" - -# capture n°019579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019579.pto --stitching --prefix=assemblage_019579 -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/GF019579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019579.jpg" - -# capture n°019580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019580.pto --stitching --prefix=assemblage_019580 -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/GF019580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019580.jpg" - -# capture n°019581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019581.pto --stitching --prefix=assemblage_019581 -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/GF019581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019581.jpg" - -# capture n°019582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019582.pto --stitching --prefix=assemblage_019582 -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/GF019582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019582.jpg" - -# capture n°019583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019583.pto --stitching --prefix=assemblage_019583 -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/GF019583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019583.jpg" - -# capture n°019584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019584.pto --stitching --prefix=assemblage_019584 -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/GF019584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019584.jpg" - -# capture n°019585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019585.pto --stitching --prefix=assemblage_019585 -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/GF019585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019585.jpg" - -# capture n°019586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019586.pto --stitching --prefix=assemblage_019586 -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/GF019586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019586.jpg" - -# capture n°019587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019587.pto --stitching --prefix=assemblage_019587 -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/GF019587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019587.jpg" - -# capture n°019588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019588.pto --stitching --prefix=assemblage_019588 -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/GF019588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019588.jpg" - -# capture n°019589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019589.pto --stitching --prefix=assemblage_019589 -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/GF019589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019589.jpg" - -# capture n°019590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019590.pto --stitching --prefix=assemblage_019590 -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/GF019590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019590.jpg" - -# capture n°019591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019591.pto --stitching --prefix=assemblage_019591 -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/GF019591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019591.jpg" - -# capture n°019592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019592.pto --stitching --prefix=assemblage_019592 -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/GF019592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019592.jpg" - -# capture n°019593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019593.pto --stitching --prefix=assemblage_019593 -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/GF019593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019593.jpg" - -# capture n°019594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019594.pto --stitching --prefix=assemblage_019594 -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/GF019594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019594.jpg" - -# capture n°019595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019595.pto --stitching --prefix=assemblage_019595 -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/GF019595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019595.jpg" - -# capture n°019596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019596.pto --stitching --prefix=assemblage_019596 -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/GF019596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019596.jpg" - -# capture n°019597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019597.pto --stitching --prefix=assemblage_019597 -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/GF019597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019597.jpg" - -# capture n°019598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019598.pto --stitching --prefix=assemblage_019598 -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/GF019598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019598.jpg" - -# capture n°019599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019599.pto --stitching --prefix=assemblage_019599 -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/GF019599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019599.jpg" - -# capture n°019600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019600.pto --stitching --prefix=assemblage_019600 -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/GF019600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019600.jpg" - -# capture n°019601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019601.pto --stitching --prefix=assemblage_019601 -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/GF019601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019601.jpg" - -# capture n°019602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019602.pto --stitching --prefix=assemblage_019602 -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/GF019602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019602.jpg" - -# capture n°019603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019603.pto --stitching --prefix=assemblage_019603 -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/GF019603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019603.jpg" - -# capture n°019604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019604.pto --stitching --prefix=assemblage_019604 -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/GF019604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019604.jpg" - -# capture n°019605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019605.pto --stitching --prefix=assemblage_019605 -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/GF019605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019605.jpg" - -# capture n°019606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019606.pto --stitching --prefix=assemblage_019606 -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/GF019606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019606.jpg" - -# capture n°019607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019607.pto --stitching --prefix=assemblage_019607 -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/GF019607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019607.jpg" - -# capture n°019608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019608.pto --stitching --prefix=assemblage_019608 -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/GF019608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019608.jpg" - -# capture n°019609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019609.pto --stitching --prefix=assemblage_019609 -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/GF019609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019609.jpg" - -# capture n°019610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019610.pto --stitching --prefix=assemblage_019610 -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/GF019610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019610.jpg" - -# capture n°019611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019611.pto --stitching --prefix=assemblage_019611 -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/GF019611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019611.jpg" - -# capture n°019612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019612.pto --stitching --prefix=assemblage_019612 -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/GF019612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019612.jpg" - -# capture n°019613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019613.pto --stitching --prefix=assemblage_019613 -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/GF019613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019613.jpg" - -# capture n°019614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019614.pto --stitching --prefix=assemblage_019614 -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/GF019614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019614.jpg" - -# capture n°019615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019615.pto --stitching --prefix=assemblage_019615 -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/GF019615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019615.jpg" - -# capture n°019616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019616.pto --stitching --prefix=assemblage_019616 -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/GF019616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019616.jpg" - -# capture n°019617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019617.pto --stitching --prefix=assemblage_019617 -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/GF019617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019617.jpg" - -# capture n°019618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019618.pto --stitching --prefix=assemblage_019618 -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/GF019618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019618.jpg" - -# capture n°019619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019619.pto --stitching --prefix=assemblage_019619 -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/GF019619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019619.jpg" - -# capture n°019620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019620.pto --stitching --prefix=assemblage_019620 -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/GF019620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019620.jpg" - -# capture n°019621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019621.pto --stitching --prefix=assemblage_019621 -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/GF019621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019621.jpg" - -# capture n°019622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019622.pto --stitching --prefix=assemblage_019622 -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/GF019622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019622.jpg" - -# capture n°019623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019623.pto --stitching --prefix=assemblage_019623 -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/GF019623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019623.jpg" - -# capture n°019624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019624.pto --stitching --prefix=assemblage_019624 -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/GF019624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019624.jpg" - -# capture n°019625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019625.pto --stitching --prefix=assemblage_019625 -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/GF019625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019625.jpg" - -# capture n°019626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019626.pto --stitching --prefix=assemblage_019626 -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/GF019626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019626.jpg" - -# capture n°019627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019627.pto --stitching --prefix=assemblage_019627 -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/GF019627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019627.jpg" - -# capture n°019628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019628.pto --stitching --prefix=assemblage_019628 -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/GF019628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019628.jpg" - -# capture n°019629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019629.pto --stitching --prefix=assemblage_019629 -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/GF019629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019629.jpg" - -# capture n°019630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019630.pto --stitching --prefix=assemblage_019630 -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/GF019630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019630.jpg" - -# capture n°019631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019631.pto --stitching --prefix=assemblage_019631 -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/GF019631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019631.jpg" - -# capture n°019632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019632.pto --stitching --prefix=assemblage_019632 -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/GF019632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019632.jpg" - -# capture n°019633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019633.pto --stitching --prefix=assemblage_019633 -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/GF019633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019633.jpg" - -# capture n°019634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019634.pto --stitching --prefix=assemblage_019634 -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/GF019634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019634.jpg" - -# capture n°019635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019635.pto --stitching --prefix=assemblage_019635 -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/GF019635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019635.jpg" - -# capture n°019636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019636.pto --stitching --prefix=assemblage_019636 -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/GF019636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019636.jpg" - -# capture n°019637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019637.pto --stitching --prefix=assemblage_019637 -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/GF019637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019637.jpg" - -# capture n°019638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019638.pto --stitching --prefix=assemblage_019638 -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/GF019638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019638.jpg" - -# capture n°019639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019639.pto --stitching --prefix=assemblage_019639 -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/GF019639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019639.jpg" - -# capture n°019640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019640.pto --stitching --prefix=assemblage_019640 -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/GF019640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019640.jpg" - -# capture n°019641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019641.pto --stitching --prefix=assemblage_019641 -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/GF019641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019641.jpg" - -# capture n°019642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019642.pto --stitching --prefix=assemblage_019642 -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/GF019642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019642.jpg" - -# capture n°019643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019643.pto --stitching --prefix=assemblage_019643 -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/GF019643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019643.jpg" - -# capture n°019644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019644.pto --stitching --prefix=assemblage_019644 -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/GF019644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019644.jpg" - -# capture n°019645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019645.pto --stitching --prefix=assemblage_019645 -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/GF019645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019645.jpg" - -# capture n°019646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019646.pto --stitching --prefix=assemblage_019646 -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/GF019646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019646.jpg" - -# capture n°019647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019647.pto --stitching --prefix=assemblage_019647 -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/GF019647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019647.jpg" - -# capture n°019648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019648.pto --stitching --prefix=assemblage_019648 -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/GF019648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019648.jpg" - -# capture n°019649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019649.pto --stitching --prefix=assemblage_019649 -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/GF019649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019649.jpg" - -# capture n°019650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019650.pto --stitching --prefix=assemblage_019650 -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/GF019650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019650.jpg" - -# capture n°019651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019651.pto --stitching --prefix=assemblage_019651 -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/GF019651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019651.jpg" - -# capture n°019652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019652.pto --stitching --prefix=assemblage_019652 -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/GF019652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019652.jpg" - -# capture n°019653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019653.pto --stitching --prefix=assemblage_019653 -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/GF019653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019653.jpg" - -# capture n°019654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019654.pto --stitching --prefix=assemblage_019654 -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/GF019654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019654.jpg" - -# capture n°019655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019655.pto --stitching --prefix=assemblage_019655 -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/GF019655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019655.jpg" - -# capture n°019656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019656.pto --stitching --prefix=assemblage_019656 -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/GF019656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019656.jpg" - -# capture n°019657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019657.pto --stitching --prefix=assemblage_019657 -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/GF019657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019657.jpg" - -# capture n°019658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019658.pto --stitching --prefix=assemblage_019658 -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/GF019658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019658.jpg" - -# capture n°019659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019659.pto --stitching --prefix=assemblage_019659 -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/GF019659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019659.jpg" - -# capture n°019660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019660.pto --stitching --prefix=assemblage_019660 -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/GF019660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019660.jpg" - -# capture n°019661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019661.pto --stitching --prefix=assemblage_019661 -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/GF019661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019661.jpg" - -# capture n°019662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019662.pto --stitching --prefix=assemblage_019662 -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/GF019662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019662.jpg" - -# capture n°019663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019663.pto --stitching --prefix=assemblage_019663 -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/GF019663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019663.jpg" - -# capture n°019664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019664.pto --stitching --prefix=assemblage_019664 -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/GF019664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019664.jpg" - -# capture n°019665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019665.pto --stitching --prefix=assemblage_019665 -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/GF019665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019665.jpg" - -# capture n°019666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019666.pto --stitching --prefix=assemblage_019666 -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/GF019666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019666.jpg" - -# capture n°019667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019667.pto --stitching --prefix=assemblage_019667 -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/GF019667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019667.jpg" - -# capture n°019668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019668.pto --stitching --prefix=assemblage_019668 -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/GF019668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019668.jpg" - -# capture n°019669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019669.pto --stitching --prefix=assemblage_019669 -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/GF019669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019669.jpg" - -# capture n°019670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019670.pto --stitching --prefix=assemblage_019670 -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/GF019670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019670.jpg" - -# capture n°019671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019671.pto --stitching --prefix=assemblage_019671 -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/GF019671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019671.jpg" - -# capture n°019672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019672.pto --stitching --prefix=assemblage_019672 -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/GF019672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019672.jpg" - -# capture n°019673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019673.pto --stitching --prefix=assemblage_019673 -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/GF019673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019673.jpg" - -# capture n°019674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019674.pto --stitching --prefix=assemblage_019674 -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/GF019674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019674.jpg" - -# capture n°019675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019675.pto --stitching --prefix=assemblage_019675 -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/GF019675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019675.jpg" - -# capture n°019676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019676.pto --stitching --prefix=assemblage_019676 -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/GF019676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019676.jpg" - -# capture n°019677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019677.pto --stitching --prefix=assemblage_019677 -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/GF019677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019677.jpg" - -# capture n°019678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019678.pto --stitching --prefix=assemblage_019678 -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/GF019678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019678.jpg" - -# capture n°019679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019679.pto --stitching --prefix=assemblage_019679 -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/GF019679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019679.jpg" - -# capture n°019680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019680.pto --stitching --prefix=assemblage_019680 -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/GF019680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019680.jpg" - -# capture n°019681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019681.pto --stitching --prefix=assemblage_019681 -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/GF019681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019681.jpg" - -# capture n°019682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019682.pto --stitching --prefix=assemblage_019682 -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/GF019682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019682.jpg" - -# capture n°019683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019683.pto --stitching --prefix=assemblage_019683 -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/GF019683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019683.jpg" - -# capture n°019684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019684.pto --stitching --prefix=assemblage_019684 -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/GF019684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019684.jpg" - -# capture n°019685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019685.pto --stitching --prefix=assemblage_019685 -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/GF019685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019685.jpg" - -# capture n°019686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019686.pto --stitching --prefix=assemblage_019686 -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/GF019686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019686.jpg" - -# capture n°019687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019687.pto --stitching --prefix=assemblage_019687 -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/GF019687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019687.jpg" - -# capture n°019688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019688.pto --stitching --prefix=assemblage_019688 -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/GF019688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019688.jpg" - -# capture n°019689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019689.pto --stitching --prefix=assemblage_019689 -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/GF019689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019689.jpg" - -# capture n°019690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019690.pto --stitching --prefix=assemblage_019690 -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/GF019690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019690.jpg" - -# capture n°019691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019691.pto --stitching --prefix=assemblage_019691 -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/GF019691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019691.jpg" - -# capture n°019692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019692.pto --stitching --prefix=assemblage_019692 -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/GF019692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019692.jpg" - -# capture n°019693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019693.pto --stitching --prefix=assemblage_019693 -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/GF019693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019693.jpg" - -# capture n°019694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019694.pto --stitching --prefix=assemblage_019694 -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/GF019694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019694.jpg" - -# capture n°019695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019695.pto --stitching --prefix=assemblage_019695 -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/GF019695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019695.jpg" - -# capture n°019696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019696.pto --stitching --prefix=assemblage_019696 -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/GF019696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019696.jpg" - -# capture n°019697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019697.pto --stitching --prefix=assemblage_019697 -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/GF019697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019697.jpg" - -# capture n°019698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019698.pto --stitching --prefix=assemblage_019698 -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/GF019698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019698.jpg" - -# capture n°019699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019699.pto --stitching --prefix=assemblage_019699 -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/GF019699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019699.jpg" - -# capture n°019700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019700.pto --stitching --prefix=assemblage_019700 -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/GF019700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019700.jpg" - -# capture n°019701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019701.pto --stitching --prefix=assemblage_019701 -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/GF019701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019701.jpg" - -# capture n°019702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019702.pto --stitching --prefix=assemblage_019702 -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/GF019702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019702.jpg" - -# capture n°019703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019703.pto --stitching --prefix=assemblage_019703 -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/GF019703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019703.jpg" - -# capture n°019704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019704.pto --stitching --prefix=assemblage_019704 -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/GF019704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019704.jpg" - -# capture n°019705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019705.pto --stitching --prefix=assemblage_019705 -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/GF019705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019705.jpg" - -# capture n°019706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019706.pto --stitching --prefix=assemblage_019706 -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/GF019706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019706.jpg" - -# capture n°019707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019707.pto --stitching --prefix=assemblage_019707 -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/GF019707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019707.jpg" - -# capture n°019708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019708.pto --stitching --prefix=assemblage_019708 -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/GF019708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019708.jpg" - -# capture n°019709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019709.pto --stitching --prefix=assemblage_019709 -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/GF019709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019709.jpg" - -# capture n°019710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019710.pto --stitching --prefix=assemblage_019710 -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/GF019710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019710.jpg" - -# capture n°019711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019711.pto --stitching --prefix=assemblage_019711 -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/GF019711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019711.jpg" - -# capture n°019712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019712.pto --stitching --prefix=assemblage_019712 -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/GF019712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019712.jpg" - -# capture n°019713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019713.pto --stitching --prefix=assemblage_019713 -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/GF019713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019713.jpg" - -# capture n°019714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019714.pto --stitching --prefix=assemblage_019714 -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/GF019714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019714.jpg" - -# capture n°019715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019715.pto --stitching --prefix=assemblage_019715 -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/GF019715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019715.jpg" - -# capture n°019716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019716.pto --stitching --prefix=assemblage_019716 -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/GF019716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019716.jpg" - -# capture n°019717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019717.pto --stitching --prefix=assemblage_019717 -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/GF019717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019717.jpg" - -# capture n°019718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019718.pto --stitching --prefix=assemblage_019718 -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/GF019718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019718.jpg" - -# capture n°019719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019719.pto --stitching --prefix=assemblage_019719 -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/GF019719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019719.jpg" - -# capture n°019720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019720.pto --stitching --prefix=assemblage_019720 -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/GF019720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019720.jpg" - -# capture n°019721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019721.pto --stitching --prefix=assemblage_019721 -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/GF019721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019721.jpg" - -# capture n°019722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019722.pto --stitching --prefix=assemblage_019722 -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/GF019722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019722.jpg" - -# capture n°019723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019723.pto --stitching --prefix=assemblage_019723 -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/GF019723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019723.jpg" - -# capture n°019724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019724.pto --stitching --prefix=assemblage_019724 -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/GF019724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019724.jpg" - -# capture n°019725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019725.pto --stitching --prefix=assemblage_019725 -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/GF019725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019725.jpg" - -# capture n°019726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019726.pto --stitching --prefix=assemblage_019726 -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/GF019726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019726.jpg" - -# capture n°019727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019727.pto --stitching --prefix=assemblage_019727 -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/GF019727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019727.jpg" - -# capture n°019728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019728.pto --stitching --prefix=assemblage_019728 -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/GF019728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019728.jpg" - -# capture n°019729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019729.pto --stitching --prefix=assemblage_019729 -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/GF019729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019729.jpg" - -# capture n°019730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019730.pto --stitching --prefix=assemblage_019730 -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/GF019730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019730.jpg" - -# capture n°019731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019731.pto --stitching --prefix=assemblage_019731 -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/GF019731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019731.jpg" - -# capture n°019732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019732.pto --stitching --prefix=assemblage_019732 -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/GF019732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019732.jpg" - -# capture n°019733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019733.pto --stitching --prefix=assemblage_019733 -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/GF019733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019733.jpg" - -# capture n°019734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019734.pto --stitching --prefix=assemblage_019734 -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/GF019734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019734.jpg" - -# capture n°019735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019735.pto --stitching --prefix=assemblage_019735 -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/GF019735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019735.jpg" - -# capture n°019736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019736.pto --stitching --prefix=assemblage_019736 -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/GF019736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019736.jpg" - -# capture n°019737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019737.pto --stitching --prefix=assemblage_019737 -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/GF019737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019737.jpg" - -# capture n°019738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019738.pto --stitching --prefix=assemblage_019738 -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/GF019738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019738.jpg" - -# capture n°019739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019739.pto --stitching --prefix=assemblage_019739 -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/GF019739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019739.jpg" - -# capture n°019740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019740.pto --stitching --prefix=assemblage_019740 -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/GF019740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019740.jpg" - -# capture n°019741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019741.pto --stitching --prefix=assemblage_019741 -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/GF019741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019741.jpg" - -# capture n°019742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019742.pto --stitching --prefix=assemblage_019742 -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/GF019742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019742.jpg" - -# capture n°019743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019743.pto --stitching --prefix=assemblage_019743 -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/GF019743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019743.jpg" - -# capture n°019744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019744.pto --stitching --prefix=assemblage_019744 -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/GF019744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019744.jpg" - -# capture n°019745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019745.pto --stitching --prefix=assemblage_019745 -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/GF019745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019745.jpg" - -# capture n°019746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019746.pto --stitching --prefix=assemblage_019746 -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/GF019746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019746.jpg" - -# capture n°019747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019747.pto --stitching --prefix=assemblage_019747 -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/GF019747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019747.jpg" - -# capture n°019748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019748.pto --stitching --prefix=assemblage_019748 -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/GF019748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019748.jpg" - -# capture n°019749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019749.pto --stitching --prefix=assemblage_019749 -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/GF019749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019749.jpg" - -# capture n°019750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019750.pto --stitching --prefix=assemblage_019750 -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/GF019750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019750.jpg" - -# capture n°019751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019751.pto --stitching --prefix=assemblage_019751 -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/GF019751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019751.jpg" - -# capture n°019752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019752.pto --stitching --prefix=assemblage_019752 -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/GF019752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019752.jpg" - -# capture n°019753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019753.pto --stitching --prefix=assemblage_019753 -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/GF019753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019753.jpg" - -# capture n°019754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019754.pto --stitching --prefix=assemblage_019754 -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/GF019754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019754.jpg" - -# capture n°019755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019755.pto --stitching --prefix=assemblage_019755 -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/GF019755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019755.jpg" - -# capture n°019756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019756.pto --stitching --prefix=assemblage_019756 -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/GF019756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019756.jpg" - -# capture n°019757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019757.pto --stitching --prefix=assemblage_019757 -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/GF019757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019757.jpg" - -# capture n°019758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019758.pto --stitching --prefix=assemblage_019758 -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/GF019758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019758.jpg" - -# capture n°019759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019759.pto --stitching --prefix=assemblage_019759 -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/GF019759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019759.jpg" - -# capture n°019760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019760.pto --stitching --prefix=assemblage_019760 -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/GF019760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019760.jpg" - -# capture n°019761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019761.pto --stitching --prefix=assemblage_019761 -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/GF019761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019761.jpg" - -# capture n°019762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019762.pto --stitching --prefix=assemblage_019762 -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/GF019762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019762.jpg" - -# capture n°019763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019763.pto --stitching --prefix=assemblage_019763 -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/GF019763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019763.jpg" - -# capture n°019764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019764.pto --stitching --prefix=assemblage_019764 -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/GF019764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019764.jpg" - -# capture n°019765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019765.pto --stitching --prefix=assemblage_019765 -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/GF019765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019765.jpg" - -# capture n°019766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019766.pto --stitching --prefix=assemblage_019766 -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/GF019766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019766.jpg" - -# capture n°019767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019767.pto --stitching --prefix=assemblage_019767 -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/GF019767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019767.jpg" - -# capture n°019768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019768.pto --stitching --prefix=assemblage_019768 -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/GF019768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019768.jpg" - -# capture n°019769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019769.pto --stitching --prefix=assemblage_019769 -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/GF019769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019769.jpg" - -# capture n°019770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019770.pto --stitching --prefix=assemblage_019770 -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/GF019770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019770.jpg" - -# capture n°019771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019771.pto --stitching --prefix=assemblage_019771 -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/GF019771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019771.jpg" - -# capture n°019772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019772.pto --stitching --prefix=assemblage_019772 -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/GF019772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019772.jpg" - -# capture n°019773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019773.pto --stitching --prefix=assemblage_019773 -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/GF019773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019773.jpg" - -# capture n°019774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019774.pto --stitching --prefix=assemblage_019774 -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/GF019774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019774.jpg" - -# capture n°019775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019775.pto --stitching --prefix=assemblage_019775 -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/GF019775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019775.jpg" - -# capture n°019776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019776.pto --stitching --prefix=assemblage_019776 -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/GF019776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019776.jpg" - -# capture n°019777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019777.pto --stitching --prefix=assemblage_019777 -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/GF019777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019777.jpg" - -# capture n°019778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019778.pto --stitching --prefix=assemblage_019778 -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/GF019778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019778.jpg" - -# capture n°019779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019779.pto --stitching --prefix=assemblage_019779 -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/GF019779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019779.jpg" - -# capture n°019780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019780.pto --stitching --prefix=assemblage_019780 -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/GF019780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019780.jpg" - -# capture n°019781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019781.pto --stitching --prefix=assemblage_019781 -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/GF019781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019781.jpg" - -# capture n°019782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019782.pto --stitching --prefix=assemblage_019782 -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/GF019782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019782.jpg" - -# capture n°019783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019783.pto --stitching --prefix=assemblage_019783 -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/GF019783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019783.jpg" - -# capture n°019784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019784.pto --stitching --prefix=assemblage_019784 -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/GF019784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019784.jpg" - -# capture n°019785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019785.pto --stitching --prefix=assemblage_019785 -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/GF019785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019785.jpg" - -# capture n°019786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019786.pto --stitching --prefix=assemblage_019786 -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/GF019786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019786.jpg" - -# capture n°019787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019787.pto --stitching --prefix=assemblage_019787 -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/GF019787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019787.jpg" - -# capture n°019788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019788.pto --stitching --prefix=assemblage_019788 -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/GF019788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019788.jpg" - -# capture n°019789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019789.pto --stitching --prefix=assemblage_019789 -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/GF019789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019789.jpg" - -# capture n°019790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019790.pto --stitching --prefix=assemblage_019790 -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/GF019790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019790.jpg" - -# capture n°019791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019791.pto --stitching --prefix=assemblage_019791 -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/GF019791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019791.jpg" - -# capture n°019792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019792.pto --stitching --prefix=assemblage_019792 -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/GF019792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019792.jpg" - -# capture n°019793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019793.pto --stitching --prefix=assemblage_019793 -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/GF019793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019793.jpg" - -# capture n°019794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019794.pto --stitching --prefix=assemblage_019794 -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/GF019794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019794.jpg" - -# capture n°019795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019795.pto --stitching --prefix=assemblage_019795 -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/GF019795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019795.jpg" - -# capture n°019796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019796.pto --stitching --prefix=assemblage_019796 -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/GF019796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019796.jpg" - -# capture n°019797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019797.pto --stitching --prefix=assemblage_019797 -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/GF019797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019797.jpg" - -# capture n°019798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019798.pto --stitching --prefix=assemblage_019798 -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/GF019798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019798.jpg" - -# capture n°019799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019799.pto --stitching --prefix=assemblage_019799 -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/GF019799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019799.jpg" - -# capture n°019800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019800.pto --stitching --prefix=assemblage_019800 -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/GF019800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019800.jpg" - -# capture n°019801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019801.pto --stitching --prefix=assemblage_019801 -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/GF019801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019801.jpg" - -# capture n°019802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019802.pto --stitching --prefix=assemblage_019802 -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/GF019802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019802.jpg" - -# capture n°019803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019803.pto --stitching --prefix=assemblage_019803 -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/GF019803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019803.jpg" - -# capture n°019804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019804.pto --stitching --prefix=assemblage_019804 -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/GF019804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019804.jpg" - -# capture n°019805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019805.pto --stitching --prefix=assemblage_019805 -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/GF019805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019805.jpg" - -# capture n°019806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019806.pto --stitching --prefix=assemblage_019806 -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/GF019806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019806.jpg" - -# capture n°019807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019807.pto --stitching --prefix=assemblage_019807 -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/GF019807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019807.jpg" - -# capture n°019808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019808.pto --stitching --prefix=assemblage_019808 -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/GF019808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019808.jpg" - -# capture n°019809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019809.pto --stitching --prefix=assemblage_019809 -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/GF019809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019809.jpg" - -# capture n°019810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019810.pto --stitching --prefix=assemblage_019810 -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/GF019810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019810.jpg" - -# capture n°019811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019811.pto --stitching --prefix=assemblage_019811 -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/GF019811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019811.jpg" - -# capture n°019812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019812.pto --stitching --prefix=assemblage_019812 -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/GF019812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019812.jpg" - -# capture n°019813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019813.pto --stitching --prefix=assemblage_019813 -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/GF019813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019813.jpg" - -# capture n°019814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019814.pto --stitching --prefix=assemblage_019814 -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/GF019814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019814.jpg" - -# capture n°019815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019815.pto --stitching --prefix=assemblage_019815 -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/GF019815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019815.jpg" - -# capture n°019816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019816.pto --stitching --prefix=assemblage_019816 -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/GF019816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019816.jpg" - -# capture n°019817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019817.pto --stitching --prefix=assemblage_019817 -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/GF019817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019817.jpg" - -# capture n°019818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019818.pto --stitching --prefix=assemblage_019818 -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/GF019818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019818.jpg" - -# capture n°019819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019819.pto --stitching --prefix=assemblage_019819 -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/GF019819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019819.jpg" - -# capture n°019820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019820.pto --stitching --prefix=assemblage_019820 -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/GF019820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019820.jpg" - -# capture n°019821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019821.pto --stitching --prefix=assemblage_019821 -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/GF019821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019821.jpg" - -# capture n°019822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019822.pto --stitching --prefix=assemblage_019822 -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/GF019822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019822.jpg" - -# capture n°019823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019823.pto --stitching --prefix=assemblage_019823 -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/GF019823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019823.jpg" - -# capture n°019824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019824.pto --stitching --prefix=assemblage_019824 -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/GF019824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019824.jpg" - -# capture n°019825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019825.pto --stitching --prefix=assemblage_019825 -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/GF019825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019825.jpg" - -# capture n°019826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019826.pto --stitching --prefix=assemblage_019826 -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/GF019826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019826.jpg" - -# capture n°019827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019827.pto --stitching --prefix=assemblage_019827 -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/GF019827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019827.jpg" - -# capture n°019828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019828.pto --stitching --prefix=assemblage_019828 -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/GF019828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019828.jpg" - -# capture n°019829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019829.pto --stitching --prefix=assemblage_019829 -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/GF019829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019829.jpg" - -# capture n°019830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019830.pto --stitching --prefix=assemblage_019830 -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/GF019830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019830.jpg" - -# capture n°019831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019831.pto --stitching --prefix=assemblage_019831 -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/GF019831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019831.jpg" - -# capture n°019832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019832.pto --stitching --prefix=assemblage_019832 -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/GF019832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019832.jpg" - -# capture n°019833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019833.pto --stitching --prefix=assemblage_019833 -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/GF019833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019833.jpg" - -# capture n°019834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019834.pto --stitching --prefix=assemblage_019834 -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/GF019834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019834.jpg" - -# capture n°019835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019835.pto --stitching --prefix=assemblage_019835 -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/GF019835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019835.jpg" - -# capture n°019836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019836.pto --stitching --prefix=assemblage_019836 -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/GF019836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019836.jpg" - -# capture n°019837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019837.pto --stitching --prefix=assemblage_019837 -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/GF019837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019837.jpg" - -# capture n°019838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019838.pto --stitching --prefix=assemblage_019838 -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/GF019838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019838.jpg" - -# capture n°019839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019839.pto --stitching --prefix=assemblage_019839 -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/GF019839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019839.jpg" - -# capture n°019840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019840.pto --stitching --prefix=assemblage_019840 -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/GF019840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019840.jpg" - -# capture n°019841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019841.pto --stitching --prefix=assemblage_019841 -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/GF019841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019841.jpg" - -# capture n°019842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019842.pto --stitching --prefix=assemblage_019842 -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/GF019842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019842.jpg" - -# capture n°019843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019843.pto --stitching --prefix=assemblage_019843 -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/GF019843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019843.jpg" - -# capture n°019844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019844.pto --stitching --prefix=assemblage_019844 -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/GF019844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019844.jpg" - -# capture n°019845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019845.pto --stitching --prefix=assemblage_019845 -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/GF019845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019845.jpg" - -# capture n°019846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019846.pto --stitching --prefix=assemblage_019846 -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/GF019846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019846.jpg" - -# capture n°019847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019847.pto --stitching --prefix=assemblage_019847 -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/GF019847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019847.jpg" - -# capture n°019848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019848.pto --stitching --prefix=assemblage_019848 -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/GF019848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019848.jpg" - -# capture n°019849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019849.pto --stitching --prefix=assemblage_019849 -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/GF019849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019849.jpg" - -# capture n°019850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019850.pto --stitching --prefix=assemblage_019850 -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/GF019850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019850.jpg" - -# capture n°019851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019851.pto --stitching --prefix=assemblage_019851 -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/GF019851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019851.jpg" - -# capture n°019852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019852.pto --stitching --prefix=assemblage_019852 -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/GF019852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019852.jpg" - -# capture n°019853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019853.pto --stitching --prefix=assemblage_019853 -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/GF019853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019853.jpg" - -# capture n°019854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019854.pto --stitching --prefix=assemblage_019854 -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/GF019854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019854.jpg" - -# capture n°019855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019855.pto --stitching --prefix=assemblage_019855 -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/GF019855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019855.jpg" - -# capture n°019856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019856.pto --stitching --prefix=assemblage_019856 -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/GF019856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019856.jpg" - -# capture n°019857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019857.pto --stitching --prefix=assemblage_019857 -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/GF019857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019857.jpg" - -# capture n°019858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019858.pto --stitching --prefix=assemblage_019858 -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/GF019858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019858.jpg" - -# capture n°019859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019859.pto --stitching --prefix=assemblage_019859 -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/GF019859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019859.jpg" - -# capture n°019860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019860.pto --stitching --prefix=assemblage_019860 -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/GF019860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019860.jpg" - -# capture n°019861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019861.pto --stitching --prefix=assemblage_019861 -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/GF019861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019861.jpg" - -# capture n°019862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019862.pto --stitching --prefix=assemblage_019862 -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/GF019862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019862.jpg" - -# capture n°019863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019863.pto --stitching --prefix=assemblage_019863 -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/GF019863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019863.jpg" - -# capture n°019864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019864.pto --stitching --prefix=assemblage_019864 -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/GF019864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019864.jpg" - -# capture n°019865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019865.pto --stitching --prefix=assemblage_019865 -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/GF019865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019865.jpg" - -# capture n°019866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019866.pto --stitching --prefix=assemblage_019866 -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/GF019866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019866.jpg" - -# capture n°019867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019867.pto --stitching --prefix=assemblage_019867 -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/GF019867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019867.jpg" - -# capture n°019868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019868.pto --stitching --prefix=assemblage_019868 -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/GF019868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019868.jpg" - -# capture n°019869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019869.pto --stitching --prefix=assemblage_019869 -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/GF019869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019869.jpg" - -# capture n°019870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019870.pto --stitching --prefix=assemblage_019870 -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/GF019870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019870.jpg" - -# capture n°019871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019871.pto --stitching --prefix=assemblage_019871 -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/GF019871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019871.jpg" - -# capture n°019872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019872.pto --stitching --prefix=assemblage_019872 -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/GF019872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019872.jpg" - -# capture n°019873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019873.pto --stitching --prefix=assemblage_019873 -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/GF019873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019873.jpg" - -# capture n°019874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019874.pto --stitching --prefix=assemblage_019874 -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/GF019874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019874.jpg" - -# capture n°019875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019875.pto --stitching --prefix=assemblage_019875 -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/GF019875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019875.jpg" - -# capture n°019876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019876.pto --stitching --prefix=assemblage_019876 -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/GF019876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019876.jpg" - -# capture n°019877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019877.pto --stitching --prefix=assemblage_019877 -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/GF019877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019877.jpg" - -# capture n°019878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019878.pto --stitching --prefix=assemblage_019878 -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/GF019878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019878.jpg" - -# capture n°019879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019879.pto --stitching --prefix=assemblage_019879 -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/GF019879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019879.jpg" - -# capture n°019880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019880.pto --stitching --prefix=assemblage_019880 -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/GF019880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019880.jpg" - -# capture n°019881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019881.pto --stitching --prefix=assemblage_019881 -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/GF019881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019881.jpg" - -# capture n°019882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019882.pto --stitching --prefix=assemblage_019882 -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/GF019882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019882.jpg" - -# capture n°019883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019883.pto --stitching --prefix=assemblage_019883 -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/GF019883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019883.jpg" - -# capture n°019884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019884.pto --stitching --prefix=assemblage_019884 -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/GF019884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019884.jpg" - -# capture n°019885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019885.pto --stitching --prefix=assemblage_019885 -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/GF019885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019885.jpg" - -# capture n°019886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019886.pto --stitching --prefix=assemblage_019886 -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/GF019886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019886.jpg" - -# capture n°019887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019887.pto --stitching --prefix=assemblage_019887 -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/GF019887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019887.jpg" - -# capture n°019888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019888.pto --stitching --prefix=assemblage_019888 -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/GF019888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019888.jpg" - -# capture n°019889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019889.pto --stitching --prefix=assemblage_019889 -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/GF019889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019889.jpg" - -# capture n°019890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019890.pto --stitching --prefix=assemblage_019890 -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/GF019890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019890.jpg" - -# capture n°019891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019891.pto --stitching --prefix=assemblage_019891 -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/GF019891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019891.jpg" - -# capture n°019892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019892.pto --stitching --prefix=assemblage_019892 -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/GF019892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019892.jpg" - -# capture n°019893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019893.pto --stitching --prefix=assemblage_019893 -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/GF019893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019893.jpg" - -# capture n°019894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019894.pto --stitching --prefix=assemblage_019894 -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/GF019894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019894.jpg" - -# capture n°019895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019895.pto --stitching --prefix=assemblage_019895 -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/GF019895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019895.jpg" - -# capture n°019896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019896.pto --stitching --prefix=assemblage_019896 -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/GF019896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019896.jpg" - -# capture n°019897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019897.pto --stitching --prefix=assemblage_019897 -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/GF019897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019897.jpg" - -# capture n°019898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019898.pto --stitching --prefix=assemblage_019898 -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/GF019898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019898.jpg" - -# capture n°019899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019899.pto --stitching --prefix=assemblage_019899 -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/GF019899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019899.jpg" - -# capture n°019900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019900.pto --stitching --prefix=assemblage_019900 -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/GF019900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019900.jpg" - -# capture n°019901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019901.pto --stitching --prefix=assemblage_019901 -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/GF019901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019901.jpg" - -# capture n°019902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019902.pto --stitching --prefix=assemblage_019902 -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/GF019902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019902.jpg" - -# capture n°019903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019903.pto --stitching --prefix=assemblage_019903 -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/GF019903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019903.jpg" - -# capture n°019904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019904.pto --stitching --prefix=assemblage_019904 -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/GF019904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019904.jpg" - -# capture n°019905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019905.pto --stitching --prefix=assemblage_019905 -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/GF019905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019905.jpg" - -# capture n°019906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019906.pto --stitching --prefix=assemblage_019906 -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/GF019906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019906.jpg" - -# capture n°019907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019907.pto --stitching --prefix=assemblage_019907 -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/GF019907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019907.jpg" - -# capture n°019908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019908.pto --stitching --prefix=assemblage_019908 -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/GF019908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019908.jpg" - -# capture n°019909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019909.pto --stitching --prefix=assemblage_019909 -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/GF019909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019909.jpg" - -# capture n°019910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019910.pto --stitching --prefix=assemblage_019910 -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/GF019910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019910.jpg" - -# capture n°019911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019911.pto --stitching --prefix=assemblage_019911 -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/GF019911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019911.jpg" - -# capture n°019912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019912.pto --stitching --prefix=assemblage_019912 -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/GF019912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019912.jpg" - -# capture n°019913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019913.pto --stitching --prefix=assemblage_019913 -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/GF019913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019913.jpg" - -# capture n°019914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019914.pto --stitching --prefix=assemblage_019914 -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/GF019914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019914.jpg" - -# capture n°019915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019915.pto --stitching --prefix=assemblage_019915 -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/GF019915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019915.jpg" - -# capture n°019916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019916.pto --stitching --prefix=assemblage_019916 -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/GF019916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019916.jpg" - -# capture n°019917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019917.pto --stitching --prefix=assemblage_019917 -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/GF019917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019917.jpg" - -# capture n°019918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019918.pto --stitching --prefix=assemblage_019918 -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/GF019918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019918.jpg" - -# capture n°019919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019919.pto --stitching --prefix=assemblage_019919 -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/GF019919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019919.jpg" - -# capture n°019920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019920.pto --stitching --prefix=assemblage_019920 -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/GF019920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019920.jpg" - -# capture n°019921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019921.pto --stitching --prefix=assemblage_019921 -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/GF019921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019921.jpg" - -# capture n°019922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019922.pto --stitching --prefix=assemblage_019922 -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/GF019922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019922.jpg" - -# capture n°019923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019923.pto --stitching --prefix=assemblage_019923 -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/GF019923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019923.jpg" - -# capture n°019924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019924.pto --stitching --prefix=assemblage_019924 -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/GF019924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019924.jpg" - -# capture n°019925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019925.pto --stitching --prefix=assemblage_019925 -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/GF019925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019925.jpg" - -# capture n°019926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019926.pto --stitching --prefix=assemblage_019926 -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/GF019926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019926.jpg" - -# capture n°019927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019927.pto --stitching --prefix=assemblage_019927 -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/GF019927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019927.jpg" - -# capture n°019928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019928.pto --stitching --prefix=assemblage_019928 -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/GF019928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019928.jpg" - -# capture n°019929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019929.pto --stitching --prefix=assemblage_019929 -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/GF019929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019929.jpg" - -# capture n°019930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019930.pto --stitching --prefix=assemblage_019930 -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/GF019930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019930.jpg" - -# capture n°019931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019931.pto --stitching --prefix=assemblage_019931 -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/GF019931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019931.jpg" - -# capture n°019932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019932.pto --stitching --prefix=assemblage_019932 -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/GF019932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019932.jpg" - -# capture n°019933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019933.pto --stitching --prefix=assemblage_019933 -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/GF019933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019933.jpg" - -# capture n°019934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019934.pto --stitching --prefix=assemblage_019934 -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/GF019934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019934.jpg" - -# capture n°019935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019935.pto --stitching --prefix=assemblage_019935 -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/GF019935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019935.jpg" - -# capture n°019936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019936.pto --stitching --prefix=assemblage_019936 -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/GF019936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019936.jpg" - -# capture n°019937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019937.pto --stitching --prefix=assemblage_019937 -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/GF019937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019937.jpg" - -# capture n°019938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019938.pto --stitching --prefix=assemblage_019938 -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/GF019938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019938.jpg" - -# capture n°019939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019939.pto --stitching --prefix=assemblage_019939 -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/GF019939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019939.jpg" - -# capture n°019940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019940.pto --stitching --prefix=assemblage_019940 -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/GF019940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019940.jpg" - -# capture n°019941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019941.pto --stitching --prefix=assemblage_019941 -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/GF019941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019941.jpg" - -# capture n°019942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019942.pto --stitching --prefix=assemblage_019942 -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/GF019942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019942.jpg" - -# capture n°019943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019943.pto --stitching --prefix=assemblage_019943 -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/GF019943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019943.jpg" - -# capture n°019944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019944.pto --stitching --prefix=assemblage_019944 -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/GF019944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019944.jpg" - -# capture n°019945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019945.pto --stitching --prefix=assemblage_019945 -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/GF019945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019945.jpg" - -# capture n°019946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019946.pto --stitching --prefix=assemblage_019946 -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/GF019946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019946.jpg" - -# capture n°019947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019947.pto --stitching --prefix=assemblage_019947 -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/GF019947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019947.jpg" - -# capture n°019948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019948.pto --stitching --prefix=assemblage_019948 -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/GF019948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019948.jpg" - -# capture n°019949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019949.pto --stitching --prefix=assemblage_019949 -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/GF019949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019949.jpg" - -# capture n°019950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019950.pto --stitching --prefix=assemblage_019950 -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/GF019950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019950.jpg" - -# capture n°019951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019951.pto --stitching --prefix=assemblage_019951 -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/GF019951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019951.jpg" - -# capture n°019952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019952.pto --stitching --prefix=assemblage_019952 -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/GF019952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019952.jpg" - -# capture n°019953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019953.pto --stitching --prefix=assemblage_019953 -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/GF019953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019953.jpg" - -# capture n°019954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019954.pto --stitching --prefix=assemblage_019954 -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/GF019954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019954.jpg" - -# capture n°019955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019955.pto --stitching --prefix=assemblage_019955 -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/GF019955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019955.jpg" - -# capture n°019956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019956.pto --stitching --prefix=assemblage_019956 -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/GF019956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019956.jpg" - -# capture n°019957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019957.pto --stitching --prefix=assemblage_019957 -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/GF019957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019957.jpg" - -# capture n°019958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019958.pto --stitching --prefix=assemblage_019958 -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/GF019958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019958.jpg" - -# capture n°019959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019959.pto --stitching --prefix=assemblage_019959 -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/GF019959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019959.jpg" - -# capture n°019960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019960.pto --stitching --prefix=assemblage_019960 -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/GF019960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019960.jpg" - -# capture n°019961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019961.pto --stitching --prefix=assemblage_019961 -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/GF019961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019961.jpg" - -# capture n°019962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019962.pto --stitching --prefix=assemblage_019962 -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/GF019962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019962.jpg" - -# capture n°019963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019963.pto --stitching --prefix=assemblage_019963 -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/GF019963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019963.jpg" - -# capture n°019964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019964.pto --stitching --prefix=assemblage_019964 -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/GF019964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019964.jpg" - -# capture n°019965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019965.pto --stitching --prefix=assemblage_019965 -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/GF019965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019965.jpg" - -# capture n°019966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019966.pto --stitching --prefix=assemblage_019966 -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/GF019966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019966.jpg" - -# capture n°019967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019967.pto --stitching --prefix=assemblage_019967 -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/GF019967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019967.jpg" - -# capture n°019968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019968.pto --stitching --prefix=assemblage_019968 -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/GF019968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019968.jpg" - -# capture n°019969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019969.pto --stitching --prefix=assemblage_019969 -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/GF019969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019969.jpg" - -# capture n°019970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019970.pto --stitching --prefix=assemblage_019970 -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/GF019970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019970.jpg" - -# capture n°019971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019971.pto --stitching --prefix=assemblage_019971 -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/GF019971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019971.jpg" - -# capture n°019972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019972.pto --stitching --prefix=assemblage_019972 -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/GF019972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019972.jpg" - -# capture n°019973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019973.pto --stitching --prefix=assemblage_019973 -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/GF019973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019973.jpg" - -# capture n°019974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019974.pto --stitching --prefix=assemblage_019974 -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/GF019974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019974.jpg" - -# capture n°019975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019975.pto --stitching --prefix=assemblage_019975 -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/GF019975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019975.jpg" - -# capture n°019976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019976.pto --stitching --prefix=assemblage_019976 -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/GF019976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019976.jpg" - -# capture n°019977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019977.pto --stitching --prefix=assemblage_019977 -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/GF019977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019977.jpg" - -# capture n°019978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019978.pto --stitching --prefix=assemblage_019978 -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/GF019978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019978.jpg" - -# capture n°019979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019979.pto --stitching --prefix=assemblage_019979 -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/GF019979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019979.jpg" - -# capture n°019980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019980.pto --stitching --prefix=assemblage_019980 -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/GF019980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019980.jpg" - -# capture n°019981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019981.pto --stitching --prefix=assemblage_019981 -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/GF019981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019981.jpg" - -# capture n°019982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019982.pto --stitching --prefix=assemblage_019982 -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/GF019982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019982.jpg" - -# capture n°019983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019983.pto --stitching --prefix=assemblage_019983 -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/GF019983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019983.jpg" - -# capture n°019984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019984.pto --stitching --prefix=assemblage_019984 -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/GF019984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019984.jpg" - -# capture n°019985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019985.pto --stitching --prefix=assemblage_019985 -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/GF019985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019985.jpg" - -# capture n°019986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019986.pto --stitching --prefix=assemblage_019986 -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/GF019986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019986.jpg" - -# capture n°019987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019987.pto --stitching --prefix=assemblage_019987 -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/GF019987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019987.jpg" - -# capture n°019988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019988.pto --stitching --prefix=assemblage_019988 -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/GF019988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019988.jpg" - -# capture n°019989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019989.pto --stitching --prefix=assemblage_019989 -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/GF019989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019989.jpg" - -# capture n°019990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019990.pto --stitching --prefix=assemblage_019990 -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/GF019990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019990.jpg" - -# capture n°019991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019991.pto --stitching --prefix=assemblage_019991 -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/GF019991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019991.jpg" - -# capture n°019992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019992.pto --stitching --prefix=assemblage_019992 -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/GF019992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019992.jpg" - -# capture n°019993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019993.pto --stitching --prefix=assemblage_019993 -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/GF019993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019993.jpg" - -# capture n°019994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019994.pto --stitching --prefix=assemblage_019994 -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/GF019994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019994.jpg" - -# capture n°019995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019995.pto --stitching --prefix=assemblage_019995 -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/GF019995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019995.jpg" - -# capture n°019996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019996.pto --stitching --prefix=assemblage_019996 -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/GF019996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019996.jpg" - -# capture n°019997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019997.pto --stitching --prefix=assemblage_019997 -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/GF019997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019997.jpg" - -# capture n°019998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019998.pto --stitching --prefix=assemblage_019998 -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/GF019998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019998.jpg" - -# capture n°019999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_019999.pto --stitching --prefix=assemblage_019999 -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/GF019999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_019999.jpg" - -# capture n°020000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020000.pto --stitching --prefix=assemblage_020000 -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/GF020000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020000.jpg" - -# capture n°020001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020001.pto --stitching --prefix=assemblage_020001 -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/GF020001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020001.jpg" - -# capture n°020002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020002.pto --stitching --prefix=assemblage_020002 -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/GF020002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020002.jpg" - -# capture n°020003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020003.pto --stitching --prefix=assemblage_020003 -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/GF020003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020003.jpg" - -# capture n°020004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020004.pto --stitching --prefix=assemblage_020004 -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/GF020004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020004.jpg" - -# capture n°020005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020005.pto --stitching --prefix=assemblage_020005 -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/GF020005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020005.jpg" - -# capture n°020006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020006.pto --stitching --prefix=assemblage_020006 -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/GF020006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020006.jpg" - -# capture n°020007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020007.pto --stitching --prefix=assemblage_020007 -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/GF020007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020007.jpg" - -# capture n°020008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020008.pto --stitching --prefix=assemblage_020008 -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/GF020008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020008.jpg" - -# capture n°020009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020009.pto --stitching --prefix=assemblage_020009 -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/GF020009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020009.jpg" - -# capture n°020010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020010.pto --stitching --prefix=assemblage_020010 -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/GF020010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020010.jpg" - -# capture n°020011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020011.pto --stitching --prefix=assemblage_020011 -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/GF020011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020011.jpg" - -# capture n°020012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020012.pto --stitching --prefix=assemblage_020012 -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/GF020012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020012.jpg" - -# capture n°020013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020013.pto --stitching --prefix=assemblage_020013 -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/GF020013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020013.jpg" - -# capture n°020014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020014.pto --stitching --prefix=assemblage_020014 -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/GF020014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020014.jpg" - -# capture n°020015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020015.pto --stitching --prefix=assemblage_020015 -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/GF020015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020015.jpg" - -# capture n°020016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020016.pto --stitching --prefix=assemblage_020016 -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/GF020016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020016.jpg" - -# capture n°020017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020017.pto --stitching --prefix=assemblage_020017 -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/GF020017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020017.jpg" - -# capture n°020018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020018.pto --stitching --prefix=assemblage_020018 -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/GF020018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020018.jpg" - -# capture n°020019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020019.pto --stitching --prefix=assemblage_020019 -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/GF020019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020019.jpg" - -# capture n°020020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020020.pto --stitching --prefix=assemblage_020020 -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/GF020020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020020.jpg" - -# capture n°020021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020021.pto --stitching --prefix=assemblage_020021 -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/GF020021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020021.jpg" - -# capture n°020022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020022.pto --stitching --prefix=assemblage_020022 -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/GF020022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020022.jpg" - -# capture n°020023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020023.pto --stitching --prefix=assemblage_020023 -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/GF020023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020023.jpg" - -# capture n°020024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020024.pto --stitching --prefix=assemblage_020024 -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/GF020024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020024.jpg" - -# capture n°020025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020025.pto --stitching --prefix=assemblage_020025 -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/GF020025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020025.jpg" - -# capture n°020026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020026.pto --stitching --prefix=assemblage_020026 -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/GF020026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020026.jpg" - -# capture n°020027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020027.pto --stitching --prefix=assemblage_020027 -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/GF020027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020027.jpg" - -# capture n°020028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020028.pto --stitching --prefix=assemblage_020028 -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/GF020028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020028.jpg" - -# capture n°020029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020029.pto --stitching --prefix=assemblage_020029 -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/GF020029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020029.jpg" - -# capture n°020030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020030.pto --stitching --prefix=assemblage_020030 -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/GF020030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020030.jpg" - -# capture n°020031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020031.pto --stitching --prefix=assemblage_020031 -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/GF020031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020031.jpg" - -# capture n°020032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020032.pto --stitching --prefix=assemblage_020032 -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/GF020032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020032.jpg" - -# capture n°020033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020033.pto --stitching --prefix=assemblage_020033 -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/GF020033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020033.jpg" - -# capture n°020034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020034.pto --stitching --prefix=assemblage_020034 -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/GF020034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020034.jpg" - -# capture n°020035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020035.pto --stitching --prefix=assemblage_020035 -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/GF020035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020035.jpg" - -# capture n°020036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020036.pto --stitching --prefix=assemblage_020036 -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/GF020036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020036.jpg" - -# capture n°020037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020037.pto --stitching --prefix=assemblage_020037 -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/GF020037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020037.jpg" - -# capture n°020038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020038.pto --stitching --prefix=assemblage_020038 -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/GF020038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020038.jpg" - -# capture n°020039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020039.pto --stitching --prefix=assemblage_020039 -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/GF020039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020039.jpg" - -# capture n°020040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020040.pto --stitching --prefix=assemblage_020040 -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/GF020040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020040.jpg" - -# capture n°020041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020041.pto --stitching --prefix=assemblage_020041 -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/GF020041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020041.jpg" - -# capture n°020042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020042.pto --stitching --prefix=assemblage_020042 -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/GF020042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020042.jpg" - -# capture n°020043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020043.pto --stitching --prefix=assemblage_020043 -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/GF020043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020043.jpg" - -# capture n°020044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020044.pto --stitching --prefix=assemblage_020044 -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/GF020044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020044.jpg" - -# capture n°020045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020045.pto --stitching --prefix=assemblage_020045 -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/GF020045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020045.jpg" - -# capture n°020046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020046.pto --stitching --prefix=assemblage_020046 -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/GF020046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020046.jpg" - -# capture n°020047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020047.pto --stitching --prefix=assemblage_020047 -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/GF020047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020047.jpg" - -# capture n°020048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020048.pto --stitching --prefix=assemblage_020048 -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/GF020048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020048.jpg" - -# capture n°020049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020049.pto --stitching --prefix=assemblage_020049 -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/GF020049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020049.jpg" - -# capture n°020050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020050.pto --stitching --prefix=assemblage_020050 -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/GF020050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020050.jpg" - -# capture n°020051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020051.pto --stitching --prefix=assemblage_020051 -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/GF020051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020051.jpg" - -# capture n°020052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020052.pto --stitching --prefix=assemblage_020052 -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/GF020052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020052.jpg" - -# capture n°020053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020053.pto --stitching --prefix=assemblage_020053 -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/GF020053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020053.jpg" - -# capture n°020054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020054.pto --stitching --prefix=assemblage_020054 -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/GF020054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020054.jpg" - -# capture n°020055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020055.pto --stitching --prefix=assemblage_020055 -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/GF020055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020055.jpg" - -# capture n°020056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020056.pto --stitching --prefix=assemblage_020056 -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/GF020056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020056.jpg" - -# capture n°020057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020057.pto --stitching --prefix=assemblage_020057 -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/GF020057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020057.jpg" - -# capture n°020058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020058.pto --stitching --prefix=assemblage_020058 -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/GF020058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020058.jpg" - -# capture n°020059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020059.pto --stitching --prefix=assemblage_020059 -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/GF020059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020059.jpg" - -# capture n°020060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020060.pto --stitching --prefix=assemblage_020060 -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/GF020060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020060.jpg" - -# capture n°020061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020061.pto --stitching --prefix=assemblage_020061 -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/GF020061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020061.jpg" - -# capture n°020062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020062.pto --stitching --prefix=assemblage_020062 -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/GF020062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020062.jpg" - -# capture n°020063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020063.pto --stitching --prefix=assemblage_020063 -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/GF020063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020063.jpg" - -# capture n°020064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020064.pto --stitching --prefix=assemblage_020064 -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/GF020064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020064.jpg" - -# capture n°020065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020065.pto --stitching --prefix=assemblage_020065 -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/GF020065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020065.jpg" - -# capture n°020066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020066.pto --stitching --prefix=assemblage_020066 -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/GF020066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020066.jpg" - -# capture n°020067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020067.pto --stitching --prefix=assemblage_020067 -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/GF020067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020067.jpg" - -# capture n°020068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020068.pto --stitching --prefix=assemblage_020068 -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/GF020068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020068.jpg" - -# capture n°020069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020069.pto --stitching --prefix=assemblage_020069 -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/GF020069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020069.jpg" - -# capture n°020070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020070.pto --stitching --prefix=assemblage_020070 -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/GF020070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020070.jpg" - -# capture n°020071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020071.pto --stitching --prefix=assemblage_020071 -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/GF020071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020071.jpg" - -# capture n°020072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020072.pto --stitching --prefix=assemblage_020072 -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/GF020072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020072.jpg" - -# capture n°020073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020073.pto --stitching --prefix=assemblage_020073 -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/GF020073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020073.jpg" - -# capture n°020074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020074.pto --stitching --prefix=assemblage_020074 -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/GF020074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020074.jpg" - -# capture n°020075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020075.pto --stitching --prefix=assemblage_020075 -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/GF020075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020075.jpg" - -# capture n°020076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020076.pto --stitching --prefix=assemblage_020076 -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/GF020076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020076.jpg" - -# capture n°020077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020077.pto --stitching --prefix=assemblage_020077 -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/GF020077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020077.jpg" - -# capture n°020078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020078.pto --stitching --prefix=assemblage_020078 -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/GF020078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020078.jpg" - -# capture n°020079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020079.pto --stitching --prefix=assemblage_020079 -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/GF020079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020079.jpg" - -# capture n°020080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020080.pto --stitching --prefix=assemblage_020080 -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/GF020080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020080.jpg" - -# capture n°020081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020081.pto --stitching --prefix=assemblage_020081 -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/GF020081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020081.jpg" - -# capture n°020082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020082.pto --stitching --prefix=assemblage_020082 -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/GF020082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020082.jpg" - -# capture n°020083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020083.pto --stitching --prefix=assemblage_020083 -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/GF020083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020083.jpg" - -# capture n°020084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020084.pto --stitching --prefix=assemblage_020084 -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/GF020084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020084.jpg" - -# capture n°020085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020085.pto --stitching --prefix=assemblage_020085 -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/GF020085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020085.jpg" - -# capture n°020086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020086.pto --stitching --prefix=assemblage_020086 -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/GF020086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020086.jpg" - -# capture n°020087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020087.pto --stitching --prefix=assemblage_020087 -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/GF020087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020087.jpg" - -# capture n°020088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020088.pto --stitching --prefix=assemblage_020088 -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/GF020088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020088.jpg" - -# capture n°020089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020089.pto --stitching --prefix=assemblage_020089 -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/GF020089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020089.jpg" - -# capture n°020090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020090.pto --stitching --prefix=assemblage_020090 -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/GF020090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020090.jpg" - -# capture n°020091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020091.pto --stitching --prefix=assemblage_020091 -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/GF020091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020091.jpg" - -# capture n°020092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020092.pto --stitching --prefix=assemblage_020092 -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/GF020092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020092.jpg" - -# capture n°020093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020093.pto --stitching --prefix=assemblage_020093 -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/GF020093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020093.jpg" - -# capture n°020094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020094.pto --stitching --prefix=assemblage_020094 -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/GF020094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020094.jpg" - -# capture n°020095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020095.pto --stitching --prefix=assemblage_020095 -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/GF020095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020095.jpg" - -# capture n°020096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020096.pto --stitching --prefix=assemblage_020096 -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/GF020096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020096.jpg" - -# capture n°020097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020097.pto --stitching --prefix=assemblage_020097 -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/GF020097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020097.jpg" - -# capture n°020098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020098.pto --stitching --prefix=assemblage_020098 -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/GF020098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020098.jpg" - -# capture n°020099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020099.pto --stitching --prefix=assemblage_020099 -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/GF020099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020099.jpg" - -# capture n°020100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020100.pto --stitching --prefix=assemblage_020100 -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/GF020100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020100.jpg" - -# capture n°020101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020101.pto --stitching --prefix=assemblage_020101 -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/GF020101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020101.jpg" - -# capture n°020102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020102.pto --stitching --prefix=assemblage_020102 -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/GF020102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020102.jpg" - -# capture n°020103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020103.pto --stitching --prefix=assemblage_020103 -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/GF020103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020103.jpg" - -# capture n°020104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020104.pto --stitching --prefix=assemblage_020104 -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/GF020104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020104.jpg" - -# capture n°020105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020105.pto --stitching --prefix=assemblage_020105 -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/GF020105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020105.jpg" - -# capture n°020106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020106.pto --stitching --prefix=assemblage_020106 -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/GF020106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020106.jpg" - -# capture n°020107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020107.pto --stitching --prefix=assemblage_020107 -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/GF020107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020107.jpg" - -# capture n°020108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020108.pto --stitching --prefix=assemblage_020108 -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/GF020108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020108.jpg" - -# capture n°020109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020109.pto --stitching --prefix=assemblage_020109 -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/GF020109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020109.jpg" - -# capture n°020110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020110.pto --stitching --prefix=assemblage_020110 -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/GF020110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020110.jpg" - -# capture n°020111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020111.pto --stitching --prefix=assemblage_020111 -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/GF020111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020111.jpg" - -# capture n°020112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020112.pto --stitching --prefix=assemblage_020112 -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/GF020112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020112.jpg" - -# capture n°020113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020113.pto --stitching --prefix=assemblage_020113 -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/GF020113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020113.jpg" - -# capture n°020114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020114.pto --stitching --prefix=assemblage_020114 -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/GF020114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020114.jpg" - -# capture n°020115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020115.pto --stitching --prefix=assemblage_020115 -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/GF020115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020115.jpg" - -# capture n°020116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020116.pto --stitching --prefix=assemblage_020116 -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/GF020116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020116.jpg" - -# capture n°020117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020117.pto --stitching --prefix=assemblage_020117 -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/GF020117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020117.jpg" - -# capture n°020118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020118.pto --stitching --prefix=assemblage_020118 -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/GF020118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020118.jpg" - -# capture n°020119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020119.pto --stitching --prefix=assemblage_020119 -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/GF020119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020119.jpg" - -# capture n°020120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020120.pto --stitching --prefix=assemblage_020120 -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/GF020120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020120.jpg" - -# capture n°020121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020121.pto --stitching --prefix=assemblage_020121 -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/GF020121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020121.jpg" - -# capture n°020122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020122.pto --stitching --prefix=assemblage_020122 -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/GF020122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020122.jpg" - -# capture n°020123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020123.pto --stitching --prefix=assemblage_020123 -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/GF020123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020123.jpg" - -# capture n°020124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020124.pto --stitching --prefix=assemblage_020124 -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/GF020124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020124.jpg" - -# capture n°020125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020125.pto --stitching --prefix=assemblage_020125 -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/GF020125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020125.jpg" - -# capture n°020126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020126.pto --stitching --prefix=assemblage_020126 -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/GF020126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020126.jpg" - -# capture n°020127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020127.pto --stitching --prefix=assemblage_020127 -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/GF020127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020127.jpg" - -# capture n°020128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020128.pto --stitching --prefix=assemblage_020128 -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/GF020128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020128.jpg" - -# capture n°020129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020129.pto --stitching --prefix=assemblage_020129 -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/GF020129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020129.jpg" - -# capture n°020130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020130.pto --stitching --prefix=assemblage_020130 -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/GF020130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020130.jpg" - -# capture n°020131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020131.pto --stitching --prefix=assemblage_020131 -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/GF020131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020131.jpg" - -# capture n°020132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020132.pto --stitching --prefix=assemblage_020132 -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/GF020132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020132.jpg" - -# capture n°020133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020133.pto --stitching --prefix=assemblage_020133 -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/GF020133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020133.jpg" - -# capture n°020134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020134.pto --stitching --prefix=assemblage_020134 -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/GF020134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020134.jpg" - -# capture n°020135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020135.pto --stitching --prefix=assemblage_020135 -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/GF020135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020135.jpg" - -# capture n°020136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020136.pto --stitching --prefix=assemblage_020136 -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/GF020136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020136.jpg" - -# capture n°020137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020137.pto --stitching --prefix=assemblage_020137 -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/GF020137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020137.jpg" - -# capture n°020138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020138.pto --stitching --prefix=assemblage_020138 -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/GF020138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020138.jpg" - -# capture n°020139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020139.pto --stitching --prefix=assemblage_020139 -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/GF020139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020139.jpg" - -# capture n°020140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020140.pto --stitching --prefix=assemblage_020140 -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/GF020140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020140.jpg" - -# capture n°020141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020141.pto --stitching --prefix=assemblage_020141 -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/GF020141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020141.jpg" - -# capture n°020142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020142.pto --stitching --prefix=assemblage_020142 -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/GF020142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020142.jpg" - -# capture n°020143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020143.pto --stitching --prefix=assemblage_020143 -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/GF020143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020143.jpg" - -# capture n°020144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020144.pto --stitching --prefix=assemblage_020144 -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/GF020144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020144.jpg" - -# capture n°020145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020145.pto --stitching --prefix=assemblage_020145 -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/GF020145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020145.jpg" - -# capture n°020146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020146.pto --stitching --prefix=assemblage_020146 -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/GF020146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020146.jpg" - -# capture n°020147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020147.pto --stitching --prefix=assemblage_020147 -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/GF020147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020147.jpg" - -# capture n°020148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020148.pto --stitching --prefix=assemblage_020148 -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/GF020148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020148.jpg" - -# capture n°020149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020149.pto --stitching --prefix=assemblage_020149 -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/GF020149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020149.jpg" - -# capture n°020150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020150.pto --stitching --prefix=assemblage_020150 -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/GF020150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020150.jpg" - -# capture n°020151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020151.pto --stitching --prefix=assemblage_020151 -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/GF020151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020151.jpg" - -# capture n°020152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020152.pto --stitching --prefix=assemblage_020152 -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/GF020152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020152.jpg" - -# capture n°020153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020153.pto --stitching --prefix=assemblage_020153 -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/GF020153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020153.jpg" - -# capture n°020154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020154.pto --stitching --prefix=assemblage_020154 -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/GF020154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020154.jpg" - -# capture n°020155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020155.pto --stitching --prefix=assemblage_020155 -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/GF020155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020155.jpg" - -# capture n°020156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020156.pto --stitching --prefix=assemblage_020156 -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/GF020156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020156.jpg" - -# capture n°020157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020157.pto --stitching --prefix=assemblage_020157 -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/GF020157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020157.jpg" - -# capture n°020158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020158.pto --stitching --prefix=assemblage_020158 -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/GF020158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020158.jpg" - -# capture n°020159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020159.pto --stitching --prefix=assemblage_020159 -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/GF020159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020159.jpg" - -# capture n°020160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020160.pto --stitching --prefix=assemblage_020160 -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/GF020160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020160.jpg" - -# capture n°020161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020161.pto --stitching --prefix=assemblage_020161 -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/GF020161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020161.jpg" - -# capture n°020162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020162.pto --stitching --prefix=assemblage_020162 -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/GF020162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020162.jpg" - -# capture n°020163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020163.pto --stitching --prefix=assemblage_020163 -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/GF020163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020163.jpg" - -# capture n°020164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020164.pto --stitching --prefix=assemblage_020164 -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/GF020164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020164.jpg" - -# capture n°020165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020165.pto --stitching --prefix=assemblage_020165 -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/GF020165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020165.jpg" - -# capture n°020166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020166.pto --stitching --prefix=assemblage_020166 -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/GF020166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020166.jpg" - -# capture n°020167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020167.pto --stitching --prefix=assemblage_020167 -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/GF020167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020167.jpg" - -# capture n°020168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020168.pto --stitching --prefix=assemblage_020168 -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/GF020168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020168.jpg" - -# capture n°020169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020169.pto --stitching --prefix=assemblage_020169 -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/GF020169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020169.jpg" - -# capture n°020170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020170.pto --stitching --prefix=assemblage_020170 -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/GF020170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020170.jpg" - -# capture n°020171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020171.pto --stitching --prefix=assemblage_020171 -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/GF020171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020171.jpg" - -# capture n°020172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020172.pto --stitching --prefix=assemblage_020172 -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/GF020172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020172.jpg" - -# capture n°020173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020173.pto --stitching --prefix=assemblage_020173 -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/GF020173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020173.jpg" - -# capture n°020174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020174.pto --stitching --prefix=assemblage_020174 -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/GF020174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020174.jpg" - -# capture n°020175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020175.pto --stitching --prefix=assemblage_020175 -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/GF020175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020175.jpg" - -# capture n°020176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020176.pto --stitching --prefix=assemblage_020176 -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/GF020176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020176.jpg" - -# capture n°020177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020177.pto --stitching --prefix=assemblage_020177 -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/GF020177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020177.jpg" - -# capture n°020178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020178.pto --stitching --prefix=assemblage_020178 -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/GF020178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020178.jpg" - -# capture n°020179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020179.pto --stitching --prefix=assemblage_020179 -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/GF020179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020179.jpg" - -# capture n°020180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020180.pto --stitching --prefix=assemblage_020180 -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/GF020180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020180.jpg" - -# capture n°020181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020181.pto --stitching --prefix=assemblage_020181 -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/GF020181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020181.jpg" - -# capture n°020182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020182.pto --stitching --prefix=assemblage_020182 -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/GF020182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020182.jpg" - -# capture n°020183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020183.pto --stitching --prefix=assemblage_020183 -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/GF020183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020183.jpg" - -# capture n°020184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020184.pto --stitching --prefix=assemblage_020184 -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/GF020184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020184.jpg" - -# capture n°020185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020185.pto --stitching --prefix=assemblage_020185 -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/GF020185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020185.jpg" - -# capture n°020186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020186.pto --stitching --prefix=assemblage_020186 -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/GF020186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020186.jpg" - -# capture n°020187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020187.pto --stitching --prefix=assemblage_020187 -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/GF020187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020187.jpg" - -# capture n°020188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020188.pto --stitching --prefix=assemblage_020188 -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/GF020188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020188.jpg" - -# capture n°020189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020189.pto --stitching --prefix=assemblage_020189 -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/GF020189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020189.jpg" - -# capture n°020190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020190.pto --stitching --prefix=assemblage_020190 -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/GF020190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020190.jpg" - -# capture n°020191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020191.pto --stitching --prefix=assemblage_020191 -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/GF020191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020191.jpg" - -# capture n°020192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020192.pto --stitching --prefix=assemblage_020192 -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/GF020192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020192.jpg" - -# capture n°020193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020193.pto --stitching --prefix=assemblage_020193 -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/GF020193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020193.jpg" - -# capture n°020194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020194.pto --stitching --prefix=assemblage_020194 -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/GF020194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020194.jpg" - -# capture n°020195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020195.pto --stitching --prefix=assemblage_020195 -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/GF020195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020195.jpg" - -# capture n°020196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020196.pto --stitching --prefix=assemblage_020196 -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/GF020196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020196.jpg" - -# capture n°020197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020197.pto --stitching --prefix=assemblage_020197 -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/GF020197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020197.jpg" - -# capture n°020198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020198.pto --stitching --prefix=assemblage_020198 -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/GF020198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020198.jpg" - -# capture n°020199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020199.pto --stitching --prefix=assemblage_020199 -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/GF020199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020199.jpg" - -# capture n°020200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020200.pto --stitching --prefix=assemblage_020200 -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/GF020200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020200.jpg" - -# capture n°020201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020201.pto --stitching --prefix=assemblage_020201 -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/GF020201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020201.jpg" - -# capture n°020202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020202.pto --stitching --prefix=assemblage_020202 -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/GF020202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020202.jpg" - -# capture n°020203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020203.pto --stitching --prefix=assemblage_020203 -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/GF020203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020203.jpg" - -# capture n°020204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020204.pto --stitching --prefix=assemblage_020204 -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/GF020204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020204.jpg" - -# capture n°020205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020205.pto --stitching --prefix=assemblage_020205 -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/GF020205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020205.jpg" - -# capture n°020206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020206.pto --stitching --prefix=assemblage_020206 -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/GF020206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020206.jpg" - -# capture n°020207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020207.pto --stitching --prefix=assemblage_020207 -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/GF020207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020207.jpg" - -# capture n°020208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020208.pto --stitching --prefix=assemblage_020208 -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/GF020208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020208.jpg" - -# capture n°020209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020209.pto --stitching --prefix=assemblage_020209 -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/GF020209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020209.jpg" - -# capture n°020210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020210.pto --stitching --prefix=assemblage_020210 -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/GF020210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020210.jpg" - -# capture n°020211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020211.pto --stitching --prefix=assemblage_020211 -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/GF020211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020211.jpg" - -# capture n°020212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020212.pto --stitching --prefix=assemblage_020212 -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/GF020212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020212.jpg" - -# capture n°020213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020213.pto --stitching --prefix=assemblage_020213 -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/GF020213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020213.jpg" - -# capture n°020214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020214.pto --stitching --prefix=assemblage_020214 -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/GF020214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020214.jpg" - -# capture n°020215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020215.pto --stitching --prefix=assemblage_020215 -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/GF020215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020215.jpg" - -# capture n°020216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020216.pto --stitching --prefix=assemblage_020216 -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/GF020216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020216.jpg" - -# capture n°020217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020217.pto --stitching --prefix=assemblage_020217 -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/GF020217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020217.jpg" - -# capture n°020218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020218.pto --stitching --prefix=assemblage_020218 -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/GF020218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020218.jpg" - -# capture n°020219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020219.pto --stitching --prefix=assemblage_020219 -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/GF020219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020219.jpg" - -# capture n°020220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020220.pto --stitching --prefix=assemblage_020220 -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/GF020220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020220.jpg" - -# capture n°020221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020221.pto --stitching --prefix=assemblage_020221 -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/GF020221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020221.jpg" - -# capture n°020222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020222.pto --stitching --prefix=assemblage_020222 -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/GF020222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020222.jpg" - -# capture n°020223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020223.pto --stitching --prefix=assemblage_020223 -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/GF020223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020223.jpg" - -# capture n°020224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020224.pto --stitching --prefix=assemblage_020224 -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/GF020224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020224.jpg" - -# capture n°020225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020225.pto --stitching --prefix=assemblage_020225 -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/GF020225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020225.jpg" - -# capture n°020226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020226.pto --stitching --prefix=assemblage_020226 -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/GF020226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020226.jpg" - -# capture n°020227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020227.pto --stitching --prefix=assemblage_020227 -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/GF020227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020227.jpg" - -# capture n°020228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020228.pto --stitching --prefix=assemblage_020228 -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/GF020228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020228.jpg" - -# capture n°020229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020229.pto --stitching --prefix=assemblage_020229 -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/GF020229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020229.jpg" - -# capture n°020230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020230.pto --stitching --prefix=assemblage_020230 -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/GF020230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020230.jpg" - -# capture n°020231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020231.pto --stitching --prefix=assemblage_020231 -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/GF020231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020231.jpg" - -# capture n°020232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020232.pto --stitching --prefix=assemblage_020232 -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/GF020232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020232.jpg" - -# capture n°020233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020233.pto --stitching --prefix=assemblage_020233 -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/GF020233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020233.jpg" - -# capture n°020234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020234.pto --stitching --prefix=assemblage_020234 -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/GF020234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020234.jpg" - -# capture n°020235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020235.pto --stitching --prefix=assemblage_020235 -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/GF020235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020235.jpg" - -# capture n°020236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020236.pto --stitching --prefix=assemblage_020236 -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/GF020236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020236.jpg" - -# capture n°020237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020237.pto --stitching --prefix=assemblage_020237 -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/GF020237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020237.jpg" - -# capture n°020238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020238.pto --stitching --prefix=assemblage_020238 -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/GF020238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020238.jpg" - -# capture n°020239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020239.pto --stitching --prefix=assemblage_020239 -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/GF020239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020239.jpg" - -# capture n°020240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020240.pto --stitching --prefix=assemblage_020240 -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/GF020240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020240.jpg" - -# capture n°020241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020241.pto --stitching --prefix=assemblage_020241 -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/GF020241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020241.jpg" - -# capture n°020242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020242.pto --stitching --prefix=assemblage_020242 -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/GF020242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020242.jpg" - -# capture n°020243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020243.pto --stitching --prefix=assemblage_020243 -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/GF020243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020243.jpg" - -# capture n°020244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020244.pto --stitching --prefix=assemblage_020244 -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/GF020244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020244.jpg" - -# capture n°020245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020245.pto --stitching --prefix=assemblage_020245 -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/GF020245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020245.jpg" - -# capture n°020246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020246.pto --stitching --prefix=assemblage_020246 -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/GF020246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020246.jpg" - -# capture n°020247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020247.pto --stitching --prefix=assemblage_020247 -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/GF020247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020247.jpg" - -# capture n°020248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020248.pto --stitching --prefix=assemblage_020248 -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/GF020248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020248.jpg" - -# capture n°020249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020249.pto --stitching --prefix=assemblage_020249 -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/GF020249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020249.jpg" - -# capture n°020250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020250.pto --stitching --prefix=assemblage_020250 -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/GF020250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020250.jpg" - -# capture n°020251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020251.pto --stitching --prefix=assemblage_020251 -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/GF020251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020251.jpg" - -# capture n°020252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020252.pto --stitching --prefix=assemblage_020252 -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/GF020252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020252.jpg" - -# capture n°020253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020253.pto --stitching --prefix=assemblage_020253 -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/GF020253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020253.jpg" - -# capture n°020254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020254.pto --stitching --prefix=assemblage_020254 -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/GF020254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020254.jpg" - -# capture n°020255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020255.pto --stitching --prefix=assemblage_020255 -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/GF020255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020255.jpg" - -# capture n°020256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020256.pto --stitching --prefix=assemblage_020256 -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/GF020256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020256.jpg" - -# capture n°020257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020257.pto --stitching --prefix=assemblage_020257 -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/GF020257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020257.jpg" - -# capture n°020258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020258.pto --stitching --prefix=assemblage_020258 -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/GF020258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020258.jpg" - -# capture n°020259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020259.pto --stitching --prefix=assemblage_020259 -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/GF020259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020259.jpg" - -# capture n°020260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020260.pto --stitching --prefix=assemblage_020260 -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/GF020260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020260.jpg" - -# capture n°020261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020261.pto --stitching --prefix=assemblage_020261 -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/GF020261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020261.jpg" - -# capture n°020262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020262.pto --stitching --prefix=assemblage_020262 -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/GF020262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020262.jpg" - -# capture n°020263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020263.pto --stitching --prefix=assemblage_020263 -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/GF020263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020263.jpg" - -# capture n°020264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020264.pto --stitching --prefix=assemblage_020264 -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/GF020264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020264.jpg" - -# capture n°020265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020265.pto --stitching --prefix=assemblage_020265 -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/GF020265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020265.jpg" - -# capture n°020266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020266.pto --stitching --prefix=assemblage_020266 -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/GF020266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020266.jpg" - -# capture n°020267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020267.pto --stitching --prefix=assemblage_020267 -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/GF020267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020267.jpg" - -# capture n°020268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020268.pto --stitching --prefix=assemblage_020268 -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/GF020268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020268.jpg" - -# capture n°020269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020269.pto --stitching --prefix=assemblage_020269 -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/GF020269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020269.jpg" - -# capture n°020270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020270.pto --stitching --prefix=assemblage_020270 -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/GF020270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020270.jpg" - -# capture n°020271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020271.pto --stitching --prefix=assemblage_020271 -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/GF020271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020271.jpg" - -# capture n°020272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020272.pto --stitching --prefix=assemblage_020272 -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/GF020272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020272.jpg" - -# capture n°020273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020273.pto --stitching --prefix=assemblage_020273 -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/GF020273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020273.jpg" - -# capture n°020274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020274.pto --stitching --prefix=assemblage_020274 -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/GF020274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020274.jpg" - -# capture n°020275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020275.pto --stitching --prefix=assemblage_020275 -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/GF020275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020275.jpg" - -# capture n°020276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020276.pto --stitching --prefix=assemblage_020276 -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/GF020276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020276.jpg" - -# capture n°020277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020277.pto --stitching --prefix=assemblage_020277 -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/GF020277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020277.jpg" - -# capture n°020278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020278.pto --stitching --prefix=assemblage_020278 -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/GF020278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020278.jpg" - -# capture n°020279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020279.pto --stitching --prefix=assemblage_020279 -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/GF020279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020279.jpg" - -# capture n°020280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020280.pto --stitching --prefix=assemblage_020280 -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/GF020280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020280.jpg" - -# capture n°020281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020281.pto --stitching --prefix=assemblage_020281 -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/GF020281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020281.jpg" - -# capture n°020282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020282.pto --stitching --prefix=assemblage_020282 -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/GF020282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020282.jpg" - -# capture n°020283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020283.pto --stitching --prefix=assemblage_020283 -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/GF020283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020283.jpg" - -# capture n°020284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020284.pto --stitching --prefix=assemblage_020284 -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/GF020284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020284.jpg" - -# capture n°020285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020285.pto --stitching --prefix=assemblage_020285 -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/GF020285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020285.jpg" - -# capture n°020286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020286.pto --stitching --prefix=assemblage_020286 -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/GF020286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020286.jpg" - -# capture n°020287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020287.pto --stitching --prefix=assemblage_020287 -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/GF020287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020287.jpg" - -# capture n°020288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020288.pto --stitching --prefix=assemblage_020288 -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/GF020288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020288.jpg" - -# capture n°020289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020289.pto --stitching --prefix=assemblage_020289 -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/GF020289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020289.jpg" - -# capture n°020290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020290.pto --stitching --prefix=assemblage_020290 -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/GF020290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020290.jpg" - -# capture n°020291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020291.pto --stitching --prefix=assemblage_020291 -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/GF020291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020291.jpg" - -# capture n°020292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020292.pto --stitching --prefix=assemblage_020292 -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/GF020292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020292.jpg" - -# capture n°020293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020293.pto --stitching --prefix=assemblage_020293 -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/GF020293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020293.jpg" - -# capture n°020294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020294.pto --stitching --prefix=assemblage_020294 -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/GF020294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020294.jpg" - -# capture n°020295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020295.pto --stitching --prefix=assemblage_020295 -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/GF020295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020295.jpg" - -# capture n°020296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020296.pto --stitching --prefix=assemblage_020296 -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/GF020296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020296.jpg" - -# capture n°020297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020297.pto --stitching --prefix=assemblage_020297 -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/GF020297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020297.jpg" - -# capture n°020298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020298.pto --stitching --prefix=assemblage_020298 -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/GF020298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020298.jpg" - -# capture n°020299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020299.pto --stitching --prefix=assemblage_020299 -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/GF020299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020299.jpg" - -# capture n°020300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020300.pto --stitching --prefix=assemblage_020300 -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/GF020300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020300.jpg" - -# capture n°020301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020301.pto --stitching --prefix=assemblage_020301 -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/GF020301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020301.jpg" - -# capture n°020302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020302.pto --stitching --prefix=assemblage_020302 -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/GF020302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020302.jpg" - -# capture n°020303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020303.pto --stitching --prefix=assemblage_020303 -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/GF020303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020303.jpg" - -# capture n°020304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020304.pto --stitching --prefix=assemblage_020304 -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/GF020304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020304.jpg" - -# capture n°020305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020305.pto --stitching --prefix=assemblage_020305 -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/GF020305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020305.jpg" - -# capture n°020306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020306.pto --stitching --prefix=assemblage_020306 -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/GF020306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020306.jpg" - -# capture n°020307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020307.pto --stitching --prefix=assemblage_020307 -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/GF020307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020307.jpg" - -# capture n°020308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020308.pto --stitching --prefix=assemblage_020308 -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/GF020308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020308.jpg" - -# capture n°020309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020309.pto --stitching --prefix=assemblage_020309 -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/GF020309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020309.jpg" - -# capture n°020310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020310.pto --stitching --prefix=assemblage_020310 -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/GF020310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020310.jpg" - -# capture n°020311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020311.pto --stitching --prefix=assemblage_020311 -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/GF020311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020311.jpg" - -# capture n°020312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020312.pto --stitching --prefix=assemblage_020312 -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/GF020312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020312.jpg" - -# capture n°020313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020313.pto --stitching --prefix=assemblage_020313 -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/GF020313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020313.jpg" - -# capture n°020314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020314.pto --stitching --prefix=assemblage_020314 -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/GF020314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020314.jpg" - -# capture n°020315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020315.pto --stitching --prefix=assemblage_020315 -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/GF020315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020315.jpg" - -# capture n°020316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020316.pto --stitching --prefix=assemblage_020316 -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/GF020316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020316.jpg" - -# capture n°020317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020317.pto --stitching --prefix=assemblage_020317 -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/GF020317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020317.jpg" - -# capture n°020318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020318.pto --stitching --prefix=assemblage_020318 -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/GF020318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020318.jpg" - -# capture n°020319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020319.pto --stitching --prefix=assemblage_020319 -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/GF020319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020319.jpg" - -# capture n°020320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020320.pto --stitching --prefix=assemblage_020320 -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/GF020320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020320.jpg" - -# capture n°020321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020321.pto --stitching --prefix=assemblage_020321 -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/GF020321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020321.jpg" - -# capture n°020322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020322.pto --stitching --prefix=assemblage_020322 -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/GF020322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020322.jpg" - -# capture n°020323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020323.pto --stitching --prefix=assemblage_020323 -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/GF020323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020323.jpg" - -# capture n°020324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020324.pto --stitching --prefix=assemblage_020324 -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/GF020324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020324.jpg" - -# capture n°020325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020325.pto --stitching --prefix=assemblage_020325 -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/GF020325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020325.jpg" - -# capture n°020326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020326.pto --stitching --prefix=assemblage_020326 -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/GF020326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020326.jpg" - -# capture n°020327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020327.pto --stitching --prefix=assemblage_020327 -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/GF020327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020327.jpg" - -# capture n°020328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020328.pto --stitching --prefix=assemblage_020328 -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/GF020328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020328.jpg" - -# capture n°020329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020329.pto --stitching --prefix=assemblage_020329 -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/GF020329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020329.jpg" - -# capture n°020330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020330.pto --stitching --prefix=assemblage_020330 -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/GF020330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020330.jpg" - -# capture n°020331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020331.pto --stitching --prefix=assemblage_020331 -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/GF020331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020331.jpg" - -# capture n°020332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020332.pto --stitching --prefix=assemblage_020332 -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/GF020332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020332.jpg" - -# capture n°020333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020333.pto --stitching --prefix=assemblage_020333 -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/GF020333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020333.jpg" - -# capture n°020334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020334.pto --stitching --prefix=assemblage_020334 -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/GF020334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020334.jpg" - -# capture n°020335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020335.pto --stitching --prefix=assemblage_020335 -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/GF020335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020335.jpg" - -# capture n°020336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020336.pto --stitching --prefix=assemblage_020336 -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/GF020336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020336.jpg" - -# capture n°020337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020337.pto --stitching --prefix=assemblage_020337 -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/GF020337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020337.jpg" - -# capture n°020338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020338.pto --stitching --prefix=assemblage_020338 -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/GF020338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020338.jpg" - -# capture n°020339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020339.pto --stitching --prefix=assemblage_020339 -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/GF020339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020339.jpg" - -# capture n°020340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020340.pto --stitching --prefix=assemblage_020340 -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/GF020340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020340.jpg" - -# capture n°020341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020341.pto --stitching --prefix=assemblage_020341 -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/GF020341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020341.jpg" - -# capture n°020342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020342.pto --stitching --prefix=assemblage_020342 -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/GF020342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020342.jpg" - -# capture n°020343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020343.pto --stitching --prefix=assemblage_020343 -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/GF020343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020343.jpg" - -# capture n°020344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020344.pto --stitching --prefix=assemblage_020344 -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/GF020344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020344.jpg" - -# capture n°020345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020345.pto --stitching --prefix=assemblage_020345 -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/GF020345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020345.jpg" - -# capture n°020346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020346.pto --stitching --prefix=assemblage_020346 -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/GF020346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020346.jpg" - -# capture n°020347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020347.pto --stitching --prefix=assemblage_020347 -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/GF020347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020347.jpg" - -# capture n°020348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020348.pto --stitching --prefix=assemblage_020348 -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/GF020348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020348.jpg" - -# capture n°020349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020349.pto --stitching --prefix=assemblage_020349 -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/GF020349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020349.jpg" - -# capture n°020350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020350.pto --stitching --prefix=assemblage_020350 -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/GF020350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020350.jpg" - -# capture n°020351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020351.pto --stitching --prefix=assemblage_020351 -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/GF020351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020351.jpg" - -# capture n°020352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020352.pto --stitching --prefix=assemblage_020352 -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/GF020352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020352.jpg" - -# capture n°020353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020353.pto --stitching --prefix=assemblage_020353 -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/GF020353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020353.jpg" - -# capture n°020354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020354.pto --stitching --prefix=assemblage_020354 -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/GF020354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020354.jpg" - -# capture n°020355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020355.pto --stitching --prefix=assemblage_020355 -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/GF020355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020355.jpg" - -# capture n°020356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020356.pto --stitching --prefix=assemblage_020356 -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/GF020356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020356.jpg" - -# capture n°020357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020357.pto --stitching --prefix=assemblage_020357 -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/GF020357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020357.jpg" - -# capture n°020358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020358.pto --stitching --prefix=assemblage_020358 -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/GF020358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020358.jpg" - -# capture n°020359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020359.pto --stitching --prefix=assemblage_020359 -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/GF020359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020359.jpg" - -# capture n°020360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020360.pto --stitching --prefix=assemblage_020360 -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/GF020360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020360.jpg" - -# capture n°020361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020361.pto --stitching --prefix=assemblage_020361 -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/GF020361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020361.jpg" - -# capture n°020362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020362.pto --stitching --prefix=assemblage_020362 -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/GF020362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020362.jpg" - -# capture n°020363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020363.pto --stitching --prefix=assemblage_020363 -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/GF020363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020363.jpg" - -# capture n°020364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020364.pto --stitching --prefix=assemblage_020364 -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/GF020364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020364.jpg" - -# capture n°020365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020365.pto --stitching --prefix=assemblage_020365 -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/GF020365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020365.jpg" - -# capture n°020366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020366.pto --stitching --prefix=assemblage_020366 -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/GF020366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020366.jpg" - -# capture n°020367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020367.pto --stitching --prefix=assemblage_020367 -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/GF020367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020367.jpg" - -# capture n°020368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020368.pto --stitching --prefix=assemblage_020368 -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/GF020368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020368.jpg" - -# capture n°020369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020369.pto --stitching --prefix=assemblage_020369 -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/GF020369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020369.jpg" - -# capture n°020370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020370.pto --stitching --prefix=assemblage_020370 -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/GF020370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020370.jpg" - -# capture n°020371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020371.pto --stitching --prefix=assemblage_020371 -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/GF020371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020371.jpg" - -# capture n°020372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020372.pto --stitching --prefix=assemblage_020372 -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/GF020372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020372.jpg" - -# capture n°020373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020373.pto --stitching --prefix=assemblage_020373 -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/GF020373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020373.jpg" - -# capture n°020374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020374.pto --stitching --prefix=assemblage_020374 -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/GF020374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020374.jpg" - -# capture n°020375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020375.pto --stitching --prefix=assemblage_020375 -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/GF020375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020375.jpg" - -# capture n°020376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020376.pto --stitching --prefix=assemblage_020376 -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/GF020376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020376.jpg" - -# capture n°020377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020377.pto --stitching --prefix=assemblage_020377 -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/GF020377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020377.jpg" - -# capture n°020378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020378.pto --stitching --prefix=assemblage_020378 -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/GF020378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020378.jpg" - -# capture n°020379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020379.pto --stitching --prefix=assemblage_020379 -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/GF020379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020379.jpg" - -# capture n°020380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020380.pto --stitching --prefix=assemblage_020380 -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/GF020380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020380.jpg" - -# capture n°020381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020381.pto --stitching --prefix=assemblage_020381 -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/GF020381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020381.jpg" - -# capture n°020382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020382.pto --stitching --prefix=assemblage_020382 -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/GF020382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020382.jpg" - -# capture n°020383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020383.pto --stitching --prefix=assemblage_020383 -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/GF020383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020383.jpg" - -# capture n°020384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020384.pto --stitching --prefix=assemblage_020384 -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/GF020384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020384.jpg" - -# capture n°020385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020385.pto --stitching --prefix=assemblage_020385 -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/GF020385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020385.jpg" - -# capture n°020386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020386.pto --stitching --prefix=assemblage_020386 -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/GF020386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020386.jpg" - -# capture n°020387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020387.pto --stitching --prefix=assemblage_020387 -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/GF020387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020387.jpg" - -# capture n°020388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020388.pto --stitching --prefix=assemblage_020388 -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/GF020388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020388.jpg" - -# capture n°020389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020389.pto --stitching --prefix=assemblage_020389 -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/GF020389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020389.jpg" - -# capture n°020390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020390.pto --stitching --prefix=assemblage_020390 -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/GF020390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020390.jpg" - -# capture n°020391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020391.pto --stitching --prefix=assemblage_020391 -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/GF020391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020391.jpg" - -# capture n°020392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020392.pto --stitching --prefix=assemblage_020392 -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/GF020392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020392.jpg" - -# capture n°020393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020393.pto --stitching --prefix=assemblage_020393 -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/GF020393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020393.jpg" - -# capture n°020394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020394.pto --stitching --prefix=assemblage_020394 -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/GF020394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020394.jpg" - -# capture n°020395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020395.pto --stitching --prefix=assemblage_020395 -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/GF020395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020395.jpg" - -# capture n°020396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020396.pto --stitching --prefix=assemblage_020396 -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/GF020396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020396.jpg" - -# capture n°020397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020397.pto --stitching --prefix=assemblage_020397 -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/GF020397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020397.jpg" - -# capture n°020398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020398.pto --stitching --prefix=assemblage_020398 -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/GF020398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020398.jpg" - -# capture n°020399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020399.pto --stitching --prefix=assemblage_020399 -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/GF020399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020399.jpg" - -# capture n°020400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020400.pto --stitching --prefix=assemblage_020400 -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/GF020400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020400.jpg" - -# capture n°020401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020401.pto --stitching --prefix=assemblage_020401 -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/GF020401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020401.jpg" - -# capture n°020402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020402.pto --stitching --prefix=assemblage_020402 -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/GF020402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020402.jpg" - -# capture n°020403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020403.pto --stitching --prefix=assemblage_020403 -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/GF020403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020403.jpg" - -# capture n°020404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020404.pto --stitching --prefix=assemblage_020404 -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/GF020404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020404.jpg" - -# capture n°020405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020405.pto --stitching --prefix=assemblage_020405 -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/GF020405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020405.jpg" - -# capture n°020406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020406.pto --stitching --prefix=assemblage_020406 -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/GF020406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020406.jpg" - -# capture n°020407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020407.pto --stitching --prefix=assemblage_020407 -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/GF020407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020407.jpg" - -# capture n°020408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020408.pto --stitching --prefix=assemblage_020408 -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/GF020408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020408.jpg" - -# capture n°020409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020409.pto --stitching --prefix=assemblage_020409 -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/GF020409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020409.jpg" - -# capture n°020410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020410.pto --stitching --prefix=assemblage_020410 -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/GF020410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020410.jpg" - -# capture n°020411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020411.pto --stitching --prefix=assemblage_020411 -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/GF020411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020411.jpg" - -# capture n°020412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020412.pto --stitching --prefix=assemblage_020412 -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/GF020412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020412.jpg" - -# capture n°020413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020413.pto --stitching --prefix=assemblage_020413 -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/GF020413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020413.jpg" - -# capture n°020414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020414.pto --stitching --prefix=assemblage_020414 -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/GF020414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020414.jpg" - -# capture n°020415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020415.pto --stitching --prefix=assemblage_020415 -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/GF020415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020415.jpg" - -# capture n°020416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020416.pto --stitching --prefix=assemblage_020416 -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/GF020416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020416.jpg" - -# capture n°020417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020417.pto --stitching --prefix=assemblage_020417 -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/GF020417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020417.jpg" - -# capture n°020418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020418.pto --stitching --prefix=assemblage_020418 -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/GF020418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020418.jpg" - -# capture n°020419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020419.pto --stitching --prefix=assemblage_020419 -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/GF020419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020419.jpg" - -# capture n°020420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020420.pto --stitching --prefix=assemblage_020420 -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/GF020420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020420.jpg" - -# capture n°020421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020421.pto --stitching --prefix=assemblage_020421 -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/GF020421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020421.jpg" - -# capture n°020422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020422.pto --stitching --prefix=assemblage_020422 -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/GF020422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020422.jpg" - -# capture n°020423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020423.pto --stitching --prefix=assemblage_020423 -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/GF020423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020423.jpg" - -# capture n°020424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020424.pto --stitching --prefix=assemblage_020424 -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/GF020424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020424.jpg" - -# capture n°020425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020425.pto --stitching --prefix=assemblage_020425 -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/GF020425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020425.jpg" - -# capture n°020426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020426.pto --stitching --prefix=assemblage_020426 -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/GF020426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020426.jpg" - -# capture n°020427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020427.pto --stitching --prefix=assemblage_020427 -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/GF020427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020427.jpg" - -# capture n°020428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020428.pto --stitching --prefix=assemblage_020428 -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/GF020428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020428.jpg" - -# capture n°020429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020429.pto --stitching --prefix=assemblage_020429 -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/GF020429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020429.jpg" - -# capture n°020430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020430.pto --stitching --prefix=assemblage_020430 -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/GF020430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020430.jpg" - -# capture n°020431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020431.pto --stitching --prefix=assemblage_020431 -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/GF020431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020431.jpg" - -# capture n°020432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020432.pto --stitching --prefix=assemblage_020432 -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/GF020432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020432.jpg" - -# capture n°020433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020433.pto --stitching --prefix=assemblage_020433 -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/GF020433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020433.jpg" - -# capture n°020434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020434.pto --stitching --prefix=assemblage_020434 -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/GF020434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020434.jpg" - -# capture n°020435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020435.pto --stitching --prefix=assemblage_020435 -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/GF020435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020435.jpg" - -# capture n°020436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020436.pto --stitching --prefix=assemblage_020436 -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/GF020436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020436.jpg" - -# capture n°020437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020437.pto --stitching --prefix=assemblage_020437 -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/GF020437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020437.jpg" - -# capture n°020438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020438.pto --stitching --prefix=assemblage_020438 -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/GF020438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020438.jpg" - -# capture n°020439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020439.pto --stitching --prefix=assemblage_020439 -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/GF020439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020439.jpg" - -# capture n°020440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020440.pto --stitching --prefix=assemblage_020440 -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/GF020440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020440.jpg" - -# capture n°020441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020441.pto --stitching --prefix=assemblage_020441 -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/GF020441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020441.jpg" - -# capture n°020442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020442.pto --stitching --prefix=assemblage_020442 -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/GF020442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020442.jpg" - -# capture n°020443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020443.pto --stitching --prefix=assemblage_020443 -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/GF020443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020443.jpg" - -# capture n°020444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020444.pto --stitching --prefix=assemblage_020444 -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/GF020444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020444.jpg" - -# capture n°020445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020445.pto --stitching --prefix=assemblage_020445 -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/GF020445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020445.jpg" - -# capture n°020446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020446.pto --stitching --prefix=assemblage_020446 -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/GF020446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020446.jpg" - -# capture n°020447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020447.pto --stitching --prefix=assemblage_020447 -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/GF020447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020447.jpg" - -# capture n°020448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020448.pto --stitching --prefix=assemblage_020448 -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/GF020448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020448.jpg" - -# capture n°020449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020449.pto --stitching --prefix=assemblage_020449 -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/GF020449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020449.jpg" - -# capture n°020450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020450.pto --stitching --prefix=assemblage_020450 -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/GF020450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020450.jpg" - -# capture n°020451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020451.pto --stitching --prefix=assemblage_020451 -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/GF020451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020451.jpg" - -# capture n°020452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020452.pto --stitching --prefix=assemblage_020452 -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/GF020452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020452.jpg" - -# capture n°020453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020453.pto --stitching --prefix=assemblage_020453 -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/GF020453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020453.jpg" - -# capture n°020454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020454.pto --stitching --prefix=assemblage_020454 -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/GF020454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020454.jpg" - -# capture n°020455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020455.pto --stitching --prefix=assemblage_020455 -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/GF020455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020455.jpg" - -# capture n°020456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020456.pto --stitching --prefix=assemblage_020456 -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/GF020456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020456.jpg" - -# capture n°020457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020457.pto --stitching --prefix=assemblage_020457 -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/GF020457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020457.jpg" - -# capture n°020458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020458.pto --stitching --prefix=assemblage_020458 -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/GF020458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020458.jpg" - -# capture n°020459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020459.pto --stitching --prefix=assemblage_020459 -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/GF020459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020459.jpg" - -# capture n°020460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020460.pto --stitching --prefix=assemblage_020460 -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/GF020460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020460.jpg" - -# capture n°020461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020461.pto --stitching --prefix=assemblage_020461 -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/GF020461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020461.jpg" - -# capture n°020462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020462.pto --stitching --prefix=assemblage_020462 -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/GF020462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020462.jpg" - -# capture n°020463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020463.pto --stitching --prefix=assemblage_020463 -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/GF020463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020463.jpg" - -# capture n°020464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020464.pto --stitching --prefix=assemblage_020464 -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/GF020464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020464.jpg" - -# capture n°020465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020465.pto --stitching --prefix=assemblage_020465 -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/GF020465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020465.jpg" - -# capture n°020466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020466.pto --stitching --prefix=assemblage_020466 -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/GF020466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020466.jpg" - -# capture n°020467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020467.pto --stitching --prefix=assemblage_020467 -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/GF020467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020467.jpg" - -# capture n°020468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020468.pto --stitching --prefix=assemblage_020468 -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/GF020468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020468.jpg" - -# capture n°020469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020469.pto --stitching --prefix=assemblage_020469 -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/GF020469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020469.jpg" - -# capture n°020470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020470.pto --stitching --prefix=assemblage_020470 -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/GF020470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020470.jpg" - -# capture n°020471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020471.pto --stitching --prefix=assemblage_020471 -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/GF020471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020471.jpg" - -# capture n°020472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020472.pto --stitching --prefix=assemblage_020472 -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/GF020472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020472.jpg" - -# capture n°020473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020473.pto --stitching --prefix=assemblage_020473 -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/GF020473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020473.jpg" - -# capture n°020474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020474.pto --stitching --prefix=assemblage_020474 -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/GF020474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020474.jpg" - -# capture n°020475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020475.pto --stitching --prefix=assemblage_020475 -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/GF020475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020475.jpg" - -# capture n°020476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020476.pto --stitching --prefix=assemblage_020476 -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/GF020476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020476.jpg" - -# capture n°020477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020477.pto --stitching --prefix=assemblage_020477 -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/GF020477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020477.jpg" - -# capture n°020478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020478.pto --stitching --prefix=assemblage_020478 -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/GF020478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020478.jpg" - -# capture n°020479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020479.pto --stitching --prefix=assemblage_020479 -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/GF020479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020479.jpg" - -# capture n°020480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020480.pto --stitching --prefix=assemblage_020480 -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/GF020480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020480.jpg" - -# capture n°020481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020481.pto --stitching --prefix=assemblage_020481 -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/GF020481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020481.jpg" - -# capture n°020482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020482.pto --stitching --prefix=assemblage_020482 -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/GF020482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020482.jpg" - -# capture n°020483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020483.pto --stitching --prefix=assemblage_020483 -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/GF020483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020483.jpg" - -# capture n°020484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020484.pto --stitching --prefix=assemblage_020484 -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/GF020484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020484.jpg" - -# capture n°020485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020485.pto --stitching --prefix=assemblage_020485 -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/GF020485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020485.jpg" - -# capture n°020486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020486.pto --stitching --prefix=assemblage_020486 -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/GF020486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020486.jpg" - -# capture n°020487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020487.pto --stitching --prefix=assemblage_020487 -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/GF020487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020487.jpg" - -# capture n°020488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020488.pto --stitching --prefix=assemblage_020488 -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/GF020488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020488.jpg" - -# capture n°020489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020489.pto --stitching --prefix=assemblage_020489 -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/GF020489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020489.jpg" - -# capture n°020490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020490.pto --stitching --prefix=assemblage_020490 -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/GF020490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020490.jpg" - -# capture n°020491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020491.pto --stitching --prefix=assemblage_020491 -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/GF020491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020491.jpg" - -# capture n°020492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020492.pto --stitching --prefix=assemblage_020492 -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/GF020492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020492.jpg" - -# capture n°020493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020493.pto --stitching --prefix=assemblage_020493 -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/GF020493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020493.jpg" - -# capture n°020494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020494.pto --stitching --prefix=assemblage_020494 -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/GF020494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020494.jpg" - -# capture n°020495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020495.pto --stitching --prefix=assemblage_020495 -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/GF020495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020495.jpg" - -# capture n°020496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020496.pto --stitching --prefix=assemblage_020496 -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/GF020496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020496.jpg" - -# capture n°020497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020497.pto --stitching --prefix=assemblage_020497 -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/GF020497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020497.jpg" - -# capture n°020498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020498.pto --stitching --prefix=assemblage_020498 -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/GF020498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020498.jpg" - -# capture n°020499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020499.pto --stitching --prefix=assemblage_020499 -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/GF020499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020499.jpg" - -# capture n°020500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020500.pto --stitching --prefix=assemblage_020500 -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/GF020500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020500.jpg" - -# capture n°020501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020501.pto --stitching --prefix=assemblage_020501 -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/GF020501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020501.jpg" - -# capture n°020502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020502.pto --stitching --prefix=assemblage_020502 -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/GF020502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020502.jpg" - -# capture n°020503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020503.pto --stitching --prefix=assemblage_020503 -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/GF020503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020503.jpg" - -# capture n°020504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020504.pto --stitching --prefix=assemblage_020504 -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/GF020504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020504.jpg" - -# capture n°020505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020505.pto --stitching --prefix=assemblage_020505 -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/GF020505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020505.jpg" - -# capture n°020506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020506.pto --stitching --prefix=assemblage_020506 -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/GF020506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020506.jpg" - -# capture n°020507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020507.pto --stitching --prefix=assemblage_020507 -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/GF020507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020507.jpg" - -# capture n°020508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020508.pto --stitching --prefix=assemblage_020508 -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/GF020508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020508.jpg" - -# capture n°020509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020509.pto --stitching --prefix=assemblage_020509 -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/GF020509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020509.jpg" - -# capture n°020510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020510.pto --stitching --prefix=assemblage_020510 -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/GF020510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020510.jpg" - -# capture n°020511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020511.pto --stitching --prefix=assemblage_020511 -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/GF020511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020511.jpg" - -# capture n°020512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020512.pto --stitching --prefix=assemblage_020512 -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/GF020512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020512.jpg" - -# capture n°020513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020513.pto --stitching --prefix=assemblage_020513 -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/GF020513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020513.jpg" - -# capture n°020514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020514.pto --stitching --prefix=assemblage_020514 -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/GF020514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020514.jpg" - -# capture n°020515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020515.pto --stitching --prefix=assemblage_020515 -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/GF020515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020515.jpg" - -# capture n°020516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020516.pto --stitching --prefix=assemblage_020516 -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/GF020516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020516.jpg" - -# capture n°020517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020517.pto --stitching --prefix=assemblage_020517 -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/GF020517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020517.jpg" - -# capture n°020518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020518.pto --stitching --prefix=assemblage_020518 -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/GF020518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020518.jpg" - -# capture n°020519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020519.pto --stitching --prefix=assemblage_020519 -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/GF020519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020519.jpg" - -# capture n°020520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020520.pto --stitching --prefix=assemblage_020520 -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/GF020520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020520.jpg" - -# capture n°020521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020521.pto --stitching --prefix=assemblage_020521 -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/GF020521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020521.jpg" - -# capture n°020522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020522.pto --stitching --prefix=assemblage_020522 -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/GF020522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020522.jpg" - -# capture n°020523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020523.pto --stitching --prefix=assemblage_020523 -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/GF020523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020523.jpg" - -# capture n°020524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020524.pto --stitching --prefix=assemblage_020524 -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/GF020524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020524.jpg" - -# capture n°020525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020525.pto --stitching --prefix=assemblage_020525 -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/GF020525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020525.jpg" - -# capture n°020526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020526.pto --stitching --prefix=assemblage_020526 -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/GF020526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020526.jpg" - -# capture n°020527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020527.pto --stitching --prefix=assemblage_020527 -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/GF020527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020527.jpg" - -# capture n°020528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020528.pto --stitching --prefix=assemblage_020528 -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/GF020528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020528.jpg" - -# capture n°020529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020529.pto --stitching --prefix=assemblage_020529 -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/GF020529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020529.jpg" - -# capture n°020530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020530.pto --stitching --prefix=assemblage_020530 -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/GF020530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020530.jpg" - -# capture n°020531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020531.pto --stitching --prefix=assemblage_020531 -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/GF020531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020531.jpg" - -# capture n°020532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020532.pto --stitching --prefix=assemblage_020532 -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/GF020532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020532.jpg" - -# capture n°020533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020533.pto --stitching --prefix=assemblage_020533 -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/GF020533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020533.jpg" - -# capture n°020534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020534.pto --stitching --prefix=assemblage_020534 -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/GF020534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020534.jpg" - -# capture n°020535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020535.pto --stitching --prefix=assemblage_020535 -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/GF020535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020535.jpg" - -# capture n°020536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020536.pto --stitching --prefix=assemblage_020536 -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/GF020536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020536.jpg" - -# capture n°020537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020537.pto --stitching --prefix=assemblage_020537 -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/GF020537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020537.jpg" - -# capture n°020538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020538.pto --stitching --prefix=assemblage_020538 -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/GF020538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020538.jpg" - -# capture n°020539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020539.pto --stitching --prefix=assemblage_020539 -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/GF020539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020539.jpg" - -# capture n°020540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020540.pto --stitching --prefix=assemblage_020540 -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/GF020540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020540.jpg" - -# capture n°020541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020541.pto --stitching --prefix=assemblage_020541 -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/GF020541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020541.jpg" - -# capture n°020542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020542.pto --stitching --prefix=assemblage_020542 -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/GF020542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020542.jpg" - -# capture n°020543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020543.pto --stitching --prefix=assemblage_020543 -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/GF020543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020543.jpg" - -# capture n°020544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020544.pto --stitching --prefix=assemblage_020544 -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/GF020544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020544.jpg" - -# capture n°020545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020545.pto --stitching --prefix=assemblage_020545 -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/GF020545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020545.jpg" - -# capture n°020546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020546.pto --stitching --prefix=assemblage_020546 -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/GF020546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020546.jpg" - -# capture n°020547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020547.pto --stitching --prefix=assemblage_020547 -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/GF020547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020547.jpg" - -# capture n°020548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020548.pto --stitching --prefix=assemblage_020548 -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/GF020548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020548.jpg" - -# capture n°020549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020549.pto --stitching --prefix=assemblage_020549 -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/GF020549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020549.jpg" - -# capture n°020550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020550.pto --stitching --prefix=assemblage_020550 -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/GF020550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020550.jpg" - -# capture n°020551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020551.pto --stitching --prefix=assemblage_020551 -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/GF020551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020551.jpg" - -# capture n°020552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020552.pto --stitching --prefix=assemblage_020552 -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/GF020552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020552.jpg" - -# capture n°020553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020553.pto --stitching --prefix=assemblage_020553 -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/GF020553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020553.jpg" - -# capture n°020554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020554.pto --stitching --prefix=assemblage_020554 -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/GF020554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020554.jpg" - -# capture n°020555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020555.pto --stitching --prefix=assemblage_020555 -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/GF020555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020555.jpg" - -# capture n°020556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020556.pto --stitching --prefix=assemblage_020556 -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/GF020556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020556.jpg" - -# capture n°020557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020557.pto --stitching --prefix=assemblage_020557 -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/GF020557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020557.jpg" - -# capture n°020558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020558.pto --stitching --prefix=assemblage_020558 -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/GF020558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020558.jpg" - -# capture n°020559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020559.pto --stitching --prefix=assemblage_020559 -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/GF020559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020559.jpg" - -# capture n°020560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020560.pto --stitching --prefix=assemblage_020560 -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/GF020560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020560.jpg" - -# capture n°020561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020561.pto --stitching --prefix=assemblage_020561 -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/GF020561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020561.jpg" - -# capture n°020562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020562.pto --stitching --prefix=assemblage_020562 -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/GF020562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020562.jpg" - -# capture n°020563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020563.pto --stitching --prefix=assemblage_020563 -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/GF020563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020563.jpg" - -# capture n°020564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020564.pto --stitching --prefix=assemblage_020564 -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/GF020564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020564.jpg" - -# capture n°020565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020565.pto --stitching --prefix=assemblage_020565 -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/GF020565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020565.jpg" - -# capture n°020566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020566.pto --stitching --prefix=assemblage_020566 -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/GF020566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020566.jpg" - -# capture n°020567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020567.pto --stitching --prefix=assemblage_020567 -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/GF020567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020567.jpg" - -# capture n°020568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020568.pto --stitching --prefix=assemblage_020568 -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/GF020568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020568.jpg" - -# capture n°020569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020569.pto --stitching --prefix=assemblage_020569 -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/GF020569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020569.jpg" - -# capture n°020570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020570.pto --stitching --prefix=assemblage_020570 -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/GF020570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020570.jpg" - -# capture n°020571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020571.pto --stitching --prefix=assemblage_020571 -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/GF020571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020571.jpg" - -# capture n°020572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020572.pto --stitching --prefix=assemblage_020572 -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/GF020572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020572.jpg" - -# capture n°020573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020573.pto --stitching --prefix=assemblage_020573 -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/GF020573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020573.jpg" - -# capture n°020574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020574.pto --stitching --prefix=assemblage_020574 -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/GF020574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020574.jpg" - -# capture n°020575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020575.pto --stitching --prefix=assemblage_020575 -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/GF020575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020575.jpg" - -# capture n°020576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020576.pto --stitching --prefix=assemblage_020576 -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/GF020576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020576.jpg" - -# capture n°020577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020577.pto --stitching --prefix=assemblage_020577 -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/GF020577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020577.jpg" - -# capture n°020578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020578.pto --stitching --prefix=assemblage_020578 -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/GF020578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020578.jpg" - -# capture n°020579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020579.pto --stitching --prefix=assemblage_020579 -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/GF020579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020579.jpg" - -# capture n°020580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020580.pto --stitching --prefix=assemblage_020580 -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/GF020580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020580.jpg" - -# capture n°020581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020581.pto --stitching --prefix=assemblage_020581 -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/GF020581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020581.jpg" - -# capture n°020582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020582.pto --stitching --prefix=assemblage_020582 -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/GF020582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020582.jpg" - -# capture n°020583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020583.pto --stitching --prefix=assemblage_020583 -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/GF020583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020583.jpg" - -# capture n°020584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020584.pto --stitching --prefix=assemblage_020584 -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/GF020584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020584.jpg" - -# capture n°020585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020585.pto --stitching --prefix=assemblage_020585 -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/GF020585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020585.jpg" - -# capture n°020586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020586.pto --stitching --prefix=assemblage_020586 -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/GF020586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020586.jpg" - -# capture n°020587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020587.pto --stitching --prefix=assemblage_020587 -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/GF020587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020587.jpg" - -# capture n°020588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020588.pto --stitching --prefix=assemblage_020588 -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/GF020588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020588.jpg" - -# capture n°020589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020589.pto --stitching --prefix=assemblage_020589 -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/GF020589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020589.jpg" - -# capture n°020590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020590.pto --stitching --prefix=assemblage_020590 -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/GF020590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020590.jpg" - -# capture n°020591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020591.pto --stitching --prefix=assemblage_020591 -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/GF020591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020591.jpg" - -# capture n°020592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020592.pto --stitching --prefix=assemblage_020592 -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/GF020592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020592.jpg" - -# capture n°020593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020593.pto --stitching --prefix=assemblage_020593 -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/GF020593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020593.jpg" - -# capture n°020594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020594.pto --stitching --prefix=assemblage_020594 -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/GF020594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020594.jpg" - -# capture n°020595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020595.pto --stitching --prefix=assemblage_020595 -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/GF020595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020595.jpg" - -# capture n°020596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020596.pto --stitching --prefix=assemblage_020596 -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/GF020596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020596.jpg" - -# capture n°020597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020597.pto --stitching --prefix=assemblage_020597 -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/GF020597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020597.jpg" - -# capture n°020598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020598.pto --stitching --prefix=assemblage_020598 -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/GF020598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020598.jpg" - -# capture n°020599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020599.pto --stitching --prefix=assemblage_020599 -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/GF020599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020599.jpg" - -# capture n°020600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020600.pto --stitching --prefix=assemblage_020600 -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/GF020600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020600.jpg" - -# capture n°020601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020601.pto --stitching --prefix=assemblage_020601 -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/GF020601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020601.jpg" - -# capture n°020602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020602.pto --stitching --prefix=assemblage_020602 -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/GF020602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020602.jpg" - -# capture n°020603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020603.pto --stitching --prefix=assemblage_020603 -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/GF020603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020603.jpg" - -# capture n°020604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020604.pto --stitching --prefix=assemblage_020604 -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/GF020604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020604.jpg" - -# capture n°020605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020605.pto --stitching --prefix=assemblage_020605 -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/GF020605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020605.jpg" - -# capture n°020606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020606.pto --stitching --prefix=assemblage_020606 -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/GF020606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020606.jpg" - -# capture n°020607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020607.pto --stitching --prefix=assemblage_020607 -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/GF020607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020607.jpg" - -# capture n°020608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020608.pto --stitching --prefix=assemblage_020608 -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/GF020608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020608.jpg" - -# capture n°020609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020609.pto --stitching --prefix=assemblage_020609 -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/GF020609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020609.jpg" - -# capture n°020610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020610.pto --stitching --prefix=assemblage_020610 -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/GF020610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020610.jpg" - -# capture n°020611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020611.pto --stitching --prefix=assemblage_020611 -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/GF020611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020611.jpg" - -# capture n°020612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020612.pto --stitching --prefix=assemblage_020612 -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/GF020612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020612.jpg" - -# capture n°020613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020613.pto --stitching --prefix=assemblage_020613 -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/GF020613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020613.jpg" - -# capture n°020614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020614.pto --stitching --prefix=assemblage_020614 -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/GF020614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020614.jpg" - -# capture n°020615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020615.pto --stitching --prefix=assemblage_020615 -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/GF020615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020615.jpg" - -# capture n°020616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020616.pto --stitching --prefix=assemblage_020616 -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/GF020616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020616.jpg" - -# capture n°020617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020617.pto --stitching --prefix=assemblage_020617 -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/GF020617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020617.jpg" - -# capture n°020618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020618.pto --stitching --prefix=assemblage_020618 -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/GF020618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020618.jpg" - -# capture n°020619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020619.pto --stitching --prefix=assemblage_020619 -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/GF020619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020619.jpg" - -# capture n°020620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020620.pto --stitching --prefix=assemblage_020620 -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/GF020620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020620.jpg" - -# capture n°020621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020621.pto --stitching --prefix=assemblage_020621 -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/GF020621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020621.jpg" - -# capture n°020622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020622.pto --stitching --prefix=assemblage_020622 -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/GF020622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020622.jpg" - -# capture n°020623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020623.pto --stitching --prefix=assemblage_020623 -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/GF020623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020623.jpg" - -# capture n°020624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020624.pto --stitching --prefix=assemblage_020624 -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/GF020624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020624.jpg" - -# capture n°020625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020625.pto --stitching --prefix=assemblage_020625 -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/GF020625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020625.jpg" - -# capture n°020626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020626.pto --stitching --prefix=assemblage_020626 -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/GF020626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020626.jpg" - -# capture n°020627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020627.pto --stitching --prefix=assemblage_020627 -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/GF020627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020627.jpg" - -# capture n°020628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020628.pto --stitching --prefix=assemblage_020628 -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/GF020628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020628.jpg" - -# capture n°020629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020629.pto --stitching --prefix=assemblage_020629 -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/GF020629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020629.jpg" - -# capture n°020630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020630.pto --stitching --prefix=assemblage_020630 -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/GF020630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020630.jpg" - -# capture n°020631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020631.pto --stitching --prefix=assemblage_020631 -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/GF020631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020631.jpg" - -# capture n°020632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020632.pto --stitching --prefix=assemblage_020632 -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/GF020632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020632.jpg" - -# capture n°020633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020633.pto --stitching --prefix=assemblage_020633 -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/GF020633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020633.jpg" - -# capture n°020634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020634.pto --stitching --prefix=assemblage_020634 -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/GF020634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020634.jpg" - -# capture n°020635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020635.pto --stitching --prefix=assemblage_020635 -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/GF020635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020635.jpg" - -# capture n°020636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020636.pto --stitching --prefix=assemblage_020636 -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/GF020636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020636.jpg" - -# capture n°020637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020637.pto --stitching --prefix=assemblage_020637 -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/GF020637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020637.jpg" - -# capture n°020638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020638.pto --stitching --prefix=assemblage_020638 -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/GF020638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020638.jpg" - -# capture n°020639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020639.pto --stitching --prefix=assemblage_020639 -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/GF020639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020639.jpg" - -# capture n°020640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020640.pto --stitching --prefix=assemblage_020640 -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/GF020640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020640.jpg" - -# capture n°020641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020641.pto --stitching --prefix=assemblage_020641 -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/GF020641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020641.jpg" - -# capture n°020642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020642.pto --stitching --prefix=assemblage_020642 -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/GF020642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020642.jpg" - -# capture n°020643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020643.pto --stitching --prefix=assemblage_020643 -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/GF020643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020643.jpg" - -# capture n°020644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020644.pto --stitching --prefix=assemblage_020644 -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/GF020644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020644.jpg" - -# capture n°020645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020645.pto --stitching --prefix=assemblage_020645 -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/GF020645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020645.jpg" - -# capture n°020646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020646.pto --stitching --prefix=assemblage_020646 -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/GF020646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020646.jpg" - -# capture n°020647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020647.pto --stitching --prefix=assemblage_020647 -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/GF020647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020647.jpg" - -# capture n°020648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020648.pto --stitching --prefix=assemblage_020648 -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/GF020648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020648.jpg" - -# capture n°020649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020649.pto --stitching --prefix=assemblage_020649 -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/GF020649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020649.jpg" - -# capture n°020650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020650.pto --stitching --prefix=assemblage_020650 -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/GF020650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020650.jpg" - -# capture n°020651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020651.pto --stitching --prefix=assemblage_020651 -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/GF020651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020651.jpg" - -# capture n°020652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020652.pto --stitching --prefix=assemblage_020652 -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/GF020652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020652.jpg" - -# capture n°020653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020653.pto --stitching --prefix=assemblage_020653 -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/GF020653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020653.jpg" - -# capture n°020654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020654.pto --stitching --prefix=assemblage_020654 -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/GF020654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020654.jpg" - -# capture n°020655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020655.pto --stitching --prefix=assemblage_020655 -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/GF020655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020655.jpg" - -# capture n°020656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020656.pto --stitching --prefix=assemblage_020656 -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/GF020656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020656.jpg" - -# capture n°020657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020657.pto --stitching --prefix=assemblage_020657 -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/GF020657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020657.jpg" - -# capture n°020658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020658.pto --stitching --prefix=assemblage_020658 -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/GF020658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020658.jpg" - -# capture n°020659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020659.pto --stitching --prefix=assemblage_020659 -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/GF020659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020659.jpg" - -# capture n°020660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020660.pto --stitching --prefix=assemblage_020660 -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/GF020660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020660.jpg" - -# capture n°020661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020661.pto --stitching --prefix=assemblage_020661 -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/GF020661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020661.jpg" - -# capture n°020662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020662.pto --stitching --prefix=assemblage_020662 -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/GF020662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020662.jpg" - -# capture n°020663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020663.pto --stitching --prefix=assemblage_020663 -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/GF020663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020663.jpg" - -# capture n°020664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020664.pto --stitching --prefix=assemblage_020664 -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/GF020664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020664.jpg" - -# capture n°020665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020665.pto --stitching --prefix=assemblage_020665 -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/GF020665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020665.jpg" - -# capture n°020666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020666.pto --stitching --prefix=assemblage_020666 -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/GF020666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020666.jpg" - -# capture n°020667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020667.pto --stitching --prefix=assemblage_020667 -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/GF020667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020667.jpg" - -# capture n°020668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020668.pto --stitching --prefix=assemblage_020668 -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/GF020668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020668.jpg" - -# capture n°020669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020669.pto --stitching --prefix=assemblage_020669 -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/GF020669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020669.jpg" - -# capture n°020670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020670.pto --stitching --prefix=assemblage_020670 -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/GF020670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020670.jpg" - -# capture n°020671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020671.pto --stitching --prefix=assemblage_020671 -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/GF020671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020671.jpg" - -# capture n°020672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020672.pto --stitching --prefix=assemblage_020672 -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/GF020672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020672.jpg" - -# capture n°020673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020673.pto --stitching --prefix=assemblage_020673 -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/GF020673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020673.jpg" - -# capture n°020674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020674.pto --stitching --prefix=assemblage_020674 -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/GF020674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020674.jpg" - -# capture n°020675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020675.pto --stitching --prefix=assemblage_020675 -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/GF020675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020675.jpg" - -# capture n°020676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020676.pto --stitching --prefix=assemblage_020676 -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/GF020676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020676.jpg" - -# capture n°020677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020677.pto --stitching --prefix=assemblage_020677 -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/GF020677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020677.jpg" - -# capture n°020678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020678.pto --stitching --prefix=assemblage_020678 -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/GF020678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020678.jpg" - -# capture n°020679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020679.pto --stitching --prefix=assemblage_020679 -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/GF020679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020679.jpg" - -# capture n°020680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020680.pto --stitching --prefix=assemblage_020680 -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/GF020680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020680.jpg" - -# capture n°020681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020681.pto --stitching --prefix=assemblage_020681 -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/GF020681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020681.jpg" - -# capture n°020682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020682.pto --stitching --prefix=assemblage_020682 -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/GF020682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020682.jpg" - -# capture n°020683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020683.pto --stitching --prefix=assemblage_020683 -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/GF020683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020683.jpg" - -# capture n°020684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020684.pto --stitching --prefix=assemblage_020684 -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/GF020684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020684.jpg" - -# capture n°020685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020685.pto --stitching --prefix=assemblage_020685 -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/GF020685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020685.jpg" - -# capture n°020686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020686.pto --stitching --prefix=assemblage_020686 -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/GF020686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020686.jpg" - -# capture n°020687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020687.pto --stitching --prefix=assemblage_020687 -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/GF020687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020687.jpg" - -# capture n°020688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020688.pto --stitching --prefix=assemblage_020688 -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/GF020688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020688.jpg" - -# capture n°020689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020689.pto --stitching --prefix=assemblage_020689 -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/GF020689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020689.jpg" - -# capture n°020690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020690.pto --stitching --prefix=assemblage_020690 -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/GF020690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020690.jpg" - -# capture n°020691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020691.pto --stitching --prefix=assemblage_020691 -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/GF020691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020691.jpg" - -# capture n°020692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020692.pto --stitching --prefix=assemblage_020692 -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/GF020692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020692.jpg" - -# capture n°020693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020693.pto --stitching --prefix=assemblage_020693 -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/GF020693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020693.jpg" - -# capture n°020694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020694.pto --stitching --prefix=assemblage_020694 -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/GF020694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020694.jpg" - -# capture n°020695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020695.pto --stitching --prefix=assemblage_020695 -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/GF020695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020695.jpg" - -# capture n°020696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020696.pto --stitching --prefix=assemblage_020696 -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/GF020696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020696.jpg" - -# capture n°020697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020697.pto --stitching --prefix=assemblage_020697 -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/GF020697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020697.jpg" - -# capture n°020698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020698.pto --stitching --prefix=assemblage_020698 -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/GF020698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020698.jpg" - -# capture n°020699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020699.pto --stitching --prefix=assemblage_020699 -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/GF020699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020699.jpg" - -# capture n°020700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020700.pto --stitching --prefix=assemblage_020700 -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/GF020700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020700.jpg" - -# capture n°020701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020701.pto --stitching --prefix=assemblage_020701 -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/GF020701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020701.jpg" - -# capture n°020702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020702.pto --stitching --prefix=assemblage_020702 -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/GF020702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020702.jpg" - -# capture n°020703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020703.pto --stitching --prefix=assemblage_020703 -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/GF020703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020703.jpg" - -# capture n°020704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020704.pto --stitching --prefix=assemblage_020704 -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/GF020704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020704.jpg" - -# capture n°020705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020705.pto --stitching --prefix=assemblage_020705 -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/GF020705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020705.jpg" - -# capture n°020706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020706.pto --stitching --prefix=assemblage_020706 -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/GF020706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020706.jpg" - -# capture n°020707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020707.pto --stitching --prefix=assemblage_020707 -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/GF020707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020707.jpg" - -# capture n°020708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020708.pto --stitching --prefix=assemblage_020708 -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/GF020708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020708.jpg" - -# capture n°020709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020709.pto --stitching --prefix=assemblage_020709 -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/GF020709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020709.jpg" - -# capture n°020710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020710.pto --stitching --prefix=assemblage_020710 -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/GF020710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020710.jpg" - -# capture n°020711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020711.pto --stitching --prefix=assemblage_020711 -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/GF020711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020711.jpg" - -# capture n°020712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020712.pto --stitching --prefix=assemblage_020712 -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/GF020712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020712.jpg" - -# capture n°020713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020713.pto --stitching --prefix=assemblage_020713 -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/GF020713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020713.jpg" - -# capture n°020714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020714.pto --stitching --prefix=assemblage_020714 -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/GF020714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020714.jpg" - -# capture n°020715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020715.pto --stitching --prefix=assemblage_020715 -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/GF020715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020715.jpg" - -# capture n°020716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020716.pto --stitching --prefix=assemblage_020716 -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/GF020716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020716.jpg" - -# capture n°020717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020717.pto --stitching --prefix=assemblage_020717 -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/GF020717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020717.jpg" - -# capture n°020718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020718.pto --stitching --prefix=assemblage_020718 -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/GF020718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020718.jpg" - -# capture n°020719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020719.pto --stitching --prefix=assemblage_020719 -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/GF020719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020719.jpg" - -# capture n°020720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020720.pto --stitching --prefix=assemblage_020720 -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/GF020720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020720.jpg" - -# capture n°020721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020721.pto --stitching --prefix=assemblage_020721 -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/GF020721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020721.jpg" - -# capture n°020722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020722.pto --stitching --prefix=assemblage_020722 -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/GF020722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020722.jpg" - -# capture n°020723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020723.pto --stitching --prefix=assemblage_020723 -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/GF020723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020723.jpg" - -# capture n°020724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020724.pto --stitching --prefix=assemblage_020724 -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/GF020724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020724.jpg" - -# capture n°020725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020725.pto --stitching --prefix=assemblage_020725 -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/GF020725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020725.jpg" - -# capture n°020726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020726.pto --stitching --prefix=assemblage_020726 -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/GF020726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020726.jpg" - -# capture n°020727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020727.pto --stitching --prefix=assemblage_020727 -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/GF020727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020727.jpg" - -# capture n°020728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020728.pto --stitching --prefix=assemblage_020728 -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/GF020728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020728.jpg" - -# capture n°020729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020729.pto --stitching --prefix=assemblage_020729 -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/GF020729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020729.jpg" - -# capture n°020730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020730.pto --stitching --prefix=assemblage_020730 -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/GF020730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020730.jpg" - -# capture n°020731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020731.pto --stitching --prefix=assemblage_020731 -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/GF020731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020731.jpg" - -# capture n°020732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020732.pto --stitching --prefix=assemblage_020732 -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/GF020732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020732.jpg" - -# capture n°020733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020733.pto --stitching --prefix=assemblage_020733 -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/GF020733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020733.jpg" - -# capture n°020734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020734.pto --stitching --prefix=assemblage_020734 -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/GF020734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020734.jpg" - -# capture n°020735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020735.pto --stitching --prefix=assemblage_020735 -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/GF020735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020735.jpg" - -# capture n°020736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020736.pto --stitching --prefix=assemblage_020736 -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/GF020736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020736.jpg" - -# capture n°020737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020737.pto --stitching --prefix=assemblage_020737 -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/GF020737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020737.jpg" - -# capture n°020738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020738.pto --stitching --prefix=assemblage_020738 -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/GF020738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020738.jpg" - -# capture n°020739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020739.pto --stitching --prefix=assemblage_020739 -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/GF020739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020739.jpg" - -# capture n°020740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020740.pto --stitching --prefix=assemblage_020740 -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/GF020740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020740.jpg" - -# capture n°020741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020741.pto --stitching --prefix=assemblage_020741 -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/GF020741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020741.jpg" - -# capture n°020742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020742.pto --stitching --prefix=assemblage_020742 -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/GF020742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020742.jpg" - -# capture n°020743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020743.pto --stitching --prefix=assemblage_020743 -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/GF020743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020743.jpg" - -# capture n°020744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020744.pto --stitching --prefix=assemblage_020744 -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/GF020744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020744.jpg" - -# capture n°020745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020745.pto --stitching --prefix=assemblage_020745 -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/GF020745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020745.jpg" - -# capture n°020746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020746.pto --stitching --prefix=assemblage_020746 -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/GF020746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020746.jpg" - -# capture n°020747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020747.pto --stitching --prefix=assemblage_020747 -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/GF020747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020747.jpg" - -# capture n°020748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020748.pto --stitching --prefix=assemblage_020748 -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/GF020748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020748.jpg" - -# capture n°020749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020749.pto --stitching --prefix=assemblage_020749 -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/GF020749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020749.jpg" - -# capture n°020750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020750.pto --stitching --prefix=assemblage_020750 -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/GF020750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020750.jpg" - -# capture n°020751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020751.pto --stitching --prefix=assemblage_020751 -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/GF020751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020751.jpg" - -# capture n°020752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020752.pto --stitching --prefix=assemblage_020752 -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/GF020752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020752.jpg" - -# capture n°020753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020753.pto --stitching --prefix=assemblage_020753 -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/GF020753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020753.jpg" - -# capture n°020754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020754.pto --stitching --prefix=assemblage_020754 -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/GF020754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020754.jpg" - -# capture n°020755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020755.pto --stitching --prefix=assemblage_020755 -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/GF020755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020755.jpg" - -# capture n°020756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020756.pto --stitching --prefix=assemblage_020756 -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/GF020756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020756.jpg" - -# capture n°020757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020757.pto --stitching --prefix=assemblage_020757 -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/GF020757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020757.jpg" - -# capture n°020758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020758.pto --stitching --prefix=assemblage_020758 -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/GF020758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020758.jpg" - -# capture n°020759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020759.pto --stitching --prefix=assemblage_020759 -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/GF020759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020759.jpg" - -# capture n°020760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020760.pto --stitching --prefix=assemblage_020760 -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/GF020760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020760.jpg" - -# capture n°020761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020761.pto --stitching --prefix=assemblage_020761 -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/GF020761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020761.jpg" - -# capture n°020762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020762.pto --stitching --prefix=assemblage_020762 -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/GF020762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020762.jpg" - -# capture n°020763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020763.pto --stitching --prefix=assemblage_020763 -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/GF020763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020763.jpg" - -# capture n°020764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020764.pto --stitching --prefix=assemblage_020764 -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/GF020764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020764.jpg" - -# capture n°020765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020765.pto --stitching --prefix=assemblage_020765 -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/GF020765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020765.jpg" - -# capture n°020766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020766.pto --stitching --prefix=assemblage_020766 -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/GF020766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020766.jpg" - -# capture n°020767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020767.pto --stitching --prefix=assemblage_020767 -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/GF020767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020767.jpg" - -# capture n°020768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020768.pto --stitching --prefix=assemblage_020768 -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/GF020768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020768.jpg" - -# capture n°020769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020769.pto --stitching --prefix=assemblage_020769 -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/GF020769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020769.jpg" - -# capture n°020770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020770.pto --stitching --prefix=assemblage_020770 -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/GF020770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020770.jpg" - -# capture n°020771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020771.pto --stitching --prefix=assemblage_020771 -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/GF020771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020771.jpg" - -# capture n°020772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020772.pto --stitching --prefix=assemblage_020772 -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/GF020772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020772.jpg" - -# capture n°020773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020773.pto --stitching --prefix=assemblage_020773 -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/GF020773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020773.jpg" - -# capture n°020774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020774.pto --stitching --prefix=assemblage_020774 -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/GF020774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020774.jpg" - -# capture n°020775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020775.pto --stitching --prefix=assemblage_020775 -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/GF020775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020775.jpg" - -# capture n°020776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020776.pto --stitching --prefix=assemblage_020776 -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/GF020776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020776.jpg" - -# capture n°020777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020777.pto --stitching --prefix=assemblage_020777 -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/GF020777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020777.jpg" - -# capture n°020778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020778.pto --stitching --prefix=assemblage_020778 -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/GF020778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020778.jpg" - -# capture n°020779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020779.pto --stitching --prefix=assemblage_020779 -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/GF020779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020779.jpg" - -# capture n°020780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020780.pto --stitching --prefix=assemblage_020780 -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/GF020780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020780.jpg" - -# capture n°020781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020781.pto --stitching --prefix=assemblage_020781 -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/GF020781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020781.jpg" - -# capture n°020782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020782.pto --stitching --prefix=assemblage_020782 -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/GF020782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020782.jpg" - -# capture n°020783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020783.pto --stitching --prefix=assemblage_020783 -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/GF020783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020783.jpg" - -# capture n°020784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020784.pto --stitching --prefix=assemblage_020784 -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/GF020784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020784.jpg" - -# capture n°020785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020785.pto --stitching --prefix=assemblage_020785 -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/GF020785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020785.jpg" - -# capture n°020786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020786.pto --stitching --prefix=assemblage_020786 -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/GF020786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020786.jpg" - -# capture n°020787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020787.pto --stitching --prefix=assemblage_020787 -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/GF020787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020787.jpg" - -# capture n°020788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020788.pto --stitching --prefix=assemblage_020788 -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/GF020788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020788.jpg" - -# capture n°020789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020789.pto --stitching --prefix=assemblage_020789 -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/GF020789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020789.jpg" - -# capture n°020790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020790.pto --stitching --prefix=assemblage_020790 -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/GF020790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020790.jpg" - -# capture n°020791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020791.pto --stitching --prefix=assemblage_020791 -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/GF020791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020791.jpg" - -# capture n°020792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020792.pto --stitching --prefix=assemblage_020792 -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/GF020792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020792.jpg" - -# capture n°020793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020793.pto --stitching --prefix=assemblage_020793 -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/GF020793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020793.jpg" - -# capture n°020794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020794.pto --stitching --prefix=assemblage_020794 -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/GF020794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020794.jpg" - -# capture n°020795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020795.pto --stitching --prefix=assemblage_020795 -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/GF020795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020795.jpg" - -# capture n°020796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020796.pto --stitching --prefix=assemblage_020796 -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/GF020796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020796.jpg" - -# capture n°020797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020797.pto --stitching --prefix=assemblage_020797 -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/GF020797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020797.jpg" - -# capture n°020798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020798.pto --stitching --prefix=assemblage_020798 -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/GF020798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020798.jpg" - -# capture n°020799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020799.pto --stitching --prefix=assemblage_020799 -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/GF020799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020799.jpg" - -# capture n°020800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020800.pto --stitching --prefix=assemblage_020800 -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/GF020800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020800.jpg" - -# capture n°020801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020801.pto --stitching --prefix=assemblage_020801 -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/GF020801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020801.jpg" - -# capture n°020802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020802.pto --stitching --prefix=assemblage_020802 -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/GF020802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020802.jpg" - -# capture n°020803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020803.pto --stitching --prefix=assemblage_020803 -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/GF020803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020803.jpg" - -# capture n°020804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020804.pto --stitching --prefix=assemblage_020804 -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/GF020804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020804.jpg" - -# capture n°020805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020805.pto --stitching --prefix=assemblage_020805 -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/GF020805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020805.jpg" - -# capture n°020806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020806.pto --stitching --prefix=assemblage_020806 -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/GF020806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020806.jpg" - -# capture n°020807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020807.pto --stitching --prefix=assemblage_020807 -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/GF020807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020807.jpg" - -# capture n°020808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020808.pto --stitching --prefix=assemblage_020808 -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/GF020808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020808.jpg" - -# capture n°020809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020809.pto --stitching --prefix=assemblage_020809 -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/GF020809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020809.jpg" - -# capture n°020810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020810.pto --stitching --prefix=assemblage_020810 -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/GF020810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020810.jpg" - -# capture n°020811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020811.pto --stitching --prefix=assemblage_020811 -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/GF020811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020811.jpg" - -# capture n°020812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020812.pto --stitching --prefix=assemblage_020812 -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/GF020812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020812.jpg" - -# capture n°020813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020813.pto --stitching --prefix=assemblage_020813 -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/GF020813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020813.jpg" - -# capture n°020814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020814.pto --stitching --prefix=assemblage_020814 -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/GF020814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020814.jpg" - -# capture n°020815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020815.pto --stitching --prefix=assemblage_020815 -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/GF020815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020815.jpg" - -# capture n°020816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020816.pto --stitching --prefix=assemblage_020816 -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/GF020816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020816.jpg" - -# capture n°020817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020817.pto --stitching --prefix=assemblage_020817 -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/GF020817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020817.jpg" - -# capture n°020818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020818.pto --stitching --prefix=assemblage_020818 -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/GF020818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020818.jpg" - -# capture n°020819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020819.pto --stitching --prefix=assemblage_020819 -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/GF020819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020819.jpg" - -# capture n°020820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020820.pto --stitching --prefix=assemblage_020820 -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/GF020820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020820.jpg" - -# capture n°020821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020821.pto --stitching --prefix=assemblage_020821 -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/GF020821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020821.jpg" - -# capture n°020822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020822.pto --stitching --prefix=assemblage_020822 -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/GF020822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020822.jpg" - -# capture n°020823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020823.pto --stitching --prefix=assemblage_020823 -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/GF020823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020823.jpg" - -# capture n°020824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020824.pto --stitching --prefix=assemblage_020824 -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/GF020824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020824.jpg" - -# capture n°020825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020825.pto --stitching --prefix=assemblage_020825 -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/GF020825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020825.jpg" - -# capture n°020826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020826.pto --stitching --prefix=assemblage_020826 -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/GF020826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020826.jpg" - -# capture n°020827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020827.pto --stitching --prefix=assemblage_020827 -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/GF020827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020827.jpg" - -# capture n°020828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020828.pto --stitching --prefix=assemblage_020828 -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/GF020828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020828.jpg" - -# capture n°020829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020829.pto --stitching --prefix=assemblage_020829 -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/GF020829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020829.jpg" - -# capture n°020830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020830.pto --stitching --prefix=assemblage_020830 -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/GF020830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020830.jpg" - -# capture n°020831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020831.pto --stitching --prefix=assemblage_020831 -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/GF020831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020831.jpg" - -# capture n°020832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020832.pto --stitching --prefix=assemblage_020832 -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/GF020832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020832.jpg" - -# capture n°020833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020833.pto --stitching --prefix=assemblage_020833 -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/GF020833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020833.jpg" - -# capture n°020834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020834.pto --stitching --prefix=assemblage_020834 -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/GF020834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020834.jpg" - -# capture n°020835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020835.pto --stitching --prefix=assemblage_020835 -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/GF020835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020835.jpg" - -# capture n°020836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020836.pto --stitching --prefix=assemblage_020836 -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/GF020836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020836.jpg" - -# capture n°020837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020837.pto --stitching --prefix=assemblage_020837 -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/GF020837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020837.jpg" - -# capture n°020838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020838.pto --stitching --prefix=assemblage_020838 -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/GF020838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020838.jpg" - -# capture n°020839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020839.pto --stitching --prefix=assemblage_020839 -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/GF020839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020839.jpg" - -# capture n°020840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020840.pto --stitching --prefix=assemblage_020840 -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/GF020840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020840.jpg" - -# capture n°020841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020841.pto --stitching --prefix=assemblage_020841 -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/GF020841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020841.jpg" - -# capture n°020842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020842.pto --stitching --prefix=assemblage_020842 -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/GF020842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020842.jpg" - -# capture n°020843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020843.pto --stitching --prefix=assemblage_020843 -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/GF020843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020843.jpg" - -# capture n°020844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020844.pto --stitching --prefix=assemblage_020844 -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/GF020844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020844.jpg" - -# capture n°020845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020845.pto --stitching --prefix=assemblage_020845 -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/GF020845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020845.jpg" - -# capture n°020846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020846.pto --stitching --prefix=assemblage_020846 -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/GF020846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020846.jpg" - -# capture n°020847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020847.pto --stitching --prefix=assemblage_020847 -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/GF020847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020847.jpg" - -# capture n°020848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020848.pto --stitching --prefix=assemblage_020848 -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/GF020848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020848.jpg" - -# capture n°020849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020849.pto --stitching --prefix=assemblage_020849 -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/GF020849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020849.jpg" - -# capture n°020850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020850.pto --stitching --prefix=assemblage_020850 -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/GF020850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020850.jpg" - -# capture n°020851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020851.pto --stitching --prefix=assemblage_020851 -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/GF020851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020851.jpg" - -# capture n°020852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020852.pto --stitching --prefix=assemblage_020852 -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/GF020852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020852.jpg" - -# capture n°020853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020853.pto --stitching --prefix=assemblage_020853 -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/GF020853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020853.jpg" - -# capture n°020854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020854.pto --stitching --prefix=assemblage_020854 -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/GF020854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020854.jpg" - -# capture n°020855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020855.pto --stitching --prefix=assemblage_020855 -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/GF020855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020855.jpg" - -# capture n°020856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020856.pto --stitching --prefix=assemblage_020856 -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/GF020856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020856.jpg" - -# capture n°020857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020857.pto --stitching --prefix=assemblage_020857 -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/GF020857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020857.jpg" - -# capture n°020858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020858.pto --stitching --prefix=assemblage_020858 -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/GF020858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020858.jpg" - -# capture n°020859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020859.pto --stitching --prefix=assemblage_020859 -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/GF020859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020859.jpg" - -# capture n°020860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020860.pto --stitching --prefix=assemblage_020860 -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/GF020860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020860.jpg" - -# capture n°020861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020861.pto --stitching --prefix=assemblage_020861 -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/GF020861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020861.jpg" - -# capture n°020862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020862.pto --stitching --prefix=assemblage_020862 -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/GF020862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020862.jpg" - -# capture n°020863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020863.pto --stitching --prefix=assemblage_020863 -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/GF020863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020863.jpg" - -# capture n°020864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020864.pto --stitching --prefix=assemblage_020864 -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/GF020864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020864.jpg" - -# capture n°020865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020865.pto --stitching --prefix=assemblage_020865 -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/GF020865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020865.jpg" - -# capture n°020866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020866.pto --stitching --prefix=assemblage_020866 -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/GF020866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020866.jpg" - -# capture n°020867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020867.pto --stitching --prefix=assemblage_020867 -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/GF020867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020867.jpg" - -# capture n°020868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020868.pto --stitching --prefix=assemblage_020868 -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/GF020868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020868.jpg" - -# capture n°020869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020869.pto --stitching --prefix=assemblage_020869 -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/GF020869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020869.jpg" - -# capture n°020870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020870.pto --stitching --prefix=assemblage_020870 -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/GF020870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020870.jpg" - -# capture n°020871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020871.pto --stitching --prefix=assemblage_020871 -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/GF020871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020871.jpg" - -# capture n°020872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020872.pto --stitching --prefix=assemblage_020872 -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/GF020872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020872.jpg" - -# capture n°020873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020873.pto --stitching --prefix=assemblage_020873 -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/GF020873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020873.jpg" - -# capture n°020874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020874.pto --stitching --prefix=assemblage_020874 -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/GF020874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020874.jpg" - -# capture n°020875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020875.pto --stitching --prefix=assemblage_020875 -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/GF020875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020875.jpg" - -# capture n°020876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020876.pto --stitching --prefix=assemblage_020876 -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/GF020876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020876.jpg" - -# capture n°020877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020877.pto --stitching --prefix=assemblage_020877 -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/GF020877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020877.jpg" - -# capture n°020878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020878.pto --stitching --prefix=assemblage_020878 -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/GF020878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020878.jpg" - -# capture n°020879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020879.pto --stitching --prefix=assemblage_020879 -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/GF020879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020879.jpg" - -# capture n°020880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020880.pto --stitching --prefix=assemblage_020880 -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/GF020880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020880.jpg" - -# capture n°020881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020881.pto --stitching --prefix=assemblage_020881 -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/GF020881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020881.jpg" - -# capture n°020882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020882.pto --stitching --prefix=assemblage_020882 -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/GF020882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020882.jpg" - -# capture n°020883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020883.pto --stitching --prefix=assemblage_020883 -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/GF020883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020883.jpg" - -# capture n°020884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020884.pto --stitching --prefix=assemblage_020884 -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/GF020884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020884.jpg" - -# capture n°020885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020885.pto --stitching --prefix=assemblage_020885 -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/GF020885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020885.jpg" - -# capture n°020886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020886.pto --stitching --prefix=assemblage_020886 -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/GF020886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020886.jpg" - -# capture n°020887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020887.pto --stitching --prefix=assemblage_020887 -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/GF020887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020887.jpg" - -# capture n°020888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020888.pto --stitching --prefix=assemblage_020888 -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/GF020888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020888.jpg" - -# capture n°020889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020889.pto --stitching --prefix=assemblage_020889 -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/GF020889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020889.jpg" - -# capture n°020890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020890.pto --stitching --prefix=assemblage_020890 -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/GF020890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020890.jpg" - -# capture n°020891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020891.pto --stitching --prefix=assemblage_020891 -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/GF020891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020891.jpg" - -# capture n°020892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020892.pto --stitching --prefix=assemblage_020892 -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/GF020892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020892.jpg" - -# capture n°020893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020893.pto --stitching --prefix=assemblage_020893 -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/GF020893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020893.jpg" - -# capture n°020894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020894.pto --stitching --prefix=assemblage_020894 -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/GF020894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020894.jpg" - -# capture n°020895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020895.pto --stitching --prefix=assemblage_020895 -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/GF020895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020895.jpg" - -# capture n°020896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020896.pto --stitching --prefix=assemblage_020896 -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/GF020896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020896.jpg" - -# capture n°020897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020897.pto --stitching --prefix=assemblage_020897 -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/GF020897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020897.jpg" - -# capture n°020898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020898.pto --stitching --prefix=assemblage_020898 -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/GF020898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020898.jpg" - -# capture n°020899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020899.pto --stitching --prefix=assemblage_020899 -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/GF020899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020899.jpg" - -# capture n°020900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020900.pto --stitching --prefix=assemblage_020900 -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/GF020900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020900.jpg" - -# capture n°020901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020901.pto --stitching --prefix=assemblage_020901 -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/GF020901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020901.jpg" - -# capture n°020902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020902.pto --stitching --prefix=assemblage_020902 -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/GF020902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020902.jpg" - -# capture n°020903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020903.pto --stitching --prefix=assemblage_020903 -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/GF020903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020903.jpg" - -# capture n°020904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020904.pto --stitching --prefix=assemblage_020904 -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/GF020904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020904.jpg" - -# capture n°020905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020905.pto --stitching --prefix=assemblage_020905 -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/GF020905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020905.jpg" - -# capture n°020906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020906.pto --stitching --prefix=assemblage_020906 -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/GF020906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020906.jpg" - -# capture n°020907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020907.pto --stitching --prefix=assemblage_020907 -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/GF020907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020907.jpg" - -# capture n°020908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020908.pto --stitching --prefix=assemblage_020908 -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/GF020908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020908.jpg" - -# capture n°020909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020909.pto --stitching --prefix=assemblage_020909 -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/GF020909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020909.jpg" - -# capture n°020910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020910.pto --stitching --prefix=assemblage_020910 -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/GF020910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020910.jpg" - -# capture n°020911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020911.pto --stitching --prefix=assemblage_020911 -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/GF020911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020911.jpg" - -# capture n°020912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020912.pto --stitching --prefix=assemblage_020912 -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/GF020912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020912.jpg" - -# capture n°020913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020913.pto --stitching --prefix=assemblage_020913 -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/GF020913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020913.jpg" - -# capture n°020914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020914.pto --stitching --prefix=assemblage_020914 -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/GF020914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020914.jpg" - -# capture n°020915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020915.pto --stitching --prefix=assemblage_020915 -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/GF020915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020915.jpg" - -# capture n°020916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020916.pto --stitching --prefix=assemblage_020916 -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/GF020916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020916.jpg" - -# capture n°020917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020917.pto --stitching --prefix=assemblage_020917 -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/GF020917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020917.jpg" - -# capture n°020918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020918.pto --stitching --prefix=assemblage_020918 -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/GF020918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020918.jpg" - -# capture n°020919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020919.pto --stitching --prefix=assemblage_020919 -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/GF020919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020919.jpg" - -# capture n°020920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020920.pto --stitching --prefix=assemblage_020920 -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/GF020920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020920.jpg" - -# capture n°020921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020921.pto --stitching --prefix=assemblage_020921 -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/GF020921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020921.jpg" - -# capture n°020922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020922.pto --stitching --prefix=assemblage_020922 -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/GF020922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020922.jpg" - -# capture n°020923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020923.pto --stitching --prefix=assemblage_020923 -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/GF020923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020923.jpg" - -# capture n°020924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020924.pto --stitching --prefix=assemblage_020924 -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/GF020924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020924.jpg" - -# capture n°020925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020925.pto --stitching --prefix=assemblage_020925 -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/GF020925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020925.jpg" - -# capture n°020926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020926.pto --stitching --prefix=assemblage_020926 -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/GF020926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020926.jpg" - -# capture n°020927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020927.pto --stitching --prefix=assemblage_020927 -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/GF020927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020927.jpg" - -# capture n°020928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020928.pto --stitching --prefix=assemblage_020928 -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/GF020928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020928.jpg" - -# capture n°020929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020929.pto --stitching --prefix=assemblage_020929 -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/GF020929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020929.jpg" - -# capture n°020930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020930.pto --stitching --prefix=assemblage_020930 -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/GF020930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020930.jpg" - -# capture n°020931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020931.pto --stitching --prefix=assemblage_020931 -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/GF020931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020931.jpg" - -# capture n°020932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020932.pto --stitching --prefix=assemblage_020932 -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/GF020932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020932.jpg" - -# capture n°020933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020933.pto --stitching --prefix=assemblage_020933 -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/GF020933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020933.jpg" - -# capture n°020934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020934.pto --stitching --prefix=assemblage_020934 -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/GF020934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020934.jpg" - -# capture n°020935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020935.pto --stitching --prefix=assemblage_020935 -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/GF020935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020935.jpg" - -# capture n°020936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020936.pto --stitching --prefix=assemblage_020936 -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/GF020936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020936.jpg" - -# capture n°020937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020937.pto --stitching --prefix=assemblage_020937 -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/GF020937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020937.jpg" - -# capture n°020938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020938.pto --stitching --prefix=assemblage_020938 -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/GF020938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020938.jpg" - -# capture n°020939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020939.pto --stitching --prefix=assemblage_020939 -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/GF020939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020939.jpg" - -# capture n°020940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020940.pto --stitching --prefix=assemblage_020940 -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/GF020940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020940.jpg" - -# capture n°020941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020941.pto --stitching --prefix=assemblage_020941 -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/GF020941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020941.jpg" - -# capture n°020942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020942.pto --stitching --prefix=assemblage_020942 -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/GF020942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020942.jpg" - -# capture n°020943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020943.pto --stitching --prefix=assemblage_020943 -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/GF020943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020943.jpg" - -# capture n°020944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020944.pto --stitching --prefix=assemblage_020944 -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/GF020944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020944.jpg" - -# capture n°020945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020945.pto --stitching --prefix=assemblage_020945 -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/GF020945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020945.jpg" - -# capture n°020946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020946.pto --stitching --prefix=assemblage_020946 -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/GF020946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020946.jpg" - -# capture n°020947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020947.pto --stitching --prefix=assemblage_020947 -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/GF020947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020947.jpg" - -# capture n°020948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020948.pto --stitching --prefix=assemblage_020948 -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/GF020948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020948.jpg" - -# capture n°020949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020949.pto --stitching --prefix=assemblage_020949 -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/GF020949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020949.jpg" - -# capture n°020950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020950.pto --stitching --prefix=assemblage_020950 -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/GF020950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020950.jpg" - -# capture n°020951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020951.pto --stitching --prefix=assemblage_020951 -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/GF020951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020951.jpg" - -# capture n°020952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020952.pto --stitching --prefix=assemblage_020952 -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/GF020952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020952.jpg" - -# capture n°020953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020953.pto --stitching --prefix=assemblage_020953 -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/GF020953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020953.jpg" - -# capture n°020954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020954.pto --stitching --prefix=assemblage_020954 -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/GF020954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020954.jpg" - -# capture n°020955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020955.pto --stitching --prefix=assemblage_020955 -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/GF020955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020955.jpg" - -# capture n°020956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020956.pto --stitching --prefix=assemblage_020956 -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/GF020956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020956.jpg" - -# capture n°020957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020957.pto --stitching --prefix=assemblage_020957 -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/GF020957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020957.jpg" - -# capture n°020958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020958.pto --stitching --prefix=assemblage_020958 -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/GF020958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020958.jpg" - -# capture n°020959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020959.pto --stitching --prefix=assemblage_020959 -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/GF020959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020959.jpg" - -# capture n°020960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020960.pto --stitching --prefix=assemblage_020960 -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/GF020960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020960.jpg" - -# capture n°020961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020961.pto --stitching --prefix=assemblage_020961 -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/GF020961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020961.jpg" - -# capture n°020962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020962.pto --stitching --prefix=assemblage_020962 -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/GF020962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020962.jpg" - -# capture n°020963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020963.pto --stitching --prefix=assemblage_020963 -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/GF020963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020963.jpg" - -# capture n°020964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020964.pto --stitching --prefix=assemblage_020964 -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/GF020964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020964.jpg" - -# capture n°020965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020965.pto --stitching --prefix=assemblage_020965 -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/GF020965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020965.jpg" - -# capture n°020966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020966.pto --stitching --prefix=assemblage_020966 -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/GF020966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020966.jpg" - -# capture n°020967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020967.pto --stitching --prefix=assemblage_020967 -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/GF020967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020967.jpg" - -# capture n°020968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020968.pto --stitching --prefix=assemblage_020968 -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/GF020968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020968.jpg" - -# capture n°020969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020969.pto --stitching --prefix=assemblage_020969 -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/GF020969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020969.jpg" - -# capture n°020970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020970.pto --stitching --prefix=assemblage_020970 -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/GF020970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020970.jpg" - -# capture n°020971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020971.pto --stitching --prefix=assemblage_020971 -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/GF020971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020971.jpg" - -# capture n°020972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020972.pto --stitching --prefix=assemblage_020972 -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/GF020972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020972.jpg" - -# capture n°020973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020973.pto --stitching --prefix=assemblage_020973 -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/GF020973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020973.jpg" - -# capture n°020974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020974.pto --stitching --prefix=assemblage_020974 -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/GF020974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020974.jpg" - -# capture n°020975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020975.pto --stitching --prefix=assemblage_020975 -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/GF020975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020975.jpg" - -# capture n°020976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020976.pto --stitching --prefix=assemblage_020976 -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/GF020976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020976.jpg" - -# capture n°020977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020977.pto --stitching --prefix=assemblage_020977 -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/GF020977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020977.jpg" - -# capture n°020978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020978.pto --stitching --prefix=assemblage_020978 -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/GF020978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020978.jpg" - -# capture n°020979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020979.pto --stitching --prefix=assemblage_020979 -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/GF020979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020979.jpg" - -# capture n°020980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020980.pto --stitching --prefix=assemblage_020980 -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/GF020980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020980.jpg" - -# capture n°020981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020981.pto --stitching --prefix=assemblage_020981 -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/GF020981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020981.jpg" - -# capture n°020982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020982.pto --stitching --prefix=assemblage_020982 -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/GF020982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020982.jpg" - -# capture n°020983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020983.pto --stitching --prefix=assemblage_020983 -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/GF020983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020983.jpg" - -# capture n°020984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020984.pto --stitching --prefix=assemblage_020984 -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/GF020984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020984.jpg" - -# capture n°020985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020985.pto --stitching --prefix=assemblage_020985 -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/GF020985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020985.jpg" - -# capture n°020986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020986.pto --stitching --prefix=assemblage_020986 -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/GF020986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020986.jpg" - -# capture n°020987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020987.pto --stitching --prefix=assemblage_020987 -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/GF020987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020987.jpg" - -# capture n°020988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020988.pto --stitching --prefix=assemblage_020988 -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/GF020988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020988.jpg" - -# capture n°020989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020989.pto --stitching --prefix=assemblage_020989 -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/GF020989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020989.jpg" - -# capture n°020990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020990.pto --stitching --prefix=assemblage_020990 -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/GF020990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020990.jpg" - -# capture n°020991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020991.pto --stitching --prefix=assemblage_020991 -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/GF020991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020991.jpg" - -# capture n°020992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020992.pto --stitching --prefix=assemblage_020992 -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/GF020992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020992.jpg" - -# capture n°020993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020993.pto --stitching --prefix=assemblage_020993 -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/GF020993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020993.jpg" - -# capture n°020994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020994.pto --stitching --prefix=assemblage_020994 -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/GF020994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020994.jpg" - -# capture n°020995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020995.pto --stitching --prefix=assemblage_020995 -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/GF020995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020995.jpg" - -# capture n°020996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020996.pto --stitching --prefix=assemblage_020996 -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/GF020996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020996.jpg" - -# capture n°020997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020997.pto --stitching --prefix=assemblage_020997 -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/GF020997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020997.jpg" - -# capture n°020998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020998.pto --stitching --prefix=assemblage_020998 -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/GF020998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020998.jpg" - -# capture n°020999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_020999.pto --stitching --prefix=assemblage_020999 -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/GF020999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_020999.jpg" - -# capture n°021000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021000.pto --stitching --prefix=assemblage_021000 -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/GF021000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021000.jpg" - -# capture n°021001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021001.pto --stitching --prefix=assemblage_021001 -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/GF021001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021001.jpg" - -# capture n°021002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021002.pto --stitching --prefix=assemblage_021002 -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/GF021002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021002.jpg" - -# capture n°021003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021003.pto --stitching --prefix=assemblage_021003 -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/GF021003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021003.jpg" - -# capture n°021004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021004.pto --stitching --prefix=assemblage_021004 -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/GF021004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021004.jpg" - -# capture n°021005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021005.pto --stitching --prefix=assemblage_021005 -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/GF021005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021005.jpg" - -# capture n°021006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021006.pto --stitching --prefix=assemblage_021006 -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/GF021006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021006.jpg" - -# capture n°021007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021007.pto --stitching --prefix=assemblage_021007 -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/GF021007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021007.jpg" - -# capture n°021008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021008.pto --stitching --prefix=assemblage_021008 -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/GF021008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021008.jpg" - -# capture n°021009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021009.pto --stitching --prefix=assemblage_021009 -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/GF021009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021009.jpg" - -# capture n°021010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021010.pto --stitching --prefix=assemblage_021010 -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/GF021010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021010.jpg" - -# capture n°021011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021011.pto --stitching --prefix=assemblage_021011 -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/GF021011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021011.jpg" - -# capture n°021012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021012.pto --stitching --prefix=assemblage_021012 -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/GF021012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021012.jpg" - -# capture n°021013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021013.pto --stitching --prefix=assemblage_021013 -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/GF021013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021013.jpg" - -# capture n°021014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021014.pto --stitching --prefix=assemblage_021014 -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/GF021014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021014.jpg" - -# capture n°021015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021015.pto --stitching --prefix=assemblage_021015 -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/GF021015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021015.jpg" - -# capture n°021016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021016.pto --stitching --prefix=assemblage_021016 -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/GF021016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021016.jpg" - -# capture n°021017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021017.pto --stitching --prefix=assemblage_021017 -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/GF021017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021017.jpg" - -# capture n°021018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021018.pto --stitching --prefix=assemblage_021018 -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/GF021018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021018.jpg" - -# capture n°021019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021019.pto --stitching --prefix=assemblage_021019 -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/GF021019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021019.jpg" - -# capture n°021020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021020.pto --stitching --prefix=assemblage_021020 -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/GF021020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021020.jpg" - -# capture n°021021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021021.pto --stitching --prefix=assemblage_021021 -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/GF021021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021021.jpg" - -# capture n°021022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021022.pto --stitching --prefix=assemblage_021022 -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/GF021022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021022.jpg" - -# capture n°021023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021023.pto --stitching --prefix=assemblage_021023 -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/GF021023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021023.jpg" - -# capture n°021024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021024.pto --stitching --prefix=assemblage_021024 -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/GF021024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021024.jpg" - -# capture n°021025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021025.pto --stitching --prefix=assemblage_021025 -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/GF021025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021025.jpg" - -# capture n°021026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021026.pto --stitching --prefix=assemblage_021026 -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/GF021026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021026.jpg" - -# capture n°021027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021027.pto --stitching --prefix=assemblage_021027 -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/GF021027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021027.jpg" - -# capture n°021028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021028.pto --stitching --prefix=assemblage_021028 -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/GF021028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021028.jpg" - -# capture n°021029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021029.pto --stitching --prefix=assemblage_021029 -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/GF021029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021029.jpg" - -# capture n°021030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021030.pto --stitching --prefix=assemblage_021030 -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/GF021030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021030.jpg" - -# capture n°021031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021031.pto --stitching --prefix=assemblage_021031 -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/GF021031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021031.jpg" - -# capture n°021032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021032.pto --stitching --prefix=assemblage_021032 -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/GF021032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021032.jpg" - -# capture n°021033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021033.pto --stitching --prefix=assemblage_021033 -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/GF021033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021033.jpg" - -# capture n°021034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021034.pto --stitching --prefix=assemblage_021034 -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/GF021034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021034.jpg" - -# capture n°021035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021035.pto --stitching --prefix=assemblage_021035 -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/GF021035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021035.jpg" - -# capture n°021036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021036.pto --stitching --prefix=assemblage_021036 -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/GF021036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021036.jpg" - -# capture n°021037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021037.pto --stitching --prefix=assemblage_021037 -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/GF021037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021037.jpg" - -# capture n°021038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021038.pto --stitching --prefix=assemblage_021038 -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/GF021038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021038.jpg" - -# capture n°021039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021039.pto --stitching --prefix=assemblage_021039 -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/GF021039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021039.jpg" - -# capture n°021040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021040.pto --stitching --prefix=assemblage_021040 -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/GF021040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021040.jpg" - -# capture n°021041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021041.pto --stitching --prefix=assemblage_021041 -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/GF021041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021041.jpg" - -# capture n°021042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021042.pto --stitching --prefix=assemblage_021042 -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/GF021042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021042.jpg" - -# capture n°021043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021043.pto --stitching --prefix=assemblage_021043 -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/GF021043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021043.jpg" - -# capture n°021044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021044.pto --stitching --prefix=assemblage_021044 -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/GF021044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021044.jpg" - -# capture n°021045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021045.pto --stitching --prefix=assemblage_021045 -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/GF021045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021045.jpg" - -# capture n°021046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021046.pto --stitching --prefix=assemblage_021046 -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/GF021046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021046.jpg" - -# capture n°021047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021047.pto --stitching --prefix=assemblage_021047 -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/GF021047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021047.jpg" - -# capture n°021048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021048.pto --stitching --prefix=assemblage_021048 -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/GF021048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021048.jpg" - -# capture n°021049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021049.pto --stitching --prefix=assemblage_021049 -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/GF021049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021049.jpg" - -# capture n°021050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021050.pto --stitching --prefix=assemblage_021050 -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/GF021050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021050.jpg" - -# capture n°021051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021051.pto --stitching --prefix=assemblage_021051 -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/GF021051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021051.jpg" - -# capture n°021052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021052.pto --stitching --prefix=assemblage_021052 -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/GF021052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021052.jpg" - -# capture n°021053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021053.pto --stitching --prefix=assemblage_021053 -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/GF021053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021053.jpg" - -# capture n°021054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021054.pto --stitching --prefix=assemblage_021054 -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/GF021054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021054.jpg" - -# capture n°021055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021055.pto --stitching --prefix=assemblage_021055 -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/GF021055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021055.jpg" - -# capture n°021056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021056.pto --stitching --prefix=assemblage_021056 -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/GF021056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021056.jpg" - -# capture n°021057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021057.pto --stitching --prefix=assemblage_021057 -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/GF021057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021057.jpg" - -# capture n°021058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021058.pto --stitching --prefix=assemblage_021058 -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/GF021058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021058.jpg" - -# capture n°021059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021059.pto --stitching --prefix=assemblage_021059 -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/GF021059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021059.jpg" - -# capture n°021060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021060.pto --stitching --prefix=assemblage_021060 -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/GF021060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021060.jpg" - -# capture n°021061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021061.pto --stitching --prefix=assemblage_021061 -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/GF021061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021061.jpg" - -# capture n°021062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021062.pto --stitching --prefix=assemblage_021062 -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/GF021062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021062.jpg" - -# capture n°021063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021063.pto --stitching --prefix=assemblage_021063 -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/GF021063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021063.jpg" - -# capture n°021064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021064.pto --stitching --prefix=assemblage_021064 -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/GF021064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021064.jpg" - -# capture n°021065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021065.pto --stitching --prefix=assemblage_021065 -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/GF021065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021065.jpg" - -# capture n°021066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021066.pto --stitching --prefix=assemblage_021066 -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/GF021066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021066.jpg" - -# capture n°021067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021067.pto --stitching --prefix=assemblage_021067 -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/GF021067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021067.jpg" - -# capture n°021068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021068.pto --stitching --prefix=assemblage_021068 -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/GF021068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021068.jpg" - -# capture n°021069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021069.pto --stitching --prefix=assemblage_021069 -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/GF021069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021069.jpg" - -# capture n°021070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021070.pto --stitching --prefix=assemblage_021070 -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/GF021070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021070.jpg" - -# capture n°021071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021071.pto --stitching --prefix=assemblage_021071 -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/GF021071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021071.jpg" - -# capture n°021072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021072.pto --stitching --prefix=assemblage_021072 -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/GF021072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021072.jpg" - -# capture n°021073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021073.pto --stitching --prefix=assemblage_021073 -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/GF021073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021073.jpg" - -# capture n°021074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021074.pto --stitching --prefix=assemblage_021074 -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/GF021074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021074.jpg" - -# capture n°021075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021075.pto --stitching --prefix=assemblage_021075 -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/GF021075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021075.jpg" - -# capture n°021076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021076.pto --stitching --prefix=assemblage_021076 -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/GF021076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021076.jpg" - -# capture n°021077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021077.pto --stitching --prefix=assemblage_021077 -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/GF021077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021077.jpg" - -# capture n°021078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021078.pto --stitching --prefix=assemblage_021078 -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/GF021078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021078.jpg" - -# capture n°021079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021079.pto --stitching --prefix=assemblage_021079 -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/GF021079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021079.jpg" - -# capture n°021080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021080.pto --stitching --prefix=assemblage_021080 -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/GF021080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021080.jpg" - -# capture n°021081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021081.pto --stitching --prefix=assemblage_021081 -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/GF021081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021081.jpg" - -# capture n°021082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021082.pto --stitching --prefix=assemblage_021082 -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/GF021082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021082.jpg" - -# capture n°021083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021083.pto --stitching --prefix=assemblage_021083 -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/GF021083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021083.jpg" - -# capture n°021084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021084.pto --stitching --prefix=assemblage_021084 -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/GF021084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021084.jpg" - -# capture n°021085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021085.pto --stitching --prefix=assemblage_021085 -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/GF021085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021085.jpg" - -# capture n°021086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021086.pto --stitching --prefix=assemblage_021086 -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/GF021086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021086.jpg" - -# capture n°021087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021087.pto --stitching --prefix=assemblage_021087 -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/GF021087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021087.jpg" - -# capture n°021088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021088.pto --stitching --prefix=assemblage_021088 -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/GF021088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021088.jpg" - -# capture n°021089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021089.pto --stitching --prefix=assemblage_021089 -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/GF021089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021089.jpg" - -# capture n°021090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021090.pto --stitching --prefix=assemblage_021090 -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/GF021090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021090.jpg" - -# capture n°021091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021091.pto --stitching --prefix=assemblage_021091 -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/GF021091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021091.jpg" - -# capture n°021092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021092.pto --stitching --prefix=assemblage_021092 -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/GF021092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021092.jpg" - -# capture n°021093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021093.pto --stitching --prefix=assemblage_021093 -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/GF021093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021093.jpg" - -# capture n°021094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021094.pto --stitching --prefix=assemblage_021094 -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/GF021094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021094.jpg" - -# capture n°021095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021095.pto --stitching --prefix=assemblage_021095 -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/GF021095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021095.jpg" - -# capture n°021096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021096.pto --stitching --prefix=assemblage_021096 -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/GF021096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021096.jpg" - -# capture n°021097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021097.pto --stitching --prefix=assemblage_021097 -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/GF021097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021097.jpg" - -# capture n°021098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021098.pto --stitching --prefix=assemblage_021098 -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/GF021098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021098.jpg" - -# capture n°021099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021099.pto --stitching --prefix=assemblage_021099 -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/GF021099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021099.jpg" - -# capture n°021100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021100.pto --stitching --prefix=assemblage_021100 -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/GF021100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021100.jpg" - -# capture n°021101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021101.pto --stitching --prefix=assemblage_021101 -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/GF021101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021101.jpg" - -# capture n°021102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021102.pto --stitching --prefix=assemblage_021102 -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/GF021102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021102.jpg" - -# capture n°021103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021103.pto --stitching --prefix=assemblage_021103 -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/GF021103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021103.jpg" - -# capture n°021104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021104.pto --stitching --prefix=assemblage_021104 -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/GF021104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021104.jpg" - -# capture n°021105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021105.pto --stitching --prefix=assemblage_021105 -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/GF021105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021105.jpg" - -# capture n°021106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021106.pto --stitching --prefix=assemblage_021106 -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/GF021106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021106.jpg" - -# capture n°021107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021107.pto --stitching --prefix=assemblage_021107 -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/GF021107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021107.jpg" - -# capture n°021108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021108.pto --stitching --prefix=assemblage_021108 -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/GF021108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021108.jpg" - -# capture n°021109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021109.pto --stitching --prefix=assemblage_021109 -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/GF021109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021109.jpg" - -# capture n°021110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021110.pto --stitching --prefix=assemblage_021110 -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/GF021110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021110.jpg" - -# capture n°021111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021111.pto --stitching --prefix=assemblage_021111 -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/GF021111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021111.jpg" - -# capture n°021112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021112.pto --stitching --prefix=assemblage_021112 -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/GF021112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021112.jpg" - -# capture n°021113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021113.pto --stitching --prefix=assemblage_021113 -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/GF021113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021113.jpg" - -# capture n°021114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021114.pto --stitching --prefix=assemblage_021114 -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/GF021114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021114.jpg" - -# capture n°021115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021115.pto --stitching --prefix=assemblage_021115 -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/GF021115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021115.jpg" - -# capture n°021116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021116.pto --stitching --prefix=assemblage_021116 -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/GF021116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021116.jpg" - -# capture n°021117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021117.pto --stitching --prefix=assemblage_021117 -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/GF021117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021117.jpg" - -# capture n°021118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021118.pto --stitching --prefix=assemblage_021118 -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/GF021118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021118.jpg" - -# capture n°021119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021119.pto --stitching --prefix=assemblage_021119 -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/GF021119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021119.jpg" - -# capture n°021120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021120.pto --stitching --prefix=assemblage_021120 -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/GF021120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021120.jpg" - -# capture n°021121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021121.pto --stitching --prefix=assemblage_021121 -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/GF021121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021121.jpg" - -# capture n°021122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021122.pto --stitching --prefix=assemblage_021122 -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/GF021122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021122.jpg" - -# capture n°021123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021123.pto --stitching --prefix=assemblage_021123 -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/GF021123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021123.jpg" - -# capture n°021124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021124.pto --stitching --prefix=assemblage_021124 -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/GF021124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021124.jpg" - -# capture n°021125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021125.pto --stitching --prefix=assemblage_021125 -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/GF021125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021125.jpg" - -# capture n°021126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021126.pto --stitching --prefix=assemblage_021126 -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/GF021126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021126.jpg" - -# capture n°021127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021127.pto --stitching --prefix=assemblage_021127 -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/GF021127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021127.jpg" - -# capture n°021128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021128.pto --stitching --prefix=assemblage_021128 -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/GF021128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021128.jpg" - -# capture n°021129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021129.pto --stitching --prefix=assemblage_021129 -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/GF021129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021129.jpg" - -# capture n°021130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021130.pto --stitching --prefix=assemblage_021130 -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/GF021130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021130.jpg" - -# capture n°021131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021131.pto --stitching --prefix=assemblage_021131 -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/GF021131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021131.jpg" - -# capture n°021132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021132.pto --stitching --prefix=assemblage_021132 -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/GF021132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021132.jpg" - -# capture n°021133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021133.pto --stitching --prefix=assemblage_021133 -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/GF021133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021133.jpg" - -# capture n°021134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021134.pto --stitching --prefix=assemblage_021134 -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/GF021134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021134.jpg" - -# capture n°021135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021135.pto --stitching --prefix=assemblage_021135 -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/GF021135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021135.jpg" - -# capture n°021136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021136.pto --stitching --prefix=assemblage_021136 -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/GF021136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021136.jpg" - -# capture n°021137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021137.pto --stitching --prefix=assemblage_021137 -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/GF021137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021137.jpg" - -# capture n°021138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021138.pto --stitching --prefix=assemblage_021138 -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/GF021138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021138.jpg" - -# capture n°021139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021139.pto --stitching --prefix=assemblage_021139 -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/GF021139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021139.jpg" - -# capture n°021140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021140.pto --stitching --prefix=assemblage_021140 -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/GF021140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021140.jpg" - -# capture n°021141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021141.pto --stitching --prefix=assemblage_021141 -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/GF021141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021141.jpg" - -# capture n°021142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021142.pto --stitching --prefix=assemblage_021142 -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/GF021142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021142.jpg" - -# capture n°021143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021143.pto --stitching --prefix=assemblage_021143 -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/GF021143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021143.jpg" - -# capture n°021144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021144.pto --stitching --prefix=assemblage_021144 -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/GF021144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021144.jpg" - -# capture n°021145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021145.pto --stitching --prefix=assemblage_021145 -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/GF021145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021145.jpg" - -# capture n°021146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021146.pto --stitching --prefix=assemblage_021146 -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/GF021146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021146.jpg" - -# capture n°021147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021147.pto --stitching --prefix=assemblage_021147 -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/GF021147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021147.jpg" - -# capture n°021148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021148.pto --stitching --prefix=assemblage_021148 -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/GF021148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021148.jpg" - -# capture n°021149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021149.pto --stitching --prefix=assemblage_021149 -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/GF021149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021149.jpg" - -# capture n°021150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021150.pto --stitching --prefix=assemblage_021150 -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/GF021150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021150.jpg" - -# capture n°021151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021151.pto --stitching --prefix=assemblage_021151 -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/GF021151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021151.jpg" - -# capture n°021152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021152.pto --stitching --prefix=assemblage_021152 -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/GF021152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021152.jpg" - -# capture n°021153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021153.pto --stitching --prefix=assemblage_021153 -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/GF021153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021153.jpg" - -# capture n°021154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021154.pto --stitching --prefix=assemblage_021154 -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/GF021154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021154.jpg" - -# capture n°021155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021155.pto --stitching --prefix=assemblage_021155 -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/GF021155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021155.jpg" - -# capture n°021156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021156.pto --stitching --prefix=assemblage_021156 -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/GF021156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021156.jpg" - -# capture n°021157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021157.pto --stitching --prefix=assemblage_021157 -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/GF021157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021157.jpg" - -# capture n°021158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021158.pto --stitching --prefix=assemblage_021158 -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/GF021158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021158.jpg" - -# capture n°021159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021159.pto --stitching --prefix=assemblage_021159 -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/GF021159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021159.jpg" - -# capture n°021160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021160.pto --stitching --prefix=assemblage_021160 -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/GF021160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021160.jpg" - -# capture n°021161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021161.pto --stitching --prefix=assemblage_021161 -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/GF021161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021161.jpg" - -# capture n°021162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021162.pto --stitching --prefix=assemblage_021162 -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/GF021162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021162.jpg" - -# capture n°021163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021163.pto --stitching --prefix=assemblage_021163 -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/GF021163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021163.jpg" - -# capture n°021164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021164.pto --stitching --prefix=assemblage_021164 -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/GF021164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021164.jpg" - -# capture n°021165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021165.pto --stitching --prefix=assemblage_021165 -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/GF021165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021165.jpg" - -# capture n°021166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021166.pto --stitching --prefix=assemblage_021166 -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/GF021166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021166.jpg" - -# capture n°021167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021167.pto --stitching --prefix=assemblage_021167 -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/GF021167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021167.jpg" - -# capture n°021168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021168.pto --stitching --prefix=assemblage_021168 -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/GF021168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021168.jpg" - -# capture n°021169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021169.pto --stitching --prefix=assemblage_021169 -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/GF021169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021169.jpg" - -# capture n°021170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021170.pto --stitching --prefix=assemblage_021170 -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/GF021170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021170.jpg" - -# capture n°021171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021171.pto --stitching --prefix=assemblage_021171 -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/GF021171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021171.jpg" - -# capture n°021172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021172.pto --stitching --prefix=assemblage_021172 -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/GF021172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021172.jpg" - -# capture n°021173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021173.pto --stitching --prefix=assemblage_021173 -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/GF021173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021173.jpg" - -# capture n°021174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021174.pto --stitching --prefix=assemblage_021174 -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/GF021174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021174.jpg" - -# capture n°021175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021175.pto --stitching --prefix=assemblage_021175 -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/GF021175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021175.jpg" - -# capture n°021176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021176.pto --stitching --prefix=assemblage_021176 -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/GF021176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021176.jpg" - -# capture n°021177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021177.pto --stitching --prefix=assemblage_021177 -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/GF021177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021177.jpg" - -# capture n°021178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021178.pto --stitching --prefix=assemblage_021178 -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/GF021178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021178.jpg" - -# capture n°021179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021179.pto --stitching --prefix=assemblage_021179 -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/GF021179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021179.jpg" - -# capture n°021180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021180.pto --stitching --prefix=assemblage_021180 -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/GF021180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021180.jpg" - -# capture n°021181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021181.pto --stitching --prefix=assemblage_021181 -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/GF021181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021181.jpg" - -# capture n°021182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021182.pto --stitching --prefix=assemblage_021182 -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/GF021182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021182.jpg" - -# capture n°021183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021183.pto --stitching --prefix=assemblage_021183 -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/GF021183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021183.jpg" - -# capture n°021184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021184.pto --stitching --prefix=assemblage_021184 -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/GF021184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021184.jpg" - -# capture n°021185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021185.pto --stitching --prefix=assemblage_021185 -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/GF021185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021185.jpg" - -# capture n°021186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021186.pto --stitching --prefix=assemblage_021186 -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/GF021186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021186.jpg" - -# capture n°021187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021187.pto --stitching --prefix=assemblage_021187 -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/GF021187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021187.jpg" - -# capture n°021188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021188.pto --stitching --prefix=assemblage_021188 -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/GF021188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021188.jpg" - -# capture n°021189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021189.pto --stitching --prefix=assemblage_021189 -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/GF021189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021189.jpg" - -# capture n°021190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021190.pto --stitching --prefix=assemblage_021190 -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/GF021190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021190.jpg" - -# capture n°021191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021191.pto --stitching --prefix=assemblage_021191 -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/GF021191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021191.jpg" - -# capture n°021192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021192.pto --stitching --prefix=assemblage_021192 -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/GF021192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021192.jpg" - -# capture n°021193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021193.pto --stitching --prefix=assemblage_021193 -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/GF021193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021193.jpg" - -# capture n°021194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021194.pto --stitching --prefix=assemblage_021194 -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/GF021194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021194.jpg" - -# capture n°021195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021195.pto --stitching --prefix=assemblage_021195 -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/GF021195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021195.jpg" - -# capture n°021196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021196.pto --stitching --prefix=assemblage_021196 -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/GF021196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021196.jpg" - -# capture n°021197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021197.pto --stitching --prefix=assemblage_021197 -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/GF021197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021197.jpg" - -# capture n°021198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021198.pto --stitching --prefix=assemblage_021198 -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/GF021198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021198.jpg" - -# capture n°021199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021199.pto --stitching --prefix=assemblage_021199 -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/GF021199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021199.jpg" - -# capture n°021200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021200.pto --stitching --prefix=assemblage_021200 -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/GF021200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021200.jpg" - -# capture n°021201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021201.pto --stitching --prefix=assemblage_021201 -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/GF021201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021201.jpg" - -# capture n°021202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021202.pto --stitching --prefix=assemblage_021202 -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/GF021202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021202.jpg" - -# capture n°021203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021203.pto --stitching --prefix=assemblage_021203 -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/GF021203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021203.jpg" - -# capture n°021204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021204.pto --stitching --prefix=assemblage_021204 -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/GF021204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021204.jpg" - -# capture n°021205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021205.pto --stitching --prefix=assemblage_021205 -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/GF021205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021205.jpg" - -# capture n°021206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021206.pto --stitching --prefix=assemblage_021206 -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/GF021206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021206.jpg" - -# capture n°021207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021207.pto --stitching --prefix=assemblage_021207 -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/GF021207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021207.jpg" - -# capture n°021208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021208.pto --stitching --prefix=assemblage_021208 -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/GF021208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021208.jpg" - -# capture n°021209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021209.pto --stitching --prefix=assemblage_021209 -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/GF021209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021209.jpg" - -# capture n°021210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021210.pto --stitching --prefix=assemblage_021210 -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/GF021210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021210.jpg" - -# capture n°021211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021211.pto --stitching --prefix=assemblage_021211 -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/GF021211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021211.jpg" - -# capture n°021212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021212.pto --stitching --prefix=assemblage_021212 -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/GF021212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021212.jpg" - -# capture n°021213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021213.pto --stitching --prefix=assemblage_021213 -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/GF021213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021213.jpg" - -# capture n°021214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021214.pto --stitching --prefix=assemblage_021214 -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/GF021214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021214.jpg" - -# capture n°021215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021215.pto --stitching --prefix=assemblage_021215 -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/GF021215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021215.jpg" - -# capture n°021216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021216.pto --stitching --prefix=assemblage_021216 -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/GF021216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021216.jpg" - -# capture n°021217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021217.pto --stitching --prefix=assemblage_021217 -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/GF021217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021217.jpg" - -# capture n°021218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021218.pto --stitching --prefix=assemblage_021218 -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/GF021218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021218.jpg" - -# capture n°021219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021219.pto --stitching --prefix=assemblage_021219 -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/GF021219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021219.jpg" - -# capture n°021220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021220.pto --stitching --prefix=assemblage_021220 -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/GF021220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021220.jpg" - -# capture n°021221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021221.pto --stitching --prefix=assemblage_021221 -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/GF021221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021221.jpg" - -# capture n°021222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021222.pto --stitching --prefix=assemblage_021222 -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/GF021222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021222.jpg" - -# capture n°021223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021223.pto --stitching --prefix=assemblage_021223 -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/GF021223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021223.jpg" - -# capture n°021224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021224.pto --stitching --prefix=assemblage_021224 -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/GF021224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021224.jpg" - -# capture n°021225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021225.pto --stitching --prefix=assemblage_021225 -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/GF021225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021225.jpg" - -# capture n°021226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021226.pto --stitching --prefix=assemblage_021226 -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/GF021226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021226.jpg" - -# capture n°021227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021227.pto --stitching --prefix=assemblage_021227 -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/GF021227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021227.jpg" - -# capture n°021228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021228.pto --stitching --prefix=assemblage_021228 -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/GF021228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021228.jpg" - -# capture n°021229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021229.pto --stitching --prefix=assemblage_021229 -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/GF021229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021229.jpg" - -# capture n°021230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021230.pto --stitching --prefix=assemblage_021230 -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/GF021230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021230.jpg" - -# capture n°021231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021231.pto --stitching --prefix=assemblage_021231 -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/GF021231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021231.jpg" - -# capture n°021232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021232.pto --stitching --prefix=assemblage_021232 -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/GF021232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021232.jpg" - -# capture n°021233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021233.pto --stitching --prefix=assemblage_021233 -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/GF021233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021233.jpg" - -# capture n°021234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021234.pto --stitching --prefix=assemblage_021234 -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/GF021234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021234.jpg" - -# capture n°021235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021235.pto --stitching --prefix=assemblage_021235 -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/GF021235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021235.jpg" - -# capture n°021236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021236.pto --stitching --prefix=assemblage_021236 -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/GF021236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021236.jpg" - -# capture n°021237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021237.pto --stitching --prefix=assemblage_021237 -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/GF021237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021237.jpg" - -# capture n°021238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021238.pto --stitching --prefix=assemblage_021238 -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/GF021238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021238.jpg" - -# capture n°021239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021239.pto --stitching --prefix=assemblage_021239 -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/GF021239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021239.jpg" - -# capture n°021240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021240.pto --stitching --prefix=assemblage_021240 -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/GF021240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021240.jpg" - -# capture n°021241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021241.pto --stitching --prefix=assemblage_021241 -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/GF021241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021241.jpg" - -# capture n°021242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021242.pto --stitching --prefix=assemblage_021242 -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/GF021242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021242.jpg" - -# capture n°021243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021243.pto --stitching --prefix=assemblage_021243 -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/GF021243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021243.jpg" - -# capture n°021244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021244.pto --stitching --prefix=assemblage_021244 -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/GF021244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021244.jpg" - -# capture n°021245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021245.pto --stitching --prefix=assemblage_021245 -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/GF021245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021245.jpg" - -# capture n°021246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021246.pto --stitching --prefix=assemblage_021246 -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/GF021246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021246.jpg" - -# capture n°021247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021247.pto --stitching --prefix=assemblage_021247 -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/GF021247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021247.jpg" - -# capture n°021248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021248.pto --stitching --prefix=assemblage_021248 -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/GF021248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021248.jpg" - -# capture n°021249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021249.pto --stitching --prefix=assemblage_021249 -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/GF021249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021249.jpg" - -# capture n°021250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021250.pto --stitching --prefix=assemblage_021250 -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/GF021250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021250.jpg" - -# capture n°021251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021251.pto --stitching --prefix=assemblage_021251 -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/GF021251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021251.jpg" - -# capture n°021252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021252.pto --stitching --prefix=assemblage_021252 -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/GF021252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021252.jpg" - -# capture n°021253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021253.pto --stitching --prefix=assemblage_021253 -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/GF021253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021253.jpg" - -# capture n°021254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021254.pto --stitching --prefix=assemblage_021254 -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/GF021254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021254.jpg" - -# capture n°021255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021255.pto --stitching --prefix=assemblage_021255 -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/GF021255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021255.jpg" - -# capture n°021256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021256.pto --stitching --prefix=assemblage_021256 -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/GF021256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021256.jpg" - -# capture n°021257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021257.pto --stitching --prefix=assemblage_021257 -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/GF021257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021257.jpg" - -# capture n°021258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021258.pto --stitching --prefix=assemblage_021258 -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/GF021258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021258.jpg" - -# capture n°021259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021259.pto --stitching --prefix=assemblage_021259 -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/GF021259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021259.jpg" - -# capture n°021260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021260.pto --stitching --prefix=assemblage_021260 -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/GF021260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021260.jpg" - -# capture n°021261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021261.pto --stitching --prefix=assemblage_021261 -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/GF021261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021261.jpg" - -# capture n°021262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021262.pto --stitching --prefix=assemblage_021262 -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/GF021262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021262.jpg" - -# capture n°021263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021263.pto --stitching --prefix=assemblage_021263 -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/GF021263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021263.jpg" - -# capture n°021264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021264.pto --stitching --prefix=assemblage_021264 -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/GF021264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021264.jpg" - -# capture n°021265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021265.pto --stitching --prefix=assemblage_021265 -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/GF021265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021265.jpg" - -# capture n°021266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021266.pto --stitching --prefix=assemblage_021266 -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/GF021266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021266.jpg" - -# capture n°021267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021267.pto --stitching --prefix=assemblage_021267 -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/GF021267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021267.jpg" - -# capture n°021268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021268.pto --stitching --prefix=assemblage_021268 -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/GF021268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021268.jpg" - -# capture n°021269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021269.pto --stitching --prefix=assemblage_021269 -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/GF021269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021269.jpg" - -# capture n°021270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021270.pto --stitching --prefix=assemblage_021270 -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/GF021270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021270.jpg" - -# capture n°021271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021271.pto --stitching --prefix=assemblage_021271 -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/GF021271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021271.jpg" - -# capture n°021272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021272.pto --stitching --prefix=assemblage_021272 -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/GF021272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021272.jpg" - -# capture n°021273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021273.pto --stitching --prefix=assemblage_021273 -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/GF021273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021273.jpg" - -# capture n°021274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021274.pto --stitching --prefix=assemblage_021274 -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/GF021274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021274.jpg" - -# capture n°021275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021275.pto --stitching --prefix=assemblage_021275 -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/GF021275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021275.jpg" - -# capture n°021276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021276.pto --stitching --prefix=assemblage_021276 -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/GF021276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021276.jpg" - -# capture n°021277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021277.pto --stitching --prefix=assemblage_021277 -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/GF021277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021277.jpg" - -# capture n°021278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021278.pto --stitching --prefix=assemblage_021278 -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/GF021278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021278.jpg" - -# capture n°021279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021279.pto --stitching --prefix=assemblage_021279 -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/GF021279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021279.jpg" - -# capture n°021280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021280.pto --stitching --prefix=assemblage_021280 -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/GF021280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021280.jpg" - -# capture n°021281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021281.pto --stitching --prefix=assemblage_021281 -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/GF021281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021281.jpg" - -# capture n°021282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021282.pto --stitching --prefix=assemblage_021282 -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/GF021282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021282.jpg" - -# capture n°021283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021283.pto --stitching --prefix=assemblage_021283 -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/GF021283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021283.jpg" - -# capture n°021284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021284.pto --stitching --prefix=assemblage_021284 -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/GF021284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021284.jpg" - -# capture n°021285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021285.pto --stitching --prefix=assemblage_021285 -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/GF021285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021285.jpg" - -# capture n°021286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021286.pto --stitching --prefix=assemblage_021286 -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/GF021286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021286.jpg" - -# capture n°021287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021287.pto --stitching --prefix=assemblage_021287 -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/GF021287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021287.jpg" - -# capture n°021288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021288.pto --stitching --prefix=assemblage_021288 -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/GF021288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021288.jpg" - -# capture n°021289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021289.pto --stitching --prefix=assemblage_021289 -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/GF021289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021289.jpg" - -# capture n°021290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021290.pto --stitching --prefix=assemblage_021290 -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/GF021290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021290.jpg" - -# capture n°021291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021291.pto --stitching --prefix=assemblage_021291 -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/GF021291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021291.jpg" - -# capture n°021292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021292.pto --stitching --prefix=assemblage_021292 -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/GF021292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021292.jpg" - -# capture n°021293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021293.pto --stitching --prefix=assemblage_021293 -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/GF021293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021293.jpg" - -# capture n°021294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021294.pto --stitching --prefix=assemblage_021294 -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/GF021294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021294.jpg" - -# capture n°021295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021295.pto --stitching --prefix=assemblage_021295 -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/GF021295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021295.jpg" - -# capture n°021296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021296.pto --stitching --prefix=assemblage_021296 -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/GF021296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021296.jpg" - -# capture n°021297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021297.pto --stitching --prefix=assemblage_021297 -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/GF021297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021297.jpg" - -# capture n°021298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021298.pto --stitching --prefix=assemblage_021298 -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/GF021298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021298.jpg" - -# capture n°021299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021299.pto --stitching --prefix=assemblage_021299 -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/GF021299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021299.jpg" - -# capture n°021300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021300.pto --stitching --prefix=assemblage_021300 -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/GF021300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021300.jpg" - -# capture n°021301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021301.pto --stitching --prefix=assemblage_021301 -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/GF021301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021301.jpg" - -# capture n°021302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021302.pto --stitching --prefix=assemblage_021302 -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/GF021302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021302.jpg" - -# capture n°021303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021303.pto --stitching --prefix=assemblage_021303 -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/GF021303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021303.jpg" - -# capture n°021304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021304.pto --stitching --prefix=assemblage_021304 -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/GF021304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021304.jpg" - -# capture n°021305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021305.pto --stitching --prefix=assemblage_021305 -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/GF021305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021305.jpg" - -# capture n°021306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021306.pto --stitching --prefix=assemblage_021306 -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/GF021306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021306.jpg" - -# capture n°021307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021307.pto --stitching --prefix=assemblage_021307 -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/GF021307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021307.jpg" - -# capture n°021308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021308.pto --stitching --prefix=assemblage_021308 -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/GF021308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021308.jpg" - -# capture n°021309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021309.pto --stitching --prefix=assemblage_021309 -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/GF021309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021309.jpg" - -# capture n°021310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021310.pto --stitching --prefix=assemblage_021310 -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/GF021310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021310.jpg" - -# capture n°021311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021311.pto --stitching --prefix=assemblage_021311 -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/GF021311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021311.jpg" - -# capture n°021312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021312.pto --stitching --prefix=assemblage_021312 -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/GF021312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021312.jpg" - -# capture n°021313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021313.pto --stitching --prefix=assemblage_021313 -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/GF021313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021313.jpg" - -# capture n°021314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021314.pto --stitching --prefix=assemblage_021314 -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/GF021314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021314.jpg" - -# capture n°021315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021315.pto --stitching --prefix=assemblage_021315 -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/GF021315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021315.jpg" - -# capture n°021316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021316.pto --stitching --prefix=assemblage_021316 -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/GF021316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021316.jpg" - -# capture n°021317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021317.pto --stitching --prefix=assemblage_021317 -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/GF021317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021317.jpg" - -# capture n°021318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021318.pto --stitching --prefix=assemblage_021318 -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/GF021318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021318.jpg" - -# capture n°021319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021319.pto --stitching --prefix=assemblage_021319 -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/GF021319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021319.jpg" - -# capture n°021320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021320.pto --stitching --prefix=assemblage_021320 -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/GF021320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021320.jpg" - -# capture n°021321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021321.pto --stitching --prefix=assemblage_021321 -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/GF021321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021321.jpg" - -# capture n°021322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021322.pto --stitching --prefix=assemblage_021322 -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/GF021322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021322.jpg" - -# capture n°021323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021323.pto --stitching --prefix=assemblage_021323 -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/GF021323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021323.jpg" - -# capture n°021324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021324.pto --stitching --prefix=assemblage_021324 -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/GF021324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021324.jpg" - -# capture n°021325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021325.pto --stitching --prefix=assemblage_021325 -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/GF021325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021325.jpg" - -# capture n°021326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021326.pto --stitching --prefix=assemblage_021326 -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/GF021326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021326.jpg" - -# capture n°021327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021327.pto --stitching --prefix=assemblage_021327 -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/GF021327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021327.jpg" - -# capture n°021328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021328.pto --stitching --prefix=assemblage_021328 -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/GF021328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021328.jpg" - -# capture n°021329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021329.pto --stitching --prefix=assemblage_021329 -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/GF021329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021329.jpg" - -# capture n°021330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021330.pto --stitching --prefix=assemblage_021330 -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/GF021330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021330.jpg" - -# capture n°021331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021331.pto --stitching --prefix=assemblage_021331 -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/GF021331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021331.jpg" - -# capture n°021332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021332.pto --stitching --prefix=assemblage_021332 -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/GF021332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021332.jpg" - -# capture n°021333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021333.pto --stitching --prefix=assemblage_021333 -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/GF021333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021333.jpg" - -# capture n°021334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021334.pto --stitching --prefix=assemblage_021334 -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/GF021334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021334.jpg" - -# capture n°021335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021335.pto --stitching --prefix=assemblage_021335 -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/GF021335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021335.jpg" - -# capture n°021336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021336.pto --stitching --prefix=assemblage_021336 -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/GF021336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021336.jpg" - -# capture n°021337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021337.pto --stitching --prefix=assemblage_021337 -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/GF021337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021337.jpg" - -# capture n°021338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021338.pto --stitching --prefix=assemblage_021338 -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/GF021338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021338.jpg" - -# capture n°021339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021339.pto --stitching --prefix=assemblage_021339 -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/GF021339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021339.jpg" - -# capture n°021340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021340.pto --stitching --prefix=assemblage_021340 -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/GF021340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021340.jpg" - -# capture n°021341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021341.pto --stitching --prefix=assemblage_021341 -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/GF021341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021341.jpg" - -# capture n°021342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021342.pto --stitching --prefix=assemblage_021342 -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/GF021342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021342.jpg" - -# capture n°021343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021343.pto --stitching --prefix=assemblage_021343 -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/GF021343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021343.jpg" - -# capture n°021344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021344.pto --stitching --prefix=assemblage_021344 -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/GF021344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021344.jpg" - -# capture n°021345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021345.pto --stitching --prefix=assemblage_021345 -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/GF021345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021345.jpg" - -# capture n°021346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021346.pto --stitching --prefix=assemblage_021346 -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/GF021346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021346.jpg" - -# capture n°021347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021347.pto --stitching --prefix=assemblage_021347 -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/GF021347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021347.jpg" - -# capture n°021348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021348.pto --stitching --prefix=assemblage_021348 -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/GF021348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021348.jpg" - -# capture n°021349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021349.pto --stitching --prefix=assemblage_021349 -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/GF021349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021349.jpg" - -# capture n°021350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021350.pto --stitching --prefix=assemblage_021350 -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/GF021350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021350.jpg" - -# capture n°021351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021351.pto --stitching --prefix=assemblage_021351 -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/GF021351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021351.jpg" - -# capture n°021352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021352.pto --stitching --prefix=assemblage_021352 -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/GF021352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021352.jpg" - -# capture n°021353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021353.pto --stitching --prefix=assemblage_021353 -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/GF021353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021353.jpg" - -# capture n°021354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021354.pto --stitching --prefix=assemblage_021354 -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/GF021354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021354.jpg" - -# capture n°021355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021355.pto --stitching --prefix=assemblage_021355 -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/GF021355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021355.jpg" - -# capture n°021356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021356.pto --stitching --prefix=assemblage_021356 -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/GF021356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021356.jpg" - -# capture n°021357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021357.pto --stitching --prefix=assemblage_021357 -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/GF021357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021357.jpg" - -# capture n°021358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021358.pto --stitching --prefix=assemblage_021358 -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/GF021358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021358.jpg" - -# capture n°021359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021359.pto --stitching --prefix=assemblage_021359 -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/GF021359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021359.jpg" - -# capture n°021360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021360.pto --stitching --prefix=assemblage_021360 -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/GF021360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021360.jpg" - -# capture n°021361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021361.pto --stitching --prefix=assemblage_021361 -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/GF021361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021361.jpg" - -# capture n°021362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021362.pto --stitching --prefix=assemblage_021362 -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/GF021362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021362.jpg" - -# capture n°021363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021363.pto --stitching --prefix=assemblage_021363 -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/GF021363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021363.jpg" - -# capture n°021364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021364.pto --stitching --prefix=assemblage_021364 -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/GF021364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021364.jpg" - -# capture n°021365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021365.pto --stitching --prefix=assemblage_021365 -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/GF021365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021365.jpg" - -# capture n°021366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021366.pto --stitching --prefix=assemblage_021366 -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/GF021366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021366.jpg" - -# capture n°021367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021367.pto --stitching --prefix=assemblage_021367 -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/GF021367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021367.jpg" - -# capture n°021368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021368.pto --stitching --prefix=assemblage_021368 -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/GF021368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021368.jpg" - -# capture n°021369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021369.pto --stitching --prefix=assemblage_021369 -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/GF021369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021369.jpg" - -# capture n°021370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021370.pto --stitching --prefix=assemblage_021370 -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/GF021370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021370.jpg" - -# capture n°021371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021371.pto --stitching --prefix=assemblage_021371 -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/GF021371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021371.jpg" - -# capture n°021372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021372.pto --stitching --prefix=assemblage_021372 -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/GF021372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021372.jpg" - -# capture n°021373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021373.pto --stitching --prefix=assemblage_021373 -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/GF021373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021373.jpg" - -# capture n°021374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021374.pto --stitching --prefix=assemblage_021374 -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/GF021374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021374.jpg" - -# capture n°021375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021375.pto --stitching --prefix=assemblage_021375 -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/GF021375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021375.jpg" - -# capture n°021376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021376.pto --stitching --prefix=assemblage_021376 -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/GF021376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021376.jpg" - -# capture n°021377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021377.pto --stitching --prefix=assemblage_021377 -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/GF021377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021377.jpg" - -# capture n°021378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021378.pto --stitching --prefix=assemblage_021378 -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/GF021378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021378.jpg" - -# capture n°021379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021379.pto --stitching --prefix=assemblage_021379 -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/GF021379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021379.jpg" - -# capture n°021380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021380.pto --stitching --prefix=assemblage_021380 -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/GF021380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021380.jpg" - -# capture n°021381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021381.pto --stitching --prefix=assemblage_021381 -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/GF021381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021381.jpg" - -# capture n°021382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021382.pto --stitching --prefix=assemblage_021382 -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/GF021382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021382.jpg" - -# capture n°021383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021383.pto --stitching --prefix=assemblage_021383 -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/GF021383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021383.jpg" - -# capture n°021384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021384.pto --stitching --prefix=assemblage_021384 -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/GF021384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021384.jpg" - -# capture n°021385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021385.pto --stitching --prefix=assemblage_021385 -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/GF021385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021385.jpg" - -# capture n°021386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021386.pto --stitching --prefix=assemblage_021386 -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/GF021386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021386.jpg" - -# capture n°021387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021387.pto --stitching --prefix=assemblage_021387 -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/GF021387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021387.jpg" - -# capture n°021388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021388.pto --stitching --prefix=assemblage_021388 -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/GF021388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021388.jpg" - -# capture n°021389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021389.pto --stitching --prefix=assemblage_021389 -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/GF021389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021389.jpg" - -# capture n°021390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021390.pto --stitching --prefix=assemblage_021390 -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/GF021390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021390.jpg" - -# capture n°021391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021391.pto --stitching --prefix=assemblage_021391 -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/GF021391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021391.jpg" - -# capture n°021392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021392.pto --stitching --prefix=assemblage_021392 -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/GF021392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021392.jpg" - -# capture n°021393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021393.pto --stitching --prefix=assemblage_021393 -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/GF021393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021393.jpg" - -# capture n°021394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021394.pto --stitching --prefix=assemblage_021394 -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/GF021394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021394.jpg" - -# capture n°021395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021395.pto --stitching --prefix=assemblage_021395 -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/GF021395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021395.jpg" - -# capture n°021396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021396.pto --stitching --prefix=assemblage_021396 -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/GF021396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021396.jpg" - -# capture n°021397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021397.pto --stitching --prefix=assemblage_021397 -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/GF021397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021397.jpg" - -# capture n°021398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021398.pto --stitching --prefix=assemblage_021398 -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/GF021398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021398.jpg" - -# capture n°021399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021399.pto --stitching --prefix=assemblage_021399 -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/GF021399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021399.jpg" - -# capture n°021400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021400.pto --stitching --prefix=assemblage_021400 -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/GF021400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021400.jpg" - -# capture n°021401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021401.pto --stitching --prefix=assemblage_021401 -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/GF021401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021401.jpg" - -# capture n°021402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021402.pto --stitching --prefix=assemblage_021402 -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/GF021402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021402.jpg" - -# capture n°021403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021403.pto --stitching --prefix=assemblage_021403 -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/GF021403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021403.jpg" - -# capture n°021404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021404.pto --stitching --prefix=assemblage_021404 -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/GF021404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021404.jpg" - -# capture n°021405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021405.pto --stitching --prefix=assemblage_021405 -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/GF021405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021405.jpg" - -# capture n°021406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021406.pto --stitching --prefix=assemblage_021406 -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/GF021406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021406.jpg" - -# capture n°021407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021407.pto --stitching --prefix=assemblage_021407 -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/GF021407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021407.jpg" - -# capture n°021408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021408.pto --stitching --prefix=assemblage_021408 -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/GF021408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021408.jpg" - -# capture n°021409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021409.pto --stitching --prefix=assemblage_021409 -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/GF021409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021409.jpg" - -# capture n°021410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021410.pto --stitching --prefix=assemblage_021410 -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/GF021410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021410.jpg" - -# capture n°021411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021411.pto --stitching --prefix=assemblage_021411 -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/GF021411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021411.jpg" - -# capture n°021412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021412.pto --stitching --prefix=assemblage_021412 -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/GF021412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021412.jpg" - -# capture n°021413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021413.pto --stitching --prefix=assemblage_021413 -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/GF021413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021413.jpg" - -# capture n°021414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021414.pto --stitching --prefix=assemblage_021414 -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/GF021414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021414.jpg" - -# capture n°021415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021415.pto --stitching --prefix=assemblage_021415 -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/GF021415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021415.jpg" - -# capture n°021416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021416.pto --stitching --prefix=assemblage_021416 -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/GF021416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021416.jpg" - -# capture n°021417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021417.pto --stitching --prefix=assemblage_021417 -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/GF021417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021417.jpg" - -# capture n°021418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021418.pto --stitching --prefix=assemblage_021418 -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/GF021418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021418.jpg" - -# capture n°021419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021419.pto --stitching --prefix=assemblage_021419 -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/GF021419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021419.jpg" - -# capture n°021420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021420.pto --stitching --prefix=assemblage_021420 -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/GF021420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021420.jpg" - -# capture n°021421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021421.pto --stitching --prefix=assemblage_021421 -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/GF021421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021421.jpg" - -# capture n°021422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021422.pto --stitching --prefix=assemblage_021422 -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/GF021422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021422.jpg" - -# capture n°021423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021423.pto --stitching --prefix=assemblage_021423 -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/GF021423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021423.jpg" - -# capture n°021424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021424.pto --stitching --prefix=assemblage_021424 -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/GF021424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021424.jpg" - -# capture n°021425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021425.pto --stitching --prefix=assemblage_021425 -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/GF021425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021425.jpg" - -# capture n°021426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021426.pto --stitching --prefix=assemblage_021426 -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/GF021426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021426.jpg" - -# capture n°021427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021427.pto --stitching --prefix=assemblage_021427 -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/GF021427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021427.jpg" - -# capture n°021428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021428.pto --stitching --prefix=assemblage_021428 -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/GF021428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021428.jpg" - -# capture n°021429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021429.pto --stitching --prefix=assemblage_021429 -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/GF021429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021429.jpg" - -# capture n°021430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021430.pto --stitching --prefix=assemblage_021430 -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/GF021430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021430.jpg" - -# capture n°021431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021431.pto --stitching --prefix=assemblage_021431 -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/GF021431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021431.jpg" - -# capture n°021432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021432.pto --stitching --prefix=assemblage_021432 -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/GF021432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021432.jpg" - -# capture n°021433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021433.pto --stitching --prefix=assemblage_021433 -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/GF021433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021433.jpg" - -# capture n°021434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021434.pto --stitching --prefix=assemblage_021434 -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/GF021434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021434.jpg" - -# capture n°021435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021435.pto --stitching --prefix=assemblage_021435 -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/GF021435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021435.jpg" - -# capture n°021436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021436.pto --stitching --prefix=assemblage_021436 -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/GF021436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021436.jpg" - -# capture n°021437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021437.pto --stitching --prefix=assemblage_021437 -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/GF021437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021437.jpg" - -# capture n°021438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021438.pto --stitching --prefix=assemblage_021438 -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/GF021438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021438.jpg" - -# capture n°021439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021439.pto --stitching --prefix=assemblage_021439 -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/GF021439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021439.jpg" - -# capture n°021440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021440.pto --stitching --prefix=assemblage_021440 -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/GF021440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021440.jpg" - -# capture n°021441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021441.pto --stitching --prefix=assemblage_021441 -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/GF021441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021441.jpg" - -# capture n°021442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021442.pto --stitching --prefix=assemblage_021442 -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/GF021442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021442.jpg" - -# capture n°021443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021443.pto --stitching --prefix=assemblage_021443 -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/GF021443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021443.jpg" - -# capture n°021444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021444.pto --stitching --prefix=assemblage_021444 -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/GF021444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021444.jpg" - -# capture n°021445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021445.pto --stitching --prefix=assemblage_021445 -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/GF021445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021445.jpg" - -# capture n°021446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021446.pto --stitching --prefix=assemblage_021446 -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/GF021446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021446.jpg" - -# capture n°021447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021447.pto --stitching --prefix=assemblage_021447 -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/GF021447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021447.jpg" - -# capture n°021448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021448.pto --stitching --prefix=assemblage_021448 -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/GF021448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021448.jpg" - -# capture n°021449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021449.pto --stitching --prefix=assemblage_021449 -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/GF021449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021449.jpg" - -# capture n°021450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021450.pto --stitching --prefix=assemblage_021450 -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/GF021450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021450.jpg" - -# capture n°021451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021451.pto --stitching --prefix=assemblage_021451 -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/GF021451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021451.jpg" - -# capture n°021452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021452.pto --stitching --prefix=assemblage_021452 -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/GF021452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021452.jpg" - -# capture n°021453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021453.pto --stitching --prefix=assemblage_021453 -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/GF021453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021453.jpg" - -# capture n°021454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021454.pto --stitching --prefix=assemblage_021454 -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/GF021454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021454.jpg" - -# capture n°021455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021455.pto --stitching --prefix=assemblage_021455 -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/GF021455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021455.jpg" - -# capture n°021456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021456.pto --stitching --prefix=assemblage_021456 -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/GF021456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021456.jpg" - -# capture n°021457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021457.pto --stitching --prefix=assemblage_021457 -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/GF021457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021457.jpg" - -# capture n°021458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021458.pto --stitching --prefix=assemblage_021458 -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/GF021458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021458.jpg" - -# capture n°021459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021459.pto --stitching --prefix=assemblage_021459 -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/GF021459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021459.jpg" - -# capture n°021460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021460.pto --stitching --prefix=assemblage_021460 -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/GF021460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021460.jpg" - -# capture n°021461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021461.pto --stitching --prefix=assemblage_021461 -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/GF021461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021461.jpg" - -# capture n°021462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021462.pto --stitching --prefix=assemblage_021462 -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/GF021462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021462.jpg" - -# capture n°021463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021463.pto --stitching --prefix=assemblage_021463 -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/GF021463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021463.jpg" - -# capture n°021464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021464.pto --stitching --prefix=assemblage_021464 -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/GF021464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021464.jpg" - -# capture n°021465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021465.pto --stitching --prefix=assemblage_021465 -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/GF021465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021465.jpg" - -# capture n°021466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021466.pto --stitching --prefix=assemblage_021466 -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/GF021466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021466.jpg" - -# capture n°021467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021467.pto --stitching --prefix=assemblage_021467 -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/GF021467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021467.jpg" - -# capture n°021468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021468.pto --stitching --prefix=assemblage_021468 -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/GF021468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021468.jpg" - -# capture n°021469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021469.pto --stitching --prefix=assemblage_021469 -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/GF021469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021469.jpg" - -# capture n°021470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021470.pto --stitching --prefix=assemblage_021470 -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/GF021470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021470.jpg" - -# capture n°021471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021471.pto --stitching --prefix=assemblage_021471 -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/GF021471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021471.jpg" - -# capture n°021472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021472.pto --stitching --prefix=assemblage_021472 -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/GF021472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021472.jpg" - -# capture n°021473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021473.pto --stitching --prefix=assemblage_021473 -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/GF021473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021473.jpg" - -# capture n°021474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021474.pto --stitching --prefix=assemblage_021474 -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/GF021474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021474.jpg" - -# capture n°021475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021475.pto --stitching --prefix=assemblage_021475 -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/GF021475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021475.jpg" - -# capture n°021476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021476.pto --stitching --prefix=assemblage_021476 -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/GF021476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021476.jpg" - -# capture n°021477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021477.pto --stitching --prefix=assemblage_021477 -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/GF021477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021477.jpg" - -# capture n°021478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021478.pto --stitching --prefix=assemblage_021478 -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/GF021478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021478.jpg" - -# capture n°021479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021479.pto --stitching --prefix=assemblage_021479 -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/GF021479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021479.jpg" - -# capture n°021480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021480.pto --stitching --prefix=assemblage_021480 -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/GF021480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021480.jpg" - -# capture n°021481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021481.pto --stitching --prefix=assemblage_021481 -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/GF021481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021481.jpg" - -# capture n°021482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021482.pto --stitching --prefix=assemblage_021482 -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/GF021482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021482.jpg" - -# capture n°021483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021483.pto --stitching --prefix=assemblage_021483 -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/GF021483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021483.jpg" - -# capture n°021484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021484.pto --stitching --prefix=assemblage_021484 -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/GF021484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021484.jpg" - -# capture n°021485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021485.pto --stitching --prefix=assemblage_021485 -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/GF021485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021485.jpg" - -# capture n°021486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021486.pto --stitching --prefix=assemblage_021486 -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/GF021486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021486.jpg" - -# capture n°021487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021487.pto --stitching --prefix=assemblage_021487 -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/GF021487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021487.jpg" - -# capture n°021488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021488.pto --stitching --prefix=assemblage_021488 -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/GF021488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021488.jpg" - -# capture n°021489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021489.pto --stitching --prefix=assemblage_021489 -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/GF021489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021489.jpg" - -# capture n°021490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021490.pto --stitching --prefix=assemblage_021490 -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/GF021490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021490.jpg" - -# capture n°021491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021491.pto --stitching --prefix=assemblage_021491 -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/GF021491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021491.jpg" - -# capture n°021492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021492.pto --stitching --prefix=assemblage_021492 -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/GF021492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021492.jpg" - -# capture n°021493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021493.pto --stitching --prefix=assemblage_021493 -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/GF021493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021493.jpg" - -# capture n°021494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021494.pto --stitching --prefix=assemblage_021494 -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/GF021494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021494.jpg" - -# capture n°021495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021495.pto --stitching --prefix=assemblage_021495 -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/GF021495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021495.jpg" - -# capture n°021496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021496.pto --stitching --prefix=assemblage_021496 -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/GF021496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021496.jpg" - -# capture n°021497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021497.pto --stitching --prefix=assemblage_021497 -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/GF021497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021497.jpg" - -# capture n°021498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021498.pto --stitching --prefix=assemblage_021498 -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/GF021498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021498.jpg" - -# capture n°021499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021499.pto --stitching --prefix=assemblage_021499 -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/GF021499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021499.jpg" - -# capture n°021500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021500.pto --stitching --prefix=assemblage_021500 -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/GF021500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021500.jpg" - -# capture n°021501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021501.pto --stitching --prefix=assemblage_021501 -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/GF021501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021501.jpg" - -# capture n°021502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021502.pto --stitching --prefix=assemblage_021502 -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/GF021502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021502.jpg" - -# capture n°021503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021503.pto --stitching --prefix=assemblage_021503 -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/GF021503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021503.jpg" - -# capture n°021504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021504.pto --stitching --prefix=assemblage_021504 -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/GF021504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021504.jpg" - -# capture n°021505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021505.pto --stitching --prefix=assemblage_021505 -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/GF021505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021505.jpg" - -# capture n°021506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021506.pto --stitching --prefix=assemblage_021506 -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/GF021506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021506.jpg" - -# capture n°021507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021507.pto --stitching --prefix=assemblage_021507 -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/GF021507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021507.jpg" - -# capture n°021508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021508.pto --stitching --prefix=assemblage_021508 -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/GF021508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021508.jpg" - -# capture n°021509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021509.pto --stitching --prefix=assemblage_021509 -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/GF021509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021509.jpg" - -# capture n°021510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021510.pto --stitching --prefix=assemblage_021510 -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/GF021510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021510.jpg" - -# capture n°021511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021511.pto --stitching --prefix=assemblage_021511 -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/GF021511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021511.jpg" - -# capture n°021512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021512.pto --stitching --prefix=assemblage_021512 -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/GF021512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021512.jpg" - -# capture n°021513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021513.pto --stitching --prefix=assemblage_021513 -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/GF021513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021513.jpg" - -# capture n°021514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021514.pto --stitching --prefix=assemblage_021514 -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/GF021514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021514.jpg" - -# capture n°021515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021515.pto --stitching --prefix=assemblage_021515 -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/GF021515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021515.jpg" - -# capture n°021516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021516.pto --stitching --prefix=assemblage_021516 -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/GF021516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021516.jpg" - -# capture n°021517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021517.pto --stitching --prefix=assemblage_021517 -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/GF021517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021517.jpg" - -# capture n°021518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021518.pto --stitching --prefix=assemblage_021518 -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/GF021518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021518.jpg" - -# capture n°021519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021519.pto --stitching --prefix=assemblage_021519 -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/GF021519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021519.jpg" - -# capture n°021520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021520.pto --stitching --prefix=assemblage_021520 -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/GF021520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021520.jpg" - -# capture n°021521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021521.pto --stitching --prefix=assemblage_021521 -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/GF021521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021521.jpg" - -# capture n°021522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021522.pto --stitching --prefix=assemblage_021522 -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/GF021522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021522.jpg" - -# capture n°021523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021523.pto --stitching --prefix=assemblage_021523 -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/GF021523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021523.jpg" - -# capture n°021524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021524.pto --stitching --prefix=assemblage_021524 -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/GF021524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021524.jpg" - -# capture n°021525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021525.pto --stitching --prefix=assemblage_021525 -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/GF021525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021525.jpg" - -# capture n°021526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021526.pto --stitching --prefix=assemblage_021526 -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/GF021526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021526.jpg" - -# capture n°021527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021527.pto --stitching --prefix=assemblage_021527 -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/GF021527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021527.jpg" - -# capture n°021528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021528.pto --stitching --prefix=assemblage_021528 -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/GF021528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021528.jpg" - -# capture n°021529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021529.pto --stitching --prefix=assemblage_021529 -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/GF021529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021529.jpg" - -# capture n°021530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021530.pto --stitching --prefix=assemblage_021530 -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/GF021530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021530.jpg" - -# capture n°021531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021531.pto --stitching --prefix=assemblage_021531 -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/GF021531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021531.jpg" - -# capture n°021532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021532.pto --stitching --prefix=assemblage_021532 -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/GF021532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021532.jpg" - -# capture n°021533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021533.pto --stitching --prefix=assemblage_021533 -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/GF021533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021533.jpg" - -# capture n°021534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021534.pto --stitching --prefix=assemblage_021534 -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/GF021534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021534.jpg" - -# capture n°021535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021535.pto --stitching --prefix=assemblage_021535 -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/GF021535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021535.jpg" - -# capture n°021536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021536.pto --stitching --prefix=assemblage_021536 -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/GF021536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021536.jpg" - -# capture n°021537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021537.pto --stitching --prefix=assemblage_021537 -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/GF021537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021537.jpg" - -# capture n°021538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021538.pto --stitching --prefix=assemblage_021538 -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/GF021538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021538.jpg" - -# capture n°021539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021539.pto --stitching --prefix=assemblage_021539 -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/GF021539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021539.jpg" - -# capture n°021540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021540.pto --stitching --prefix=assemblage_021540 -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/GF021540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021540.jpg" - -# capture n°021541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021541.pto --stitching --prefix=assemblage_021541 -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/GF021541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021541.jpg" - -# capture n°021542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021542.pto --stitching --prefix=assemblage_021542 -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/GF021542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021542.jpg" - -# capture n°021543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021543.pto --stitching --prefix=assemblage_021543 -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/GF021543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021543.jpg" - -# capture n°021544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021544.pto --stitching --prefix=assemblage_021544 -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/GF021544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021544.jpg" - -# capture n°021545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021545.pto --stitching --prefix=assemblage_021545 -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/GF021545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021545.jpg" - -# capture n°021546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021546.pto --stitching --prefix=assemblage_021546 -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/GF021546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021546.jpg" - -# capture n°021547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021547.pto --stitching --prefix=assemblage_021547 -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/GF021547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021547.jpg" - -# capture n°021548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021548.pto --stitching --prefix=assemblage_021548 -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/GF021548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021548.jpg" - -# capture n°021549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021549.pto --stitching --prefix=assemblage_021549 -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/GF021549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021549.jpg" - -# capture n°021550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021550.pto --stitching --prefix=assemblage_021550 -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/GF021550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021550.jpg" - -# capture n°021551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021551.pto --stitching --prefix=assemblage_021551 -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/GF021551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021551.jpg" - -# capture n°021552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021552.pto --stitching --prefix=assemblage_021552 -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/GF021552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021552.jpg" - -# capture n°021553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021553.pto --stitching --prefix=assemblage_021553 -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/GF021553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021553.jpg" - -# capture n°021554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021554.pto --stitching --prefix=assemblage_021554 -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/GF021554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021554.jpg" - -# capture n°021555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021555.pto --stitching --prefix=assemblage_021555 -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/GF021555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021555.jpg" - -# capture n°021556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021556.pto --stitching --prefix=assemblage_021556 -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/GF021556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021556.jpg" - -# capture n°021557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021557.pto --stitching --prefix=assemblage_021557 -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/GF021557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021557.jpg" - -# capture n°021558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021558.pto --stitching --prefix=assemblage_021558 -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/GF021558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021558.jpg" - -# capture n°021559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021559.pto --stitching --prefix=assemblage_021559 -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/GF021559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021559.jpg" - -# capture n°021560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021560.pto --stitching --prefix=assemblage_021560 -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/GF021560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021560.jpg" - -# capture n°021561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021561.pto --stitching --prefix=assemblage_021561 -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/GF021561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021561.jpg" - -# capture n°021562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021562.pto --stitching --prefix=assemblage_021562 -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/GF021562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021562.jpg" - -# capture n°021563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021563.pto --stitching --prefix=assemblage_021563 -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/GF021563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021563.jpg" - -# capture n°021564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021564.pto --stitching --prefix=assemblage_021564 -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/GF021564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021564.jpg" - -# capture n°021565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021565.pto --stitching --prefix=assemblage_021565 -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/GF021565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021565.jpg" - -# capture n°021566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021566.pto --stitching --prefix=assemblage_021566 -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/GF021566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021566.jpg" - -# capture n°021567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021567.pto --stitching --prefix=assemblage_021567 -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/GF021567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021567.jpg" - -# capture n°021568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021568.pto --stitching --prefix=assemblage_021568 -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/GF021568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021568.jpg" - -# capture n°021569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021569.pto --stitching --prefix=assemblage_021569 -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/GF021569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021569.jpg" - -# capture n°021570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021570.pto --stitching --prefix=assemblage_021570 -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/GF021570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021570.jpg" - -# capture n°021571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021571.pto --stitching --prefix=assemblage_021571 -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/GF021571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021571.jpg" - -# capture n°021572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021572.pto --stitching --prefix=assemblage_021572 -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/GF021572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021572.jpg" - -# capture n°021573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021573.pto --stitching --prefix=assemblage_021573 -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/GF021573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021573.jpg" - -# capture n°021574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021574.pto --stitching --prefix=assemblage_021574 -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/GF021574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021574.jpg" - -# capture n°021575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021575.pto --stitching --prefix=assemblage_021575 -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/GF021575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021575.jpg" - -# capture n°021576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021576.pto --stitching --prefix=assemblage_021576 -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/GF021576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021576.jpg" - -# capture n°021577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021577.pto --stitching --prefix=assemblage_021577 -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/GF021577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021577.jpg" - -# capture n°021578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021578.pto --stitching --prefix=assemblage_021578 -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/GF021578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021578.jpg" - -# capture n°021579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021579.pto --stitching --prefix=assemblage_021579 -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/GF021579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021579.jpg" - -# capture n°021580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021580.pto --stitching --prefix=assemblage_021580 -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/GF021580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021580.jpg" - -# capture n°021581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021581.pto --stitching --prefix=assemblage_021581 -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/GF021581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021581.jpg" - -# capture n°021582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021582.pto --stitching --prefix=assemblage_021582 -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/GF021582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021582.jpg" - -# capture n°021583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021583.pto --stitching --prefix=assemblage_021583 -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/GF021583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021583.jpg" - -# capture n°021584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021584.pto --stitching --prefix=assemblage_021584 -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/GF021584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021584.jpg" - -# capture n°021585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021585.pto --stitching --prefix=assemblage_021585 -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/GF021585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021585.jpg" - -# capture n°021586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021586.pto --stitching --prefix=assemblage_021586 -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/GF021586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021586.jpg" - -# capture n°021587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021587.pto --stitching --prefix=assemblage_021587 -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/GF021587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021587.jpg" - -# capture n°021588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021588.pto --stitching --prefix=assemblage_021588 -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/GF021588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021588.jpg" - -# capture n°021589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021589.pto --stitching --prefix=assemblage_021589 -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/GF021589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021589.jpg" - -# capture n°021590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021590.pto --stitching --prefix=assemblage_021590 -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/GF021590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021590.jpg" - -# capture n°021591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021591.pto --stitching --prefix=assemblage_021591 -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/GF021591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021591.jpg" - -# capture n°021592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021592.pto --stitching --prefix=assemblage_021592 -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/GF021592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021592.jpg" - -# capture n°021593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021593.pto --stitching --prefix=assemblage_021593 -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/GF021593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021593.jpg" - -# capture n°021594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021594.pto --stitching --prefix=assemblage_021594 -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/GF021594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021594.jpg" - -# capture n°021595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021595.pto --stitching --prefix=assemblage_021595 -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/GF021595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021595.jpg" - -# capture n°021596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021596.pto --stitching --prefix=assemblage_021596 -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/GF021596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021596.jpg" - -# capture n°021597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021597.pto --stitching --prefix=assemblage_021597 -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/GF021597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021597.jpg" - -# capture n°021598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021598.pto --stitching --prefix=assemblage_021598 -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/GF021598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021598.jpg" - -# capture n°021599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021599.pto --stitching --prefix=assemblage_021599 -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/GF021599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021599.jpg" - -# capture n°021600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021600.pto --stitching --prefix=assemblage_021600 -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/GF021600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021600.jpg" - -# capture n°021601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021601.pto --stitching --prefix=assemblage_021601 -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/GF021601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021601.jpg" - -# capture n°021602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021602.pto --stitching --prefix=assemblage_021602 -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/GF021602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021602.jpg" - -# capture n°021603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021603.pto --stitching --prefix=assemblage_021603 -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/GF021603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021603.jpg" - -# capture n°021604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021604.pto --stitching --prefix=assemblage_021604 -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/GF021604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021604.jpg" - -# capture n°021605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021605.pto --stitching --prefix=assemblage_021605 -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/GF021605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021605.jpg" - -# capture n°021606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021606.pto --stitching --prefix=assemblage_021606 -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/GF021606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021606.jpg" - -# capture n°021607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021607.pto --stitching --prefix=assemblage_021607 -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/GF021607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021607.jpg" - -# capture n°021608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021608.pto --stitching --prefix=assemblage_021608 -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/GF021608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021608.jpg" - -# capture n°021609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021609.pto --stitching --prefix=assemblage_021609 -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/GF021609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021609.jpg" - -# capture n°021610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021610.pto --stitching --prefix=assemblage_021610 -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/GF021610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021610.jpg" - -# capture n°021611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021611.pto --stitching --prefix=assemblage_021611 -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/GF021611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021611.jpg" - -# capture n°021612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021612.pto --stitching --prefix=assemblage_021612 -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/GF021612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021612.jpg" - -# capture n°021613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021613.pto --stitching --prefix=assemblage_021613 -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/GF021613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021613.jpg" - -# capture n°021614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021614.pto --stitching --prefix=assemblage_021614 -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/GF021614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021614.jpg" - -# capture n°021615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021615.pto --stitching --prefix=assemblage_021615 -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/GF021615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021615.jpg" - -# capture n°021616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021616.pto --stitching --prefix=assemblage_021616 -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/GF021616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021616.jpg" - -# capture n°021617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021617.pto --stitching --prefix=assemblage_021617 -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/GF021617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021617.jpg" - -# capture n°021618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021618.pto --stitching --prefix=assemblage_021618 -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/GF021618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021618.jpg" - -# capture n°021619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021619.pto --stitching --prefix=assemblage_021619 -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/GF021619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021619.jpg" - -# capture n°021620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021620.pto --stitching --prefix=assemblage_021620 -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/GF021620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021620.jpg" - -# capture n°021621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021621.pto --stitching --prefix=assemblage_021621 -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/GF021621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021621.jpg" - -# capture n°021622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021622.pto --stitching --prefix=assemblage_021622 -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/GF021622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021622.jpg" - -# capture n°021623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021623.pto --stitching --prefix=assemblage_021623 -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/GF021623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021623.jpg" - -# capture n°021624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021624.pto --stitching --prefix=assemblage_021624 -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/GF021624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021624.jpg" - -# capture n°021625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021625.pto --stitching --prefix=assemblage_021625 -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/GF021625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021625.jpg" - -# capture n°021626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021626.pto --stitching --prefix=assemblage_021626 -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/GF021626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021626.jpg" - -# capture n°021627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021627.pto --stitching --prefix=assemblage_021627 -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/GF021627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021627.jpg" - -# capture n°021628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021628.pto --stitching --prefix=assemblage_021628 -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/GF021628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021628.jpg" - -# capture n°021629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021629.pto --stitching --prefix=assemblage_021629 -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/GF021629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021629.jpg" - -# capture n°021630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021630.pto --stitching --prefix=assemblage_021630 -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/GF021630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021630.jpg" - -# capture n°021631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021631.pto --stitching --prefix=assemblage_021631 -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/GF021631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021631.jpg" - -# capture n°021632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021632.pto --stitching --prefix=assemblage_021632 -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/GF021632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021632.jpg" - -# capture n°021633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021633.pto --stitching --prefix=assemblage_021633 -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/GF021633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021633.jpg" - -# capture n°021634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021634.pto --stitching --prefix=assemblage_021634 -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/GF021634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021634.jpg" - -# capture n°021635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021635.pto --stitching --prefix=assemblage_021635 -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/GF021635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021635.jpg" - -# capture n°021636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021636.pto --stitching --prefix=assemblage_021636 -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/GF021636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021636.jpg" - -# capture n°021637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021637.pto --stitching --prefix=assemblage_021637 -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/GF021637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021637.jpg" - -# capture n°021638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021638.pto --stitching --prefix=assemblage_021638 -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/GF021638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021638.jpg" - -# capture n°021639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021639.pto --stitching --prefix=assemblage_021639 -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/GF021639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021639.jpg" - -# capture n°021640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021640.pto --stitching --prefix=assemblage_021640 -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/GF021640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021640.jpg" - -# capture n°021641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021641.pto --stitching --prefix=assemblage_021641 -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/GF021641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021641.jpg" - -# capture n°021642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021642.pto --stitching --prefix=assemblage_021642 -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/GF021642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021642.jpg" - -# capture n°021643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021643.pto --stitching --prefix=assemblage_021643 -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/GF021643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021643.jpg" - -# capture n°021644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021644.pto --stitching --prefix=assemblage_021644 -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/GF021644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021644.jpg" - -# capture n°021645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021645.pto --stitching --prefix=assemblage_021645 -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/GF021645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021645.jpg" - -# capture n°021646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021646.pto --stitching --prefix=assemblage_021646 -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/GF021646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021646.jpg" - -# capture n°021647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021647.pto --stitching --prefix=assemblage_021647 -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/GF021647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021647.jpg" - -# capture n°021648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021648.pto --stitching --prefix=assemblage_021648 -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/GF021648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021648.jpg" - -# capture n°021649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021649.pto --stitching --prefix=assemblage_021649 -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/GF021649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021649.jpg" - -# capture n°021650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021650.pto --stitching --prefix=assemblage_021650 -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/GF021650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021650.jpg" - -# capture n°021651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021651.pto --stitching --prefix=assemblage_021651 -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/GF021651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021651.jpg" - -# capture n°021652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021652.pto --stitching --prefix=assemblage_021652 -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/GF021652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021652.jpg" - -# capture n°021653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021653.pto --stitching --prefix=assemblage_021653 -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/GF021653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021653.jpg" - -# capture n°021654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021654.pto --stitching --prefix=assemblage_021654 -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/GF021654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021654.jpg" - -# capture n°021655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021655.pto --stitching --prefix=assemblage_021655 -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/GF021655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021655.jpg" - -# capture n°021656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021656.pto --stitching --prefix=assemblage_021656 -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/GF021656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021656.jpg" - -# capture n°021657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021657.pto --stitching --prefix=assemblage_021657 -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/GF021657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021657.jpg" - -# capture n°021658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021658.pto --stitching --prefix=assemblage_021658 -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/GF021658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021658.jpg" - -# capture n°021659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021659.pto --stitching --prefix=assemblage_021659 -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/GF021659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021659.jpg" - -# capture n°021660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021660.pto --stitching --prefix=assemblage_021660 -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/GF021660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021660.jpg" - -# capture n°021661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021661.pto --stitching --prefix=assemblage_021661 -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/GF021661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021661.jpg" - -# capture n°021662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021662.pto --stitching --prefix=assemblage_021662 -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/GF021662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021662.jpg" - -# capture n°021663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021663.pto --stitching --prefix=assemblage_021663 -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/GF021663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021663.jpg" - -# capture n°021664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021664.pto --stitching --prefix=assemblage_021664 -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/GF021664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021664.jpg" - -# capture n°021665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021665.pto --stitching --prefix=assemblage_021665 -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/GF021665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021665.jpg" - -# capture n°021666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021666.pto --stitching --prefix=assemblage_021666 -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/GF021666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021666.jpg" - -# capture n°021667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021667.pto --stitching --prefix=assemblage_021667 -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/GF021667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021667.jpg" - -# capture n°021668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021668.pto --stitching --prefix=assemblage_021668 -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/GF021668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021668.jpg" - -# capture n°021669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021669.pto --stitching --prefix=assemblage_021669 -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/GF021669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021669.jpg" - -# capture n°021670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021670.pto --stitching --prefix=assemblage_021670 -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/GF021670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021670.jpg" - -# capture n°021671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021671.pto --stitching --prefix=assemblage_021671 -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/GF021671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021671.jpg" - -# capture n°021672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021672.pto --stitching --prefix=assemblage_021672 -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/GF021672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021672.jpg" - -# capture n°021673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021673.pto --stitching --prefix=assemblage_021673 -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/GF021673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021673.jpg" - -# capture n°021674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021674.pto --stitching --prefix=assemblage_021674 -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/GF021674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021674.jpg" - -# capture n°021675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021675.pto --stitching --prefix=assemblage_021675 -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/GF021675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021675.jpg" - -# capture n°021676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021676.pto --stitching --prefix=assemblage_021676 -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/GF021676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021676.jpg" - -# capture n°021677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021677.pto --stitching --prefix=assemblage_021677 -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/GF021677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021677.jpg" - -# capture n°021678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021678.pto --stitching --prefix=assemblage_021678 -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/GF021678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021678.jpg" - -# capture n°021679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021679.pto --stitching --prefix=assemblage_021679 -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/GF021679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021679.jpg" - -# capture n°021680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021680.pto --stitching --prefix=assemblage_021680 -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/GF021680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021680.jpg" - -# capture n°021681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021681.pto --stitching --prefix=assemblage_021681 -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/GF021681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021681.jpg" - -# capture n°021682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021682.pto --stitching --prefix=assemblage_021682 -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/GF021682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021682.jpg" - -# capture n°021683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021683.pto --stitching --prefix=assemblage_021683 -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/GF021683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021683.jpg" - -# capture n°021684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021684.pto --stitching --prefix=assemblage_021684 -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/GF021684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021684.jpg" - -# capture n°021685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021685.pto --stitching --prefix=assemblage_021685 -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/GF021685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021685.jpg" - -# capture n°021686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021686.pto --stitching --prefix=assemblage_021686 -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/GF021686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021686.jpg" - -# capture n°021687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021687.pto --stitching --prefix=assemblage_021687 -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/GF021687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021687.jpg" - -# capture n°021688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021688.pto --stitching --prefix=assemblage_021688 -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/GF021688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021688.jpg" - -# capture n°021689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021689.pto --stitching --prefix=assemblage_021689 -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/GF021689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021689.jpg" - -# capture n°021690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021690.pto --stitching --prefix=assemblage_021690 -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/GF021690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021690.jpg" - -# capture n°021691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021691.pto --stitching --prefix=assemblage_021691 -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/GF021691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021691.jpg" - -# capture n°021692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021692.pto --stitching --prefix=assemblage_021692 -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/GF021692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021692.jpg" - -# capture n°021693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021693.pto --stitching --prefix=assemblage_021693 -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/GF021693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021693.jpg" - -# capture n°021694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021694.pto --stitching --prefix=assemblage_021694 -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/GF021694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021694.jpg" - -# capture n°021695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021695.pto --stitching --prefix=assemblage_021695 -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/GF021695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021695.jpg" - -# capture n°021696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021696.pto --stitching --prefix=assemblage_021696 -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/GF021696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021696.jpg" - -# capture n°021697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021697.pto --stitching --prefix=assemblage_021697 -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/GF021697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021697.jpg" - -# capture n°021698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021698.pto --stitching --prefix=assemblage_021698 -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/GF021698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021698.jpg" - -# capture n°021699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021699.pto --stitching --prefix=assemblage_021699 -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/GF021699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021699.jpg" - -# capture n°021700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021700.pto --stitching --prefix=assemblage_021700 -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/GF021700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021700.jpg" - -# capture n°021701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021701.pto --stitching --prefix=assemblage_021701 -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/GF021701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021701.jpg" - -# capture n°021702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021702.pto --stitching --prefix=assemblage_021702 -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/GF021702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021702.jpg" - -# capture n°021703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021703.pto --stitching --prefix=assemblage_021703 -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/GF021703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021703.jpg" - -# capture n°021704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021704.pto --stitching --prefix=assemblage_021704 -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/GF021704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021704.jpg" - -# capture n°021705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021705.pto --stitching --prefix=assemblage_021705 -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/GF021705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021705.jpg" - -# capture n°021706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021706.pto --stitching --prefix=assemblage_021706 -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/GF021706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021706.jpg" - -# capture n°021707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021707.pto --stitching --prefix=assemblage_021707 -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/GF021707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021707.jpg" - -# capture n°021708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021708.pto --stitching --prefix=assemblage_021708 -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/GF021708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021708.jpg" - -# capture n°021709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021709.pto --stitching --prefix=assemblage_021709 -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/GF021709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021709.jpg" - -# capture n°021710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021710.pto --stitching --prefix=assemblage_021710 -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/GF021710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021710.jpg" - -# capture n°021711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021711.pto --stitching --prefix=assemblage_021711 -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/GF021711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021711.jpg" - -# capture n°021712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021712.pto --stitching --prefix=assemblage_021712 -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/GF021712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021712.jpg" - -# capture n°021713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021713.pto --stitching --prefix=assemblage_021713 -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/GF021713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021713.jpg" - -# capture n°021714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021714.pto --stitching --prefix=assemblage_021714 -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/GF021714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021714.jpg" - -# capture n°021715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021715.pto --stitching --prefix=assemblage_021715 -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/GF021715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021715.jpg" - -# capture n°021716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021716.pto --stitching --prefix=assemblage_021716 -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/GF021716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021716.jpg" - -# capture n°021717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021717.pto --stitching --prefix=assemblage_021717 -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/GF021717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021717.jpg" - -# capture n°021718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021718.pto --stitching --prefix=assemblage_021718 -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/GF021718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021718.jpg" - -# capture n°021719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021719.pto --stitching --prefix=assemblage_021719 -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/GF021719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021719.jpg" - -# capture n°021720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021720.pto --stitching --prefix=assemblage_021720 -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/GF021720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021720.jpg" - -# capture n°021721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021721.pto --stitching --prefix=assemblage_021721 -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/GF021721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021721.jpg" - -# capture n°021722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021722.pto --stitching --prefix=assemblage_021722 -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/GF021722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021722.jpg" - -# capture n°021723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021723.pto --stitching --prefix=assemblage_021723 -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/GF021723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021723.jpg" - -# capture n°021724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021724.pto --stitching --prefix=assemblage_021724 -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/GF021724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021724.jpg" - -# capture n°021725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021725.pto --stitching --prefix=assemblage_021725 -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/GF021725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021725.jpg" - -# capture n°021726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021726.pto --stitching --prefix=assemblage_021726 -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/GF021726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021726.jpg" - -# capture n°021727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021727.pto --stitching --prefix=assemblage_021727 -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/GF021727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021727.jpg" - -# capture n°021728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021728.pto --stitching --prefix=assemblage_021728 -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/GF021728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021728.jpg" - -# capture n°021729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021729.pto --stitching --prefix=assemblage_021729 -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/GF021729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021729.jpg" - -# capture n°021730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021730.pto --stitching --prefix=assemblage_021730 -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/GF021730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021730.jpg" - -# capture n°021731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021731.pto --stitching --prefix=assemblage_021731 -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/GF021731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021731.jpg" - -# capture n°021732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021732.pto --stitching --prefix=assemblage_021732 -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/GF021732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021732.jpg" - -# capture n°021733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021733.pto --stitching --prefix=assemblage_021733 -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/GF021733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021733.jpg" - -# capture n°021734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021734.pto --stitching --prefix=assemblage_021734 -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/GF021734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021734.jpg" - -# capture n°021735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021735.pto --stitching --prefix=assemblage_021735 -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/GF021735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021735.jpg" - -# capture n°021736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021736.pto --stitching --prefix=assemblage_021736 -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/GF021736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021736.jpg" - -# capture n°021737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021737.pto --stitching --prefix=assemblage_021737 -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/GF021737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021737.jpg" - -# capture n°021738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021738.pto --stitching --prefix=assemblage_021738 -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/GF021738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021738.jpg" - -# capture n°021739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021739.pto --stitching --prefix=assemblage_021739 -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/GF021739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021739.jpg" - -# capture n°021740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021740.pto --stitching --prefix=assemblage_021740 -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/GF021740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021740.jpg" - -# capture n°021741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021741.pto --stitching --prefix=assemblage_021741 -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/GF021741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021741.jpg" - -# capture n°021742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021742.pto --stitching --prefix=assemblage_021742 -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/GF021742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021742.jpg" - -# capture n°021743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021743.pto --stitching --prefix=assemblage_021743 -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/GF021743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021743.jpg" - -# capture n°021744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021744.pto --stitching --prefix=assemblage_021744 -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/GF021744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021744.jpg" - -# capture n°021745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021745.pto --stitching --prefix=assemblage_021745 -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/GF021745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021745.jpg" - -# capture n°021746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021746.pto --stitching --prefix=assemblage_021746 -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/GF021746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021746.jpg" - -# capture n°021747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021747.pto --stitching --prefix=assemblage_021747 -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/GF021747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021747.jpg" - -# capture n°021748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021748.pto --stitching --prefix=assemblage_021748 -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/GF021748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021748.jpg" - -# capture n°021749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021749.pto --stitching --prefix=assemblage_021749 -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/GF021749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021749.jpg" - -# capture n°021750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021750.pto --stitching --prefix=assemblage_021750 -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/GF021750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021750.jpg" - -# capture n°021751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021751.pto --stitching --prefix=assemblage_021751 -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/GF021751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021751.jpg" - -# capture n°021752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021752.pto --stitching --prefix=assemblage_021752 -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/GF021752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021752.jpg" - -# capture n°021753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021753.pto --stitching --prefix=assemblage_021753 -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/GF021753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021753.jpg" - -# capture n°021754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021754.pto --stitching --prefix=assemblage_021754 -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/GF021754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021754.jpg" - -# capture n°021755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021755.pto --stitching --prefix=assemblage_021755 -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/GF021755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021755.jpg" - -# capture n°021756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021756.pto --stitching --prefix=assemblage_021756 -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/GF021756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021756.jpg" - -# capture n°021757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021757.pto --stitching --prefix=assemblage_021757 -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/GF021757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021757.jpg" - -# capture n°021758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021758.pto --stitching --prefix=assemblage_021758 -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/GF021758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021758.jpg" - -# capture n°021759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021759.pto --stitching --prefix=assemblage_021759 -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/GF021759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021759.jpg" - -# capture n°021760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021760.pto --stitching --prefix=assemblage_021760 -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/GF021760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021760.jpg" - -# capture n°021761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021761.pto --stitching --prefix=assemblage_021761 -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/GF021761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021761.jpg" - -# capture n°021762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021762.pto --stitching --prefix=assemblage_021762 -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/GF021762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021762.jpg" - -# capture n°021763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021763.pto --stitching --prefix=assemblage_021763 -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/GF021763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021763.jpg" - -# capture n°021764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021764.pto --stitching --prefix=assemblage_021764 -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/GF021764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021764.jpg" - -# capture n°021765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021765.pto --stitching --prefix=assemblage_021765 -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/GF021765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021765.jpg" - -# capture n°021766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021766.pto --stitching --prefix=assemblage_021766 -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/GF021766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021766.jpg" - -# capture n°021767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021767.pto --stitching --prefix=assemblage_021767 -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/GF021767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021767.jpg" - -# capture n°021768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021768.pto --stitching --prefix=assemblage_021768 -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/GF021768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021768.jpg" - -# capture n°021769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021769.pto --stitching --prefix=assemblage_021769 -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/GF021769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021769.jpg" - -# capture n°021770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021770.pto --stitching --prefix=assemblage_021770 -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/GF021770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021770.jpg" - -# capture n°021771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021771.pto --stitching --prefix=assemblage_021771 -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/GF021771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021771.jpg" - -# capture n°021772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021772.pto --stitching --prefix=assemblage_021772 -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/GF021772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021772.jpg" - -# capture n°021773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021773.pto --stitching --prefix=assemblage_021773 -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/GF021773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021773.jpg" - -# capture n°021774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021774.pto --stitching --prefix=assemblage_021774 -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/GF021774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021774.jpg" - -# capture n°021775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021775.pto --stitching --prefix=assemblage_021775 -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/GF021775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021775.jpg" - -# capture n°021776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021776.pto --stitching --prefix=assemblage_021776 -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/GF021776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021776.jpg" - -# capture n°021777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021777.pto --stitching --prefix=assemblage_021777 -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/GF021777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021777.jpg" - -# capture n°021778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021778.pto --stitching --prefix=assemblage_021778 -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/GF021778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021778.jpg" - -# capture n°021779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021779.pto --stitching --prefix=assemblage_021779 -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/GF021779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021779.jpg" - -# capture n°021780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021780.pto --stitching --prefix=assemblage_021780 -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/GF021780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021780.jpg" - -# capture n°021781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021781.pto --stitching --prefix=assemblage_021781 -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/GF021781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021781.jpg" - -# capture n°021782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021782.pto --stitching --prefix=assemblage_021782 -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/GF021782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021782.jpg" - -# capture n°021783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021783.pto --stitching --prefix=assemblage_021783 -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/GF021783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021783.jpg" - -# capture n°021784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021784.pto --stitching --prefix=assemblage_021784 -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/GF021784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021784.jpg" - -# capture n°021785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021785.pto --stitching --prefix=assemblage_021785 -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/GF021785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021785.jpg" - -# capture n°021786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021786.pto --stitching --prefix=assemblage_021786 -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/GF021786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021786.jpg" - -# capture n°021787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021787.pto --stitching --prefix=assemblage_021787 -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/GF021787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021787.jpg" - -# capture n°021788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021788.pto --stitching --prefix=assemblage_021788 -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/GF021788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021788.jpg" - -# capture n°021789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021789.pto --stitching --prefix=assemblage_021789 -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/GF021789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021789.jpg" - -# capture n°021790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021790.pto --stitching --prefix=assemblage_021790 -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/GF021790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021790.jpg" - -# capture n°021791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021791.pto --stitching --prefix=assemblage_021791 -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/GF021791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021791.jpg" - -# capture n°021792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021792.pto --stitching --prefix=assemblage_021792 -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/GF021792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021792.jpg" - -# capture n°021793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021793.pto --stitching --prefix=assemblage_021793 -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/GF021793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021793.jpg" - -# capture n°021794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021794.pto --stitching --prefix=assemblage_021794 -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/GF021794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021794.jpg" - -# capture n°021795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021795.pto --stitching --prefix=assemblage_021795 -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/GF021795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021795.jpg" - -# capture n°021796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021796.pto --stitching --prefix=assemblage_021796 -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/GF021796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021796.jpg" - -# capture n°021797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021797.pto --stitching --prefix=assemblage_021797 -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/GF021797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021797.jpg" - -# capture n°021798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021798.pto --stitching --prefix=assemblage_021798 -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/GF021798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021798.jpg" - -# capture n°021799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021799.pto --stitching --prefix=assemblage_021799 -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/GF021799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021799.jpg" - -# capture n°021800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021800.pto --stitching --prefix=assemblage_021800 -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/GF021800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021800.jpg" - -# capture n°021801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021801.pto --stitching --prefix=assemblage_021801 -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/GF021801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021801.jpg" - -# capture n°021802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021802.pto --stitching --prefix=assemblage_021802 -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/GF021802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021802.jpg" - -# capture n°021803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021803.pto --stitching --prefix=assemblage_021803 -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/GF021803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021803.jpg" - -# capture n°021804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021804.pto --stitching --prefix=assemblage_021804 -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/GF021804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021804.jpg" - -# capture n°021805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021805.pto --stitching --prefix=assemblage_021805 -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/GF021805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021805.jpg" - -# capture n°021806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021806.pto --stitching --prefix=assemblage_021806 -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/GF021806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021806.jpg" - -# capture n°021807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021807.pto --stitching --prefix=assemblage_021807 -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/GF021807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021807.jpg" - -# capture n°021808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021808.pto --stitching --prefix=assemblage_021808 -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/GF021808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021808.jpg" - -# capture n°021809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021809.pto --stitching --prefix=assemblage_021809 -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/GF021809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021809.jpg" - -# capture n°021810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021810.pto --stitching --prefix=assemblage_021810 -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/GF021810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021810.jpg" - -# capture n°021811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021811.pto --stitching --prefix=assemblage_021811 -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/GF021811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021811.jpg" - -# capture n°021812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021812.pto --stitching --prefix=assemblage_021812 -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/GF021812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021812.jpg" - -# capture n°021813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021813.pto --stitching --prefix=assemblage_021813 -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/GF021813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021813.jpg" - -# capture n°021814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021814.pto --stitching --prefix=assemblage_021814 -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/GF021814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021814.jpg" - -# capture n°021815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021815.pto --stitching --prefix=assemblage_021815 -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/GF021815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021815.jpg" - -# capture n°021816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021816.pto --stitching --prefix=assemblage_021816 -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/GF021816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021816.jpg" - -# capture n°021817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021817.pto --stitching --prefix=assemblage_021817 -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/GF021817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021817.jpg" - -# capture n°021818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021818.pto --stitching --prefix=assemblage_021818 -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/GF021818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021818.jpg" - -# capture n°021819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021819.pto --stitching --prefix=assemblage_021819 -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/GF021819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021819.jpg" - -# capture n°021820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021820.pto --stitching --prefix=assemblage_021820 -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/GF021820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021820.jpg" - -# capture n°021821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021821.pto --stitching --prefix=assemblage_021821 -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/GF021821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021821.jpg" - -# capture n°021822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021822.pto --stitching --prefix=assemblage_021822 -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/GF021822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021822.jpg" - -# capture n°021823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021823.pto --stitching --prefix=assemblage_021823 -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/GF021823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021823.jpg" - -# capture n°021824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021824.pto --stitching --prefix=assemblage_021824 -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/GF021824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021824.jpg" - -# capture n°021825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021825.pto --stitching --prefix=assemblage_021825 -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/GF021825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021825.jpg" - -# capture n°021826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021826.pto --stitching --prefix=assemblage_021826 -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/GF021826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021826.jpg" - -# capture n°021827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021827.pto --stitching --prefix=assemblage_021827 -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/GF021827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021827.jpg" - -# capture n°021828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021828.pto --stitching --prefix=assemblage_021828 -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/GF021828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021828.jpg" - -# capture n°021829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021829.pto --stitching --prefix=assemblage_021829 -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/GF021829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021829.jpg" - -# capture n°021830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021830.pto --stitching --prefix=assemblage_021830 -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/GF021830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021830.jpg" - -# capture n°021831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021831.pto --stitching --prefix=assemblage_021831 -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/GF021831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021831.jpg" - -# capture n°021832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021832.pto --stitching --prefix=assemblage_021832 -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/GF021832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021832.jpg" - -# capture n°021833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021833.pto --stitching --prefix=assemblage_021833 -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/GF021833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021833.jpg" - -# capture n°021834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021834.pto --stitching --prefix=assemblage_021834 -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/GF021834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021834.jpg" - -# capture n°021835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021835.pto --stitching --prefix=assemblage_021835 -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/GF021835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021835.jpg" - -# capture n°021836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021836.pto --stitching --prefix=assemblage_021836 -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/GF021836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021836.jpg" - -# capture n°021837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021837.pto --stitching --prefix=assemblage_021837 -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/GF021837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021837.jpg" - -# capture n°021838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021838.pto --stitching --prefix=assemblage_021838 -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/GF021838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021838.jpg" - -# capture n°021839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021839.pto --stitching --prefix=assemblage_021839 -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/GF021839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021839.jpg" - -# capture n°021840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021840.pto --stitching --prefix=assemblage_021840 -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/GF021840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021840.jpg" - -# capture n°021841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021841.pto --stitching --prefix=assemblage_021841 -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/GF021841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021841.jpg" - -# capture n°021842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021842.pto --stitching --prefix=assemblage_021842 -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/GF021842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021842.jpg" - -# capture n°021843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021843.pto --stitching --prefix=assemblage_021843 -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/GF021843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021843.jpg" - -# capture n°021844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021844.pto --stitching --prefix=assemblage_021844 -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/GF021844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021844.jpg" - -# capture n°021845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021845.pto --stitching --prefix=assemblage_021845 -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/GF021845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021845.jpg" - -# capture n°021846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021846.pto --stitching --prefix=assemblage_021846 -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/GF021846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021846.jpg" - -# capture n°021847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021847.pto --stitching --prefix=assemblage_021847 -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/GF021847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021847.jpg" - -# capture n°021848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021848.pto --stitching --prefix=assemblage_021848 -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/GF021848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021848.jpg" - -# capture n°021849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021849.pto --stitching --prefix=assemblage_021849 -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/GF021849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021849.jpg" - -# capture n°021850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021850.pto --stitching --prefix=assemblage_021850 -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/GF021850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021850.jpg" - -# capture n°021851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021851.pto --stitching --prefix=assemblage_021851 -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/GF021851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021851.jpg" - -# capture n°021852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021852.pto --stitching --prefix=assemblage_021852 -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/GF021852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021852.jpg" - -# capture n°021853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021853.pto --stitching --prefix=assemblage_021853 -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/GF021853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021853.jpg" - -# capture n°021854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021854.pto --stitching --prefix=assemblage_021854 -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/GF021854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021854.jpg" - -# capture n°021855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021855.pto --stitching --prefix=assemblage_021855 -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/GF021855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021855.jpg" - -# capture n°021856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021856.pto --stitching --prefix=assemblage_021856 -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/GF021856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021856.jpg" - -# capture n°021857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021857.pto --stitching --prefix=assemblage_021857 -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/GF021857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021857.jpg" - -# capture n°021858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021858.pto --stitching --prefix=assemblage_021858 -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/GF021858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021858.jpg" - -# capture n°021859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021859.pto --stitching --prefix=assemblage_021859 -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/GF021859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021859.jpg" - -# capture n°021860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021860.pto --stitching --prefix=assemblage_021860 -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/GF021860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021860.jpg" - -# capture n°021861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021861.pto --stitching --prefix=assemblage_021861 -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/GF021861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021861.jpg" - -# capture n°021862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021862.pto --stitching --prefix=assemblage_021862 -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/GF021862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021862.jpg" - -# capture n°021863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021863.pto --stitching --prefix=assemblage_021863 -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/GF021863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021863.jpg" - -# capture n°021864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021864.pto --stitching --prefix=assemblage_021864 -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/GF021864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021864.jpg" - -# capture n°021865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021865.pto --stitching --prefix=assemblage_021865 -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/GF021865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021865.jpg" - -# capture n°021866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021866.pto --stitching --prefix=assemblage_021866 -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/GF021866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021866.jpg" - -# capture n°021867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021867.pto --stitching --prefix=assemblage_021867 -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/GF021867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021867.jpg" - -# capture n°021868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021868.pto --stitching --prefix=assemblage_021868 -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/GF021868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021868.jpg" - -# capture n°021869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021869.pto --stitching --prefix=assemblage_021869 -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/GF021869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021869.jpg" - -# capture n°021870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021870.pto --stitching --prefix=assemblage_021870 -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/GF021870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021870.jpg" - -# capture n°021871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021871.pto --stitching --prefix=assemblage_021871 -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/GF021871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021871.jpg" - -# capture n°021872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021872.pto --stitching --prefix=assemblage_021872 -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/GF021872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021872.jpg" - -# capture n°021873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021873.pto --stitching --prefix=assemblage_021873 -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/GF021873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021873.jpg" - -# capture n°021874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021874.pto --stitching --prefix=assemblage_021874 -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/GF021874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021874.jpg" - -# capture n°021875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021875.pto --stitching --prefix=assemblage_021875 -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/GF021875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021875.jpg" - -# capture n°021876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021876.pto --stitching --prefix=assemblage_021876 -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/GF021876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021876.jpg" - -# capture n°021877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021877.pto --stitching --prefix=assemblage_021877 -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/GF021877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021877.jpg" - -# capture n°021878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021878.pto --stitching --prefix=assemblage_021878 -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/GF021878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021878.jpg" - -# capture n°021879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021879.pto --stitching --prefix=assemblage_021879 -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/GF021879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021879.jpg" - -# capture n°021880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021880.pto --stitching --prefix=assemblage_021880 -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/GF021880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021880.jpg" - -# capture n°021881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021881.pto --stitching --prefix=assemblage_021881 -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/GF021881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021881.jpg" - -# capture n°021882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021882.pto --stitching --prefix=assemblage_021882 -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/GF021882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021882.jpg" - -# capture n°021883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021883.pto --stitching --prefix=assemblage_021883 -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/GF021883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021883.jpg" - -# capture n°021884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021884.pto --stitching --prefix=assemblage_021884 -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/GF021884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021884.jpg" - -# capture n°021885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021885.pto --stitching --prefix=assemblage_021885 -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/GF021885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021885.jpg" - -# capture n°021886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021886.pto --stitching --prefix=assemblage_021886 -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/GF021886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021886.jpg" - -# capture n°021887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021887.pto --stitching --prefix=assemblage_021887 -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/GF021887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021887.jpg" - -# capture n°021888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021888.pto --stitching --prefix=assemblage_021888 -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/GF021888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021888.jpg" - -# capture n°021889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021889.pto --stitching --prefix=assemblage_021889 -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/GF021889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021889.jpg" - -# capture n°021890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021890.pto --stitching --prefix=assemblage_021890 -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/GF021890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021890.jpg" - -# capture n°021891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021891.pto --stitching --prefix=assemblage_021891 -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/GF021891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021891.jpg" - -# capture n°021892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021892.pto --stitching --prefix=assemblage_021892 -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/GF021892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021892.jpg" - -# capture n°021893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021893.pto --stitching --prefix=assemblage_021893 -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/GF021893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021893.jpg" - -# capture n°021894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021894.pto --stitching --prefix=assemblage_021894 -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/GF021894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021894.jpg" - -# capture n°021895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021895.pto --stitching --prefix=assemblage_021895 -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/GF021895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021895.jpg" - -# capture n°021896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021896.pto --stitching --prefix=assemblage_021896 -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/GF021896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021896.jpg" - -# capture n°021897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021897.pto --stitching --prefix=assemblage_021897 -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/GF021897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021897.jpg" - -# capture n°021898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021898.pto --stitching --prefix=assemblage_021898 -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/GF021898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021898.jpg" - -# capture n°021899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021899.pto --stitching --prefix=assemblage_021899 -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/GF021899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021899.jpg" - -# capture n°021900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021900.pto --stitching --prefix=assemblage_021900 -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/GF021900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021900.jpg" - -# capture n°021901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021901.pto --stitching --prefix=assemblage_021901 -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/GF021901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021901.jpg" - -# capture n°021902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021902.pto --stitching --prefix=assemblage_021902 -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/GF021902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021902.jpg" - -# capture n°021903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021903.pto --stitching --prefix=assemblage_021903 -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/GF021903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021903.jpg" - -# capture n°021904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021904.pto --stitching --prefix=assemblage_021904 -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/GF021904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021904.jpg" - -# capture n°021905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021905.pto --stitching --prefix=assemblage_021905 -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/GF021905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021905.jpg" - -# capture n°021906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021906.pto --stitching --prefix=assemblage_021906 -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/GF021906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021906.jpg" - -# capture n°021907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021907.pto --stitching --prefix=assemblage_021907 -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/GF021907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021907.jpg" - -# capture n°021908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021908.pto --stitching --prefix=assemblage_021908 -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/GF021908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021908.jpg" - -# capture n°021909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021909.pto --stitching --prefix=assemblage_021909 -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/GF021909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021909.jpg" - -# capture n°021910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021910.pto --stitching --prefix=assemblage_021910 -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/GF021910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021910.jpg" - -# capture n°021911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021911.pto --stitching --prefix=assemblage_021911 -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/GF021911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021911.jpg" - -# capture n°021912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021912.pto --stitching --prefix=assemblage_021912 -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/GF021912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021912.jpg" - -# capture n°021913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021913.pto --stitching --prefix=assemblage_021913 -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/GF021913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021913.jpg" - -# capture n°021914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021914.pto --stitching --prefix=assemblage_021914 -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/GF021914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021914.jpg" - -# capture n°021915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021915.pto --stitching --prefix=assemblage_021915 -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/GF021915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021915.jpg" - -# capture n°021916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021916.pto --stitching --prefix=assemblage_021916 -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/GF021916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021916.jpg" - -# capture n°021917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021917.pto --stitching --prefix=assemblage_021917 -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/GF021917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021917.jpg" - -# capture n°021918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021918.pto --stitching --prefix=assemblage_021918 -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/GF021918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021918.jpg" - -# capture n°021919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021919.pto --stitching --prefix=assemblage_021919 -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/GF021919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021919.jpg" - -# capture n°021920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021920.pto --stitching --prefix=assemblage_021920 -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/GF021920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021920.jpg" - -# capture n°021921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021921.pto --stitching --prefix=assemblage_021921 -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/GF021921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021921.jpg" - -# capture n°021922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021922.pto --stitching --prefix=assemblage_021922 -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/GF021922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021922.jpg" - -# capture n°021923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021923.pto --stitching --prefix=assemblage_021923 -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/GF021923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021923.jpg" - -# capture n°021924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021924.pto --stitching --prefix=assemblage_021924 -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/GF021924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021924.jpg" - -# capture n°021925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021925.pto --stitching --prefix=assemblage_021925 -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/GF021925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021925.jpg" - -# capture n°021926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021926.pto --stitching --prefix=assemblage_021926 -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/GF021926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021926.jpg" - -# capture n°021927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021927.pto --stitching --prefix=assemblage_021927 -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/GF021927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021927.jpg" - -# capture n°021928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021928.pto --stitching --prefix=assemblage_021928 -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/GF021928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021928.jpg" - -# capture n°021929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021929.pto --stitching --prefix=assemblage_021929 -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/GF021929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021929.jpg" - -# capture n°021930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021930.pto --stitching --prefix=assemblage_021930 -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/GF021930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021930.jpg" - -# capture n°021931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021931.pto --stitching --prefix=assemblage_021931 -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/GF021931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021931.jpg" - -# capture n°021932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021932.pto --stitching --prefix=assemblage_021932 -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/GF021932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021932.jpg" - -# capture n°021933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021933.pto --stitching --prefix=assemblage_021933 -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/GF021933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021933.jpg" - -# capture n°021934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021934.pto --stitching --prefix=assemblage_021934 -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/GF021934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021934.jpg" - -# capture n°021935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021935.pto --stitching --prefix=assemblage_021935 -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/GF021935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021935.jpg" - -# capture n°021936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021936.pto --stitching --prefix=assemblage_021936 -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/GF021936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021936.jpg" - -# capture n°021937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021937.pto --stitching --prefix=assemblage_021937 -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/GF021937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021937.jpg" - -# capture n°021938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021938.pto --stitching --prefix=assemblage_021938 -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/GF021938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021938.jpg" - -# capture n°021939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021939.pto --stitching --prefix=assemblage_021939 -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/GF021939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021939.jpg" - -# capture n°021940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021940.pto --stitching --prefix=assemblage_021940 -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/GF021940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021940.jpg" - -# capture n°021941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021941.pto --stitching --prefix=assemblage_021941 -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/GF021941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021941.jpg" - -# capture n°021942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021942.pto --stitching --prefix=assemblage_021942 -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/GF021942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021942.jpg" - -# capture n°021943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021943.pto --stitching --prefix=assemblage_021943 -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/GF021943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021943.jpg" - -# capture n°021944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021944.pto --stitching --prefix=assemblage_021944 -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/GF021944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021944.jpg" - -# capture n°021945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021945.pto --stitching --prefix=assemblage_021945 -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/GF021945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021945.jpg" - -# capture n°021946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021946.pto --stitching --prefix=assemblage_021946 -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/GF021946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021946.jpg" - -# capture n°021947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021947.pto --stitching --prefix=assemblage_021947 -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/GF021947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021947.jpg" - -# capture n°021948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021948.pto --stitching --prefix=assemblage_021948 -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/GF021948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021948.jpg" - -# capture n°021949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021949.pto --stitching --prefix=assemblage_021949 -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/GF021949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021949.jpg" - -# capture n°021950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021950.pto --stitching --prefix=assemblage_021950 -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/GF021950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021950.jpg" - -# capture n°021951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021951.pto --stitching --prefix=assemblage_021951 -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/GF021951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021951.jpg" - -# capture n°021952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021952.pto --stitching --prefix=assemblage_021952 -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/GF021952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021952.jpg" - -# capture n°021953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021953.pto --stitching --prefix=assemblage_021953 -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/GF021953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021953.jpg" - -# capture n°021954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021954.pto --stitching --prefix=assemblage_021954 -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/GF021954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021954.jpg" - -# capture n°021955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021955.pto --stitching --prefix=assemblage_021955 -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/GF021955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021955.jpg" - -# capture n°021956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021956.pto --stitching --prefix=assemblage_021956 -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/GF021956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021956.jpg" - -# capture n°021957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021957.pto --stitching --prefix=assemblage_021957 -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/GF021957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021957.jpg" - -# capture n°021958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021958.pto --stitching --prefix=assemblage_021958 -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/GF021958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021958.jpg" - -# capture n°021959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021959.pto --stitching --prefix=assemblage_021959 -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/GF021959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021959.jpg" - -# capture n°021960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021960.pto --stitching --prefix=assemblage_021960 -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/GF021960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021960.jpg" - -# capture n°021961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021961.pto --stitching --prefix=assemblage_021961 -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/GF021961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021961.jpg" - -# capture n°021962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021962.pto --stitching --prefix=assemblage_021962 -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/GF021962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021962.jpg" - -# capture n°021963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021963.pto --stitching --prefix=assemblage_021963 -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/GF021963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021963.jpg" - -# capture n°021964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021964.pto --stitching --prefix=assemblage_021964 -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/GF021964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021964.jpg" - -# capture n°021965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021965.pto --stitching --prefix=assemblage_021965 -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/GF021965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021965.jpg" - -# capture n°021966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021966.pto --stitching --prefix=assemblage_021966 -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/GF021966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021966.jpg" - -# capture n°021967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021967.pto --stitching --prefix=assemblage_021967 -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/GF021967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021967.jpg" - -# capture n°021968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021968.pto --stitching --prefix=assemblage_021968 -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/GF021968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021968.jpg" - -# capture n°021969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021969.pto --stitching --prefix=assemblage_021969 -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/GF021969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021969.jpg" - -# capture n°021970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021970.pto --stitching --prefix=assemblage_021970 -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/GF021970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021970.jpg" - -# capture n°021971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021971.pto --stitching --prefix=assemblage_021971 -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/GF021971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021971.jpg" - -# capture n°021972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021972.pto --stitching --prefix=assemblage_021972 -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/GF021972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021972.jpg" - -# capture n°021973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021973.pto --stitching --prefix=assemblage_021973 -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/GF021973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021973.jpg" - -# capture n°021974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021974.pto --stitching --prefix=assemblage_021974 -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/GF021974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021974.jpg" - -# capture n°021975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021975.pto --stitching --prefix=assemblage_021975 -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/GF021975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021975.jpg" - -# capture n°021976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021976.pto --stitching --prefix=assemblage_021976 -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/GF021976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021976.jpg" - -# capture n°021977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021977.pto --stitching --prefix=assemblage_021977 -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/GF021977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021977.jpg" - -# capture n°021978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021978.pto --stitching --prefix=assemblage_021978 -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/GF021978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021978.jpg" - -# capture n°021979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021979.pto --stitching --prefix=assemblage_021979 -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/GF021979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021979.jpg" - -# capture n°021980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021980.pto --stitching --prefix=assemblage_021980 -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/GF021980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021980.jpg" - -# capture n°021981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021981.pto --stitching --prefix=assemblage_021981 -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/GF021981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021981.jpg" - -# capture n°021982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021982.pto --stitching --prefix=assemblage_021982 -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/GF021982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021982.jpg" - -# capture n°021983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021983.pto --stitching --prefix=assemblage_021983 -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/GF021983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021983.jpg" - -# capture n°021984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021984.pto --stitching --prefix=assemblage_021984 -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/GF021984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021984.jpg" - -# capture n°021985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021985.pto --stitching --prefix=assemblage_021985 -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/GF021985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021985.jpg" - -# capture n°021986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021986.pto --stitching --prefix=assemblage_021986 -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/GF021986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021986.jpg" - -# capture n°021987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021987.pto --stitching --prefix=assemblage_021987 -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/GF021987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021987.jpg" - -# capture n°021988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021988.pto --stitching --prefix=assemblage_021988 -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/GF021988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021988.jpg" - -# capture n°021989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021989.pto --stitching --prefix=assemblage_021989 -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/GF021989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021989.jpg" - -# capture n°021990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021990.pto --stitching --prefix=assemblage_021990 -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/GF021990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021990.jpg" - -# capture n°021991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021991.pto --stitching --prefix=assemblage_021991 -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/GF021991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021991.jpg" - -# capture n°021992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021992.pto --stitching --prefix=assemblage_021992 -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/GF021992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021992.jpg" - -# capture n°021993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021993.pto --stitching --prefix=assemblage_021993 -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/GF021993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021993.jpg" - -# capture n°021994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021994.pto --stitching --prefix=assemblage_021994 -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/GF021994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021994.jpg" - -# capture n°021995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021995.pto --stitching --prefix=assemblage_021995 -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/GF021995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021995.jpg" - -# capture n°021996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021996.pto --stitching --prefix=assemblage_021996 -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/GF021996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021996.jpg" - -# capture n°021997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021997.pto --stitching --prefix=assemblage_021997 -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/GF021997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021997.jpg" - -# capture n°021998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021998.pto --stitching --prefix=assemblage_021998 -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/GF021998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021998.jpg" - -# capture n°021999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_021999.pto --stitching --prefix=assemblage_021999 -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/GF021999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_021999.jpg" - -# capture n°022000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022000.pto --stitching --prefix=assemblage_022000 -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/GF022000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022000.jpg" - -# capture n°022001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022001.pto --stitching --prefix=assemblage_022001 -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/GF022001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022001.jpg" - -# capture n°022002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022002.pto --stitching --prefix=assemblage_022002 -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/GF022002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022002.jpg" - -# capture n°022003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022003.pto --stitching --prefix=assemblage_022003 -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/GF022003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022003.jpg" - -# capture n°022004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022004.pto --stitching --prefix=assemblage_022004 -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/GF022004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022004.jpg" - -# capture n°022005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022005.pto --stitching --prefix=assemblage_022005 -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/GF022005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022005.jpg" - -# capture n°022006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022006.pto --stitching --prefix=assemblage_022006 -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/GF022006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022006.jpg" - -# capture n°022007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022007.pto --stitching --prefix=assemblage_022007 -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/GF022007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022007.jpg" - -# capture n°022008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022008.pto --stitching --prefix=assemblage_022008 -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/GF022008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022008.jpg" - -# capture n°022009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022009.pto --stitching --prefix=assemblage_022009 -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/GF022009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022009.jpg" - -# capture n°022010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022010.pto --stitching --prefix=assemblage_022010 -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/GF022010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022010.jpg" - -# capture n°022011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022011.pto --stitching --prefix=assemblage_022011 -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/GF022011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022011.jpg" - -# capture n°022012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022012.pto --stitching --prefix=assemblage_022012 -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/GF022012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022012.jpg" - -# capture n°022013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022013.pto --stitching --prefix=assemblage_022013 -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/GF022013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022013.jpg" - -# capture n°022014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022014.pto --stitching --prefix=assemblage_022014 -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/GF022014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022014.jpg" - -# capture n°022015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022015.pto --stitching --prefix=assemblage_022015 -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/GF022015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022015.jpg" - -# capture n°022016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022016.pto --stitching --prefix=assemblage_022016 -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/GF022016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022016.jpg" - -# capture n°022017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022017.pto --stitching --prefix=assemblage_022017 -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/GF022017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022017.jpg" - -# capture n°022018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022018.pto --stitching --prefix=assemblage_022018 -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/GF022018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022018.jpg" - -# capture n°022019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022019.pto --stitching --prefix=assemblage_022019 -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/GF022019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022019.jpg" - -# capture n°022020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022020.pto --stitching --prefix=assemblage_022020 -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/GF022020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022020.jpg" - -# capture n°022021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022021.pto --stitching --prefix=assemblage_022021 -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/GF022021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022021.jpg" - -# capture n°022022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022022.pto --stitching --prefix=assemblage_022022 -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/GF022022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022022.jpg" - -# capture n°022023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022023.pto --stitching --prefix=assemblage_022023 -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/GF022023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022023.jpg" - -# capture n°022024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022024.pto --stitching --prefix=assemblage_022024 -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/GF022024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022024.jpg" - -# capture n°022025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022025.pto --stitching --prefix=assemblage_022025 -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/GF022025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022025.jpg" - -# capture n°022026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022026.pto --stitching --prefix=assemblage_022026 -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/GF022026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022026.jpg" - -# capture n°022027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022027.pto --stitching --prefix=assemblage_022027 -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/GF022027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022027.jpg" - -# capture n°022028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022028.pto --stitching --prefix=assemblage_022028 -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/GF022028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022028.jpg" - -# capture n°022029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022029.pto --stitching --prefix=assemblage_022029 -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/GF022029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022029.jpg" - -# capture n°022030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022030.pto --stitching --prefix=assemblage_022030 -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/GF022030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022030.jpg" - -# capture n°022031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022031.pto --stitching --prefix=assemblage_022031 -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/GF022031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022031.jpg" - -# capture n°022032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022032.pto --stitching --prefix=assemblage_022032 -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/GF022032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022032.jpg" - -# capture n°022033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022033.pto --stitching --prefix=assemblage_022033 -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/GF022033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022033.jpg" - -# capture n°022034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022034.pto --stitching --prefix=assemblage_022034 -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/GF022034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022034.jpg" - -# capture n°022035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022035.pto --stitching --prefix=assemblage_022035 -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/GF022035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022035.jpg" - -# capture n°022036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022036.pto --stitching --prefix=assemblage_022036 -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/GF022036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022036.jpg" - -# capture n°022037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022037.pto --stitching --prefix=assemblage_022037 -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/GF022037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022037.jpg" - -# capture n°022038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022038.pto --stitching --prefix=assemblage_022038 -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/GF022038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022038.jpg" - -# capture n°022039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022039.pto --stitching --prefix=assemblage_022039 -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/GF022039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022039.jpg" - -# capture n°022040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022040.pto --stitching --prefix=assemblage_022040 -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/GF022040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022040.jpg" - -# capture n°022041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022041.pto --stitching --prefix=assemblage_022041 -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/GF022041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022041.jpg" - -# capture n°022042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022042.pto --stitching --prefix=assemblage_022042 -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/GF022042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022042.jpg" - -# capture n°022043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022043.pto --stitching --prefix=assemblage_022043 -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/GF022043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022043.jpg" - -# capture n°022044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022044.pto --stitching --prefix=assemblage_022044 -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/GF022044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022044.jpg" - -# capture n°022045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022045.pto --stitching --prefix=assemblage_022045 -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/GF022045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022045.jpg" - -# capture n°022046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022046.pto --stitching --prefix=assemblage_022046 -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/GF022046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022046.jpg" - -# capture n°022047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022047.pto --stitching --prefix=assemblage_022047 -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/GF022047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022047.jpg" - -# capture n°022048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022048.pto --stitching --prefix=assemblage_022048 -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/GF022048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022048.jpg" - -# capture n°022049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022049.pto --stitching --prefix=assemblage_022049 -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/GF022049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022049.jpg" - -# capture n°022050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022050.pto --stitching --prefix=assemblage_022050 -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/GF022050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022050.jpg" - -# capture n°022051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022051.pto --stitching --prefix=assemblage_022051 -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/GF022051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022051.jpg" - -# capture n°022052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022052.pto --stitching --prefix=assemblage_022052 -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/GF022052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022052.jpg" - -# capture n°022053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022053.pto --stitching --prefix=assemblage_022053 -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/GF022053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022053.jpg" - -# capture n°022054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022054.pto --stitching --prefix=assemblage_022054 -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/GF022054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022054.jpg" - -# capture n°022055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022055.pto --stitching --prefix=assemblage_022055 -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/GF022055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022055.jpg" - -# capture n°022056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022056.pto --stitching --prefix=assemblage_022056 -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/GF022056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022056.jpg" - -# capture n°022057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022057.pto --stitching --prefix=assemblage_022057 -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/GF022057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022057.jpg" - -# capture n°022058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022058.pto --stitching --prefix=assemblage_022058 -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/GF022058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022058.jpg" - -# capture n°022059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022059.pto --stitching --prefix=assemblage_022059 -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/GF022059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022059.jpg" - -# capture n°022060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022060.pto --stitching --prefix=assemblage_022060 -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/GF022060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022060.jpg" - -# capture n°022061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022061.pto --stitching --prefix=assemblage_022061 -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/GF022061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022061.jpg" - -# capture n°022062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022062.pto --stitching --prefix=assemblage_022062 -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/GF022062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022062.jpg" - -# capture n°022063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022063.pto --stitching --prefix=assemblage_022063 -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/GF022063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022063.jpg" - -# capture n°022064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022064.pto --stitching --prefix=assemblage_022064 -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/GF022064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022064.jpg" - -# capture n°022065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022065.pto --stitching --prefix=assemblage_022065 -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/GF022065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022065.jpg" - -# capture n°022066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022066.pto --stitching --prefix=assemblage_022066 -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/GF022066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022066.jpg" - -# capture n°022067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022067.pto --stitching --prefix=assemblage_022067 -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/GF022067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022067.jpg" - -# capture n°022068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022068.pto --stitching --prefix=assemblage_022068 -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/GF022068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022068.jpg" - -# capture n°022069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022069.pto --stitching --prefix=assemblage_022069 -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/GF022069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022069.jpg" - -# capture n°022070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022070.pto --stitching --prefix=assemblage_022070 -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/GF022070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022070.jpg" - -# capture n°022071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022071.pto --stitching --prefix=assemblage_022071 -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/GF022071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022071.jpg" - -# capture n°022072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022072.pto --stitching --prefix=assemblage_022072 -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/GF022072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022072.jpg" - -# capture n°022073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022073.pto --stitching --prefix=assemblage_022073 -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/GF022073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022073.jpg" - -# capture n°022074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022074.pto --stitching --prefix=assemblage_022074 -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/GF022074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022074.jpg" - -# capture n°022075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022075.pto --stitching --prefix=assemblage_022075 -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/GF022075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022075.jpg" - -# capture n°022076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022076.pto --stitching --prefix=assemblage_022076 -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/GF022076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022076.jpg" - -# capture n°022077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022077.pto --stitching --prefix=assemblage_022077 -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/GF022077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022077.jpg" - -# capture n°022078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022078.pto --stitching --prefix=assemblage_022078 -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/GF022078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022078.jpg" - -# capture n°022079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022079.pto --stitching --prefix=assemblage_022079 -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/GF022079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022079.jpg" - -# capture n°022080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022080.pto --stitching --prefix=assemblage_022080 -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/GF022080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022080.jpg" - -# capture n°022081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022081.pto --stitching --prefix=assemblage_022081 -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/GF022081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022081.jpg" - -# capture n°022082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022082.pto --stitching --prefix=assemblage_022082 -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/GF022082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022082.jpg" - -# capture n°022083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022083.pto --stitching --prefix=assemblage_022083 -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/GF022083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022083.jpg" - -# capture n°022084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022084.pto --stitching --prefix=assemblage_022084 -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/GF022084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022084.jpg" - -# capture n°022085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022085.pto --stitching --prefix=assemblage_022085 -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/GF022085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022085.jpg" - -# capture n°022086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022086.pto --stitching --prefix=assemblage_022086 -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/GF022086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022086.jpg" - -# capture n°022087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022087.pto --stitching --prefix=assemblage_022087 -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/GF022087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022087.jpg" - -# capture n°022088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022088.pto --stitching --prefix=assemblage_022088 -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/GF022088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022088.jpg" - -# capture n°022089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022089.pto --stitching --prefix=assemblage_022089 -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/GF022089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022089.jpg" - -# capture n°022090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022090.pto --stitching --prefix=assemblage_022090 -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/GF022090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022090.jpg" - -# capture n°022091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022091.pto --stitching --prefix=assemblage_022091 -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/GF022091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022091.jpg" - -# capture n°022092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022092.pto --stitching --prefix=assemblage_022092 -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/GF022092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022092.jpg" - -# capture n°022093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022093.pto --stitching --prefix=assemblage_022093 -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/GF022093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022093.jpg" - -# capture n°022094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022094.pto --stitching --prefix=assemblage_022094 -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/GF022094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022094.jpg" - -# capture n°022095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022095.pto --stitching --prefix=assemblage_022095 -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/GF022095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022095.jpg" - -# capture n°022096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022096.pto --stitching --prefix=assemblage_022096 -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/GF022096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022096.jpg" - -# capture n°022097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022097.pto --stitching --prefix=assemblage_022097 -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/GF022097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022097.jpg" - -# capture n°022098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022098.pto --stitching --prefix=assemblage_022098 -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/GF022098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022098.jpg" - -# capture n°022099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022099.pto --stitching --prefix=assemblage_022099 -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/GF022099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022099.jpg" - -# capture n°022100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022100.pto --stitching --prefix=assemblage_022100 -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/GF022100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022100.jpg" - -# capture n°022101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022101.pto --stitching --prefix=assemblage_022101 -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/GF022101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022101.jpg" - -# capture n°022102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022102.pto --stitching --prefix=assemblage_022102 -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/GF022102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022102.jpg" - -# capture n°022103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022103.pto --stitching --prefix=assemblage_022103 -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/GF022103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022103.jpg" - -# capture n°022104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022104.pto --stitching --prefix=assemblage_022104 -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/GF022104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022104.jpg" - -# capture n°022105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022105.pto --stitching --prefix=assemblage_022105 -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/GF022105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022105.jpg" - -# capture n°022106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022106.pto --stitching --prefix=assemblage_022106 -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/GF022106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022106.jpg" - -# capture n°022107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022107.pto --stitching --prefix=assemblage_022107 -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/GF022107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022107.jpg" - -# capture n°022108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022108.pto --stitching --prefix=assemblage_022108 -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/GF022108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022108.jpg" - -# capture n°022109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022109.pto --stitching --prefix=assemblage_022109 -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/GF022109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022109.jpg" - -# capture n°022110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022110.pto --stitching --prefix=assemblage_022110 -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/GF022110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022110.jpg" - -# capture n°022111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022111.pto --stitching --prefix=assemblage_022111 -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/GF022111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022111.jpg" - -# capture n°022112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022112.pto --stitching --prefix=assemblage_022112 -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/GF022112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022112.jpg" - -# capture n°022113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022113.pto --stitching --prefix=assemblage_022113 -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/GF022113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022113.jpg" - -# capture n°022114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022114.pto --stitching --prefix=assemblage_022114 -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/GF022114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022114.jpg" - -# capture n°022115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022115.pto --stitching --prefix=assemblage_022115 -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/GF022115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022115.jpg" - -# capture n°022116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022116.pto --stitching --prefix=assemblage_022116 -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/GF022116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022116.jpg" - -# capture n°022117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022117.pto --stitching --prefix=assemblage_022117 -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/GF022117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022117.jpg" - -# capture n°022118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022118.pto --stitching --prefix=assemblage_022118 -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/GF022118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022118.jpg" - -# capture n°022119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022119.pto --stitching --prefix=assemblage_022119 -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/GF022119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022119.jpg" - -# capture n°022120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022120.pto --stitching --prefix=assemblage_022120 -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/GF022120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022120.jpg" - -# capture n°022121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022121.pto --stitching --prefix=assemblage_022121 -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/GF022121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022121.jpg" - -# capture n°022122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022122.pto --stitching --prefix=assemblage_022122 -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/GF022122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022122.jpg" - -# capture n°022123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022123.pto --stitching --prefix=assemblage_022123 -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/GF022123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022123.jpg" - -# capture n°022124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022124.pto --stitching --prefix=assemblage_022124 -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/GF022124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022124.jpg" - -# capture n°022125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022125.pto --stitching --prefix=assemblage_022125 -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/GF022125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022125.jpg" - -# capture n°022126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022126.pto --stitching --prefix=assemblage_022126 -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/GF022126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022126.jpg" - -# capture n°022127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022127.pto --stitching --prefix=assemblage_022127 -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/GF022127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022127.jpg" - -# capture n°022128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022128.pto --stitching --prefix=assemblage_022128 -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/GF022128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022128.jpg" - -# capture n°022129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022129.pto --stitching --prefix=assemblage_022129 -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/GF022129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022129.jpg" - -# capture n°022130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022130.pto --stitching --prefix=assemblage_022130 -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/GF022130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022130.jpg" - -# capture n°022131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022131.pto --stitching --prefix=assemblage_022131 -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/GF022131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022131.jpg" - -# capture n°022132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022132.pto --stitching --prefix=assemblage_022132 -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/GF022132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022132.jpg" - -# capture n°022133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022133.pto --stitching --prefix=assemblage_022133 -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/GF022133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022133.jpg" - -# capture n°022134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022134.pto --stitching --prefix=assemblage_022134 -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/GF022134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022134.jpg" - -# capture n°022135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022135.pto --stitching --prefix=assemblage_022135 -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/GF022135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022135.jpg" - -# capture n°022136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022136.pto --stitching --prefix=assemblage_022136 -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/GF022136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022136.jpg" - -# capture n°022137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022137.pto --stitching --prefix=assemblage_022137 -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/GF022137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022137.jpg" - -# capture n°022138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022138.pto --stitching --prefix=assemblage_022138 -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/GF022138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022138.jpg" - -# capture n°022139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022139.pto --stitching --prefix=assemblage_022139 -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/GF022139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022139.jpg" - -# capture n°022140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022140.pto --stitching --prefix=assemblage_022140 -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/GF022140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022140.jpg" - -# capture n°022141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022141.pto --stitching --prefix=assemblage_022141 -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/GF022141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022141.jpg" - -# capture n°022142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022142.pto --stitching --prefix=assemblage_022142 -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/GF022142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022142.jpg" - -# capture n°022143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022143.pto --stitching --prefix=assemblage_022143 -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/GF022143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022143.jpg" - -# capture n°022144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022144.pto --stitching --prefix=assemblage_022144 -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/GF022144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022144.jpg" - -# capture n°022145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022145.pto --stitching --prefix=assemblage_022145 -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/GF022145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022145.jpg" - -# capture n°022146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022146.pto --stitching --prefix=assemblage_022146 -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/GF022146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022146.jpg" - -# capture n°022147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022147.pto --stitching --prefix=assemblage_022147 -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/GF022147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022147.jpg" - -# capture n°022148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022148.pto --stitching --prefix=assemblage_022148 -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/GF022148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022148.jpg" - -# capture n°022149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022149.pto --stitching --prefix=assemblage_022149 -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/GF022149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022149.jpg" - -# capture n°022150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022150.pto --stitching --prefix=assemblage_022150 -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/GF022150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022150.jpg" - -# capture n°022151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022151.pto --stitching --prefix=assemblage_022151 -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/GF022151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022151.jpg" - -# capture n°022152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022152.pto --stitching --prefix=assemblage_022152 -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/GF022152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022152.jpg" - -# capture n°022153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022153.pto --stitching --prefix=assemblage_022153 -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/GF022153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022153.jpg" - -# capture n°022154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022154.pto --stitching --prefix=assemblage_022154 -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/GF022154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022154.jpg" - -# capture n°022155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022155.pto --stitching --prefix=assemblage_022155 -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/GF022155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022155.jpg" - -# capture n°022156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022156.pto --stitching --prefix=assemblage_022156 -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/GF022156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022156.jpg" - -# capture n°022157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022157.pto --stitching --prefix=assemblage_022157 -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/GF022157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022157.jpg" - -# capture n°022158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022158.pto --stitching --prefix=assemblage_022158 -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/GF022158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022158.jpg" - -# capture n°022159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022159.pto --stitching --prefix=assemblage_022159 -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/GF022159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022159.jpg" - -# capture n°022160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022160.pto --stitching --prefix=assemblage_022160 -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/GF022160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022160.jpg" - -# capture n°022161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022161.pto --stitching --prefix=assemblage_022161 -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/GF022161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022161.jpg" - -# capture n°022162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022162.pto --stitching --prefix=assemblage_022162 -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/GF022162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022162.jpg" - -# capture n°022163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022163.pto --stitching --prefix=assemblage_022163 -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/GF022163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022163.jpg" - -# capture n°022164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022164.pto --stitching --prefix=assemblage_022164 -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/GF022164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022164.jpg" - -# capture n°022165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022165.pto --stitching --prefix=assemblage_022165 -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/GF022165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022165.jpg" - -# capture n°022166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022166.pto --stitching --prefix=assemblage_022166 -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/GF022166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022166.jpg" - -# capture n°022167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022167.pto --stitching --prefix=assemblage_022167 -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/GF022167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022167.jpg" - -# capture n°022168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022168.pto --stitching --prefix=assemblage_022168 -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/GF022168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022168.jpg" - -# capture n°022169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022169.pto --stitching --prefix=assemblage_022169 -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/GF022169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022169.jpg" - -# capture n°022170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022170.pto --stitching --prefix=assemblage_022170 -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/GF022170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022170.jpg" - -# capture n°022171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022171.pto --stitching --prefix=assemblage_022171 -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/GF022171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022171.jpg" - -# capture n°022172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022172.pto --stitching --prefix=assemblage_022172 -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/GF022172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022172.jpg" - -# capture n°022173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022173.pto --stitching --prefix=assemblage_022173 -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/GF022173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022173.jpg" - -# capture n°022174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022174.pto --stitching --prefix=assemblage_022174 -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/GF022174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022174.jpg" - -# capture n°022175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022175.pto --stitching --prefix=assemblage_022175 -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/GF022175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022175.jpg" - -# capture n°022176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022176.pto --stitching --prefix=assemblage_022176 -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/GF022176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022176.jpg" - -# capture n°022177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022177.pto --stitching --prefix=assemblage_022177 -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/GF022177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022177.jpg" - -# capture n°022178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022178.pto --stitching --prefix=assemblage_022178 -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/GF022178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022178.jpg" - -# capture n°022179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022179.pto --stitching --prefix=assemblage_022179 -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/GF022179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022179.jpg" - -# capture n°022180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022180.pto --stitching --prefix=assemblage_022180 -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/GF022180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022180.jpg" - -# capture n°022181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022181.pto --stitching --prefix=assemblage_022181 -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/GF022181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022181.jpg" - -# capture n°022182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022182.pto --stitching --prefix=assemblage_022182 -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/GF022182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022182.jpg" - -# capture n°022183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022183.pto --stitching --prefix=assemblage_022183 -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/GF022183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022183.jpg" - -# capture n°022184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022184.pto --stitching --prefix=assemblage_022184 -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/GF022184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022184.jpg" - -# capture n°022185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022185.pto --stitching --prefix=assemblage_022185 -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/GF022185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022185.jpg" - -# capture n°022186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022186.pto --stitching --prefix=assemblage_022186 -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/GF022186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022186.jpg" - -# capture n°022187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022187.pto --stitching --prefix=assemblage_022187 -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/GF022187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022187.jpg" - -# capture n°022188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022188.pto --stitching --prefix=assemblage_022188 -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/GF022188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022188.jpg" - -# capture n°022189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022189.pto --stitching --prefix=assemblage_022189 -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/GF022189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022189.jpg" - -# capture n°022190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022190.pto --stitching --prefix=assemblage_022190 -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/GF022190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022190.jpg" - -# capture n°022191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022191.pto --stitching --prefix=assemblage_022191 -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/GF022191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022191.jpg" - -# capture n°022192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022192.pto --stitching --prefix=assemblage_022192 -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/GF022192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022192.jpg" - -# capture n°022193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022193.pto --stitching --prefix=assemblage_022193 -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/GF022193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022193.jpg" - -# capture n°022194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022194.pto --stitching --prefix=assemblage_022194 -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/GF022194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022194.jpg" - -# capture n°022195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022195.pto --stitching --prefix=assemblage_022195 -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/GF022195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022195.jpg" - -# capture n°022196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022196.pto --stitching --prefix=assemblage_022196 -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/GF022196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022196.jpg" - -# capture n°022197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022197.pto --stitching --prefix=assemblage_022197 -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/GF022197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022197.jpg" - -# capture n°022198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022198.pto --stitching --prefix=assemblage_022198 -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/GF022198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022198.jpg" - -# capture n°022199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022199.pto --stitching --prefix=assemblage_022199 -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/GF022199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022199.jpg" - -# capture n°022200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022200.pto --stitching --prefix=assemblage_022200 -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/GF022200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022200.jpg" - -# capture n°022201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022201.pto --stitching --prefix=assemblage_022201 -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/GF022201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022201.jpg" - -# capture n°022202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022202.pto --stitching --prefix=assemblage_022202 -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/GF022202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022202.jpg" - -# capture n°022203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022203.pto --stitching --prefix=assemblage_022203 -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/GF022203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022203.jpg" - -# capture n°022204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022204.pto --stitching --prefix=assemblage_022204 -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/GF022204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022204.jpg" - -# capture n°022205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022205.pto --stitching --prefix=assemblage_022205 -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/GF022205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022205.jpg" - -# capture n°022206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022206.pto --stitching --prefix=assemblage_022206 -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/GF022206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022206.jpg" - -# capture n°022207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022207.pto --stitching --prefix=assemblage_022207 -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/GF022207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022207.jpg" - -# capture n°022208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022208.pto --stitching --prefix=assemblage_022208 -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/GF022208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022208.jpg" - -# capture n°022209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022209.pto --stitching --prefix=assemblage_022209 -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/GF022209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022209.jpg" - -# capture n°022210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022210.pto --stitching --prefix=assemblage_022210 -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/GF022210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022210.jpg" - -# capture n°022211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022211.pto --stitching --prefix=assemblage_022211 -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/GF022211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022211.jpg" - -# capture n°022212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022212.pto --stitching --prefix=assemblage_022212 -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/GF022212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022212.jpg" - -# capture n°022213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022213.pto --stitching --prefix=assemblage_022213 -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/GF022213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022213.jpg" - -# capture n°022214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022214.pto --stitching --prefix=assemblage_022214 -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/GF022214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022214.jpg" - -# capture n°022215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022215.pto --stitching --prefix=assemblage_022215 -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/GF022215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022215.jpg" - -# capture n°022216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022216.pto --stitching --prefix=assemblage_022216 -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/GF022216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022216.jpg" - -# capture n°022217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022217.pto --stitching --prefix=assemblage_022217 -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/GF022217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022217.jpg" - -# capture n°022218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022218.pto --stitching --prefix=assemblage_022218 -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/GF022218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022218.jpg" - -# capture n°022219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022219.pto --stitching --prefix=assemblage_022219 -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/GF022219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022219.jpg" - -# capture n°022220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022220.pto --stitching --prefix=assemblage_022220 -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/GF022220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022220.jpg" - -# capture n°022221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022221.pto --stitching --prefix=assemblage_022221 -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/GF022221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022221.jpg" - -# capture n°022222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022222.pto --stitching --prefix=assemblage_022222 -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/GF022222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022222.jpg" - -# capture n°022223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022223.pto --stitching --prefix=assemblage_022223 -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/GF022223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022223.jpg" - -# capture n°022224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022224.pto --stitching --prefix=assemblage_022224 -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/GF022224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022224.jpg" - -# capture n°022225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022225.pto --stitching --prefix=assemblage_022225 -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/GF022225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022225.jpg" - -# capture n°022226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022226.pto --stitching --prefix=assemblage_022226 -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/GF022226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022226.jpg" - -# capture n°022227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022227.pto --stitching --prefix=assemblage_022227 -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/GF022227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022227.jpg" - -# capture n°022228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022228.pto --stitching --prefix=assemblage_022228 -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/GF022228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022228.jpg" - -# capture n°022229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022229.pto --stitching --prefix=assemblage_022229 -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/GF022229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022229.jpg" - -# capture n°022230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022230.pto --stitching --prefix=assemblage_022230 -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/GF022230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022230.jpg" - -# capture n°022231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022231.pto --stitching --prefix=assemblage_022231 -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/GF022231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022231.jpg" - -# capture n°022232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022232.pto --stitching --prefix=assemblage_022232 -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/GF022232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022232.jpg" - -# capture n°022233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022233.pto --stitching --prefix=assemblage_022233 -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/GF022233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022233.jpg" - -# capture n°022234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022234.pto --stitching --prefix=assemblage_022234 -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/GF022234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022234.jpg" - -# capture n°022235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022235.pto --stitching --prefix=assemblage_022235 -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/GF022235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022235.jpg" - -# capture n°022236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022236.pto --stitching --prefix=assemblage_022236 -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/GF022236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022236.jpg" - -# capture n°022237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022237.pto --stitching --prefix=assemblage_022237 -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/GF022237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022237.jpg" - -# capture n°022238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022238.pto --stitching --prefix=assemblage_022238 -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/GF022238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022238.jpg" - -# capture n°022239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022239.pto --stitching --prefix=assemblage_022239 -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/GF022239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022239.jpg" - -# capture n°022240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022240.pto --stitching --prefix=assemblage_022240 -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/GF022240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022240.jpg" - -# capture n°022241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022241.pto --stitching --prefix=assemblage_022241 -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/GF022241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022241.jpg" - -# capture n°022242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022242.pto --stitching --prefix=assemblage_022242 -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/GF022242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022242.jpg" - -# capture n°022243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022243.pto --stitching --prefix=assemblage_022243 -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/GF022243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022243.jpg" - -# capture n°022244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022244.pto --stitching --prefix=assemblage_022244 -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/GF022244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022244.jpg" - -# capture n°022245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022245.pto --stitching --prefix=assemblage_022245 -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/GF022245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022245.jpg" - -# capture n°022246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022246.pto --stitching --prefix=assemblage_022246 -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/GF022246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022246.jpg" - -# capture n°022247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022247.pto --stitching --prefix=assemblage_022247 -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/GF022247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022247.jpg" - -# capture n°022248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022248.pto --stitching --prefix=assemblage_022248 -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/GF022248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022248.jpg" - -# capture n°022249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022249.pto --stitching --prefix=assemblage_022249 -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/GF022249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022249.jpg" - -# capture n°022250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022250.pto --stitching --prefix=assemblage_022250 -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/GF022250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022250.jpg" - -# capture n°022251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022251.pto --stitching --prefix=assemblage_022251 -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/GF022251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022251.jpg" - -# capture n°022252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022252.pto --stitching --prefix=assemblage_022252 -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/GF022252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022252.jpg" - -# capture n°022253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022253.pto --stitching --prefix=assemblage_022253 -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/GF022253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022253.jpg" - -# capture n°022254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022254.pto --stitching --prefix=assemblage_022254 -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/GF022254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022254.jpg" - -# capture n°022255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022255.pto --stitching --prefix=assemblage_022255 -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/GF022255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022255.jpg" - -# capture n°022256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022256.pto --stitching --prefix=assemblage_022256 -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/GF022256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022256.jpg" - -# capture n°022257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022257.pto --stitching --prefix=assemblage_022257 -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/GF022257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022257.jpg" - -# capture n°022258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022258.pto --stitching --prefix=assemblage_022258 -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/GF022258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022258.jpg" - -# capture n°022259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022259.pto --stitching --prefix=assemblage_022259 -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/GF022259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022259.jpg" - -# capture n°022260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022260.pto --stitching --prefix=assemblage_022260 -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/GF022260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022260.jpg" - -# capture n°022261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022261.pto --stitching --prefix=assemblage_022261 -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/GF022261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022261.jpg" - -# capture n°022262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022262.pto --stitching --prefix=assemblage_022262 -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/GF022262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022262.jpg" - -# capture n°022263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022263.pto --stitching --prefix=assemblage_022263 -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/GF022263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022263.jpg" - -# capture n°022264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022264.pto --stitching --prefix=assemblage_022264 -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/GF022264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022264.jpg" - -# capture n°022265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022265.pto --stitching --prefix=assemblage_022265 -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/GF022265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022265.jpg" - -# capture n°022266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022266.pto --stitching --prefix=assemblage_022266 -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/GF022266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022266.jpg" - -# capture n°022267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022267.pto --stitching --prefix=assemblage_022267 -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/GF022267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022267.jpg" - -# capture n°022268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022268.pto --stitching --prefix=assemblage_022268 -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/GF022268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022268.jpg" - -# capture n°022269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022269.pto --stitching --prefix=assemblage_022269 -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/GF022269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022269.jpg" - -# capture n°022270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022270.pto --stitching --prefix=assemblage_022270 -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/GF022270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022270.jpg" - -# capture n°022271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022271.pto --stitching --prefix=assemblage_022271 -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/GF022271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022271.jpg" - -# capture n°022272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022272.pto --stitching --prefix=assemblage_022272 -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/GF022272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022272.jpg" - -# capture n°022273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022273.pto --stitching --prefix=assemblage_022273 -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/GF022273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022273.jpg" - -# capture n°022274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022274.pto --stitching --prefix=assemblage_022274 -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/GF022274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022274.jpg" - -# capture n°022275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022275.pto --stitching --prefix=assemblage_022275 -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/GF022275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022275.jpg" - -# capture n°022276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022276.pto --stitching --prefix=assemblage_022276 -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/GF022276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022276.jpg" - -# capture n°022277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022277.pto --stitching --prefix=assemblage_022277 -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/GF022277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022277.jpg" - -# capture n°022278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022278.pto --stitching --prefix=assemblage_022278 -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/GF022278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022278.jpg" - -# capture n°022279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022279.pto --stitching --prefix=assemblage_022279 -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/GF022279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022279.jpg" - -# capture n°022280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022280.pto --stitching --prefix=assemblage_022280 -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/GF022280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022280.jpg" - -# capture n°022281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022281.pto --stitching --prefix=assemblage_022281 -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/GF022281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022281.jpg" - -# capture n°022282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022282.pto --stitching --prefix=assemblage_022282 -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/GF022282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022282.jpg" - -# capture n°022283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022283.pto --stitching --prefix=assemblage_022283 -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/GF022283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022283.jpg" - -# capture n°022284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022284.pto --stitching --prefix=assemblage_022284 -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/GF022284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022284.jpg" - -# capture n°022285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022285.pto --stitching --prefix=assemblage_022285 -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/GF022285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022285.jpg" - -# capture n°022286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022286.pto --stitching --prefix=assemblage_022286 -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/GF022286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022286.jpg" - -# capture n°022287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022287.pto --stitching --prefix=assemblage_022287 -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/GF022287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022287.jpg" - -# capture n°022288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022288.pto --stitching --prefix=assemblage_022288 -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/GF022288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022288.jpg" - -# capture n°022289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022289.pto --stitching --prefix=assemblage_022289 -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/GF022289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022289.jpg" - -# capture n°022290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022290.pto --stitching --prefix=assemblage_022290 -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/GF022290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022290.jpg" - -# capture n°022291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022291.pto --stitching --prefix=assemblage_022291 -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/GF022291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022291.jpg" - -# capture n°022292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022292.pto --stitching --prefix=assemblage_022292 -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/GF022292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022292.jpg" - -# capture n°022293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022293.pto --stitching --prefix=assemblage_022293 -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/GF022293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022293.jpg" - -# capture n°022294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022294.pto --stitching --prefix=assemblage_022294 -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/GF022294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022294.jpg" - -# capture n°022295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022295.pto --stitching --prefix=assemblage_022295 -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/GF022295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022295.jpg" - -# capture n°022296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022296.pto --stitching --prefix=assemblage_022296 -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/GF022296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022296.jpg" - -# capture n°022297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022297.pto --stitching --prefix=assemblage_022297 -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/GF022297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022297.jpg" - -# capture n°022298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022298.pto --stitching --prefix=assemblage_022298 -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/GF022298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022298.jpg" - -# capture n°022299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022299.pto --stitching --prefix=assemblage_022299 -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/GF022299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022299.jpg" - -# capture n°022300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022300.pto --stitching --prefix=assemblage_022300 -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/GF022300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022300.jpg" - -# capture n°022301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022301.pto --stitching --prefix=assemblage_022301 -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/GF022301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022301.jpg" - -# capture n°022302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022302.pto --stitching --prefix=assemblage_022302 -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/GF022302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022302.jpg" - -# capture n°022303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022303.pto --stitching --prefix=assemblage_022303 -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/GF022303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022303.jpg" - -# capture n°022304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022304.pto --stitching --prefix=assemblage_022304 -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/GF022304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022304.jpg" - -# capture n°022305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022305.pto --stitching --prefix=assemblage_022305 -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/GF022305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022305.jpg" - -# capture n°022306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022306.pto --stitching --prefix=assemblage_022306 -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/GF022306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022306.jpg" - -# capture n°022307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022307.pto --stitching --prefix=assemblage_022307 -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/GF022307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022307.jpg" - -# capture n°022308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022308.pto --stitching --prefix=assemblage_022308 -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/GF022308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022308.jpg" - -# capture n°022309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022309.pto --stitching --prefix=assemblage_022309 -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/GF022309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022309.jpg" - -# capture n°022310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022310.pto --stitching --prefix=assemblage_022310 -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/GF022310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022310.jpg" - -# capture n°022311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022311.pto --stitching --prefix=assemblage_022311 -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/GF022311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022311.jpg" - -# capture n°022312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022312.pto --stitching --prefix=assemblage_022312 -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/GF022312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022312.jpg" - -# capture n°022313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022313.pto --stitching --prefix=assemblage_022313 -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/GF022313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022313.jpg" - -# capture n°022314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022314.pto --stitching --prefix=assemblage_022314 -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/GF022314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022314.jpg" - -# capture n°022315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022315.pto --stitching --prefix=assemblage_022315 -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/GF022315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022315.jpg" - -# capture n°022316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022316.pto --stitching --prefix=assemblage_022316 -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/GF022316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022316.jpg" - -# capture n°022317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022317.pto --stitching --prefix=assemblage_022317 -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/GF022317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022317.jpg" - -# capture n°022318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022318.pto --stitching --prefix=assemblage_022318 -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/GF022318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022318.jpg" - -# capture n°022319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022319.pto --stitching --prefix=assemblage_022319 -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/GF022319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022319.jpg" - -# capture n°022320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022320.pto --stitching --prefix=assemblage_022320 -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/GF022320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022320.jpg" - -# capture n°022321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022321.pto --stitching --prefix=assemblage_022321 -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/GF022321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022321.jpg" - -# capture n°022322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022322.pto --stitching --prefix=assemblage_022322 -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/GF022322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022322.jpg" - -# capture n°022323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022323.pto --stitching --prefix=assemblage_022323 -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/GF022323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022323.jpg" - -# capture n°022324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022324.pto --stitching --prefix=assemblage_022324 -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/GF022324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022324.jpg" - -# capture n°022325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022325.pto --stitching --prefix=assemblage_022325 -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/GF022325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022325.jpg" - -# capture n°022326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022326.pto --stitching --prefix=assemblage_022326 -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/GF022326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022326.jpg" - -# capture n°022327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022327.pto --stitching --prefix=assemblage_022327 -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/GF022327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022327.jpg" - -# capture n°022328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022328.pto --stitching --prefix=assemblage_022328 -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/GF022328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022328.jpg" - -# capture n°022329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022329.pto --stitching --prefix=assemblage_022329 -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/GF022329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022329.jpg" - -# capture n°022330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022330.pto --stitching --prefix=assemblage_022330 -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/GF022330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022330.jpg" - -# capture n°022331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022331.pto --stitching --prefix=assemblage_022331 -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/GF022331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022331.jpg" - -# capture n°022332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022332.pto --stitching --prefix=assemblage_022332 -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/GF022332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022332.jpg" - -# capture n°022333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022333.pto --stitching --prefix=assemblage_022333 -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/GF022333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022333.jpg" - -# capture n°022334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022334.pto --stitching --prefix=assemblage_022334 -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/GF022334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022334.jpg" - -# capture n°022335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022335.pto --stitching --prefix=assemblage_022335 -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/GF022335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022335.jpg" - -# capture n°022336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022336.pto --stitching --prefix=assemblage_022336 -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/GF022336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022336.jpg" - -# capture n°022337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022337.pto --stitching --prefix=assemblage_022337 -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/GF022337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022337.jpg" - -# capture n°022338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022338.pto --stitching --prefix=assemblage_022338 -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/GF022338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022338.jpg" - -# capture n°022339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022339.pto --stitching --prefix=assemblage_022339 -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/GF022339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022339.jpg" - -# capture n°022340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022340.pto --stitching --prefix=assemblage_022340 -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/GF022340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022340.jpg" - -# capture n°022341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022341.pto --stitching --prefix=assemblage_022341 -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/GF022341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022341.jpg" - -# capture n°022342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022342.pto --stitching --prefix=assemblage_022342 -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/GF022342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022342.jpg" - -# capture n°022343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022343.pto --stitching --prefix=assemblage_022343 -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/GF022343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022343.jpg" - -# capture n°022344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022344.pto --stitching --prefix=assemblage_022344 -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/GF022344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022344.jpg" - -# capture n°022345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022345.pto --stitching --prefix=assemblage_022345 -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/GF022345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022345.jpg" - -# capture n°022346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022346.pto --stitching --prefix=assemblage_022346 -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/GF022346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022346.jpg" - -# capture n°022347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022347.pto --stitching --prefix=assemblage_022347 -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/GF022347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022347.jpg" - -# capture n°022348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022348.pto --stitching --prefix=assemblage_022348 -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/GF022348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022348.jpg" - -# capture n°022349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022349.pto --stitching --prefix=assemblage_022349 -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/GF022349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022349.jpg" - -# capture n°022350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022350.pto --stitching --prefix=assemblage_022350 -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/GF022350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022350.jpg" - -# capture n°022351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022351.pto --stitching --prefix=assemblage_022351 -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/GF022351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022351.jpg" - -# capture n°022352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022352.pto --stitching --prefix=assemblage_022352 -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/GF022352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022352.jpg" - -# capture n°022353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022353.pto --stitching --prefix=assemblage_022353 -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/GF022353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022353.jpg" - -# capture n°022354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022354.pto --stitching --prefix=assemblage_022354 -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/GF022354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022354.jpg" - -# capture n°022355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022355.pto --stitching --prefix=assemblage_022355 -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/GF022355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022355.jpg" - -# capture n°022356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022356.pto --stitching --prefix=assemblage_022356 -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/GF022356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022356.jpg" - -# capture n°022357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022357.pto --stitching --prefix=assemblage_022357 -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/GF022357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022357.jpg" - -# capture n°022358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022358.pto --stitching --prefix=assemblage_022358 -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/GF022358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022358.jpg" - -# capture n°022359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022359.pto --stitching --prefix=assemblage_022359 -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/GF022359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022359.jpg" - -# capture n°022360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022360.pto --stitching --prefix=assemblage_022360 -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/GF022360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022360.jpg" - -# capture n°022361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022361.pto --stitching --prefix=assemblage_022361 -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/GF022361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022361.jpg" - -# capture n°022362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022362.pto --stitching --prefix=assemblage_022362 -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/GF022362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022362.jpg" - -# capture n°022363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022363.pto --stitching --prefix=assemblage_022363 -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/GF022363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022363.jpg" - -# capture n°022364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022364.pto --stitching --prefix=assemblage_022364 -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/GF022364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022364.jpg" - -# capture n°022365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022365.pto --stitching --prefix=assemblage_022365 -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/GF022365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022365.jpg" - -# capture n°022366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022366.pto --stitching --prefix=assemblage_022366 -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/GF022366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022366.jpg" - -# capture n°022367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022367.pto --stitching --prefix=assemblage_022367 -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/GF022367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022367.jpg" - -# capture n°022368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022368.pto --stitching --prefix=assemblage_022368 -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/GF022368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022368.jpg" - -# capture n°022369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022369.pto --stitching --prefix=assemblage_022369 -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/GF022369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022369.jpg" - -# capture n°022370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022370.pto --stitching --prefix=assemblage_022370 -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/GF022370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022370.jpg" - -# capture n°022371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022371.pto --stitching --prefix=assemblage_022371 -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/GF022371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022371.jpg" - -# capture n°022372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022372.pto --stitching --prefix=assemblage_022372 -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/GF022372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022372.jpg" - -# capture n°022373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022373.pto --stitching --prefix=assemblage_022373 -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/GF022373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022373.jpg" - -# capture n°022374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022374.pto --stitching --prefix=assemblage_022374 -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/GF022374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022374.jpg" - -# capture n°022375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022375.pto --stitching --prefix=assemblage_022375 -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/GF022375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022375.jpg" - -# capture n°022376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022376.pto --stitching --prefix=assemblage_022376 -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/GF022376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022376.jpg" - -# capture n°022377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022377.pto --stitching --prefix=assemblage_022377 -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/GF022377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022377.jpg" - -# capture n°022378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022378.pto --stitching --prefix=assemblage_022378 -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/GF022378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022378.jpg" - -# capture n°022379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022379.pto --stitching --prefix=assemblage_022379 -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/GF022379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022379.jpg" - -# capture n°022380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022380.pto --stitching --prefix=assemblage_022380 -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/GF022380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022380.jpg" - -# capture n°022381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022381.pto --stitching --prefix=assemblage_022381 -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/GF022381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022381.jpg" - -# capture n°022382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022382.pto --stitching --prefix=assemblage_022382 -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/GF022382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022382.jpg" - -# capture n°022383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022383.pto --stitching --prefix=assemblage_022383 -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/GF022383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022383.jpg" - -# capture n°022384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022384.pto --stitching --prefix=assemblage_022384 -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/GF022384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022384.jpg" - -# capture n°022385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022385.pto --stitching --prefix=assemblage_022385 -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/GF022385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022385.jpg" - -# capture n°022386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022386.pto --stitching --prefix=assemblage_022386 -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/GF022386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022386.jpg" - -# capture n°022387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022387.pto --stitching --prefix=assemblage_022387 -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/GF022387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022387.jpg" - -# capture n°022388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022388.pto --stitching --prefix=assemblage_022388 -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/GF022388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022388.jpg" - -# capture n°022389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022389.pto --stitching --prefix=assemblage_022389 -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/GF022389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022389.jpg" - -# capture n°022390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022390.pto --stitching --prefix=assemblage_022390 -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/GF022390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022390.jpg" - -# capture n°022391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022391.pto --stitching --prefix=assemblage_022391 -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/GF022391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022391.jpg" - -# capture n°022392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022392.pto --stitching --prefix=assemblage_022392 -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/GF022392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022392.jpg" - -# capture n°022393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022393.pto --stitching --prefix=assemblage_022393 -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/GF022393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022393.jpg" - -# capture n°022394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022394.pto --stitching --prefix=assemblage_022394 -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/GF022394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022394.jpg" - -# capture n°022395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022395.pto --stitching --prefix=assemblage_022395 -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/GF022395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022395.jpg" - -# capture n°022396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022396.pto --stitching --prefix=assemblage_022396 -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/GF022396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022396.jpg" - -# capture n°022397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022397.pto --stitching --prefix=assemblage_022397 -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/GF022397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022397.jpg" - -# capture n°022398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022398.pto --stitching --prefix=assemblage_022398 -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/GF022398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022398.jpg" - -# capture n°022399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022399.pto --stitching --prefix=assemblage_022399 -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/GF022399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022399.jpg" - -# capture n°022400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022400.pto --stitching --prefix=assemblage_022400 -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/GF022400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022400.jpg" - -# capture n°022401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022401.pto --stitching --prefix=assemblage_022401 -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/GF022401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022401.jpg" - -# capture n°022402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022402.pto --stitching --prefix=assemblage_022402 -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/GF022402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022402.jpg" - -# capture n°022403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022403.pto --stitching --prefix=assemblage_022403 -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/GF022403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022403.jpg" - -# capture n°022404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022404.pto --stitching --prefix=assemblage_022404 -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/GF022404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022404.jpg" - -# capture n°022405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022405.pto --stitching --prefix=assemblage_022405 -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/GF022405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022405.jpg" - -# capture n°022406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022406.pto --stitching --prefix=assemblage_022406 -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/GF022406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022406.jpg" - -# capture n°022407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022407.pto --stitching --prefix=assemblage_022407 -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/GF022407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022407.jpg" - -# capture n°022408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022408.pto --stitching --prefix=assemblage_022408 -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/GF022408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022408.jpg" - -# capture n°022409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022409.pto --stitching --prefix=assemblage_022409 -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/GF022409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022409.jpg" - -# capture n°022410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022410.pto --stitching --prefix=assemblage_022410 -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/GF022410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022410.jpg" - -# capture n°022411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022411.pto --stitching --prefix=assemblage_022411 -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/GF022411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022411.jpg" - -# capture n°022412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022412.pto --stitching --prefix=assemblage_022412 -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/GF022412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022412.jpg" - -# capture n°022413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022413.pto --stitching --prefix=assemblage_022413 -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/GF022413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022413.jpg" - -# capture n°022414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022414.pto --stitching --prefix=assemblage_022414 -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/GF022414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022414.jpg" - -# capture n°022415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022415.pto --stitching --prefix=assemblage_022415 -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/GF022415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022415.jpg" - -# capture n°022416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022416.pto --stitching --prefix=assemblage_022416 -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/GF022416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022416.jpg" - -# capture n°022417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022417.pto --stitching --prefix=assemblage_022417 -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/GF022417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022417.jpg" - -# capture n°022418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022418.pto --stitching --prefix=assemblage_022418 -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/GF022418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022418.jpg" - -# capture n°022419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022419.pto --stitching --prefix=assemblage_022419 -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/GF022419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022419.jpg" - -# capture n°022420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022420.pto --stitching --prefix=assemblage_022420 -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/GF022420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022420.jpg" - -# capture n°022421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022421.pto --stitching --prefix=assemblage_022421 -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/GF022421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022421.jpg" - -# capture n°022422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022422.pto --stitching --prefix=assemblage_022422 -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/GF022422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022422.jpg" - -# capture n°022423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022423.pto --stitching --prefix=assemblage_022423 -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/GF022423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022423.jpg" - -# capture n°022424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022424.pto --stitching --prefix=assemblage_022424 -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/GF022424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022424.jpg" - -# capture n°022425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022425.pto --stitching --prefix=assemblage_022425 -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/GF022425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022425.jpg" - -# capture n°022426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022426.pto --stitching --prefix=assemblage_022426 -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/GF022426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022426.jpg" - -# capture n°022427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022427.pto --stitching --prefix=assemblage_022427 -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/GF022427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022427.jpg" - -# capture n°022428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022428.pto --stitching --prefix=assemblage_022428 -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/GF022428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022428.jpg" - -# capture n°022429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022429.pto --stitching --prefix=assemblage_022429 -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/GF022429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022429.jpg" - -# capture n°022430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022430.pto --stitching --prefix=assemblage_022430 -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/GF022430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022430.jpg" - -# capture n°022431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022431.pto --stitching --prefix=assemblage_022431 -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/GF022431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022431.jpg" - -# capture n°022432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022432.pto --stitching --prefix=assemblage_022432 -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/GF022432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022432.jpg" - -# capture n°022433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022433.pto --stitching --prefix=assemblage_022433 -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/GF022433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022433.jpg" - -# capture n°022434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022434.pto --stitching --prefix=assemblage_022434 -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/GF022434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022434.jpg" - -# capture n°022435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022435.pto --stitching --prefix=assemblage_022435 -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/GF022435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022435.jpg" - -# capture n°022436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022436.pto --stitching --prefix=assemblage_022436 -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/GF022436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022436.jpg" - -# capture n°022437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022437.pto --stitching --prefix=assemblage_022437 -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/GF022437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022437.jpg" - -# capture n°022438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022438.pto --stitching --prefix=assemblage_022438 -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/GF022438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022438.jpg" - -# capture n°022439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022439.pto --stitching --prefix=assemblage_022439 -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/GF022439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022439.jpg" - -# capture n°022440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022440.pto --stitching --prefix=assemblage_022440 -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/GF022440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022440.jpg" - -# capture n°022441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022441.pto --stitching --prefix=assemblage_022441 -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/GF022441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022441.jpg" - -# capture n°022442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022442.pto --stitching --prefix=assemblage_022442 -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/GF022442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022442.jpg" - -# capture n°022443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022443.pto --stitching --prefix=assemblage_022443 -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/GF022443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022443.jpg" - -# capture n°022444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022444.pto --stitching --prefix=assemblage_022444 -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/GF022444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022444.jpg" - -# capture n°022445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022445.pto --stitching --prefix=assemblage_022445 -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/GF022445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022445.jpg" - -# capture n°022446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022446.pto --stitching --prefix=assemblage_022446 -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/GF022446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022446.jpg" - -# capture n°022447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022447.pto --stitching --prefix=assemblage_022447 -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/GF022447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022447.jpg" - -# capture n°022448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022448.pto --stitching --prefix=assemblage_022448 -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/GF022448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022448.jpg" - -# capture n°022449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022449.pto --stitching --prefix=assemblage_022449 -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/GF022449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022449.jpg" - -# capture n°022450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022450.pto --stitching --prefix=assemblage_022450 -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/GF022450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022450.jpg" - -# capture n°022451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022451.pto --stitching --prefix=assemblage_022451 -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/GF022451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022451.jpg" - -# capture n°022452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022452.pto --stitching --prefix=assemblage_022452 -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/GF022452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022452.jpg" - -# capture n°022453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022453.pto --stitching --prefix=assemblage_022453 -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/GF022453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022453.jpg" - -# capture n°022454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022454.pto --stitching --prefix=assemblage_022454 -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/GF022454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022454.jpg" - -# capture n°022455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022455.pto --stitching --prefix=assemblage_022455 -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/GF022455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022455.jpg" - -# capture n°022456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022456.pto --stitching --prefix=assemblage_022456 -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/GF022456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022456.jpg" - -# capture n°022457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022457.pto --stitching --prefix=assemblage_022457 -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/GF022457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022457.jpg" - -# capture n°022458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022458.pto --stitching --prefix=assemblage_022458 -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/GF022458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022458.jpg" - -# capture n°022459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022459.pto --stitching --prefix=assemblage_022459 -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/GF022459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022459.jpg" - -# capture n°022460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022460.pto --stitching --prefix=assemblage_022460 -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/GF022460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022460.jpg" - -# capture n°022461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022461.pto --stitching --prefix=assemblage_022461 -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/GF022461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022461.jpg" - -# capture n°022462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022462.pto --stitching --prefix=assemblage_022462 -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/GF022462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022462.jpg" - -# capture n°022463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022463.pto --stitching --prefix=assemblage_022463 -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/GF022463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022463.jpg" - -# capture n°022464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022464.pto --stitching --prefix=assemblage_022464 -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/GF022464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022464.jpg" - -# capture n°022465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022465.pto --stitching --prefix=assemblage_022465 -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/GF022465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022465.jpg" - -# capture n°022466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022466.pto --stitching --prefix=assemblage_022466 -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/GF022466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022466.jpg" - -# capture n°022467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022467.pto --stitching --prefix=assemblage_022467 -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/GF022467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022467.jpg" - -# capture n°022468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022468.pto --stitching --prefix=assemblage_022468 -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/GF022468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022468.jpg" - -# capture n°022469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022469.pto --stitching --prefix=assemblage_022469 -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/GF022469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022469.jpg" - -# capture n°022470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022470.pto --stitching --prefix=assemblage_022470 -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/GF022470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022470.jpg" - -# capture n°022471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022471.pto --stitching --prefix=assemblage_022471 -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/GF022471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022471.jpg" - -# capture n°022472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022472.pto --stitching --prefix=assemblage_022472 -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/GF022472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022472.jpg" - -# capture n°022473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022473.pto --stitching --prefix=assemblage_022473 -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/GF022473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022473.jpg" - -# capture n°022474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022474.pto --stitching --prefix=assemblage_022474 -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/GF022474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022474.jpg" - -# capture n°022475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022475.pto --stitching --prefix=assemblage_022475 -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/GF022475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022475.jpg" - -# capture n°022476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022476.pto --stitching --prefix=assemblage_022476 -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/GF022476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022476.jpg" - -# capture n°022477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022477.pto --stitching --prefix=assemblage_022477 -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/GF022477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022477.jpg" - -# capture n°022478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022478.pto --stitching --prefix=assemblage_022478 -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/GF022478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022478.jpg" - -# capture n°022479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022479.pto --stitching --prefix=assemblage_022479 -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/GF022479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022479.jpg" - -# capture n°022480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022480.pto --stitching --prefix=assemblage_022480 -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/GF022480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022480.jpg" - -# capture n°022481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022481.pto --stitching --prefix=assemblage_022481 -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/GF022481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022481.jpg" - -# capture n°022482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022482.pto --stitching --prefix=assemblage_022482 -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/GF022482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022482.jpg" - -# capture n°022483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022483.pto --stitching --prefix=assemblage_022483 -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/GF022483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022483.jpg" - -# capture n°022484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022484.pto --stitching --prefix=assemblage_022484 -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/GF022484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022484.jpg" - -# capture n°022485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022485.pto --stitching --prefix=assemblage_022485 -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/GF022485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022485.jpg" - -# capture n°022486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022486.pto --stitching --prefix=assemblage_022486 -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/GF022486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022486.jpg" - -# capture n°022487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022487.pto --stitching --prefix=assemblage_022487 -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/GF022487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022487.jpg" - -# capture n°022488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022488.pto --stitching --prefix=assemblage_022488 -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/GF022488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022488.jpg" - -# capture n°022489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022489.pto --stitching --prefix=assemblage_022489 -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/GF022489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022489.jpg" - -# capture n°022490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022490.pto --stitching --prefix=assemblage_022490 -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/GF022490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022490.jpg" - -# capture n°022491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022491.pto --stitching --prefix=assemblage_022491 -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/GF022491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022491.jpg" - -# capture n°022492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022492.pto --stitching --prefix=assemblage_022492 -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/GF022492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022492.jpg" - -# capture n°022493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022493.pto --stitching --prefix=assemblage_022493 -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/GF022493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022493.jpg" - -# capture n°022494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022494.pto --stitching --prefix=assemblage_022494 -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/GF022494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022494.jpg" - -# capture n°022495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022495.pto --stitching --prefix=assemblage_022495 -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/GF022495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022495.jpg" - -# capture n°022496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022496.pto --stitching --prefix=assemblage_022496 -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/GF022496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022496.jpg" - -# capture n°022497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022497.pto --stitching --prefix=assemblage_022497 -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/GF022497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022497.jpg" - -# capture n°022498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022498.pto --stitching --prefix=assemblage_022498 -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/GF022498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022498.jpg" - -# capture n°022499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022499.pto --stitching --prefix=assemblage_022499 -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/GF022499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022499.jpg" - -# capture n°022500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022500.pto --stitching --prefix=assemblage_022500 -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/GF022500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022500.jpg" - -# capture n°022501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022501.pto --stitching --prefix=assemblage_022501 -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/GF022501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022501.jpg" - -# capture n°022502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022502.pto --stitching --prefix=assemblage_022502 -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/GF022502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022502.jpg" - -# capture n°022503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022503.pto --stitching --prefix=assemblage_022503 -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/GF022503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022503.jpg" - -# capture n°022504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022504.pto --stitching --prefix=assemblage_022504 -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/GF022504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022504.jpg" - -# capture n°022505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022505.pto --stitching --prefix=assemblage_022505 -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/GF022505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022505.jpg" - -# capture n°022506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022506.pto --stitching --prefix=assemblage_022506 -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/GF022506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022506.jpg" - -# capture n°022507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022507.pto --stitching --prefix=assemblage_022507 -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/GF022507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022507.jpg" - -# capture n°022508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022508.pto --stitching --prefix=assemblage_022508 -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/GF022508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022508.jpg" - -# capture n°022509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022509.pto --stitching --prefix=assemblage_022509 -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/GF022509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022509.jpg" - -# capture n°022510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022510.pto --stitching --prefix=assemblage_022510 -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/GF022510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022510.jpg" - -# capture n°022511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022511.pto --stitching --prefix=assemblage_022511 -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/GF022511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022511.jpg" - -# capture n°022512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022512.pto --stitching --prefix=assemblage_022512 -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/GF022512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022512.jpg" - -# capture n°022513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022513.pto --stitching --prefix=assemblage_022513 -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/GF022513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022513.jpg" - -# capture n°022514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022514.pto --stitching --prefix=assemblage_022514 -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/GF022514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022514.jpg" - -# capture n°022515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022515.pto --stitching --prefix=assemblage_022515 -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/GF022515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022515.jpg" - -# capture n°022516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022516.pto --stitching --prefix=assemblage_022516 -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/GF022516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022516.jpg" - -# capture n°022517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022517.pto --stitching --prefix=assemblage_022517 -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/GF022517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022517.jpg" - -# capture n°022518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022518.pto --stitching --prefix=assemblage_022518 -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/GF022518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022518.jpg" - -# capture n°022519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022519.pto --stitching --prefix=assemblage_022519 -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/GF022519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022519.jpg" - -# capture n°022520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022520.pto --stitching --prefix=assemblage_022520 -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/GF022520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022520.jpg" - -# capture n°022521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022521.pto --stitching --prefix=assemblage_022521 -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/GF022521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022521.jpg" - -# capture n°022522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022522.pto --stitching --prefix=assemblage_022522 -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/GF022522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022522.jpg" - -# capture n°022523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022523.pto --stitching --prefix=assemblage_022523 -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/GF022523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022523.jpg" - -# capture n°022524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022524.pto --stitching --prefix=assemblage_022524 -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/GF022524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022524.jpg" - -# capture n°022525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022525.pto --stitching --prefix=assemblage_022525 -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/GF022525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022525.jpg" - -# capture n°022526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022526.pto --stitching --prefix=assemblage_022526 -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/GF022526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022526.jpg" - -# capture n°022527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022527.pto --stitching --prefix=assemblage_022527 -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/GF022527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022527.jpg" - -# capture n°022528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022528.pto --stitching --prefix=assemblage_022528 -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/GF022528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022528.jpg" - -# capture n°022529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022529.pto --stitching --prefix=assemblage_022529 -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/GF022529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022529.jpg" - -# capture n°022530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022530.pto --stitching --prefix=assemblage_022530 -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/GF022530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022530.jpg" - -# capture n°022531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022531.pto --stitching --prefix=assemblage_022531 -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/GF022531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022531.jpg" - -# capture n°022532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022532.pto --stitching --prefix=assemblage_022532 -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/GF022532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022532.jpg" - -# capture n°022533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022533.pto --stitching --prefix=assemblage_022533 -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/GF022533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022533.jpg" - -# capture n°022534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022534.pto --stitching --prefix=assemblage_022534 -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/GF022534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022534.jpg" - -# capture n°022535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022535.pto --stitching --prefix=assemblage_022535 -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/GF022535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022535.jpg" - -# capture n°022536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022536.pto --stitching --prefix=assemblage_022536 -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/GF022536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022536.jpg" - -# capture n°022537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022537.pto --stitching --prefix=assemblage_022537 -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/GF022537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022537.jpg" - -# capture n°022538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022538.pto --stitching --prefix=assemblage_022538 -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/GF022538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022538.jpg" - -# capture n°022539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022539.pto --stitching --prefix=assemblage_022539 -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/GF022539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022539.jpg" - -# capture n°022540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022540.pto --stitching --prefix=assemblage_022540 -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/GF022540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022540.jpg" - -# capture n°022541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022541.pto --stitching --prefix=assemblage_022541 -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/GF022541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022541.jpg" - -# capture n°022542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022542.pto --stitching --prefix=assemblage_022542 -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/GF022542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022542.jpg" - -# capture n°022543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022543.pto --stitching --prefix=assemblage_022543 -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/GF022543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022543.jpg" - -# capture n°022544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022544.pto --stitching --prefix=assemblage_022544 -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/GF022544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022544.jpg" - -# capture n°022545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022545.pto --stitching --prefix=assemblage_022545 -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/GF022545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022545.jpg" - -# capture n°022546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022546.pto --stitching --prefix=assemblage_022546 -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/GF022546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022546.jpg" - -# capture n°022547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022547.pto --stitching --prefix=assemblage_022547 -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/GF022547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022547.jpg" - -# capture n°022548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022548.pto --stitching --prefix=assemblage_022548 -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/GF022548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022548.jpg" - -# capture n°022549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022549.pto --stitching --prefix=assemblage_022549 -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/GF022549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022549.jpg" - -# capture n°022550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022550.pto --stitching --prefix=assemblage_022550 -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/GF022550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022550.jpg" - -# capture n°022551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022551.pto --stitching --prefix=assemblage_022551 -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/GF022551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022551.jpg" - -# capture n°022552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022552.pto --stitching --prefix=assemblage_022552 -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/GF022552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022552.jpg" - -# capture n°022553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022553.pto --stitching --prefix=assemblage_022553 -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/GF022553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022553.jpg" - -# capture n°022554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022554.pto --stitching --prefix=assemblage_022554 -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/GF022554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022554.jpg" - -# capture n°022555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022555.pto --stitching --prefix=assemblage_022555 -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/GF022555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022555.jpg" - -# capture n°022556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022556.pto --stitching --prefix=assemblage_022556 -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/GF022556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022556.jpg" - -# capture n°022557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022557.pto --stitching --prefix=assemblage_022557 -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/GF022557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022557.jpg" - -# capture n°022558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022558.pto --stitching --prefix=assemblage_022558 -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/GF022558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022558.jpg" - -# capture n°022559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022559.pto --stitching --prefix=assemblage_022559 -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/GF022559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022559.jpg" - -# capture n°022560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022560.pto --stitching --prefix=assemblage_022560 -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/GF022560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022560.jpg" - -# capture n°022561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022561.pto --stitching --prefix=assemblage_022561 -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/GF022561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022561.jpg" - -# capture n°022562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022562.pto --stitching --prefix=assemblage_022562 -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/GF022562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022562.jpg" - -# capture n°022563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022563.pto --stitching --prefix=assemblage_022563 -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/GF022563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022563.jpg" - -# capture n°022564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022564.pto --stitching --prefix=assemblage_022564 -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/GF022564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022564.jpg" - -# capture n°022565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022565.pto --stitching --prefix=assemblage_022565 -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/GF022565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022565.jpg" - -# capture n°022566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022566.pto --stitching --prefix=assemblage_022566 -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/GF022566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022566.jpg" - -# capture n°022567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022567.pto --stitching --prefix=assemblage_022567 -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/GF022567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022567.jpg" - -# capture n°022568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022568.pto --stitching --prefix=assemblage_022568 -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/GF022568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022568.jpg" - -# capture n°022569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022569.pto --stitching --prefix=assemblage_022569 -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/GF022569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022569.jpg" - -# capture n°022570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022570.pto --stitching --prefix=assemblage_022570 -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/GF022570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022570.jpg" - -# capture n°022571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022571.pto --stitching --prefix=assemblage_022571 -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/GF022571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022571.jpg" - -# capture n°022572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022572.pto --stitching --prefix=assemblage_022572 -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/GF022572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022572.jpg" - -# capture n°022573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022573.pto --stitching --prefix=assemblage_022573 -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/GF022573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022573.jpg" - -# capture n°022574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022574.pto --stitching --prefix=assemblage_022574 -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/GF022574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022574.jpg" - -# capture n°022575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022575.pto --stitching --prefix=assemblage_022575 -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/GF022575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022575.jpg" - -# capture n°022576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022576.pto --stitching --prefix=assemblage_022576 -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/GF022576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022576.jpg" - -# capture n°022577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022577.pto --stitching --prefix=assemblage_022577 -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/GF022577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022577.jpg" - -# capture n°022578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022578.pto --stitching --prefix=assemblage_022578 -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/GF022578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022578.jpg" - -# capture n°022579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022579.pto --stitching --prefix=assemblage_022579 -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/GF022579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022579.jpg" - -# capture n°022580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022580.pto --stitching --prefix=assemblage_022580 -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/GF022580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022580.jpg" - -# capture n°022581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022581.pto --stitching --prefix=assemblage_022581 -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/GF022581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022581.jpg" - -# capture n°022582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022582.pto --stitching --prefix=assemblage_022582 -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/GF022582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022582.jpg" - -# capture n°022583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022583.pto --stitching --prefix=assemblage_022583 -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/GF022583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022583.jpg" - -# capture n°022584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022584.pto --stitching --prefix=assemblage_022584 -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/GF022584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022584.jpg" - -# capture n°022585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022585.pto --stitching --prefix=assemblage_022585 -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/GF022585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022585.jpg" - -# capture n°022586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022586.pto --stitching --prefix=assemblage_022586 -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/GF022586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022586.jpg" - -# capture n°022587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022587.pto --stitching --prefix=assemblage_022587 -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/GF022587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022587.jpg" - -# capture n°022588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022588.pto --stitching --prefix=assemblage_022588 -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/GF022588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022588.jpg" - -# capture n°022589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022589.pto --stitching --prefix=assemblage_022589 -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/GF022589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022589.jpg" - -# capture n°022590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022590.pto --stitching --prefix=assemblage_022590 -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/GF022590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022590.jpg" - -# capture n°022591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022591.pto --stitching --prefix=assemblage_022591 -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/GF022591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022591.jpg" - -# capture n°022592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022592.pto --stitching --prefix=assemblage_022592 -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/GF022592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022592.jpg" - -# capture n°022593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022593.pto --stitching --prefix=assemblage_022593 -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/GF022593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022593.jpg" - -# capture n°022594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022594.pto --stitching --prefix=assemblage_022594 -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/GF022594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022594.jpg" - -# capture n°022595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022595.pto --stitching --prefix=assemblage_022595 -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/GF022595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022595.jpg" - -# capture n°022596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022596.pto --stitching --prefix=assemblage_022596 -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/GF022596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022596.jpg" - -# capture n°022597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022597.pto --stitching --prefix=assemblage_022597 -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/GF022597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022597.jpg" - -# capture n°022598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022598.pto --stitching --prefix=assemblage_022598 -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/GF022598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022598.jpg" - -# capture n°022599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022599.pto --stitching --prefix=assemblage_022599 -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/GF022599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022599.jpg" - -# capture n°022600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022600.pto --stitching --prefix=assemblage_022600 -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/GF022600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022600.jpg" - -# capture n°022601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022601.pto --stitching --prefix=assemblage_022601 -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/GF022601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022601.jpg" - -# capture n°022602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022602.pto --stitching --prefix=assemblage_022602 -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/GF022602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022602.jpg" - -# capture n°022603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022603.pto --stitching --prefix=assemblage_022603 -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/GF022603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022603.jpg" - -# capture n°022604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022604.pto --stitching --prefix=assemblage_022604 -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/GF022604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022604.jpg" - -# capture n°022605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022605.pto --stitching --prefix=assemblage_022605 -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/GF022605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022605.jpg" - -# capture n°022606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022606.pto --stitching --prefix=assemblage_022606 -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/GF022606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022606.jpg" - -# capture n°022607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022607.pto --stitching --prefix=assemblage_022607 -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/GF022607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022607.jpg" - -# capture n°022608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022608.pto --stitching --prefix=assemblage_022608 -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/GF022608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022608.jpg" - -# capture n°022609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022609.pto --stitching --prefix=assemblage_022609 -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/GF022609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022609.jpg" - -# capture n°022610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022610.pto --stitching --prefix=assemblage_022610 -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/GF022610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022610.jpg" - -# capture n°022611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022611.pto --stitching --prefix=assemblage_022611 -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/GF022611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022611.jpg" - -# capture n°022612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022612.pto --stitching --prefix=assemblage_022612 -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/GF022612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022612.jpg" - -# capture n°022613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022613.pto --stitching --prefix=assemblage_022613 -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/GF022613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022613.jpg" - -# capture n°022614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022614.pto --stitching --prefix=assemblage_022614 -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/GF022614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022614.jpg" - -# capture n°022615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022615.pto --stitching --prefix=assemblage_022615 -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/GF022615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022615.jpg" - -# capture n°022616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022616.pto --stitching --prefix=assemblage_022616 -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/GF022616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022616.jpg" - -# capture n°022617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022617.pto --stitching --prefix=assemblage_022617 -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/GF022617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022617.jpg" - -# capture n°022618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022618.pto --stitching --prefix=assemblage_022618 -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/GF022618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022618.jpg" - -# capture n°022619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022619.pto --stitching --prefix=assemblage_022619 -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/GF022619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022619.jpg" - -# capture n°022620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022620.pto --stitching --prefix=assemblage_022620 -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/GF022620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022620.jpg" - -# capture n°022621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022621.pto --stitching --prefix=assemblage_022621 -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/GF022621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022621.jpg" - -# capture n°022622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022622.pto --stitching --prefix=assemblage_022622 -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/GF022622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022622.jpg" - -# capture n°022623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022623.pto --stitching --prefix=assemblage_022623 -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/GF022623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022623.jpg" - -# capture n°022624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022624.pto --stitching --prefix=assemblage_022624 -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/GF022624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022624.jpg" - -# capture n°022625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022625.pto --stitching --prefix=assemblage_022625 -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/GF022625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022625.jpg" - -# capture n°022626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022626.pto --stitching --prefix=assemblage_022626 -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/GF022626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022626.jpg" - -# capture n°022627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022627.pto --stitching --prefix=assemblage_022627 -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/GF022627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022627.jpg" - -# capture n°022628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022628.pto --stitching --prefix=assemblage_022628 -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/GF022628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022628.jpg" - -# capture n°022629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022629.pto --stitching --prefix=assemblage_022629 -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/GF022629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022629.jpg" - -# capture n°022630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022630.pto --stitching --prefix=assemblage_022630 -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/GF022630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022630.jpg" - -# capture n°022631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022631.pto --stitching --prefix=assemblage_022631 -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/GF022631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022631.jpg" - -# capture n°022632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022632.pto --stitching --prefix=assemblage_022632 -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/GF022632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022632.jpg" - -# capture n°022633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022633.pto --stitching --prefix=assemblage_022633 -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/GF022633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022633.jpg" - -# capture n°022634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022634.pto --stitching --prefix=assemblage_022634 -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/GF022634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022634.jpg" - -# capture n°022635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022635.pto --stitching --prefix=assemblage_022635 -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/GF022635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022635.jpg" - -# capture n°022636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022636.pto --stitching --prefix=assemblage_022636 -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/GF022636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022636.jpg" - -# capture n°022637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022637.pto --stitching --prefix=assemblage_022637 -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/GF022637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022637.jpg" - -# capture n°022638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022638.pto --stitching --prefix=assemblage_022638 -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/GF022638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022638.jpg" - -# capture n°022639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022639.pto --stitching --prefix=assemblage_022639 -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/GF022639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022639.jpg" - -# capture n°022640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022640.pto --stitching --prefix=assemblage_022640 -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/GF022640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022640.jpg" - -# capture n°022641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022641.pto --stitching --prefix=assemblage_022641 -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/GF022641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022641.jpg" - -# capture n°022642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022642.pto --stitching --prefix=assemblage_022642 -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/GF022642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022642.jpg" - -# capture n°022643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022643.pto --stitching --prefix=assemblage_022643 -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/GF022643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022643.jpg" - -# capture n°022644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022644.pto --stitching --prefix=assemblage_022644 -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/GF022644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022644.jpg" - -# capture n°022645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022645.pto --stitching --prefix=assemblage_022645 -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/GF022645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022645.jpg" - -# capture n°022646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022646.pto --stitching --prefix=assemblage_022646 -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/GF022646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022646.jpg" - -# capture n°022647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022647.pto --stitching --prefix=assemblage_022647 -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/GF022647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022647.jpg" - -# capture n°022648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022648.pto --stitching --prefix=assemblage_022648 -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/GF022648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022648.jpg" - -# capture n°022649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022649.pto --stitching --prefix=assemblage_022649 -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/GF022649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022649.jpg" - -# capture n°022650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022650.pto --stitching --prefix=assemblage_022650 -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/GF022650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022650.jpg" - -# capture n°022651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022651.pto --stitching --prefix=assemblage_022651 -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/GF022651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022651.jpg" - -# capture n°022652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022652.pto --stitching --prefix=assemblage_022652 -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/GF022652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022652.jpg" - -# capture n°022653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022653.pto --stitching --prefix=assemblage_022653 -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/GF022653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022653.jpg" - -# capture n°022654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022654.pto --stitching --prefix=assemblage_022654 -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/GF022654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022654.jpg" - -# capture n°022655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022655.pto --stitching --prefix=assemblage_022655 -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/GF022655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022655.jpg" - -# capture n°022656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022656.pto --stitching --prefix=assemblage_022656 -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/GF022656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022656.jpg" - -# capture n°022657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022657.pto --stitching --prefix=assemblage_022657 -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/GF022657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022657.jpg" - -# capture n°022658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022658.pto --stitching --prefix=assemblage_022658 -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/GF022658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022658.jpg" - -# capture n°022659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022659.pto --stitching --prefix=assemblage_022659 -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/GF022659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022659.jpg" - -# capture n°022660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022660.pto --stitching --prefix=assemblage_022660 -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/GF022660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022660.jpg" - -# capture n°022661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022661.pto --stitching --prefix=assemblage_022661 -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/GF022661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022661.jpg" - -# capture n°022662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022662.pto --stitching --prefix=assemblage_022662 -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/GF022662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022662.jpg" - -# capture n°022663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022663.pto --stitching --prefix=assemblage_022663 -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/GF022663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022663.jpg" - -# capture n°022664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022664.pto --stitching --prefix=assemblage_022664 -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/GF022664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022664.jpg" - -# capture n°022665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022665.pto --stitching --prefix=assemblage_022665 -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/GF022665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022665.jpg" - -# capture n°022666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022666.pto --stitching --prefix=assemblage_022666 -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/GF022666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022666.jpg" - -# capture n°022667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022667.pto --stitching --prefix=assemblage_022667 -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/GF022667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022667.jpg" - -# capture n°022668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022668.pto --stitching --prefix=assemblage_022668 -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/GF022668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022668.jpg" - -# capture n°022669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022669.pto --stitching --prefix=assemblage_022669 -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/GF022669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022669.jpg" - -# capture n°022670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022670.pto --stitching --prefix=assemblage_022670 -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/GF022670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022670.jpg" - -# capture n°022671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022671.pto --stitching --prefix=assemblage_022671 -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/GF022671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022671.jpg" - -# capture n°022672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022672.pto --stitching --prefix=assemblage_022672 -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/GF022672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022672.jpg" - -# capture n°022673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022673.pto --stitching --prefix=assemblage_022673 -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/GF022673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022673.jpg" - -# capture n°022674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022674.pto --stitching --prefix=assemblage_022674 -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/GF022674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022674.jpg" - -# capture n°022675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022675.pto --stitching --prefix=assemblage_022675 -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/GF022675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022675.jpg" - -# capture n°022676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022676.pto --stitching --prefix=assemblage_022676 -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/GF022676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022676.jpg" - -# capture n°022677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022677.pto --stitching --prefix=assemblage_022677 -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/GF022677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022677.jpg" - -# capture n°022678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022678.pto --stitching --prefix=assemblage_022678 -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/GF022678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022678.jpg" - -# capture n°022679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022679.pto --stitching --prefix=assemblage_022679 -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/GF022679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022679.jpg" - -# capture n°022680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022680.pto --stitching --prefix=assemblage_022680 -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/GF022680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022680.jpg" - -# capture n°022681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022681.pto --stitching --prefix=assemblage_022681 -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/GF022681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022681.jpg" - -# capture n°022682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022682.pto --stitching --prefix=assemblage_022682 -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/GF022682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022682.jpg" - -# capture n°022683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022683.pto --stitching --prefix=assemblage_022683 -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/GF022683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022683.jpg" - -# capture n°022684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022684.pto --stitching --prefix=assemblage_022684 -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/GF022684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022684.jpg" - -# capture n°022685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022685.pto --stitching --prefix=assemblage_022685 -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/GF022685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022685.jpg" - -# capture n°022686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022686.pto --stitching --prefix=assemblage_022686 -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/GF022686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022686.jpg" - -# capture n°022687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022687.pto --stitching --prefix=assemblage_022687 -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/GF022687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022687.jpg" - -# capture n°022688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022688.pto --stitching --prefix=assemblage_022688 -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/GF022688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022688.jpg" - -# capture n°022689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022689.pto --stitching --prefix=assemblage_022689 -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/GF022689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022689.jpg" - -# capture n°022690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022690.pto --stitching --prefix=assemblage_022690 -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/GF022690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022690.jpg" - -# capture n°022691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022691.pto --stitching --prefix=assemblage_022691 -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/GF022691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022691.jpg" - -# capture n°022692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022692.pto --stitching --prefix=assemblage_022692 -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/GF022692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022692.jpg" - -# capture n°022693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022693.pto --stitching --prefix=assemblage_022693 -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/GF022693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022693.jpg" - -# capture n°022694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022694.pto --stitching --prefix=assemblage_022694 -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/GF022694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022694.jpg" - -# capture n°022695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022695.pto --stitching --prefix=assemblage_022695 -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/GF022695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022695.jpg" - -# capture n°022696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022696.pto --stitching --prefix=assemblage_022696 -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/GF022696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022696.jpg" - -# capture n°022697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022697.pto --stitching --prefix=assemblage_022697 -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/GF022697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022697.jpg" - -# capture n°022698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022698.pto --stitching --prefix=assemblage_022698 -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/GF022698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022698.jpg" - -# capture n°022699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022699.pto --stitching --prefix=assemblage_022699 -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/GF022699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022699.jpg" - -# capture n°022700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022700.pto --stitching --prefix=assemblage_022700 -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/GF022700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022700.jpg" - -# capture n°022701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022701.pto --stitching --prefix=assemblage_022701 -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/GF022701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022701.jpg" - -# capture n°022702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022702.pto --stitching --prefix=assemblage_022702 -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/GF022702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022702.jpg" - -# capture n°022703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022703.pto --stitching --prefix=assemblage_022703 -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/GF022703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022703.jpg" - -# capture n°022704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022704.pto --stitching --prefix=assemblage_022704 -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/GF022704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022704.jpg" - -# capture n°022705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022705.pto --stitching --prefix=assemblage_022705 -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/GF022705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022705.jpg" - -# capture n°022706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022706.pto --stitching --prefix=assemblage_022706 -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/GF022706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022706.jpg" - -# capture n°022707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022707.pto --stitching --prefix=assemblage_022707 -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/GF022707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022707.jpg" - -# capture n°022708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022708.pto --stitching --prefix=assemblage_022708 -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/GF022708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022708.jpg" - -# capture n°022709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022709.pto --stitching --prefix=assemblage_022709 -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/GF022709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022709.jpg" - -# capture n°022710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022710.pto --stitching --prefix=assemblage_022710 -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/GF022710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022710.jpg" - -# capture n°022711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022711.pto --stitching --prefix=assemblage_022711 -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/GF022711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022711.jpg" - -# capture n°022712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022712.pto --stitching --prefix=assemblage_022712 -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/GF022712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022712.jpg" - -# capture n°022713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022713.pto --stitching --prefix=assemblage_022713 -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/GF022713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022713.jpg" - -# capture n°022714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022714.pto --stitching --prefix=assemblage_022714 -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/GF022714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022714.jpg" - -# capture n°022715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022715.pto --stitching --prefix=assemblage_022715 -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/GF022715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022715.jpg" - -# capture n°022716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022716.pto --stitching --prefix=assemblage_022716 -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/GF022716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022716.jpg" - -# capture n°022717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022717.pto --stitching --prefix=assemblage_022717 -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/GF022717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022717.jpg" - -# capture n°022718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022718.pto --stitching --prefix=assemblage_022718 -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/GF022718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022718.jpg" - -# capture n°022719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022719.pto --stitching --prefix=assemblage_022719 -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/GF022719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022719.jpg" - -# capture n°022720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022720.pto --stitching --prefix=assemblage_022720 -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/GF022720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022720.jpg" - -# capture n°022721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022721.pto --stitching --prefix=assemblage_022721 -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/GF022721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022721.jpg" - -# capture n°022722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022722.pto --stitching --prefix=assemblage_022722 -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/GF022722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022722.jpg" - -# capture n°022723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022723.pto --stitching --prefix=assemblage_022723 -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/GF022723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022723.jpg" - -# capture n°022724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022724.pto --stitching --prefix=assemblage_022724 -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/GF022724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022724.jpg" - -# capture n°022725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022725.pto --stitching --prefix=assemblage_022725 -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/GF022725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022725.jpg" - -# capture n°022726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022726.pto --stitching --prefix=assemblage_022726 -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/GF022726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022726.jpg" - -# capture n°022727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022727.pto --stitching --prefix=assemblage_022727 -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/GF022727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022727.jpg" - -# capture n°022728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022728.pto --stitching --prefix=assemblage_022728 -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/GF022728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022728.jpg" - -# capture n°022729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022729.pto --stitching --prefix=assemblage_022729 -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/GF022729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022729.jpg" - -# capture n°022730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022730.pto --stitching --prefix=assemblage_022730 -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/GF022730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022730.jpg" - -# capture n°022731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022731.pto --stitching --prefix=assemblage_022731 -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/GF022731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022731.jpg" - -# capture n°022732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022732.pto --stitching --prefix=assemblage_022732 -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/GF022732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022732.jpg" - -# capture n°022733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022733.pto --stitching --prefix=assemblage_022733 -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/GF022733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022733.jpg" - -# capture n°022734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022734.pto --stitching --prefix=assemblage_022734 -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/GF022734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022734.jpg" - -# capture n°022735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022735.pto --stitching --prefix=assemblage_022735 -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/GF022735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022735.jpg" - -# capture n°022736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022736.pto --stitching --prefix=assemblage_022736 -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/GF022736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022736.jpg" - -# capture n°022737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022737.pto --stitching --prefix=assemblage_022737 -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/GF022737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022737.jpg" - -# capture n°022738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022738.pto --stitching --prefix=assemblage_022738 -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/GF022738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022738.jpg" - -# capture n°022739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022739.pto --stitching --prefix=assemblage_022739 -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/GF022739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022739.jpg" - -# capture n°022740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022740.pto --stitching --prefix=assemblage_022740 -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/GF022740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022740.jpg" - -# capture n°022741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022741.pto --stitching --prefix=assemblage_022741 -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/GF022741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022741.jpg" - -# capture n°022742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022742.pto --stitching --prefix=assemblage_022742 -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/GF022742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022742.jpg" - -# capture n°022743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022743.pto --stitching --prefix=assemblage_022743 -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/GF022743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022743.jpg" - -# capture n°022744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022744.pto --stitching --prefix=assemblage_022744 -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/GF022744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022744.jpg" - -# capture n°022745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022745.pto --stitching --prefix=assemblage_022745 -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/GF022745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022745.jpg" - -# capture n°022746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022746.pto --stitching --prefix=assemblage_022746 -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/GF022746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022746.jpg" - -# capture n°022747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022747.pto --stitching --prefix=assemblage_022747 -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/GF022747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022747.jpg" - -# capture n°022748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022748.pto --stitching --prefix=assemblage_022748 -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/GF022748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022748.jpg" - -# capture n°022749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022749.pto --stitching --prefix=assemblage_022749 -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/GF022749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022749.jpg" - -# capture n°022750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022750.pto --stitching --prefix=assemblage_022750 -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/GF022750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022750.jpg" - -# capture n°022751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022751.pto --stitching --prefix=assemblage_022751 -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/GF022751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022751.jpg" - -# capture n°022752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022752.pto --stitching --prefix=assemblage_022752 -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/GF022752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022752.jpg" - -# capture n°022753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022753.pto --stitching --prefix=assemblage_022753 -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/GF022753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022753.jpg" - -# capture n°022754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022754.pto --stitching --prefix=assemblage_022754 -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/GF022754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022754.jpg" - -# capture n°022755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022755.pto --stitching --prefix=assemblage_022755 -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/GF022755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022755.jpg" - -# capture n°022756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022756.pto --stitching --prefix=assemblage_022756 -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/GF022756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022756.jpg" - -# capture n°022757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022757.pto --stitching --prefix=assemblage_022757 -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/GF022757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022757.jpg" - -# capture n°022758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022758.pto --stitching --prefix=assemblage_022758 -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/GF022758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022758.jpg" - -# capture n°022759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022759.pto --stitching --prefix=assemblage_022759 -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/GF022759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022759.jpg" - -# capture n°022760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022760.pto --stitching --prefix=assemblage_022760 -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/GF022760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022760.jpg" - -# capture n°022761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022761.pto --stitching --prefix=assemblage_022761 -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/GF022761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022761.jpg" - -# capture n°022762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022762.pto --stitching --prefix=assemblage_022762 -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/GF022762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022762.jpg" - -# capture n°022763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022763.pto --stitching --prefix=assemblage_022763 -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/GF022763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022763.jpg" - -# capture n°022764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022764.pto --stitching --prefix=assemblage_022764 -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/GF022764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022764.jpg" - -# capture n°022765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022765.pto --stitching --prefix=assemblage_022765 -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/GF022765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022765.jpg" - -# capture n°022766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022766.pto --stitching --prefix=assemblage_022766 -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/GF022766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022766.jpg" - -# capture n°022767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022767.pto --stitching --prefix=assemblage_022767 -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/GF022767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022767.jpg" - -# capture n°022768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022768.pto --stitching --prefix=assemblage_022768 -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/GF022768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022768.jpg" - -# capture n°022769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022769.pto --stitching --prefix=assemblage_022769 -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/GF022769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022769.jpg" - -# capture n°022770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022770.pto --stitching --prefix=assemblage_022770 -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/GF022770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022770.jpg" - -# capture n°022771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022771.pto --stitching --prefix=assemblage_022771 -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/GF022771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022771.jpg" - -# capture n°022772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022772.pto --stitching --prefix=assemblage_022772 -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/GF022772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022772.jpg" - -# capture n°022773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022773.pto --stitching --prefix=assemblage_022773 -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/GF022773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022773.jpg" - -# capture n°022774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022774.pto --stitching --prefix=assemblage_022774 -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/GF022774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022774.jpg" - -# capture n°022775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022775.pto --stitching --prefix=assemblage_022775 -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/GF022775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022775.jpg" - -# capture n°022776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022776.pto --stitching --prefix=assemblage_022776 -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/GF022776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022776.jpg" - -# capture n°022777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022777.pto --stitching --prefix=assemblage_022777 -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/GF022777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022777.jpg" - -# capture n°022778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022778.pto --stitching --prefix=assemblage_022778 -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/GF022778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022778.jpg" - -# capture n°022779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022779.pto --stitching --prefix=assemblage_022779 -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/GF022779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022779.jpg" - -# capture n°022780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022780.pto --stitching --prefix=assemblage_022780 -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/GF022780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022780.jpg" - -# capture n°022781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022781.pto --stitching --prefix=assemblage_022781 -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/GF022781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022781.jpg" - -# capture n°022782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022782.pto --stitching --prefix=assemblage_022782 -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/GF022782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022782.jpg" - -# capture n°022783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022783.pto --stitching --prefix=assemblage_022783 -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/GF022783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022783.jpg" - -# capture n°022784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022784.pto --stitching --prefix=assemblage_022784 -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/GF022784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022784.jpg" - -# capture n°022785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022785.pto --stitching --prefix=assemblage_022785 -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/GF022785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022785.jpg" - -# capture n°022786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022786.pto --stitching --prefix=assemblage_022786 -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/GF022786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022786.jpg" - -# capture n°022787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022787.pto --stitching --prefix=assemblage_022787 -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/GF022787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022787.jpg" - -# capture n°022788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022788.pto --stitching --prefix=assemblage_022788 -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/GF022788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022788.jpg" - -# capture n°022789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022789.pto --stitching --prefix=assemblage_022789 -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/GF022789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022789.jpg" - -# capture n°022790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022790.pto --stitching --prefix=assemblage_022790 -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/GF022790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022790.jpg" - -# capture n°022791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022791.pto --stitching --prefix=assemblage_022791 -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/GF022791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022791.jpg" - -# capture n°022792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022792.pto --stitching --prefix=assemblage_022792 -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/GF022792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022792.jpg" - -# capture n°022793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022793.pto --stitching --prefix=assemblage_022793 -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/GF022793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022793.jpg" - -# capture n°022794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022794.pto --stitching --prefix=assemblage_022794 -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/GF022794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022794.jpg" - -# capture n°022795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022795.pto --stitching --prefix=assemblage_022795 -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/GF022795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022795.jpg" - -# capture n°022796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022796.pto --stitching --prefix=assemblage_022796 -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/GF022796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022796.jpg" - -# capture n°022797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022797.pto --stitching --prefix=assemblage_022797 -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/GF022797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022797.jpg" - -# capture n°022798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022798.pto --stitching --prefix=assemblage_022798 -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/GF022798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022798.jpg" - -# capture n°022799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022799.pto --stitching --prefix=assemblage_022799 -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/GF022799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022799.jpg" - -# capture n°022800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022800.pto --stitching --prefix=assemblage_022800 -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/GF022800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022800.jpg" - -# capture n°022801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022801.pto --stitching --prefix=assemblage_022801 -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/GF022801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022801.jpg" - -# capture n°022802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022802.pto --stitching --prefix=assemblage_022802 -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/GF022802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022802.jpg" - -# capture n°022803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022803.pto --stitching --prefix=assemblage_022803 -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/GF022803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022803.jpg" - -# capture n°022804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022804.pto --stitching --prefix=assemblage_022804 -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/GF022804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022804.jpg" - -# capture n°022805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022805.pto --stitching --prefix=assemblage_022805 -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/GF022805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022805.jpg" - -# capture n°022806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022806.pto --stitching --prefix=assemblage_022806 -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/GF022806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022806.jpg" - -# capture n°022807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022807.pto --stitching --prefix=assemblage_022807 -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/GF022807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022807.jpg" - -# capture n°022808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022808.pto --stitching --prefix=assemblage_022808 -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/GF022808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022808.jpg" - -# capture n°022809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022809.pto --stitching --prefix=assemblage_022809 -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/GF022809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022809.jpg" - -# capture n°022810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022810.pto --stitching --prefix=assemblage_022810 -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/GF022810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022810.jpg" - -# capture n°022811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022811.pto --stitching --prefix=assemblage_022811 -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/GF022811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022811.jpg" - -# capture n°022812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022812.pto --stitching --prefix=assemblage_022812 -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/GF022812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022812.jpg" - -# capture n°022813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022813.pto --stitching --prefix=assemblage_022813 -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/GF022813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022813.jpg" - -# capture n°022814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022814.pto --stitching --prefix=assemblage_022814 -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/GF022814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022814.jpg" - -# capture n°022815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022815.pto --stitching --prefix=assemblage_022815 -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/GF022815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022815.jpg" - -# capture n°022816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022816.pto --stitching --prefix=assemblage_022816 -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/GF022816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022816.jpg" - -# capture n°022817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022817.pto --stitching --prefix=assemblage_022817 -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/GF022817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022817.jpg" - -# capture n°022818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022818.pto --stitching --prefix=assemblage_022818 -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/GF022818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022818.jpg" - -# capture n°022819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022819.pto --stitching --prefix=assemblage_022819 -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/GF022819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022819.jpg" - -# capture n°022820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022820.pto --stitching --prefix=assemblage_022820 -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/GF022820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022820.jpg" - -# capture n°022821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022821.pto --stitching --prefix=assemblage_022821 -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/GF022821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022821.jpg" - -# capture n°022822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022822.pto --stitching --prefix=assemblage_022822 -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/GF022822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022822.jpg" - -# capture n°022823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022823.pto --stitching --prefix=assemblage_022823 -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/GF022823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022823.jpg" - -# capture n°022824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022824.pto --stitching --prefix=assemblage_022824 -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/GF022824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022824.jpg" - -# capture n°022825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022825.pto --stitching --prefix=assemblage_022825 -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/GF022825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022825.jpg" - -# capture n°022826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022826.pto --stitching --prefix=assemblage_022826 -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/GF022826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022826.jpg" - -# capture n°022827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022827.pto --stitching --prefix=assemblage_022827 -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/GF022827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022827.jpg" - -# capture n°022828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022828.pto --stitching --prefix=assemblage_022828 -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/GF022828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022828.jpg" - -# capture n°022829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022829.pto --stitching --prefix=assemblage_022829 -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/GF022829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022829.jpg" - -# capture n°022830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022830.pto --stitching --prefix=assemblage_022830 -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/GF022830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022830.jpg" - -# capture n°022831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022831.pto --stitching --prefix=assemblage_022831 -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/GF022831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022831.jpg" - -# capture n°022832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022832.pto --stitching --prefix=assemblage_022832 -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/GF022832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022832.jpg" - -# capture n°022833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022833.pto --stitching --prefix=assemblage_022833 -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/GF022833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022833.jpg" - -# capture n°022834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022834.pto --stitching --prefix=assemblage_022834 -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/GF022834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022834.jpg" - -# capture n°022835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022835.pto --stitching --prefix=assemblage_022835 -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/GF022835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022835.jpg" - -# capture n°022836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022836.pto --stitching --prefix=assemblage_022836 -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/GF022836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022836.jpg" - -# capture n°022837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022837.pto --stitching --prefix=assemblage_022837 -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/GF022837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022837.jpg" - -# capture n°022838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022838.pto --stitching --prefix=assemblage_022838 -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/GF022838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022838.jpg" - -# capture n°022839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022839.pto --stitching --prefix=assemblage_022839 -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/GF022839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022839.jpg" - -# capture n°022840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022840.pto --stitching --prefix=assemblage_022840 -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/GF022840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022840.jpg" - -# capture n°022841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022841.pto --stitching --prefix=assemblage_022841 -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/GF022841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022841.jpg" - -# capture n°022842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022842.pto --stitching --prefix=assemblage_022842 -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/GF022842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022842.jpg" - -# capture n°022843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022843.pto --stitching --prefix=assemblage_022843 -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/GF022843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022843.jpg" - -# capture n°022844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022844.pto --stitching --prefix=assemblage_022844 -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/GF022844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022844.jpg" - -# capture n°022845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022845.pto --stitching --prefix=assemblage_022845 -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/GF022845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022845.jpg" - -# capture n°022846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022846.pto --stitching --prefix=assemblage_022846 -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/GF022846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022846.jpg" - -# capture n°022847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022847.pto --stitching --prefix=assemblage_022847 -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/GF022847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022847.jpg" - -# capture n°022848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022848.pto --stitching --prefix=assemblage_022848 -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/GF022848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022848.jpg" - -# capture n°022849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022849.pto --stitching --prefix=assemblage_022849 -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/GF022849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022849.jpg" - -# capture n°022850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022850.pto --stitching --prefix=assemblage_022850 -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/GF022850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022850.jpg" - -# capture n°022851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022851.pto --stitching --prefix=assemblage_022851 -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/GF022851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022851.jpg" - -# capture n°022852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022852.pto --stitching --prefix=assemblage_022852 -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/GF022852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022852.jpg" - -# capture n°022853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022853.pto --stitching --prefix=assemblage_022853 -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/GF022853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022853.jpg" - -# capture n°022854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022854.pto --stitching --prefix=assemblage_022854 -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/GF022854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022854.jpg" - -# capture n°022855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022855.pto --stitching --prefix=assemblage_022855 -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/GF022855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022855.jpg" - -# capture n°022856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022856.pto --stitching --prefix=assemblage_022856 -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/GF022856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022856.jpg" - -# capture n°022857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022857.pto --stitching --prefix=assemblage_022857 -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/GF022857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022857.jpg" - -# capture n°022858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022858.pto --stitching --prefix=assemblage_022858 -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/GF022858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022858.jpg" - -# capture n°022859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022859.pto --stitching --prefix=assemblage_022859 -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/GF022859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022859.jpg" - -# capture n°022860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022860.pto --stitching --prefix=assemblage_022860 -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/GF022860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022860.jpg" - -# capture n°022861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022861.pto --stitching --prefix=assemblage_022861 -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/GF022861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022861.jpg" - -# capture n°022862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022862.pto --stitching --prefix=assemblage_022862 -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/GF022862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022862.jpg" - -# capture n°022863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022863.pto --stitching --prefix=assemblage_022863 -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/GF022863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022863.jpg" - -# capture n°022864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022864.pto --stitching --prefix=assemblage_022864 -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/GF022864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022864.jpg" - -# capture n°022865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022865.pto --stitching --prefix=assemblage_022865 -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/GF022865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022865.jpg" - -# capture n°022866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022866.pto --stitching --prefix=assemblage_022866 -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/GF022866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022866.jpg" - -# capture n°022867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022867.pto --stitching --prefix=assemblage_022867 -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/GF022867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022867.jpg" - -# capture n°022868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022868.pto --stitching --prefix=assemblage_022868 -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/GF022868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022868.jpg" - -# capture n°022869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022869.pto --stitching --prefix=assemblage_022869 -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/GF022869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022869.jpg" - -# capture n°022870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022870.pto --stitching --prefix=assemblage_022870 -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/GF022870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022870.jpg" - -# capture n°022871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022871.pto --stitching --prefix=assemblage_022871 -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/GF022871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022871.jpg" - -# capture n°022872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022872.pto --stitching --prefix=assemblage_022872 -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/GF022872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022872.jpg" - -# capture n°022873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022873.pto --stitching --prefix=assemblage_022873 -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/GF022873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022873.jpg" - -# capture n°022874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022874.pto --stitching --prefix=assemblage_022874 -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/GF022874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022874.jpg" - -# capture n°022875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022875.pto --stitching --prefix=assemblage_022875 -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/GF022875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022875.jpg" - -# capture n°022876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022876.pto --stitching --prefix=assemblage_022876 -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/GF022876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022876.jpg" - -# capture n°022877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022877.pto --stitching --prefix=assemblage_022877 -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/GF022877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022877.jpg" - -# capture n°022878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022878.pto --stitching --prefix=assemblage_022878 -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/GF022878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022878.jpg" - -# capture n°022879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022879.pto --stitching --prefix=assemblage_022879 -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/GF022879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022879.jpg" - -# capture n°022880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022880.pto --stitching --prefix=assemblage_022880 -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/GF022880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022880.jpg" - -# capture n°022881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022881.pto --stitching --prefix=assemblage_022881 -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/GF022881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022881.jpg" - -# capture n°022882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022882.pto --stitching --prefix=assemblage_022882 -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/GF022882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022882.jpg" - -# capture n°022883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022883.pto --stitching --prefix=assemblage_022883 -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/GF022883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022883.jpg" - -# capture n°022884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022884.pto --stitching --prefix=assemblage_022884 -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/GF022884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022884.jpg" - -# capture n°022885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022885.pto --stitching --prefix=assemblage_022885 -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/GF022885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022885.jpg" - -# capture n°022886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022886.pto --stitching --prefix=assemblage_022886 -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/GF022886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022886.jpg" - -# capture n°022887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022887.pto --stitching --prefix=assemblage_022887 -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/GF022887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022887.jpg" - -# capture n°022888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022888.pto --stitching --prefix=assemblage_022888 -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/GF022888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022888.jpg" - -# capture n°022889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022889.pto --stitching --prefix=assemblage_022889 -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/GF022889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022889.jpg" - -# capture n°022890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022890.pto --stitching --prefix=assemblage_022890 -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/GF022890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022890.jpg" - -# capture n°022891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022891.pto --stitching --prefix=assemblage_022891 -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/GF022891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022891.jpg" - -# capture n°022892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022892.pto --stitching --prefix=assemblage_022892 -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/GF022892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022892.jpg" - -# capture n°022893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022893.pto --stitching --prefix=assemblage_022893 -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/GF022893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022893.jpg" - -# capture n°022894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022894.pto --stitching --prefix=assemblage_022894 -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/GF022894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022894.jpg" - -# capture n°022895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022895.pto --stitching --prefix=assemblage_022895 -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/GF022895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022895.jpg" - -# capture n°022896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022896.pto --stitching --prefix=assemblage_022896 -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/GF022896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022896.jpg" - -# capture n°022897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022897.pto --stitching --prefix=assemblage_022897 -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/GF022897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022897.jpg" - -# capture n°022898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022898.pto --stitching --prefix=assemblage_022898 -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/GF022898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022898.jpg" - -# capture n°022899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022899.pto --stitching --prefix=assemblage_022899 -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/GF022899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022899.jpg" - -# capture n°022900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022900.pto --stitching --prefix=assemblage_022900 -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/GF022900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022900.jpg" - -# capture n°022901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022901.pto --stitching --prefix=assemblage_022901 -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/GF022901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022901.jpg" - -# capture n°022902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022902.pto --stitching --prefix=assemblage_022902 -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/GF022902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022902.jpg" - -# capture n°022903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022903.pto --stitching --prefix=assemblage_022903 -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/GF022903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022903.jpg" - -# capture n°022904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022904.pto --stitching --prefix=assemblage_022904 -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/GF022904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022904.jpg" - -# capture n°022905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022905.pto --stitching --prefix=assemblage_022905 -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/GF022905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022905.jpg" - -# capture n°022906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022906.pto --stitching --prefix=assemblage_022906 -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/GF022906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022906.jpg" - -# capture n°022907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022907.pto --stitching --prefix=assemblage_022907 -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/GF022907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022907.jpg" - -# capture n°022908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022908.pto --stitching --prefix=assemblage_022908 -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/GF022908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022908.jpg" - -# capture n°022909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022909.pto --stitching --prefix=assemblage_022909 -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/GF022909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022909.jpg" - -# capture n°022910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022910.pto --stitching --prefix=assemblage_022910 -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/GF022910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022910.jpg" - -# capture n°022911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022911.pto --stitching --prefix=assemblage_022911 -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/GF022911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022911.jpg" - -# capture n°022912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022912.pto --stitching --prefix=assemblage_022912 -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/GF022912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022912.jpg" - -# capture n°022913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022913.pto --stitching --prefix=assemblage_022913 -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/GF022913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022913.jpg" - -# capture n°022914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022914.pto --stitching --prefix=assemblage_022914 -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/GF022914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022914.jpg" - -# capture n°022915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022915.pto --stitching --prefix=assemblage_022915 -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/GF022915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022915.jpg" - -# capture n°022916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022916.pto --stitching --prefix=assemblage_022916 -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/GF022916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022916.jpg" - -# capture n°022917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022917.pto --stitching --prefix=assemblage_022917 -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/GF022917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022917.jpg" - -# capture n°022918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022918.pto --stitching --prefix=assemblage_022918 -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/GF022918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022918.jpg" - -# capture n°022919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022919.pto --stitching --prefix=assemblage_022919 -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/GF022919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022919.jpg" - -# capture n°022920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022920.pto --stitching --prefix=assemblage_022920 -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/GF022920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022920.jpg" - -# capture n°022921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022921.pto --stitching --prefix=assemblage_022921 -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/GF022921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022921.jpg" - -# capture n°022922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022922.pto --stitching --prefix=assemblage_022922 -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/GF022922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022922.jpg" - -# capture n°022923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022923.pto --stitching --prefix=assemblage_022923 -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/GF022923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022923.jpg" - -# capture n°022924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022924.pto --stitching --prefix=assemblage_022924 -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/GF022924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022924.jpg" - -# capture n°022925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022925.pto --stitching --prefix=assemblage_022925 -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/GF022925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022925.jpg" - -# capture n°022926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022926.pto --stitching --prefix=assemblage_022926 -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/GF022926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022926.jpg" - -# capture n°022927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022927.pto --stitching --prefix=assemblage_022927 -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/GF022927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022927.jpg" - -# capture n°022928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022928.pto --stitching --prefix=assemblage_022928 -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/GF022928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022928.jpg" - -# capture n°022929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022929.pto --stitching --prefix=assemblage_022929 -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/GF022929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022929.jpg" - -# capture n°022930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022930.pto --stitching --prefix=assemblage_022930 -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/GF022930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022930.jpg" - -# capture n°022931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022931.pto --stitching --prefix=assemblage_022931 -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/GF022931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022931.jpg" - -# capture n°022932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022932.pto --stitching --prefix=assemblage_022932 -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/GF022932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022932.jpg" - -# capture n°022933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022933.pto --stitching --prefix=assemblage_022933 -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/GF022933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022933.jpg" - -# capture n°022934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022934.pto --stitching --prefix=assemblage_022934 -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/GF022934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022934.jpg" - -# capture n°022935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022935.pto --stitching --prefix=assemblage_022935 -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/GF022935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022935.jpg" - -# capture n°022936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022936.pto --stitching --prefix=assemblage_022936 -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/GF022936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022936.jpg" - -# capture n°022937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022937.pto --stitching --prefix=assemblage_022937 -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/GF022937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022937.jpg" - -# capture n°022938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022938.pto --stitching --prefix=assemblage_022938 -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/GF022938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022938.jpg" - -# capture n°022939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022939.pto --stitching --prefix=assemblage_022939 -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/GF022939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022939.jpg" - -# capture n°022940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022940.pto --stitching --prefix=assemblage_022940 -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/GF022940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022940.jpg" - -# capture n°022941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022941.pto --stitching --prefix=assemblage_022941 -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/GF022941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022941.jpg" - -# capture n°022942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022942.pto --stitching --prefix=assemblage_022942 -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/GF022942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022942.jpg" - -# capture n°022943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022943.pto --stitching --prefix=assemblage_022943 -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/GF022943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022943.jpg" - -# capture n°022944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022944.pto --stitching --prefix=assemblage_022944 -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/GF022944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022944.jpg" - -# capture n°022945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022945.pto --stitching --prefix=assemblage_022945 -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/GF022945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022945.jpg" - -# capture n°022946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022946.pto --stitching --prefix=assemblage_022946 -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/GF022946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022946.jpg" - -# capture n°022947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022947.pto --stitching --prefix=assemblage_022947 -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/GF022947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022947.jpg" - -# capture n°022948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022948.pto --stitching --prefix=assemblage_022948 -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/GF022948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022948.jpg" - -# capture n°022949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022949.pto --stitching --prefix=assemblage_022949 -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/GF022949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022949.jpg" - -# capture n°022950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022950.pto --stitching --prefix=assemblage_022950 -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/GF022950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022950.jpg" - -# capture n°022951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022951.pto --stitching --prefix=assemblage_022951 -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/GF022951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022951.jpg" - -# capture n°022952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022952.pto --stitching --prefix=assemblage_022952 -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/GF022952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022952.jpg" - -# capture n°022953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022953.pto --stitching --prefix=assemblage_022953 -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/GF022953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022953.jpg" - -# capture n°022954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022954.pto --stitching --prefix=assemblage_022954 -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/GF022954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022954.jpg" - -# capture n°022955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022955.pto --stitching --prefix=assemblage_022955 -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/GF022955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022955.jpg" - -# capture n°022956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022956.pto --stitching --prefix=assemblage_022956 -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/GF022956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022956.jpg" - -# capture n°022957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022957.pto --stitching --prefix=assemblage_022957 -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/GF022957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022957.jpg" - -# capture n°022958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022958.pto --stitching --prefix=assemblage_022958 -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/GF022958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022958.jpg" - -# capture n°022959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022959.pto --stitching --prefix=assemblage_022959 -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/GF022959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022959.jpg" - -# capture n°022960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022960.pto --stitching --prefix=assemblage_022960 -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/GF022960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022960.jpg" - -# capture n°022961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022961.pto --stitching --prefix=assemblage_022961 -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/GF022961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022961.jpg" - -# capture n°022962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022962.pto --stitching --prefix=assemblage_022962 -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/GF022962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022962.jpg" - -# capture n°022963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022963.pto --stitching --prefix=assemblage_022963 -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/GF022963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022963.jpg" - -# capture n°022964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022964.pto --stitching --prefix=assemblage_022964 -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/GF022964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022964.jpg" - -# capture n°022965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022965.pto --stitching --prefix=assemblage_022965 -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/GF022965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022965.jpg" - -# capture n°022966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022966.pto --stitching --prefix=assemblage_022966 -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/GF022966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022966.jpg" - -# capture n°022967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022967.pto --stitching --prefix=assemblage_022967 -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/GF022967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022967.jpg" - -# capture n°022968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022968.pto --stitching --prefix=assemblage_022968 -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/GF022968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022968.jpg" - -# capture n°022969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022969.pto --stitching --prefix=assemblage_022969 -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/GF022969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022969.jpg" - -# capture n°022970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022970.pto --stitching --prefix=assemblage_022970 -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/GF022970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022970.jpg" - -# capture n°022971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022971.pto --stitching --prefix=assemblage_022971 -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/GF022971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022971.jpg" - -# capture n°022972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022972.pto --stitching --prefix=assemblage_022972 -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/GF022972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022972.jpg" - -# capture n°022973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022973.pto --stitching --prefix=assemblage_022973 -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/GF022973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022973.jpg" - -# capture n°022974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022974.pto --stitching --prefix=assemblage_022974 -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/GF022974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022974.jpg" - -# capture n°022975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022975.pto --stitching --prefix=assemblage_022975 -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/GF022975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022975.jpg" - -# capture n°022976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022976.pto --stitching --prefix=assemblage_022976 -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/GF022976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022976.jpg" - -# capture n°022977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022977.pto --stitching --prefix=assemblage_022977 -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/GF022977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022977.jpg" - -# capture n°022978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022978.pto --stitching --prefix=assemblage_022978 -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/GF022978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022978.jpg" - -# capture n°022979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022979.pto --stitching --prefix=assemblage_022979 -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/GF022979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022979.jpg" - -# capture n°022980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022980.pto --stitching --prefix=assemblage_022980 -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/GF022980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022980.jpg" - -# capture n°022981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022981.pto --stitching --prefix=assemblage_022981 -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/GF022981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022981.jpg" - -# capture n°022982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022982.pto --stitching --prefix=assemblage_022982 -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/GF022982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022982.jpg" - -# capture n°022983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022983.pto --stitching --prefix=assemblage_022983 -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/GF022983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022983.jpg" - -# capture n°022984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022984.pto --stitching --prefix=assemblage_022984 -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/GF022984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022984.jpg" - -# capture n°022985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022985.pto --stitching --prefix=assemblage_022985 -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/GF022985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022985.jpg" - -# capture n°022986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022986.pto --stitching --prefix=assemblage_022986 -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/GF022986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022986.jpg" - -# capture n°022987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022987.pto --stitching --prefix=assemblage_022987 -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/GF022987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022987.jpg" - -# capture n°022988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022988.pto --stitching --prefix=assemblage_022988 -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/GF022988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022988.jpg" - -# capture n°022989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022989.pto --stitching --prefix=assemblage_022989 -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/GF022989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022989.jpg" - -# capture n°022990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022990.pto --stitching --prefix=assemblage_022990 -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/GF022990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022990.jpg" - -# capture n°022991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022991.pto --stitching --prefix=assemblage_022991 -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/GF022991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022991.jpg" - -# capture n°022992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022992.pto --stitching --prefix=assemblage_022992 -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/GF022992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022992.jpg" - -# capture n°022993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022993.pto --stitching --prefix=assemblage_022993 -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/GF022993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022993.jpg" - -# capture n°022994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022994.pto --stitching --prefix=assemblage_022994 -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/GF022994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022994.jpg" - -# capture n°022995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022995.pto --stitching --prefix=assemblage_022995 -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/GF022995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022995.jpg" - -# capture n°022996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022996.pto --stitching --prefix=assemblage_022996 -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/GF022996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022996.jpg" - -# capture n°022997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022997.pto --stitching --prefix=assemblage_022997 -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/GF022997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022997.jpg" - -# capture n°022998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022998.pto --stitching --prefix=assemblage_022998 -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/GF022998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022998.jpg" - -# capture n°022999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_022999.pto --stitching --prefix=assemblage_022999 -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/GF022999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_022999.jpg" - -# capture n°023000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023000.pto --stitching --prefix=assemblage_023000 -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/GF023000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023000.jpg" - -# capture n°023001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023001.pto --stitching --prefix=assemblage_023001 -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/GF023001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023001.jpg" - -# capture n°023002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023002.pto --stitching --prefix=assemblage_023002 -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/GF023002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023002.jpg" - -# capture n°023003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023003.pto --stitching --prefix=assemblage_023003 -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/GF023003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023003.jpg" - -# capture n°023004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023004.pto --stitching --prefix=assemblage_023004 -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/GF023004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023004.jpg" - -# capture n°023005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023005.pto --stitching --prefix=assemblage_023005 -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/GF023005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023005.jpg" - -# capture n°023006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023006.pto --stitching --prefix=assemblage_023006 -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/GF023006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023006.jpg" - -# capture n°023007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023007.pto --stitching --prefix=assemblage_023007 -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/GF023007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023007.jpg" - -# capture n°023008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023008.pto --stitching --prefix=assemblage_023008 -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/GF023008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023008.jpg" - -# capture n°023009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023009.pto --stitching --prefix=assemblage_023009 -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/GF023009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023009.jpg" - -# capture n°023010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023010.pto --stitching --prefix=assemblage_023010 -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/GF023010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023010.jpg" - -# capture n°023011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023011.pto --stitching --prefix=assemblage_023011 -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/GF023011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023011.jpg" - -# capture n°023012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023012.pto --stitching --prefix=assemblage_023012 -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/GF023012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023012.jpg" - -# capture n°023013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023013.pto --stitching --prefix=assemblage_023013 -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/GF023013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023013.jpg" - -# capture n°023014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023014.pto --stitching --prefix=assemblage_023014 -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/GF023014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023014.jpg" - -# capture n°023015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023015.pto --stitching --prefix=assemblage_023015 -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/GF023015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023015.jpg" - -# capture n°023016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023016.pto --stitching --prefix=assemblage_023016 -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/GF023016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023016.jpg" - -# capture n°023017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023017.pto --stitching --prefix=assemblage_023017 -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/GF023017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023017.jpg" - -# capture n°023018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023018.pto --stitching --prefix=assemblage_023018 -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/GF023018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023018.jpg" - -# capture n°023019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023019.pto --stitching --prefix=assemblage_023019 -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/GF023019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023019.jpg" - -# capture n°023020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023020.pto --stitching --prefix=assemblage_023020 -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/GF023020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023020.jpg" - -# capture n°023021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023021.pto --stitching --prefix=assemblage_023021 -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/GF023021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023021.jpg" - -# capture n°023022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023022.pto --stitching --prefix=assemblage_023022 -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/GF023022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023022.jpg" - -# capture n°023023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023023.pto --stitching --prefix=assemblage_023023 -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/GF023023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023023.jpg" - -# capture n°023024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023024.pto --stitching --prefix=assemblage_023024 -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/GF023024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023024.jpg" - -# capture n°023025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023025.pto --stitching --prefix=assemblage_023025 -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/GF023025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023025.jpg" - -# capture n°023026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023026.pto --stitching --prefix=assemblage_023026 -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/GF023026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023026.jpg" - -# capture n°023027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023027.pto --stitching --prefix=assemblage_023027 -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/GF023027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023027.jpg" - -# capture n°023028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023028.pto --stitching --prefix=assemblage_023028 -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/GF023028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023028.jpg" - -# capture n°023029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023029.pto --stitching --prefix=assemblage_023029 -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/GF023029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023029.jpg" - -# capture n°023030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023030.pto --stitching --prefix=assemblage_023030 -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/GF023030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023030.jpg" - -# capture n°023031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023031.pto --stitching --prefix=assemblage_023031 -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/GF023031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023031.jpg" - -# capture n°023032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023032.pto --stitching --prefix=assemblage_023032 -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/GF023032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023032.jpg" - -# capture n°023033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023033.pto --stitching --prefix=assemblage_023033 -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/GF023033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023033.jpg" - -# capture n°023034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023034.pto --stitching --prefix=assemblage_023034 -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/GF023034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023034.jpg" - -# capture n°023035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023035.pto --stitching --prefix=assemblage_023035 -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/GF023035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023035.jpg" - -# capture n°023036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023036.pto --stitching --prefix=assemblage_023036 -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/GF023036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023036.jpg" - -# capture n°023037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023037.pto --stitching --prefix=assemblage_023037 -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/GF023037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023037.jpg" - -# capture n°023038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023038.pto --stitching --prefix=assemblage_023038 -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/GF023038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023038.jpg" - -# capture n°023039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023039.pto --stitching --prefix=assemblage_023039 -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/GF023039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023039.jpg" - -# capture n°023040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023040.pto --stitching --prefix=assemblage_023040 -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/GF023040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023040.jpg" - -# capture n°023041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023041.pto --stitching --prefix=assemblage_023041 -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/GF023041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023041.jpg" - -# capture n°023042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023042.pto --stitching --prefix=assemblage_023042 -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/GF023042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023042.jpg" - -# capture n°023043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023043.pto --stitching --prefix=assemblage_023043 -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/GF023043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023043.jpg" - -# capture n°023044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023044.pto --stitching --prefix=assemblage_023044 -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/GF023044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023044.jpg" - -# capture n°023045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023045.pto --stitching --prefix=assemblage_023045 -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/GF023045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023045.jpg" - -# capture n°023046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023046.pto --stitching --prefix=assemblage_023046 -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/GF023046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023046.jpg" - -# capture n°023047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023047.pto --stitching --prefix=assemblage_023047 -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/GF023047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023047.jpg" - -# capture n°023048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023048.pto --stitching --prefix=assemblage_023048 -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/GF023048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023048.jpg" - -# capture n°023049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023049.pto --stitching --prefix=assemblage_023049 -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/GF023049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023049.jpg" - -# capture n°023050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023050.pto --stitching --prefix=assemblage_023050 -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/GF023050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023050.jpg" - -# capture n°023051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023051.pto --stitching --prefix=assemblage_023051 -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/GF023051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023051.jpg" - -# capture n°023052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023052.pto --stitching --prefix=assemblage_023052 -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/GF023052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023052.jpg" - -# capture n°023053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023053.pto --stitching --prefix=assemblage_023053 -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/GF023053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023053.jpg" - -# capture n°023054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023054.pto --stitching --prefix=assemblage_023054 -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/GF023054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023054.jpg" - -# capture n°023055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023055.pto --stitching --prefix=assemblage_023055 -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/GF023055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023055.jpg" - -# capture n°023056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023056.pto --stitching --prefix=assemblage_023056 -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/GF023056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023056.jpg" - -# capture n°023057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023057.pto --stitching --prefix=assemblage_023057 -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/GF023057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023057.jpg" - -# capture n°023058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023058.pto --stitching --prefix=assemblage_023058 -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/GF023058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023058.jpg" - -# capture n°023059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023059.pto --stitching --prefix=assemblage_023059 -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/GF023059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023059.jpg" - -# capture n°023060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023060.pto --stitching --prefix=assemblage_023060 -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/GF023060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023060.jpg" - -# capture n°023061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023061.pto --stitching --prefix=assemblage_023061 -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/GF023061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023061.jpg" - -# capture n°023062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023062.pto --stitching --prefix=assemblage_023062 -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/GF023062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023062.jpg" - -# capture n°023063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023063.pto --stitching --prefix=assemblage_023063 -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/GF023063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023063.jpg" - -# capture n°023064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023064.pto --stitching --prefix=assemblage_023064 -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/GF023064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023064.jpg" - -# capture n°023065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023065.pto --stitching --prefix=assemblage_023065 -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/GF023065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023065.jpg" - -# capture n°023066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023066.pto --stitching --prefix=assemblage_023066 -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/GF023066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023066.jpg" - -# capture n°023067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023067.pto --stitching --prefix=assemblage_023067 -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/GF023067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023067.jpg" - -# capture n°023068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023068.pto --stitching --prefix=assemblage_023068 -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/GF023068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023068.jpg" - -# capture n°023069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023069.pto --stitching --prefix=assemblage_023069 -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/GF023069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023069.jpg" - -# capture n°023070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023070.pto --stitching --prefix=assemblage_023070 -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/GF023070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023070.jpg" - -# capture n°023071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023071.pto --stitching --prefix=assemblage_023071 -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/GF023071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023071.jpg" - -# capture n°023072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023072.pto --stitching --prefix=assemblage_023072 -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/GF023072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023072.jpg" - -# capture n°023073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023073.pto --stitching --prefix=assemblage_023073 -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/GF023073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023073.jpg" - -# capture n°023074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023074.pto --stitching --prefix=assemblage_023074 -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/GF023074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023074.jpg" - -# capture n°023075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023075.pto --stitching --prefix=assemblage_023075 -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/GF023075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023075.jpg" - -# capture n°023076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023076.pto --stitching --prefix=assemblage_023076 -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/GF023076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023076.jpg" - -# capture n°023077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023077.pto --stitching --prefix=assemblage_023077 -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/GF023077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023077.jpg" - -# capture n°023078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023078.pto --stitching --prefix=assemblage_023078 -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/GF023078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023078.jpg" - -# capture n°023079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023079.pto --stitching --prefix=assemblage_023079 -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/GF023079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023079.jpg" - -# capture n°023080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023080.pto --stitching --prefix=assemblage_023080 -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/GF023080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023080.jpg" - -# capture n°023081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023081.pto --stitching --prefix=assemblage_023081 -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/GF023081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023081.jpg" - -# capture n°023082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023082.pto --stitching --prefix=assemblage_023082 -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/GF023082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023082.jpg" - -# capture n°023083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023083.pto --stitching --prefix=assemblage_023083 -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/GF023083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023083.jpg" - -# capture n°023084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023084.pto --stitching --prefix=assemblage_023084 -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/GF023084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023084.jpg" - -# capture n°023085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023085.pto --stitching --prefix=assemblage_023085 -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/GF023085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023085.jpg" - -# capture n°023086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023086.pto --stitching --prefix=assemblage_023086 -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/GF023086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023086.jpg" - -# capture n°023087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023087.pto --stitching --prefix=assemblage_023087 -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/GF023087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023087.jpg" - -# capture n°023088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023088.pto --stitching --prefix=assemblage_023088 -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/GF023088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023088.jpg" - -# capture n°023089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023089.pto --stitching --prefix=assemblage_023089 -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/GF023089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023089.jpg" - -# capture n°023090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023090.pto --stitching --prefix=assemblage_023090 -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/GF023090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023090.jpg" - -# capture n°023091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023091.pto --stitching --prefix=assemblage_023091 -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/GF023091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023091.jpg" - -# capture n°023092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023092.pto --stitching --prefix=assemblage_023092 -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/GF023092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023092.jpg" - -# capture n°023093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023093.pto --stitching --prefix=assemblage_023093 -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/GF023093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023093.jpg" - -# capture n°023094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023094.pto --stitching --prefix=assemblage_023094 -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/GF023094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023094.jpg" - -# capture n°023095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023095.pto --stitching --prefix=assemblage_023095 -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/GF023095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023095.jpg" - -# capture n°023096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023096.pto --stitching --prefix=assemblage_023096 -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/GF023096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023096.jpg" - -# capture n°023097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023097.pto --stitching --prefix=assemblage_023097 -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/GF023097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023097.jpg" - -# capture n°023098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023098.pto --stitching --prefix=assemblage_023098 -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/GF023098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023098.jpg" - -# capture n°023099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023099.pto --stitching --prefix=assemblage_023099 -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/GF023099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023099.jpg" - -# capture n°023100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023100.pto --stitching --prefix=assemblage_023100 -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/GF023100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023100.jpg" - -# capture n°023101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023101.pto --stitching --prefix=assemblage_023101 -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/GF023101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023101.jpg" - -# capture n°023102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023102.pto --stitching --prefix=assemblage_023102 -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/GF023102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023102.jpg" - -# capture n°023103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023103.pto --stitching --prefix=assemblage_023103 -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/GF023103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023103.jpg" - -# capture n°023104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023104.pto --stitching --prefix=assemblage_023104 -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/GF023104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023104.jpg" - -# capture n°023105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023105.pto --stitching --prefix=assemblage_023105 -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/GF023105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023105.jpg" - -# capture n°023106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023106.pto --stitching --prefix=assemblage_023106 -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/GF023106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023106.jpg" - -# capture n°023107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023107.pto --stitching --prefix=assemblage_023107 -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/GF023107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023107.jpg" - -# capture n°023108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023108.pto --stitching --prefix=assemblage_023108 -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/GF023108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023108.jpg" - -# capture n°023109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023109.pto --stitching --prefix=assemblage_023109 -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/GF023109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023109.jpg" - -# capture n°023110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023110.pto --stitching --prefix=assemblage_023110 -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/GF023110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023110.jpg" - -# capture n°023111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023111.pto --stitching --prefix=assemblage_023111 -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/GF023111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023111.jpg" - -# capture n°023112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023112.pto --stitching --prefix=assemblage_023112 -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/GF023112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023112.jpg" - -# capture n°023113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023113.pto --stitching --prefix=assemblage_023113 -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/GF023113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023113.jpg" - -# capture n°023114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023114.pto --stitching --prefix=assemblage_023114 -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/GF023114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023114.jpg" - -# capture n°023115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023115.pto --stitching --prefix=assemblage_023115 -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/GF023115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023115.jpg" - -# capture n°023116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023116.pto --stitching --prefix=assemblage_023116 -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/GF023116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023116.jpg" - -# capture n°023117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023117.pto --stitching --prefix=assemblage_023117 -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/GF023117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023117.jpg" - -# capture n°023118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023118.pto --stitching --prefix=assemblage_023118 -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/GF023118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023118.jpg" - -# capture n°023119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023119.pto --stitching --prefix=assemblage_023119 -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/GF023119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023119.jpg" - -# capture n°023120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023120.pto --stitching --prefix=assemblage_023120 -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/GF023120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023120.jpg" - -# capture n°023121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023121.pto --stitching --prefix=assemblage_023121 -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/GF023121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023121.jpg" - -# capture n°023122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023122.pto --stitching --prefix=assemblage_023122 -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/GF023122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023122.jpg" - -# capture n°023123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023123.pto --stitching --prefix=assemblage_023123 -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/GF023123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023123.jpg" - -# capture n°023124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023124.pto --stitching --prefix=assemblage_023124 -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/GF023124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023124.jpg" - -# capture n°023125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023125.pto --stitching --prefix=assemblage_023125 -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/GF023125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023125.jpg" - -# capture n°023126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023126.pto --stitching --prefix=assemblage_023126 -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/GF023126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023126.jpg" - -# capture n°023127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023127.pto --stitching --prefix=assemblage_023127 -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/GF023127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023127.jpg" - -# capture n°023128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023128.pto --stitching --prefix=assemblage_023128 -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/GF023128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023128.jpg" - -# capture n°023129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023129.pto --stitching --prefix=assemblage_023129 -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/GF023129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023129.jpg" - -# capture n°023130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023130.pto --stitching --prefix=assemblage_023130 -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/GF023130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023130.jpg" - -# capture n°023131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023131.pto --stitching --prefix=assemblage_023131 -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/GF023131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023131.jpg" - -# capture n°023132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023132.pto --stitching --prefix=assemblage_023132 -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/GF023132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023132.jpg" - -# capture n°023133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023133.pto --stitching --prefix=assemblage_023133 -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/GF023133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023133.jpg" - -# capture n°023134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023134.pto --stitching --prefix=assemblage_023134 -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/GF023134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023134.jpg" - -# capture n°023135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023135.pto --stitching --prefix=assemblage_023135 -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/GF023135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023135.jpg" - -# capture n°023136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023136.pto --stitching --prefix=assemblage_023136 -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/GF023136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023136.jpg" - -# capture n°023137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023137.pto --stitching --prefix=assemblage_023137 -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/GF023137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023137.jpg" - -# capture n°023138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023138.pto --stitching --prefix=assemblage_023138 -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/GF023138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023138.jpg" - -# capture n°023139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023139.pto --stitching --prefix=assemblage_023139 -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/GF023139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023139.jpg" - -# capture n°023140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023140.pto --stitching --prefix=assemblage_023140 -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/GF023140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023140.jpg" - -# capture n°023141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023141.pto --stitching --prefix=assemblage_023141 -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/GF023141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023141.jpg" - -# capture n°023142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023142.pto --stitching --prefix=assemblage_023142 -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/GF023142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023142.jpg" - -# capture n°023143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023143.pto --stitching --prefix=assemblage_023143 -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/GF023143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023143.jpg" - -# capture n°023144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023144.pto --stitching --prefix=assemblage_023144 -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/GF023144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023144.jpg" - -# capture n°023145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023145.pto --stitching --prefix=assemblage_023145 -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/GF023145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023145.jpg" - -# capture n°023146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023146.pto --stitching --prefix=assemblage_023146 -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/GF023146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023146.jpg" - -# capture n°023147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023147.pto --stitching --prefix=assemblage_023147 -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/GF023147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023147.jpg" - -# capture n°023148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023148.pto --stitching --prefix=assemblage_023148 -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/GF023148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023148.jpg" - -# capture n°023149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023149.pto --stitching --prefix=assemblage_023149 -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/GF023149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023149.jpg" - -# capture n°023150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023150.pto --stitching --prefix=assemblage_023150 -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/GF023150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023150.jpg" - -# capture n°023151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023151.pto --stitching --prefix=assemblage_023151 -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/GF023151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023151.jpg" - -# capture n°023152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023152.pto --stitching --prefix=assemblage_023152 -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/GF023152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023152.jpg" - -# capture n°023153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023153.pto --stitching --prefix=assemblage_023153 -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/GF023153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023153.jpg" - -# capture n°023154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023154.pto --stitching --prefix=assemblage_023154 -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/GF023154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023154.jpg" - -# capture n°023155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023155.pto --stitching --prefix=assemblage_023155 -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/GF023155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023155.jpg" - -# capture n°023156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023156.pto --stitching --prefix=assemblage_023156 -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/GF023156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023156.jpg" - -# capture n°023157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023157.pto --stitching --prefix=assemblage_023157 -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/GF023157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023157.jpg" - -# capture n°023158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023158.pto --stitching --prefix=assemblage_023158 -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/GF023158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023158.jpg" - -# capture n°023159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023159.pto --stitching --prefix=assemblage_023159 -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/GF023159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023159.jpg" - -# capture n°023160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023160.pto --stitching --prefix=assemblage_023160 -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/GF023160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023160.jpg" - -# capture n°023161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023161.pto --stitching --prefix=assemblage_023161 -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/GF023161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023161.jpg" - -# capture n°023162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023162.pto --stitching --prefix=assemblage_023162 -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/GF023162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023162.jpg" - -# capture n°023163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023163.pto --stitching --prefix=assemblage_023163 -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/GF023163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023163.jpg" - -# capture n°023164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023164.pto --stitching --prefix=assemblage_023164 -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/GF023164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023164.jpg" - -# capture n°023165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023165.pto --stitching --prefix=assemblage_023165 -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/GF023165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023165.jpg" - -# capture n°023166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023166.pto --stitching --prefix=assemblage_023166 -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/GF023166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023166.jpg" - -# capture n°023167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023167.pto --stitching --prefix=assemblage_023167 -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/GF023167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023167.jpg" - -# capture n°023168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023168.pto --stitching --prefix=assemblage_023168 -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/GF023168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023168.jpg" - -# capture n°023169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023169.pto --stitching --prefix=assemblage_023169 -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/GF023169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023169.jpg" - -# capture n°023170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023170.pto --stitching --prefix=assemblage_023170 -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/GF023170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023170.jpg" - -# capture n°023171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023171.pto --stitching --prefix=assemblage_023171 -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/GF023171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023171.jpg" - -# capture n°023172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023172.pto --stitching --prefix=assemblage_023172 -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/GF023172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023172.jpg" - -# capture n°023173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023173.pto --stitching --prefix=assemblage_023173 -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/GF023173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023173.jpg" - -# capture n°023174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023174.pto --stitching --prefix=assemblage_023174 -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/GF023174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023174.jpg" - -# capture n°023175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023175.pto --stitching --prefix=assemblage_023175 -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/GF023175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023175.jpg" - -# capture n°023176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023176.pto --stitching --prefix=assemblage_023176 -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/GF023176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023176.jpg" - -# capture n°023177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023177.pto --stitching --prefix=assemblage_023177 -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/GF023177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023177.jpg" - -# capture n°023178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023178.pto --stitching --prefix=assemblage_023178 -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/GF023178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023178.jpg" - -# capture n°023179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023179.pto --stitching --prefix=assemblage_023179 -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/GF023179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023179.jpg" - -# capture n°023180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023180.pto --stitching --prefix=assemblage_023180 -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/GF023180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023180.jpg" - -# capture n°023181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023181.pto --stitching --prefix=assemblage_023181 -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/GF023181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023181.jpg" - -# capture n°023182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023182.pto --stitching --prefix=assemblage_023182 -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/GF023182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023182.jpg" - -# capture n°023183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023183.pto --stitching --prefix=assemblage_023183 -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/GF023183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023183.jpg" - -# capture n°023184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023184.pto --stitching --prefix=assemblage_023184 -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/GF023184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023184.jpg" - -# capture n°023185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023185.pto --stitching --prefix=assemblage_023185 -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/GF023185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023185.jpg" - -# capture n°023186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023186.pto --stitching --prefix=assemblage_023186 -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/GF023186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023186.jpg" - -# capture n°023187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023187.pto --stitching --prefix=assemblage_023187 -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/GF023187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023187.jpg" - -# capture n°023188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023188.pto --stitching --prefix=assemblage_023188 -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/GF023188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023188.jpg" - -# capture n°023189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023189.pto --stitching --prefix=assemblage_023189 -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/GF023189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023189.jpg" - -# capture n°023190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023190.pto --stitching --prefix=assemblage_023190 -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/GF023190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023190.jpg" - -# capture n°023191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023191.pto --stitching --prefix=assemblage_023191 -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/GF023191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023191.jpg" - -# capture n°023192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023192.pto --stitching --prefix=assemblage_023192 -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/GF023192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023192.jpg" - -# capture n°023193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023193.pto --stitching --prefix=assemblage_023193 -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/GF023193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023193.jpg" - -# capture n°023194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023194.pto --stitching --prefix=assemblage_023194 -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/GF023194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023194.jpg" - -# capture n°023195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023195.pto --stitching --prefix=assemblage_023195 -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/GF023195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023195.jpg" - -# capture n°023196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023196.pto --stitching --prefix=assemblage_023196 -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/GF023196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023196.jpg" - -# capture n°023197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023197.pto --stitching --prefix=assemblage_023197 -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/GF023197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023197.jpg" - -# capture n°023198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023198.pto --stitching --prefix=assemblage_023198 -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/GF023198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023198.jpg" - -# capture n°023199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023199.pto --stitching --prefix=assemblage_023199 -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/GF023199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023199.jpg" - -# capture n°023200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023200.pto --stitching --prefix=assemblage_023200 -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/GF023200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023200.jpg" - -# capture n°023201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023201.pto --stitching --prefix=assemblage_023201 -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/GF023201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023201.jpg" - -# capture n°023202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023202.pto --stitching --prefix=assemblage_023202 -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/GF023202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023202.jpg" - -# capture n°023203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023203.pto --stitching --prefix=assemblage_023203 -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/GF023203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023203.jpg" - -# capture n°023204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023204.pto --stitching --prefix=assemblage_023204 -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/GF023204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023204.jpg" - -# capture n°023205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023205.pto --stitching --prefix=assemblage_023205 -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/GF023205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023205.jpg" - -# capture n°023206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023206.pto --stitching --prefix=assemblage_023206 -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/GF023206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023206.jpg" - -# capture n°023207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023207.pto --stitching --prefix=assemblage_023207 -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/GF023207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023207.jpg" - -# capture n°023208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023208.pto --stitching --prefix=assemblage_023208 -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/GF023208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023208.jpg" - -# capture n°023209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023209.pto --stitching --prefix=assemblage_023209 -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/GF023209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023209.jpg" - -# capture n°023210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023210.pto --stitching --prefix=assemblage_023210 -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/GF023210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023210.jpg" - -# capture n°023211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023211.pto --stitching --prefix=assemblage_023211 -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/GF023211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023211.jpg" - -# capture n°023212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023212.pto --stitching --prefix=assemblage_023212 -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/GF023212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023212.jpg" - -# capture n°023213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023213.pto --stitching --prefix=assemblage_023213 -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/GF023213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023213.jpg" - -# capture n°023214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023214.pto --stitching --prefix=assemblage_023214 -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/GF023214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023214.jpg" - -# capture n°023215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023215.pto --stitching --prefix=assemblage_023215 -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/GF023215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023215.jpg" - -# capture n°023216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023216.pto --stitching --prefix=assemblage_023216 -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/GF023216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023216.jpg" - -# capture n°023217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023217.pto --stitching --prefix=assemblage_023217 -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/GF023217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023217.jpg" - -# capture n°023218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023218.pto --stitching --prefix=assemblage_023218 -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/GF023218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023218.jpg" - -# capture n°023219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023219.pto --stitching --prefix=assemblage_023219 -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/GF023219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023219.jpg" - -# capture n°023220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023220.pto --stitching --prefix=assemblage_023220 -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/GF023220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023220.jpg" - -# capture n°023221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023221.pto --stitching --prefix=assemblage_023221 -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/GF023221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023221.jpg" - -# capture n°023222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023222.pto --stitching --prefix=assemblage_023222 -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/GF023222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023222.jpg" - -# capture n°023223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023223.pto --stitching --prefix=assemblage_023223 -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/GF023223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023223.jpg" - -# capture n°023224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023224.pto --stitching --prefix=assemblage_023224 -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/GF023224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023224.jpg" - -# capture n°023225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023225.pto --stitching --prefix=assemblage_023225 -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/GF023225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023225.jpg" - -# capture n°023226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023226.pto --stitching --prefix=assemblage_023226 -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/GF023226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023226.jpg" - -# capture n°023227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023227.pto --stitching --prefix=assemblage_023227 -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/GF023227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023227.jpg" - -# capture n°023228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023228.pto --stitching --prefix=assemblage_023228 -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/GF023228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023228.jpg" - -# capture n°023229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023229.pto --stitching --prefix=assemblage_023229 -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/GF023229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023229.jpg" - -# capture n°023230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023230.pto --stitching --prefix=assemblage_023230 -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/GF023230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023230.jpg" - -# capture n°023231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023231.pto --stitching --prefix=assemblage_023231 -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/GF023231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023231.jpg" - -# capture n°023232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023232.pto --stitching --prefix=assemblage_023232 -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/GF023232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023232.jpg" - -# capture n°023233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023233.pto --stitching --prefix=assemblage_023233 -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/GF023233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023233.jpg" - -# capture n°023234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023234.pto --stitching --prefix=assemblage_023234 -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/GF023234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023234.jpg" - -# capture n°023235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023235.pto --stitching --prefix=assemblage_023235 -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/GF023235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023235.jpg" - -# capture n°023236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023236.pto --stitching --prefix=assemblage_023236 -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/GF023236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023236.jpg" - -# capture n°023237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023237.pto --stitching --prefix=assemblage_023237 -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/GF023237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023237.jpg" - -# capture n°023238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023238.pto --stitching --prefix=assemblage_023238 -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/GF023238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023238.jpg" - -# capture n°023239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023239.pto --stitching --prefix=assemblage_023239 -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/GF023239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023239.jpg" - -# capture n°023240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023240.pto --stitching --prefix=assemblage_023240 -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/GF023240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023240.jpg" - -# capture n°023241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023241.pto --stitching --prefix=assemblage_023241 -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/GF023241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023241.jpg" - -# capture n°023242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023242.pto --stitching --prefix=assemblage_023242 -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/GF023242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023242.jpg" - -# capture n°023243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023243.pto --stitching --prefix=assemblage_023243 -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/GF023243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023243.jpg" - -# capture n°023244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023244.pto --stitching --prefix=assemblage_023244 -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/GF023244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023244.jpg" - -# capture n°023245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023245.pto --stitching --prefix=assemblage_023245 -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/GF023245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023245.jpg" - -# capture n°023246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023246.pto --stitching --prefix=assemblage_023246 -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/GF023246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023246.jpg" - -# capture n°023247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023247.pto --stitching --prefix=assemblage_023247 -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/GF023247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023247.jpg" - -# capture n°023248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023248.pto --stitching --prefix=assemblage_023248 -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/GF023248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023248.jpg" - -# capture n°023249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023249.pto --stitching --prefix=assemblage_023249 -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/GF023249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023249.jpg" - -# capture n°023250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023250.pto --stitching --prefix=assemblage_023250 -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/GF023250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023250.jpg" - -# capture n°023251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023251.pto --stitching --prefix=assemblage_023251 -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/GF023251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023251.jpg" - -# capture n°023252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023252.pto --stitching --prefix=assemblage_023252 -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/GF023252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023252.jpg" - -# capture n°023253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023253.pto --stitching --prefix=assemblage_023253 -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/GF023253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023253.jpg" - -# capture n°023254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023254.pto --stitching --prefix=assemblage_023254 -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/GF023254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023254.jpg" - -# capture n°023255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023255.pto --stitching --prefix=assemblage_023255 -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/GF023255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023255.jpg" - -# capture n°023256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023256.pto --stitching --prefix=assemblage_023256 -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/GF023256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023256.jpg" - -# capture n°023257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023257.pto --stitching --prefix=assemblage_023257 -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/GF023257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023257.jpg" - -# capture n°023258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023258.pto --stitching --prefix=assemblage_023258 -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/GF023258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023258.jpg" - -# capture n°023259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023259.pto --stitching --prefix=assemblage_023259 -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/GF023259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023259.jpg" - -# capture n°023260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023260.pto --stitching --prefix=assemblage_023260 -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/GF023260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023260.jpg" - -# capture n°023261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023261.pto --stitching --prefix=assemblage_023261 -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/GF023261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023261.jpg" - -# capture n°023262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023262.pto --stitching --prefix=assemblage_023262 -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/GF023262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023262.jpg" - -# capture n°023263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023263.pto --stitching --prefix=assemblage_023263 -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/GF023263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023263.jpg" - -# capture n°023264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023264.pto --stitching --prefix=assemblage_023264 -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/GF023264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023264.jpg" - -# capture n°023265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023265.pto --stitching --prefix=assemblage_023265 -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/GF023265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023265.jpg" - -# capture n°023266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023266.pto --stitching --prefix=assemblage_023266 -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/GF023266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023266.jpg" - -# capture n°023267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023267.pto --stitching --prefix=assemblage_023267 -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/GF023267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023267.jpg" - -# capture n°023268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023268.pto --stitching --prefix=assemblage_023268 -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/GF023268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023268.jpg" - -# capture n°023269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023269.pto --stitching --prefix=assemblage_023269 -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/GF023269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023269.jpg" - -# capture n°023270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023270.pto --stitching --prefix=assemblage_023270 -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/GF023270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023270.jpg" - -# capture n°023271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023271.pto --stitching --prefix=assemblage_023271 -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/GF023271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023271.jpg" - -# capture n°023272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023272.pto --stitching --prefix=assemblage_023272 -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/GF023272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023272.jpg" - -# capture n°023273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023273.pto --stitching --prefix=assemblage_023273 -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/GF023273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023273.jpg" - -# capture n°023274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023274.pto --stitching --prefix=assemblage_023274 -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/GF023274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023274.jpg" - -# capture n°023275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023275.pto --stitching --prefix=assemblage_023275 -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/GF023275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023275.jpg" - -# capture n°023276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023276.pto --stitching --prefix=assemblage_023276 -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/GF023276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023276.jpg" - -# capture n°023277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023277.pto --stitching --prefix=assemblage_023277 -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/GF023277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023277.jpg" - -# capture n°023278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023278.pto --stitching --prefix=assemblage_023278 -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/GF023278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023278.jpg" - -# capture n°023279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023279.pto --stitching --prefix=assemblage_023279 -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/GF023279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023279.jpg" - -# capture n°023280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023280.pto --stitching --prefix=assemblage_023280 -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/GF023280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023280.jpg" - -# capture n°023281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023281.pto --stitching --prefix=assemblage_023281 -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/GF023281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023281.jpg" - -# capture n°023282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023282.pto --stitching --prefix=assemblage_023282 -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/GF023282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023282.jpg" - -# capture n°023283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023283.pto --stitching --prefix=assemblage_023283 -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/GF023283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023283.jpg" - -# capture n°023284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023284.pto --stitching --prefix=assemblage_023284 -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/GF023284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023284.jpg" - -# capture n°023285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023285.pto --stitching --prefix=assemblage_023285 -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/GF023285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023285.jpg" - -# capture n°023286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023286.pto --stitching --prefix=assemblage_023286 -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/GF023286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023286.jpg" - -# capture n°023287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023287.pto --stitching --prefix=assemblage_023287 -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/GF023287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023287.jpg" - -# capture n°023288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023288.pto --stitching --prefix=assemblage_023288 -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/GF023288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023288.jpg" - -# capture n°023289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023289.pto --stitching --prefix=assemblage_023289 -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/GF023289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023289.jpg" - -# capture n°023290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023290.pto --stitching --prefix=assemblage_023290 -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/GF023290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023290.jpg" - -# capture n°023291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023291.pto --stitching --prefix=assemblage_023291 -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/GF023291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023291.jpg" - -# capture n°023292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023292.pto --stitching --prefix=assemblage_023292 -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/GF023292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023292.jpg" - -# capture n°023293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023293.pto --stitching --prefix=assemblage_023293 -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/GF023293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023293.jpg" - -# capture n°023294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023294.pto --stitching --prefix=assemblage_023294 -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/GF023294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023294.jpg" - -# capture n°023295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023295.pto --stitching --prefix=assemblage_023295 -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/GF023295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023295.jpg" - -# capture n°023296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023296.pto --stitching --prefix=assemblage_023296 -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/GF023296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023296.jpg" - -# capture n°023297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023297.pto --stitching --prefix=assemblage_023297 -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/GF023297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023297.jpg" - -# capture n°023298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023298.pto --stitching --prefix=assemblage_023298 -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/GF023298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023298.jpg" - -# capture n°023299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023299.pto --stitching --prefix=assemblage_023299 -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/GF023299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023299.jpg" - -# capture n°023300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023300.pto --stitching --prefix=assemblage_023300 -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/GF023300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023300.jpg" - -# capture n°023301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023301.pto --stitching --prefix=assemblage_023301 -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/GF023301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023301.jpg" - -# capture n°023302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023302.pto --stitching --prefix=assemblage_023302 -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/GF023302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023302.jpg" - -# capture n°023303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023303.pto --stitching --prefix=assemblage_023303 -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/GF023303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023303.jpg" - -# capture n°023304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023304.pto --stitching --prefix=assemblage_023304 -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/GF023304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023304.jpg" - -# capture n°023305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023305.pto --stitching --prefix=assemblage_023305 -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/GF023305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023305.jpg" - -# capture n°023306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023306.pto --stitching --prefix=assemblage_023306 -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/GF023306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023306.jpg" - -# capture n°023307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023307.pto --stitching --prefix=assemblage_023307 -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/GF023307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023307.jpg" - -# capture n°023308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023308.pto --stitching --prefix=assemblage_023308 -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/GF023308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023308.jpg" - -# capture n°023309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023309.pto --stitching --prefix=assemblage_023309 -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/GF023309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023309.jpg" - -# capture n°023310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023310.pto --stitching --prefix=assemblage_023310 -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/GF023310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023310.jpg" - -# capture n°023311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023311.pto --stitching --prefix=assemblage_023311 -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/GF023311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023311.jpg" - -# capture n°023312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023312.pto --stitching --prefix=assemblage_023312 -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/GF023312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023312.jpg" - -# capture n°023313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023313.pto --stitching --prefix=assemblage_023313 -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/GF023313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023313.jpg" - -# capture n°023314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023314.pto --stitching --prefix=assemblage_023314 -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/GF023314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023314.jpg" - -# capture n°023315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023315.pto --stitching --prefix=assemblage_023315 -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/GF023315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023315.jpg" - -# capture n°023316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023316.pto --stitching --prefix=assemblage_023316 -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/GF023316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023316.jpg" - -# capture n°023317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023317.pto --stitching --prefix=assemblage_023317 -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/GF023317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023317.jpg" - -# capture n°023318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023318.pto --stitching --prefix=assemblage_023318 -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/GF023318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023318.jpg" - -# capture n°023319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023319.pto --stitching --prefix=assemblage_023319 -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/GF023319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023319.jpg" - -# capture n°023320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023320.pto --stitching --prefix=assemblage_023320 -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/GF023320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023320.jpg" - -# capture n°023321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023321.pto --stitching --prefix=assemblage_023321 -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/GF023321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023321.jpg" - -# capture n°023322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023322.pto --stitching --prefix=assemblage_023322 -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/GF023322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023322.jpg" - -# capture n°023323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023323.pto --stitching --prefix=assemblage_023323 -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/GF023323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023323.jpg" - -# capture n°023324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023324.pto --stitching --prefix=assemblage_023324 -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/GF023324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023324.jpg" - -# capture n°023325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023325.pto --stitching --prefix=assemblage_023325 -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/GF023325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023325.jpg" - -# capture n°023326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023326.pto --stitching --prefix=assemblage_023326 -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/GF023326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023326.jpg" - -# capture n°023327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023327.pto --stitching --prefix=assemblage_023327 -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/GF023327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023327.jpg" - -# capture n°023328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023328.pto --stitching --prefix=assemblage_023328 -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/GF023328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023328.jpg" - -# capture n°023329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023329.pto --stitching --prefix=assemblage_023329 -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/GF023329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023329.jpg" - -# capture n°023330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023330.pto --stitching --prefix=assemblage_023330 -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/GF023330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023330.jpg" - -# capture n°023331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023331.pto --stitching --prefix=assemblage_023331 -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/GF023331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023331.jpg" - -# capture n°023332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023332.pto --stitching --prefix=assemblage_023332 -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/GF023332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023332.jpg" - -# capture n°023333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023333.pto --stitching --prefix=assemblage_023333 -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/GF023333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023333.jpg" - -# capture n°023334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023334.pto --stitching --prefix=assemblage_023334 -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/GF023334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023334.jpg" - -# capture n°023335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023335.pto --stitching --prefix=assemblage_023335 -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/GF023335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023335.jpg" - -# capture n°023336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023336.pto --stitching --prefix=assemblage_023336 -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/GF023336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023336.jpg" - -# capture n°023337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023337.pto --stitching --prefix=assemblage_023337 -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/GF023337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023337.jpg" - -# capture n°023338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023338.pto --stitching --prefix=assemblage_023338 -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/GF023338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023338.jpg" - -# capture n°023339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023339.pto --stitching --prefix=assemblage_023339 -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/GF023339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023339.jpg" - -# capture n°023340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023340.pto --stitching --prefix=assemblage_023340 -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/GF023340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023340.jpg" - -# capture n°023341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023341.pto --stitching --prefix=assemblage_023341 -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/GF023341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023341.jpg" - -# capture n°023342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023342.pto --stitching --prefix=assemblage_023342 -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/GF023342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023342.jpg" - -# capture n°023343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023343.pto --stitching --prefix=assemblage_023343 -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/GF023343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023343.jpg" - -# capture n°023344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023344.pto --stitching --prefix=assemblage_023344 -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/GF023344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023344.jpg" - -# capture n°023345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023345.pto --stitching --prefix=assemblage_023345 -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/GF023345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023345.jpg" - -# capture n°023346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023346.pto --stitching --prefix=assemblage_023346 -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/GF023346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023346.jpg" - -# capture n°023347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023347.pto --stitching --prefix=assemblage_023347 -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/GF023347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023347.jpg" - -# capture n°023348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023348.pto --stitching --prefix=assemblage_023348 -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/GF023348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023348.jpg" - -# capture n°023349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023349.pto --stitching --prefix=assemblage_023349 -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/GF023349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023349.jpg" - -# capture n°023350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023350.pto --stitching --prefix=assemblage_023350 -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/GF023350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023350.jpg" - -# capture n°023351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023351.pto --stitching --prefix=assemblage_023351 -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/GF023351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023351.jpg" - -# capture n°023352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023352.pto --stitching --prefix=assemblage_023352 -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/GF023352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023352.jpg" - -# capture n°023353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023353.pto --stitching --prefix=assemblage_023353 -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/GF023353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023353.jpg" - -# capture n°023354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023354.pto --stitching --prefix=assemblage_023354 -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/GF023354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023354.jpg" - -# capture n°023355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023355.pto --stitching --prefix=assemblage_023355 -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/GF023355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023355.jpg" - -# capture n°023356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023356.pto --stitching --prefix=assemblage_023356 -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/GF023356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023356.jpg" - -# capture n°023357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023357.pto --stitching --prefix=assemblage_023357 -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/GF023357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023357.jpg" - -# capture n°023358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023358.pto --stitching --prefix=assemblage_023358 -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/GF023358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023358.jpg" - -# capture n°023359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023359.pto --stitching --prefix=assemblage_023359 -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/GF023359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023359.jpg" - -# capture n°023360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023360.pto --stitching --prefix=assemblage_023360 -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/GF023360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023360.jpg" - -# capture n°023361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023361.pto --stitching --prefix=assemblage_023361 -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/GF023361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023361.jpg" - -# capture n°023362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023362.pto --stitching --prefix=assemblage_023362 -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/GF023362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023362.jpg" - -# capture n°023363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023363.pto --stitching --prefix=assemblage_023363 -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/GF023363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023363.jpg" - -# capture n°023364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023364.pto --stitching --prefix=assemblage_023364 -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/GF023364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023364.jpg" - -# capture n°023365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023365.pto --stitching --prefix=assemblage_023365 -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/GF023365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023365.jpg" - -# capture n°023366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023366.pto --stitching --prefix=assemblage_023366 -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/GF023366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023366.jpg" - -# capture n°023367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023367.pto --stitching --prefix=assemblage_023367 -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/GF023367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023367.jpg" - -# capture n°023368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023368.pto --stitching --prefix=assemblage_023368 -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/GF023368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023368.jpg" - -# capture n°023369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023369.pto --stitching --prefix=assemblage_023369 -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/GF023369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023369.jpg" - -# capture n°023370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023370.pto --stitching --prefix=assemblage_023370 -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/GF023370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023370.jpg" - -# capture n°023371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023371.pto --stitching --prefix=assemblage_023371 -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/GF023371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023371.jpg" - -# capture n°023372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023372.pto --stitching --prefix=assemblage_023372 -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/GF023372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023372.jpg" - -# capture n°023373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023373.pto --stitching --prefix=assemblage_023373 -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/GF023373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023373.jpg" - -# capture n°023374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023374.pto --stitching --prefix=assemblage_023374 -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/GF023374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023374.jpg" - -# capture n°023375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023375.pto --stitching --prefix=assemblage_023375 -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/GF023375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023375.jpg" - -# capture n°023376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023376.pto --stitching --prefix=assemblage_023376 -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/GF023376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023376.jpg" - -# capture n°023377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023377.pto --stitching --prefix=assemblage_023377 -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/GF023377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023377.jpg" - -# capture n°023378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023378.pto --stitching --prefix=assemblage_023378 -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/GF023378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023378.jpg" - -# capture n°023379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023379.pto --stitching --prefix=assemblage_023379 -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/GF023379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023379.jpg" - -# capture n°023380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023380.pto --stitching --prefix=assemblage_023380 -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/GF023380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023380.jpg" - -# capture n°023381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023381.pto --stitching --prefix=assemblage_023381 -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/GF023381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023381.jpg" - -# capture n°023382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023382.pto --stitching --prefix=assemblage_023382 -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/GF023382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023382.jpg" - -# capture n°023383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023383.pto --stitching --prefix=assemblage_023383 -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/GF023383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023383.jpg" - -# capture n°023384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023384.pto --stitching --prefix=assemblage_023384 -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/GF023384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023384.jpg" - -# capture n°023385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023385.pto --stitching --prefix=assemblage_023385 -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/GF023385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023385.jpg" - -# capture n°023386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023386.pto --stitching --prefix=assemblage_023386 -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/GF023386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023386.jpg" - -# capture n°023387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023387.pto --stitching --prefix=assemblage_023387 -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/GF023387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023387.jpg" - -# capture n°023388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023388.pto --stitching --prefix=assemblage_023388 -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/GF023388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023388.jpg" - -# capture n°023389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023389.pto --stitching --prefix=assemblage_023389 -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/GF023389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023389.jpg" - -# capture n°023390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023390.pto --stitching --prefix=assemblage_023390 -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/GF023390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023390.jpg" - -# capture n°023391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023391.pto --stitching --prefix=assemblage_023391 -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/GF023391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023391.jpg" - -# capture n°023392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023392.pto --stitching --prefix=assemblage_023392 -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/GF023392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023392.jpg" - -# capture n°023393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023393.pto --stitching --prefix=assemblage_023393 -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/GF023393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023393.jpg" - -# capture n°023394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023394.pto --stitching --prefix=assemblage_023394 -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/GF023394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023394.jpg" - -# capture n°023395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023395.pto --stitching --prefix=assemblage_023395 -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/GF023395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023395.jpg" - -# capture n°023396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023396.pto --stitching --prefix=assemblage_023396 -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/GF023396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023396.jpg" - -# capture n°023397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023397.pto --stitching --prefix=assemblage_023397 -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/GF023397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023397.jpg" - -# capture n°023398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023398.pto --stitching --prefix=assemblage_023398 -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/GF023398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023398.jpg" - -# capture n°023399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023399.pto --stitching --prefix=assemblage_023399 -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/GF023399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023399.jpg" - -# capture n°023400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023400.pto --stitching --prefix=assemblage_023400 -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/GF023400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023400.jpg" - -# capture n°023401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023401.pto --stitching --prefix=assemblage_023401 -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/GF023401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023401.jpg" - -# capture n°023402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023402.pto --stitching --prefix=assemblage_023402 -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/GF023402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023402.jpg" - -# capture n°023403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023403.pto --stitching --prefix=assemblage_023403 -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/GF023403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023403.jpg" - -# capture n°023404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023404.pto --stitching --prefix=assemblage_023404 -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/GF023404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023404.jpg" - -# capture n°023405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023405.pto --stitching --prefix=assemblage_023405 -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/GF023405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023405.jpg" - -# capture n°023406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023406.pto --stitching --prefix=assemblage_023406 -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/GF023406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023406.jpg" - -# capture n°023407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023407.pto --stitching --prefix=assemblage_023407 -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/GF023407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023407.jpg" - -# capture n°023408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023408.pto --stitching --prefix=assemblage_023408 -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/GF023408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023408.jpg" - -# capture n°023409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023409.pto --stitching --prefix=assemblage_023409 -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/GF023409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023409.jpg" - -# capture n°023410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023410.pto --stitching --prefix=assemblage_023410 -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/GF023410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023410.jpg" - -# capture n°023411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023411.pto --stitching --prefix=assemblage_023411 -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/GF023411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023411.jpg" - -# capture n°023412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023412.pto --stitching --prefix=assemblage_023412 -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/GF023412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023412.jpg" - -# capture n°023413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023413.pto --stitching --prefix=assemblage_023413 -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/GF023413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023413.jpg" - -# capture n°023414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023414.pto --stitching --prefix=assemblage_023414 -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/GF023414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023414.jpg" - -# capture n°023415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023415.pto --stitching --prefix=assemblage_023415 -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/GF023415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023415.jpg" - -# capture n°023416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023416.pto --stitching --prefix=assemblage_023416 -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/GF023416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023416.jpg" - -# capture n°023417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023417.pto --stitching --prefix=assemblage_023417 -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/GF023417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023417.jpg" - -# capture n°023418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023418.pto --stitching --prefix=assemblage_023418 -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/GF023418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023418.jpg" - -# capture n°023419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023419.pto --stitching --prefix=assemblage_023419 -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/GF023419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023419.jpg" - -# capture n°023420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023420.pto --stitching --prefix=assemblage_023420 -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/GF023420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023420.jpg" - -# capture n°023421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023421.pto --stitching --prefix=assemblage_023421 -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/GF023421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023421.jpg" - -# capture n°023422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023422.pto --stitching --prefix=assemblage_023422 -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/GF023422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023422.jpg" - -# capture n°023423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023423.pto --stitching --prefix=assemblage_023423 -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/GF023423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023423.jpg" - -# capture n°023424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023424.pto --stitching --prefix=assemblage_023424 -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/GF023424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023424.jpg" - -# capture n°023425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023425.pto --stitching --prefix=assemblage_023425 -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/GF023425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023425.jpg" - -# capture n°023426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023426.pto --stitching --prefix=assemblage_023426 -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/GF023426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023426.jpg" - -# capture n°023427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023427.pto --stitching --prefix=assemblage_023427 -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/GF023427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023427.jpg" - -# capture n°023428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023428.pto --stitching --prefix=assemblage_023428 -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/GF023428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023428.jpg" - -# capture n°023429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023429.pto --stitching --prefix=assemblage_023429 -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/GF023429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023429.jpg" - -# capture n°023430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023430.pto --stitching --prefix=assemblage_023430 -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/GF023430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023430.jpg" - -# capture n°023431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023431.pto --stitching --prefix=assemblage_023431 -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/GF023431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023431.jpg" - -# capture n°023432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023432.pto --stitching --prefix=assemblage_023432 -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/GF023432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023432.jpg" - -# capture n°023433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023433.pto --stitching --prefix=assemblage_023433 -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/GF023433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023433.jpg" - -# capture n°023434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023434.pto --stitching --prefix=assemblage_023434 -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/GF023434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023434.jpg" - -# capture n°023435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023435.pto --stitching --prefix=assemblage_023435 -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/GF023435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023435.jpg" - -# capture n°023436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023436.pto --stitching --prefix=assemblage_023436 -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/GF023436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023436.jpg" - -# capture n°023437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023437.pto --stitching --prefix=assemblage_023437 -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/GF023437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023437.jpg" - -# capture n°023438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023438.pto --stitching --prefix=assemblage_023438 -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/GF023438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023438.jpg" - -# capture n°023439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023439.pto --stitching --prefix=assemblage_023439 -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/GF023439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023439.jpg" - -# capture n°023440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023440.pto --stitching --prefix=assemblage_023440 -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/GF023440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023440.jpg" - -# capture n°023441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023441.pto --stitching --prefix=assemblage_023441 -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/GF023441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023441.jpg" - -# capture n°023442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023442.pto --stitching --prefix=assemblage_023442 -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/GF023442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023442.jpg" - -# capture n°023443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023443.pto --stitching --prefix=assemblage_023443 -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/GF023443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023443.jpg" - -# capture n°023444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023444.pto --stitching --prefix=assemblage_023444 -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/GF023444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023444.jpg" - -# capture n°023445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023445.pto --stitching --prefix=assemblage_023445 -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/GF023445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023445.jpg" - -# capture n°023446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023446.pto --stitching --prefix=assemblage_023446 -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/GF023446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023446.jpg" - -# capture n°023447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023447.pto --stitching --prefix=assemblage_023447 -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/GF023447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023447.jpg" - -# capture n°023448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023448.pto --stitching --prefix=assemblage_023448 -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/GF023448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023448.jpg" - -# capture n°023449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023449.pto --stitching --prefix=assemblage_023449 -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/GF023449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023449.jpg" - -# capture n°023450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023450.pto --stitching --prefix=assemblage_023450 -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/GF023450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023450.jpg" - -# capture n°023451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023451.pto --stitching --prefix=assemblage_023451 -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/GF023451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023451.jpg" - -# capture n°023452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023452.pto --stitching --prefix=assemblage_023452 -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/GF023452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023452.jpg" - -# capture n°023453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023453.pto --stitching --prefix=assemblage_023453 -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/GF023453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023453.jpg" - -# capture n°023454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023454.pto --stitching --prefix=assemblage_023454 -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/GF023454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023454.jpg" - -# capture n°023455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023455.pto --stitching --prefix=assemblage_023455 -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/GF023455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023455.jpg" - -# capture n°023456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023456.pto --stitching --prefix=assemblage_023456 -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/GF023456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023456.jpg" - -# capture n°023457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023457.pto --stitching --prefix=assemblage_023457 -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/GF023457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023457.jpg" - -# capture n°023458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023458.pto --stitching --prefix=assemblage_023458 -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/GF023458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023458.jpg" - -# capture n°023459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023459.pto --stitching --prefix=assemblage_023459 -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/GF023459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023459.jpg" - -# capture n°023460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023460.pto --stitching --prefix=assemblage_023460 -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/GF023460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023460.jpg" - -# capture n°023461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023461.pto --stitching --prefix=assemblage_023461 -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/GF023461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023461.jpg" - -# capture n°023462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023462.pto --stitching --prefix=assemblage_023462 -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/GF023462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023462.jpg" - -# capture n°023463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023463.pto --stitching --prefix=assemblage_023463 -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/GF023463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023463.jpg" - -# capture n°023464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023464.pto --stitching --prefix=assemblage_023464 -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/GF023464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023464.jpg" - -# capture n°023465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023465.pto --stitching --prefix=assemblage_023465 -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/GF023465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023465.jpg" - -# capture n°023466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023466.pto --stitching --prefix=assemblage_023466 -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/GF023466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023466.jpg" - -# capture n°023467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023467.pto --stitching --prefix=assemblage_023467 -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/GF023467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023467.jpg" - -# capture n°023468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023468.pto --stitching --prefix=assemblage_023468 -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/GF023468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023468.jpg" - -# capture n°023469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023469.pto --stitching --prefix=assemblage_023469 -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/GF023469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023469.jpg" - -# capture n°023470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023470.pto --stitching --prefix=assemblage_023470 -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/GF023470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023470.jpg" - -# capture n°023471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023471.pto --stitching --prefix=assemblage_023471 -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/GF023471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023471.jpg" - -# capture n°023472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023472.pto --stitching --prefix=assemblage_023472 -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/GF023472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023472.jpg" - -# capture n°023473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023473.pto --stitching --prefix=assemblage_023473 -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/GF023473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023473.jpg" - -# capture n°023474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023474.pto --stitching --prefix=assemblage_023474 -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/GF023474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023474.jpg" - -# capture n°023475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023475.pto --stitching --prefix=assemblage_023475 -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/GF023475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023475.jpg" - -# capture n°023476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023476.pto --stitching --prefix=assemblage_023476 -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/GF023476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023476.jpg" - -# capture n°023477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023477.pto --stitching --prefix=assemblage_023477 -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/GF023477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023477.jpg" - -# capture n°023478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023478.pto --stitching --prefix=assemblage_023478 -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/GF023478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023478.jpg" - -# capture n°023479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023479.pto --stitching --prefix=assemblage_023479 -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/GF023479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023479.jpg" - -# capture n°023480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023480.pto --stitching --prefix=assemblage_023480 -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/GF023480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023480.jpg" - -# capture n°023481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023481.pto --stitching --prefix=assemblage_023481 -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/GF023481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023481.jpg" - -# capture n°023482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023482.pto --stitching --prefix=assemblage_023482 -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/GF023482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023482.jpg" - -# capture n°023483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023483.pto --stitching --prefix=assemblage_023483 -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/GF023483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023483.jpg" - -# capture n°023484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023484.pto --stitching --prefix=assemblage_023484 -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/GF023484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023484.jpg" - -# capture n°023485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023485.pto --stitching --prefix=assemblage_023485 -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/GF023485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023485.jpg" - -# capture n°023486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023486.pto --stitching --prefix=assemblage_023486 -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/GF023486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023486.jpg" - -# capture n°023487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023487.pto --stitching --prefix=assemblage_023487 -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/GF023487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023487.jpg" - -# capture n°023488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023488.pto --stitching --prefix=assemblage_023488 -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/GF023488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023488.jpg" - -# capture n°023489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023489.pto --stitching --prefix=assemblage_023489 -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/GF023489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023489.jpg" - -# capture n°023490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023490.pto --stitching --prefix=assemblage_023490 -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/GF023490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023490.jpg" - -# capture n°023491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023491.pto --stitching --prefix=assemblage_023491 -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/GF023491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023491.jpg" - -# capture n°023492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023492.pto --stitching --prefix=assemblage_023492 -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/GF023492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023492.jpg" - -# capture n°023493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023493.pto --stitching --prefix=assemblage_023493 -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/GF023493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023493.jpg" - -# capture n°023494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023494.pto --stitching --prefix=assemblage_023494 -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/GF023494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023494.jpg" - -# capture n°023495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023495.pto --stitching --prefix=assemblage_023495 -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/GF023495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023495.jpg" - -# capture n°023496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023496.pto --stitching --prefix=assemblage_023496 -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/GF023496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023496.jpg" - -# capture n°023497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023497.pto --stitching --prefix=assemblage_023497 -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/GF023497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023497.jpg" - -# capture n°023498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023498.pto --stitching --prefix=assemblage_023498 -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/GF023498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023498.jpg" - -# capture n°023499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023499.pto --stitching --prefix=assemblage_023499 -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/GF023499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023499.jpg" - -# capture n°023500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023500.pto --stitching --prefix=assemblage_023500 -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/GF023500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023500.jpg" - -# capture n°023501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023501.pto --stitching --prefix=assemblage_023501 -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/GF023501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023501.jpg" - -# capture n°023502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023502.pto --stitching --prefix=assemblage_023502 -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/GF023502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023502.jpg" - -# capture n°023503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023503.pto --stitching --prefix=assemblage_023503 -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/GF023503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023503.jpg" - -# capture n°023504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023504.pto --stitching --prefix=assemblage_023504 -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/GF023504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023504.jpg" - -# capture n°023505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023505.pto --stitching --prefix=assemblage_023505 -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/GF023505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023505.jpg" - -# capture n°023506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023506.pto --stitching --prefix=assemblage_023506 -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/GF023506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023506.jpg" - -# capture n°023507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023507.pto --stitching --prefix=assemblage_023507 -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/GF023507.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023507.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023507.jpg" - -# capture n°023508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023508.pto --stitching --prefix=assemblage_023508 -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/GF023508.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023508.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023508.jpg" - -# capture n°023509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023509.pto --stitching --prefix=assemblage_023509 -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/GF023509.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023509.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023509.jpg" - -# capture n°023510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023510.pto --stitching --prefix=assemblage_023510 -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/GF023510.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023510.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023510.jpg" - -# capture n°023511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023511.pto --stitching --prefix=assemblage_023511 -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/GF023511.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023511.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023511.jpg" - -# capture n°023512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023512.pto --stitching --prefix=assemblage_023512 -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/GF023512.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023512.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023512.jpg" - -# capture n°023513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023513.pto --stitching --prefix=assemblage_023513 -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/GF023513.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023513.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023513.jpg" - -# capture n°023514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023514.pto --stitching --prefix=assemblage_023514 -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/GF023514.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023514.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023514.jpg" - -# capture n°023515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023515.pto --stitching --prefix=assemblage_023515 -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/GF023515.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023515.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023515.jpg" - -# capture n°023516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023516.pto --stitching --prefix=assemblage_023516 -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/GF023516.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023516.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023516.jpg" - -# capture n°023517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023517.pto --stitching --prefix=assemblage_023517 -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/GF023517.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023517.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023517.jpg" - -# capture n°023518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023518.pto --stitching --prefix=assemblage_023518 -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/GF023518.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023518.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023518.jpg" - -# capture n°023519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023519.pto --stitching --prefix=assemblage_023519 -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/GF023519.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023519.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023519.jpg" - -# capture n°023520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023520.pto --stitching --prefix=assemblage_023520 -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/GF023520.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023520.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023520.jpg" - -# capture n°023521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023521.pto --stitching --prefix=assemblage_023521 -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/GF023521.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023521.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023521.jpg" - -# capture n°023522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023522.pto --stitching --prefix=assemblage_023522 -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/GF023522.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023522.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023522.jpg" - -# capture n°023523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023523.pto --stitching --prefix=assemblage_023523 -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/GF023523.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023523.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023523.jpg" - -# capture n°023524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023524.pto --stitching --prefix=assemblage_023524 -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/GF023524.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023524.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023524.jpg" - -# capture n°023525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023525.pto --stitching --prefix=assemblage_023525 -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/GF023525.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023525.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023525.jpg" - -# capture n°023526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023526.pto --stitching --prefix=assemblage_023526 -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/GF023526.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023526.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023526.jpg" - -# capture n°023527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023527.pto --stitching --prefix=assemblage_023527 -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/GF023527.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023527.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023527.jpg" - -# capture n°023528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023528.pto --stitching --prefix=assemblage_023528 -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/GF023528.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023528.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023528.jpg" - -# capture n°023529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023529.pto --stitching --prefix=assemblage_023529 -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/GF023529.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023529.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023529.jpg" - -# capture n°023530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023530.pto --stitching --prefix=assemblage_023530 -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/GF023530.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023530.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023530.jpg" - -# capture n°023531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023531.pto --stitching --prefix=assemblage_023531 -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/GF023531.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023531.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023531.jpg" - -# capture n°023532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023532.pto --stitching --prefix=assemblage_023532 -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/GF023532.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023532.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023532.jpg" - -# capture n°023533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023533.pto --stitching --prefix=assemblage_023533 -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/GF023533.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023533.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023533.jpg" - -# capture n°023534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023534.pto --stitching --prefix=assemblage_023534 -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/GF023534.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023534.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023534.jpg" - -# capture n°023535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023535.pto --stitching --prefix=assemblage_023535 -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/GF023535.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023535.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023535.jpg" - -# capture n°023536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023536.pto --stitching --prefix=assemblage_023536 -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/GF023536.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023536.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023536.jpg" - -# capture n°023537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023537.pto --stitching --prefix=assemblage_023537 -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/GF023537.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023537.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023537.jpg" - -# capture n°023538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023538.pto --stitching --prefix=assemblage_023538 -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/GF023538.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023538.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023538.jpg" - -# capture n°023539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023539.pto --stitching --prefix=assemblage_023539 -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/GF023539.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023539.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023539.jpg" - -# capture n°023540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023540.pto --stitching --prefix=assemblage_023540 -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/GF023540.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023540.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023540.jpg" - -# capture n°023541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023541.pto --stitching --prefix=assemblage_023541 -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/GF023541.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023541.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023541.jpg" - -# capture n°023542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023542.pto --stitching --prefix=assemblage_023542 -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/GF023542.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023542.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023542.jpg" - -# capture n°023543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023543.pto --stitching --prefix=assemblage_023543 -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/GF023543.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023543.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023543.jpg" - -# capture n°023544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023544.pto --stitching --prefix=assemblage_023544 -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/GF023544.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023544.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023544.jpg" - -# capture n°023545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023545.pto --stitching --prefix=assemblage_023545 -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/GF023545.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023545.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023545.jpg" - -# capture n°023546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023546.pto --stitching --prefix=assemblage_023546 -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/GF023546.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023546.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023546.jpg" - -# capture n°023547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023547.pto --stitching --prefix=assemblage_023547 -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/GF023547.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023547.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023547.jpg" - -# capture n°023548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023548.pto --stitching --prefix=assemblage_023548 -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/GF023548.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023548.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023548.jpg" - -# capture n°023549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023549.pto --stitching --prefix=assemblage_023549 -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/GF023549.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023549.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023549.jpg" - -# capture n°023550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023550.pto --stitching --prefix=assemblage_023550 -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/GF023550.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023550.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023550.jpg" - -# capture n°023551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023551.pto --stitching --prefix=assemblage_023551 -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/GF023551.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023551.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023551.jpg" - -# capture n°023552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023552.pto --stitching --prefix=assemblage_023552 -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/GF023552.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023552.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023552.jpg" - -# capture n°023553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023553.pto --stitching --prefix=assemblage_023553 -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/GF023553.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023553.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023553.jpg" - -# capture n°023554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023554.pto --stitching --prefix=assemblage_023554 -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/GF023554.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023554.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023554.jpg" - -# capture n°023555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023555.pto --stitching --prefix=assemblage_023555 -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/GF023555.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023555.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023555.jpg" - -# capture n°023556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023556.pto --stitching --prefix=assemblage_023556 -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/GF023556.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023556.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023556.jpg" - -# capture n°023557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023557.pto --stitching --prefix=assemblage_023557 -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/GF023557.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023557.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023557.jpg" - -# capture n°023558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023558.pto --stitching --prefix=assemblage_023558 -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/GF023558.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023558.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023558.jpg" - -# capture n°023559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023559.pto --stitching --prefix=assemblage_023559 -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/GF023559.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023559.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023559.jpg" - -# capture n°023560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023560.pto --stitching --prefix=assemblage_023560 -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/GF023560.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023560.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023560.jpg" - -# capture n°023561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023561.pto --stitching --prefix=assemblage_023561 -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/GF023561.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023561.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023561.jpg" - -# capture n°023562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023562.pto --stitching --prefix=assemblage_023562 -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/GF023562.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023562.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023562.jpg" - -# capture n°023563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023563.pto --stitching --prefix=assemblage_023563 -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/GF023563.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023563.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023563.jpg" - -# capture n°023564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023564.pto --stitching --prefix=assemblage_023564 -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/GF023564.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023564.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023564.jpg" - -# capture n°023565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023565.pto --stitching --prefix=assemblage_023565 -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/GF023565.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023565.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023565.jpg" - -# capture n°023566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023566.pto --stitching --prefix=assemblage_023566 -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/GF023566.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023566.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023566.jpg" - -# capture n°023567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023567.pto --stitching --prefix=assemblage_023567 -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/GF023567.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023567.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023567.jpg" - -# capture n°023568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023568.pto --stitching --prefix=assemblage_023568 -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/GF023568.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023568.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023568.jpg" - -# capture n°023569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023569.pto --stitching --prefix=assemblage_023569 -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/GF023569.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023569.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023569.jpg" - -# capture n°023570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023570.pto --stitching --prefix=assemblage_023570 -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/GF023570.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023570.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023570.jpg" - -# capture n°023571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023571.pto --stitching --prefix=assemblage_023571 -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/GF023571.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023571.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023571.jpg" - -# capture n°023572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023572.pto --stitching --prefix=assemblage_023572 -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/GF023572.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023572.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023572.jpg" - -# capture n°023573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023573.pto --stitching --prefix=assemblage_023573 -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/GF023573.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023573.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023573.jpg" - -# capture n°023574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023574.pto --stitching --prefix=assemblage_023574 -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/GF023574.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023574.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023574.jpg" - -# capture n°023575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023575.pto --stitching --prefix=assemblage_023575 -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/GF023575.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023575.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023575.jpg" - -# capture n°023576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023576.pto --stitching --prefix=assemblage_023576 -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/GF023576.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023576.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023576.jpg" - -# capture n°023577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023577.pto --stitching --prefix=assemblage_023577 -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/GF023577.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023577.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023577.jpg" - -# capture n°023578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023578.pto --stitching --prefix=assemblage_023578 -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/GF023578.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023578.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023578.jpg" - -# capture n°023579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023579.pto --stitching --prefix=assemblage_023579 -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/GF023579.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023579.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023579.jpg" - -# capture n°023580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023580.pto --stitching --prefix=assemblage_023580 -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/GF023580.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023580.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023580.jpg" - -# capture n°023581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023581.pto --stitching --prefix=assemblage_023581 -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/GF023581.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023581.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023581.jpg" - -# capture n°023582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023582.pto --stitching --prefix=assemblage_023582 -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/GF023582.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023582.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023582.jpg" - -# capture n°023583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023583.pto --stitching --prefix=assemblage_023583 -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/GF023583.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023583.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023583.jpg" - -# capture n°023584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023584.pto --stitching --prefix=assemblage_023584 -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/GF023584.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023584.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023584.jpg" - -# capture n°023585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023585.pto --stitching --prefix=assemblage_023585 -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/GF023585.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023585.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023585.jpg" - -# capture n°023586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023586.pto --stitching --prefix=assemblage_023586 -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/GF023586.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023586.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023586.jpg" - -# capture n°023587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023587.pto --stitching --prefix=assemblage_023587 -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/GF023587.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023587.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023587.jpg" - -# capture n°023588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023588.pto --stitching --prefix=assemblage_023588 -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/GF023588.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023588.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023588.jpg" - -# capture n°023589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023589.pto --stitching --prefix=assemblage_023589 -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/GF023589.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023589.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023589.jpg" - -# capture n°023590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023590.pto --stitching --prefix=assemblage_023590 -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/GF023590.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023590.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023590.jpg" - -# capture n°023591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023591.pto --stitching --prefix=assemblage_023591 -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/GF023591.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023591.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023591.jpg" - -# capture n°023592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023592.pto --stitching --prefix=assemblage_023592 -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/GF023592.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023592.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023592.jpg" - -# capture n°023593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023593.pto --stitching --prefix=assemblage_023593 -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/GF023593.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023593.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023593.jpg" - -# capture n°023594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023594.pto --stitching --prefix=assemblage_023594 -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/GF023594.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023594.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023594.jpg" - -# capture n°023595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023595.pto --stitching --prefix=assemblage_023595 -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/GF023595.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023595.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023595.jpg" - -# capture n°023596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023596.pto --stitching --prefix=assemblage_023596 -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/GF023596.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023596.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023596.jpg" - -# capture n°023597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023597.pto --stitching --prefix=assemblage_023597 -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/GF023597.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023597.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023597.jpg" - -# capture n°023598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023598.pto --stitching --prefix=assemblage_023598 -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/GF023598.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023598.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023598.jpg" - -# capture n°023599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023599.pto --stitching --prefix=assemblage_023599 -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/GF023599.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023599.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023599.jpg" - -# capture n°023600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023600.pto --stitching --prefix=assemblage_023600 -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/GF023600.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023600.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023600.jpg" - -# capture n°023601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023601.pto --stitching --prefix=assemblage_023601 -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/GF023601.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023601.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023601.jpg" - -# capture n°023602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023602.pto --stitching --prefix=assemblage_023602 -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/GF023602.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023602.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023602.jpg" - -# capture n°023603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023603.pto --stitching --prefix=assemblage_023603 -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/GF023603.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023603.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023603.jpg" - -# capture n°023604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023604.pto --stitching --prefix=assemblage_023604 -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/GF023604.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023604.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023604.jpg" - -# capture n°023605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023605.pto --stitching --prefix=assemblage_023605 -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/GF023605.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023605.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023605.jpg" - -# capture n°023606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023606.pto --stitching --prefix=assemblage_023606 -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/GF023606.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023606.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023606.jpg" - -# capture n°023607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023607.pto --stitching --prefix=assemblage_023607 -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/GF023607.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023607.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023607.jpg" - -# capture n°023608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023608.pto --stitching --prefix=assemblage_023608 -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/GF023608.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023608.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023608.jpg" - -# capture n°023609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023609.pto --stitching --prefix=assemblage_023609 -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/GF023609.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023609.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023609.jpg" - -# capture n°023610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023610.pto --stitching --prefix=assemblage_023610 -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/GF023610.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023610.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023610.jpg" - -# capture n°023611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023611.pto --stitching --prefix=assemblage_023611 -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/GF023611.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023611.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023611.jpg" - -# capture n°023612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023612.pto --stitching --prefix=assemblage_023612 -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/GF023612.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023612.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023612.jpg" - -# capture n°023613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023613.pto --stitching --prefix=assemblage_023613 -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/GF023613.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023613.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023613.jpg" - -# capture n°023614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023614.pto --stitching --prefix=assemblage_023614 -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/GF023614.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023614.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023614.jpg" - -# capture n°023615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023615.pto --stitching --prefix=assemblage_023615 -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/GF023615.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023615.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023615.jpg" - -# capture n°023616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023616.pto --stitching --prefix=assemblage_023616 -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/GF023616.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023616.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023616.jpg" - -# capture n°023617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023617.pto --stitching --prefix=assemblage_023617 -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/GF023617.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023617.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023617.jpg" - -# capture n°023618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023618.pto --stitching --prefix=assemblage_023618 -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/GF023618.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023618.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023618.jpg" - -# capture n°023619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023619.pto --stitching --prefix=assemblage_023619 -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/GF023619.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023619.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023619.jpg" - -# capture n°023620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023620.pto --stitching --prefix=assemblage_023620 -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/GF023620.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023620.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023620.jpg" - -# capture n°023621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023621.pto --stitching --prefix=assemblage_023621 -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/GF023621.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023621.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023621.jpg" - -# capture n°023622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023622.pto --stitching --prefix=assemblage_023622 -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/GF023622.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023622.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023622.jpg" - -# capture n°023623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023623.pto --stitching --prefix=assemblage_023623 -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/GF023623.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023623.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023623.jpg" - -# capture n°023624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023624.pto --stitching --prefix=assemblage_023624 -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/GF023624.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023624.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023624.jpg" - -# capture n°023625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023625.pto --stitching --prefix=assemblage_023625 -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/GF023625.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023625.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023625.jpg" - -# capture n°023626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023626.pto --stitching --prefix=assemblage_023626 -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/GF023626.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023626.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023626.jpg" - -# capture n°023627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023627.pto --stitching --prefix=assemblage_023627 -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/GF023627.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023627.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023627.jpg" - -# capture n°023628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023628.pto --stitching --prefix=assemblage_023628 -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/GF023628.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023628.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023628.jpg" - -# capture n°023629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023629.pto --stitching --prefix=assemblage_023629 -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/GF023629.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023629.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023629.jpg" - -# capture n°023630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023630.pto --stitching --prefix=assemblage_023630 -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/GF023630.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023630.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023630.jpg" - -# capture n°023631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023631.pto --stitching --prefix=assemblage_023631 -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/GF023631.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023631.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023631.jpg" - -# capture n°023632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023632.pto --stitching --prefix=assemblage_023632 -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/GF023632.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023632.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023632.jpg" - -# capture n°023633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023633.pto --stitching --prefix=assemblage_023633 -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/GF023633.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023633.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023633.jpg" - -# capture n°023634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023634.pto --stitching --prefix=assemblage_023634 -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/GF023634.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023634.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023634.jpg" - -# capture n°023635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023635.pto --stitching --prefix=assemblage_023635 -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/GF023635.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023635.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023635.jpg" - -# capture n°023636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023636.pto --stitching --prefix=assemblage_023636 -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/GF023636.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023636.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023636.jpg" - -# capture n°023637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023637.pto --stitching --prefix=assemblage_023637 -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/GF023637.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023637.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023637.jpg" - -# capture n°023638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023638.pto --stitching --prefix=assemblage_023638 -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/GF023638.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023638.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023638.jpg" - -# capture n°023639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023639.pto --stitching --prefix=assemblage_023639 -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/GF023639.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023639.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023639.jpg" - -# capture n°023640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023640.pto --stitching --prefix=assemblage_023640 -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/GF023640.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023640.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023640.jpg" - -# capture n°023641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023641.pto --stitching --prefix=assemblage_023641 -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/GF023641.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023641.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023641.jpg" - -# capture n°023642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023642.pto --stitching --prefix=assemblage_023642 -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/GF023642.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023642.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023642.jpg" - -# capture n°023643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023643.pto --stitching --prefix=assemblage_023643 -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/GF023643.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023643.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023643.jpg" - -# capture n°023644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023644.pto --stitching --prefix=assemblage_023644 -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/GF023644.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023644.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023644.jpg" - -# capture n°023645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023645.pto --stitching --prefix=assemblage_023645 -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/GF023645.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023645.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023645.jpg" - -# capture n°023646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023646.pto --stitching --prefix=assemblage_023646 -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/GF023646.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023646.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023646.jpg" - -# capture n°023647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023647.pto --stitching --prefix=assemblage_023647 -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/GF023647.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023647.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023647.jpg" - -# capture n°023648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023648.pto --stitching --prefix=assemblage_023648 -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/GF023648.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023648.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023648.jpg" - -# capture n°023649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023649.pto --stitching --prefix=assemblage_023649 -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/GF023649.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023649.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023649.jpg" - -# capture n°023650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023650.pto --stitching --prefix=assemblage_023650 -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/GF023650.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023650.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023650.jpg" - -# capture n°023651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023651.pto --stitching --prefix=assemblage_023651 -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/GF023651.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023651.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023651.jpg" - -# capture n°023652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023652.pto --stitching --prefix=assemblage_023652 -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/GF023652.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023652.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023652.jpg" - -# capture n°023653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023653.pto --stitching --prefix=assemblage_023653 -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/GF023653.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023653.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023653.jpg" - -# capture n°023654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023654.pto --stitching --prefix=assemblage_023654 -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/GF023654.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023654.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023654.jpg" - -# capture n°023655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023655.pto --stitching --prefix=assemblage_023655 -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/GF023655.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023655.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023655.jpg" - -# capture n°023656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023656.pto --stitching --prefix=assemblage_023656 -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/GF023656.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023656.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023656.jpg" - -# capture n°023657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023657.pto --stitching --prefix=assemblage_023657 -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/GF023657.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023657.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023657.jpg" - -# capture n°023658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023658.pto --stitching --prefix=assemblage_023658 -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/GF023658.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023658.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023658.jpg" - -# capture n°023659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023659.pto --stitching --prefix=assemblage_023659 -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/GF023659.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023659.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023659.jpg" - -# capture n°023660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023660.pto --stitching --prefix=assemblage_023660 -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/GF023660.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023660.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023660.jpg" - -# capture n°023661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023661.pto --stitching --prefix=assemblage_023661 -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/GF023661.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023661.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023661.jpg" - -# capture n°023662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023662.pto --stitching --prefix=assemblage_023662 -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/GF023662.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023662.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023662.jpg" - -# capture n°023663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023663.pto --stitching --prefix=assemblage_023663 -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/GF023663.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023663.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023663.jpg" - -# capture n°023664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023664.pto --stitching --prefix=assemblage_023664 -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/GF023664.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023664.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023664.jpg" - -# capture n°023665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023665.pto --stitching --prefix=assemblage_023665 -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/GF023665.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023665.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023665.jpg" - -# capture n°023666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023666.pto --stitching --prefix=assemblage_023666 -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/GF023666.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023666.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023666.jpg" - -# capture n°023667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023667.pto --stitching --prefix=assemblage_023667 -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/GF023667.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023667.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023667.jpg" - -# capture n°023668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023668.pto --stitching --prefix=assemblage_023668 -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/GF023668.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023668.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023668.jpg" - -# capture n°023669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023669.pto --stitching --prefix=assemblage_023669 -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/GF023669.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023669.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023669.jpg" - -# capture n°023670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023670.pto --stitching --prefix=assemblage_023670 -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/GF023670.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023670.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023670.jpg" - -# capture n°023671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023671.pto --stitching --prefix=assemblage_023671 -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/GF023671.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023671.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023671.jpg" - -# capture n°023672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023672.pto --stitching --prefix=assemblage_023672 -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/GF023672.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023672.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023672.jpg" - -# capture n°023673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023673.pto --stitching --prefix=assemblage_023673 -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/GF023673.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023673.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023673.jpg" - -# capture n°023674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023674.pto --stitching --prefix=assemblage_023674 -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/GF023674.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023674.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023674.jpg" - -# capture n°023675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023675.pto --stitching --prefix=assemblage_023675 -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/GF023675.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023675.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023675.jpg" - -# capture n°023676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023676.pto --stitching --prefix=assemblage_023676 -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/GF023676.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023676.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023676.jpg" - -# capture n°023677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023677.pto --stitching --prefix=assemblage_023677 -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/GF023677.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023677.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023677.jpg" - -# capture n°023678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023678.pto --stitching --prefix=assemblage_023678 -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/GF023678.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023678.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023678.jpg" - -# capture n°023679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023679.pto --stitching --prefix=assemblage_023679 -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/GF023679.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023679.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023679.jpg" - -# capture n°023680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023680.pto --stitching --prefix=assemblage_023680 -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/GF023680.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023680.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023680.jpg" - -# capture n°023681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023681.pto --stitching --prefix=assemblage_023681 -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/GF023681.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023681.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023681.jpg" - -# capture n°023682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023682.pto --stitching --prefix=assemblage_023682 -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/GF023682.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023682.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023682.jpg" - -# capture n°023683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023683.pto --stitching --prefix=assemblage_023683 -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/GF023683.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023683.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023683.jpg" - -# capture n°023684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023684.pto --stitching --prefix=assemblage_023684 -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/GF023684.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023684.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023684.jpg" - -# capture n°023685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023685.pto --stitching --prefix=assemblage_023685 -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/GF023685.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023685.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023685.jpg" - -# capture n°023686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023686.pto --stitching --prefix=assemblage_023686 -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/GF023686.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023686.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023686.jpg" - -# capture n°023687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023687.pto --stitching --prefix=assemblage_023687 -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/GF023687.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023687.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023687.jpg" - -# capture n°023688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023688.pto --stitching --prefix=assemblage_023688 -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/GF023688.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023688.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023688.jpg" - -# capture n°023689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023689.pto --stitching --prefix=assemblage_023689 -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/GF023689.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023689.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023689.jpg" - -# capture n°023690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023690.pto --stitching --prefix=assemblage_023690 -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/GF023690.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023690.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023690.jpg" - -# capture n°023691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023691.pto --stitching --prefix=assemblage_023691 -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/GF023691.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023691.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023691.jpg" - -# capture n°023692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023692.pto --stitching --prefix=assemblage_023692 -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/GF023692.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023692.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023692.jpg" - -# capture n°023693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023693.pto --stitching --prefix=assemblage_023693 -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/GF023693.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023693.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023693.jpg" - -# capture n°023694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023694.pto --stitching --prefix=assemblage_023694 -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/GF023694.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023694.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023694.jpg" - -# capture n°023695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023695.pto --stitching --prefix=assemblage_023695 -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/GF023695.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023695.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023695.jpg" - -# capture n°023696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023696.pto --stitching --prefix=assemblage_023696 -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/GF023696.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023696.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023696.jpg" - -# capture n°023697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023697.pto --stitching --prefix=assemblage_023697 -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/GF023697.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023697.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023697.jpg" - -# capture n°023698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023698.pto --stitching --prefix=assemblage_023698 -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/GF023698.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023698.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023698.jpg" - -# capture n°023699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023699.pto --stitching --prefix=assemblage_023699 -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/GF023699.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023699.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023699.jpg" - -# capture n°023700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023700.pto --stitching --prefix=assemblage_023700 -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/GF023700.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023700.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023700.jpg" - -# capture n°023701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023701.pto --stitching --prefix=assemblage_023701 -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/GF023701.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023701.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023701.jpg" - -# capture n°023702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023702.pto --stitching --prefix=assemblage_023702 -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/GF023702.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023702.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023702.jpg" - -# capture n°023703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023703.pto --stitching --prefix=assemblage_023703 -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/GF023703.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023703.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023703.jpg" - -# capture n°023704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023704.pto --stitching --prefix=assemblage_023704 -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/GF023704.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023704.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023704.jpg" - -# capture n°023705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023705.pto --stitching --prefix=assemblage_023705 -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/GF023705.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023705.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023705.jpg" - -# capture n°023706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023706.pto --stitching --prefix=assemblage_023706 -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/GF023706.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023706.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023706.jpg" - -# capture n°023707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023707.pto --stitching --prefix=assemblage_023707 -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/GF023707.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023707.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023707.jpg" - -# capture n°023708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023708.pto --stitching --prefix=assemblage_023708 -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/GF023708.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023708.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023708.jpg" - -# capture n°023709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023709.pto --stitching --prefix=assemblage_023709 -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/GF023709.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023709.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023709.jpg" - -# capture n°023710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023710.pto --stitching --prefix=assemblage_023710 -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/GF023710.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023710.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023710.jpg" - -# capture n°023711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023711.pto --stitching --prefix=assemblage_023711 -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/GF023711.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023711.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023711.jpg" - -# capture n°023712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023712.pto --stitching --prefix=assemblage_023712 -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/GF023712.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023712.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023712.jpg" - -# capture n°023713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023713.pto --stitching --prefix=assemblage_023713 -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/GF023713.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023713.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023713.jpg" - -# capture n°023714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023714.pto --stitching --prefix=assemblage_023714 -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/GF023714.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023714.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023714.jpg" - -# capture n°023715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023715.pto --stitching --prefix=assemblage_023715 -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/GF023715.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023715.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023715.jpg" - -# capture n°023716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023716.pto --stitching --prefix=assemblage_023716 -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/GF023716.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023716.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023716.jpg" - -# capture n°023717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023717.pto --stitching --prefix=assemblage_023717 -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/GF023717.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023717.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023717.jpg" - -# capture n°023718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023718.pto --stitching --prefix=assemblage_023718 -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/GF023718.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023718.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023718.jpg" - -# capture n°023719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023719.pto --stitching --prefix=assemblage_023719 -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/GF023719.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023719.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023719.jpg" - -# capture n°023720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023720.pto --stitching --prefix=assemblage_023720 -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/GF023720.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023720.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023720.jpg" - -# capture n°023721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023721.pto --stitching --prefix=assemblage_023721 -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/GF023721.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023721.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023721.jpg" - -# capture n°023722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023722.pto --stitching --prefix=assemblage_023722 -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/GF023722.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023722.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023722.jpg" - -# capture n°023723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023723.pto --stitching --prefix=assemblage_023723 -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/GF023723.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023723.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023723.jpg" - -# capture n°023724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023724.pto --stitching --prefix=assemblage_023724 -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/GF023724.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023724.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023724.jpg" - -# capture n°023725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023725.pto --stitching --prefix=assemblage_023725 -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/GF023725.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023725.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023725.jpg" - -# capture n°023726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023726.pto --stitching --prefix=assemblage_023726 -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/GF023726.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023726.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023726.jpg" - -# capture n°023727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023727.pto --stitching --prefix=assemblage_023727 -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/GF023727.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023727.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023727.jpg" - -# capture n°023728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023728.pto --stitching --prefix=assemblage_023728 -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/GF023728.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023728.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023728.jpg" - -# capture n°023729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023729.pto --stitching --prefix=assemblage_023729 -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/GF023729.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023729.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023729.jpg" - -# capture n°023730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023730.pto --stitching --prefix=assemblage_023730 -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/GF023730.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023730.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023730.jpg" - -# capture n°023731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023731.pto --stitching --prefix=assemblage_023731 -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/GF023731.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023731.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023731.jpg" - -# capture n°023732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023732.pto --stitching --prefix=assemblage_023732 -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/GF023732.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023732.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023732.jpg" - -# capture n°023733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023733.pto --stitching --prefix=assemblage_023733 -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/GF023733.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023733.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023733.jpg" - -# capture n°023734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023734.pto --stitching --prefix=assemblage_023734 -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/GF023734.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023734.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023734.jpg" - -# capture n°023735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023735.pto --stitching --prefix=assemblage_023735 -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/GF023735.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023735.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023735.jpg" - -# capture n°023736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023736.pto --stitching --prefix=assemblage_023736 -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/GF023736.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023736.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023736.jpg" - -# capture n°023737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023737.pto --stitching --prefix=assemblage_023737 -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/GF023737.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023737.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023737.jpg" - -# capture n°023738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023738.pto --stitching --prefix=assemblage_023738 -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/GF023738.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023738.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023738.jpg" - -# capture n°023739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023739.pto --stitching --prefix=assemblage_023739 -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/GF023739.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023739.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023739.jpg" - -# capture n°023740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023740.pto --stitching --prefix=assemblage_023740 -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/GF023740.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023740.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023740.jpg" - -# capture n°023741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023741.pto --stitching --prefix=assemblage_023741 -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/GF023741.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023741.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023741.jpg" - -# capture n°023742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023742.pto --stitching --prefix=assemblage_023742 -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/GF023742.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023742.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023742.jpg" - -# capture n°023743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023743.pto --stitching --prefix=assemblage_023743 -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/GF023743.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023743.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023743.jpg" - -# capture n°023744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023744.pto --stitching --prefix=assemblage_023744 -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/GF023744.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023744.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023744.jpg" - -# capture n°023745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023745.pto --stitching --prefix=assemblage_023745 -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/GF023745.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023745.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023745.jpg" - -# capture n°023746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023746.pto --stitching --prefix=assemblage_023746 -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/GF023746.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023746.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023746.jpg" - -# capture n°023747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023747.pto --stitching --prefix=assemblage_023747 -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/GF023747.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023747.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023747.jpg" - -# capture n°023748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023748.pto --stitching --prefix=assemblage_023748 -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/GF023748.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023748.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023748.jpg" - -# capture n°023749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023749.pto --stitching --prefix=assemblage_023749 -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/GF023749.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023749.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023749.jpg" - -# capture n°023750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023750.pto --stitching --prefix=assemblage_023750 -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/GF023750.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023750.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023750.jpg" - -# capture n°023751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023751.pto --stitching --prefix=assemblage_023751 -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/GF023751.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023751.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023751.jpg" - -# capture n°023752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023752.pto --stitching --prefix=assemblage_023752 -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/GF023752.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023752.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023752.jpg" - -# capture n°023753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023753.pto --stitching --prefix=assemblage_023753 -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/GF023753.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023753.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023753.jpg" - -# capture n°023754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023754.pto --stitching --prefix=assemblage_023754 -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/GF023754.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023754.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023754.jpg" - -# capture n°023755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023755.pto --stitching --prefix=assemblage_023755 -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/GF023755.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023755.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023755.jpg" - -# capture n°023756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023756.pto --stitching --prefix=assemblage_023756 -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/GF023756.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023756.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023756.jpg" - -# capture n°023757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023757.pto --stitching --prefix=assemblage_023757 -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/GF023757.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023757.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023757.jpg" - -# capture n°023758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023758.pto --stitching --prefix=assemblage_023758 -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/GF023758.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023758.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023758.jpg" - -# capture n°023759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023759.pto --stitching --prefix=assemblage_023759 -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/GF023759.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023759.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023759.jpg" - -# capture n°023760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023760.pto --stitching --prefix=assemblage_023760 -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/GF023760.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023760.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023760.jpg" - -# capture n°023761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023761.pto --stitching --prefix=assemblage_023761 -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/GF023761.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023761.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023761.jpg" - -# capture n°023762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023762.pto --stitching --prefix=assemblage_023762 -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/GF023762.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023762.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023762.jpg" - -# capture n°023763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023763.pto --stitching --prefix=assemblage_023763 -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/GF023763.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023763.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023763.jpg" - -# capture n°023764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023764.pto --stitching --prefix=assemblage_023764 -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/GF023764.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023764.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023764.jpg" - -# capture n°023765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023765.pto --stitching --prefix=assemblage_023765 -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/GF023765.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023765.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023765.jpg" - -# capture n°023766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023766.pto --stitching --prefix=assemblage_023766 -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/GF023766.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023766.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023766.jpg" - -# capture n°023767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023767.pto --stitching --prefix=assemblage_023767 -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/GF023767.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023767.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023767.jpg" - -# capture n°023768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023768.pto --stitching --prefix=assemblage_023768 -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/GF023768.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023768.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023768.jpg" - -# capture n°023769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023769.pto --stitching --prefix=assemblage_023769 -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/GF023769.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023769.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023769.jpg" - -# capture n°023770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023770.pto --stitching --prefix=assemblage_023770 -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/GF023770.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023770.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023770.jpg" - -# capture n°023771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023771.pto --stitching --prefix=assemblage_023771 -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/GF023771.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023771.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023771.jpg" - -# capture n°023772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023772.pto --stitching --prefix=assemblage_023772 -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/GF023772.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023772.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023772.jpg" - -# capture n°023773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023773.pto --stitching --prefix=assemblage_023773 -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/GF023773.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023773.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023773.jpg" - -# capture n°023774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023774.pto --stitching --prefix=assemblage_023774 -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/GF023774.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023774.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023774.jpg" - -# capture n°023775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023775.pto --stitching --prefix=assemblage_023775 -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/GF023775.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023775.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023775.jpg" - -# capture n°023776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023776.pto --stitching --prefix=assemblage_023776 -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/GF023776.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023776.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023776.jpg" - -# capture n°023777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023777.pto --stitching --prefix=assemblage_023777 -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/GF023777.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023777.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023777.jpg" - -# capture n°023778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023778.pto --stitching --prefix=assemblage_023778 -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/GF023778.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023778.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023778.jpg" - -# capture n°023779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023779.pto --stitching --prefix=assemblage_023779 -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/GF023779.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023779.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023779.jpg" - -# capture n°023780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023780.pto --stitching --prefix=assemblage_023780 -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/GF023780.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023780.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023780.jpg" - -# capture n°023781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023781.pto --stitching --prefix=assemblage_023781 -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/GF023781.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023781.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023781.jpg" - -# capture n°023782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023782.pto --stitching --prefix=assemblage_023782 -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/GF023782.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023782.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023782.jpg" - -# capture n°023783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023783.pto --stitching --prefix=assemblage_023783 -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/GF023783.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023783.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023783.jpg" - -# capture n°023784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023784.pto --stitching --prefix=assemblage_023784 -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/GF023784.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023784.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023784.jpg" - -# capture n°023785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023785.pto --stitching --prefix=assemblage_023785 -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/GF023785.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023785.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023785.jpg" - -# capture n°023786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023786.pto --stitching --prefix=assemblage_023786 -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/GF023786.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023786.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023786.jpg" - -# capture n°023787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023787.pto --stitching --prefix=assemblage_023787 -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/GF023787.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023787.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023787.jpg" - -# capture n°023788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023788.pto --stitching --prefix=assemblage_023788 -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/GF023788.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023788.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023788.jpg" - -# capture n°023789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023789.pto --stitching --prefix=assemblage_023789 -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/GF023789.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023789.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023789.jpg" - -# capture n°023790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023790.pto --stitching --prefix=assemblage_023790 -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/GF023790.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023790.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023790.jpg" - -# capture n°023791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023791.pto --stitching --prefix=assemblage_023791 -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/GF023791.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023791.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023791.jpg" - -# capture n°023792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023792.pto --stitching --prefix=assemblage_023792 -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/GF023792.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023792.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023792.jpg" - -# capture n°023793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023793.pto --stitching --prefix=assemblage_023793 -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/GF023793.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023793.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023793.jpg" - -# capture n°023794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023794.pto --stitching --prefix=assemblage_023794 -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/GF023794.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023794.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023794.jpg" - -# capture n°023795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023795.pto --stitching --prefix=assemblage_023795 -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/GF023795.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023795.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023795.jpg" - -# capture n°023796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023796.pto --stitching --prefix=assemblage_023796 -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/GF023796.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023796.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023796.jpg" - -# capture n°023797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023797.pto --stitching --prefix=assemblage_023797 -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/GF023797.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023797.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023797.jpg" - -# capture n°023798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023798.pto --stitching --prefix=assemblage_023798 -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/GF023798.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023798.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023798.jpg" - -# capture n°023799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023799.pto --stitching --prefix=assemblage_023799 -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/GF023799.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023799.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023799.jpg" - -# capture n°023800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023800.pto --stitching --prefix=assemblage_023800 -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/GF023800.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023800.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023800.jpg" - -# capture n°023801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023801.pto --stitching --prefix=assemblage_023801 -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/GF023801.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023801.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023801.jpg" - -# capture n°023802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023802.pto --stitching --prefix=assemblage_023802 -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/GF023802.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023802.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023802.jpg" - -# capture n°023803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023803.pto --stitching --prefix=assemblage_023803 -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/GF023803.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023803.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023803.jpg" - -# capture n°023804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023804.pto --stitching --prefix=assemblage_023804 -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/GF023804.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023804.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023804.jpg" - -# capture n°023805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023805.pto --stitching --prefix=assemblage_023805 -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/GF023805.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023805.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023805.jpg" - -# capture n°023806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023806.pto --stitching --prefix=assemblage_023806 -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/GF023806.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023806.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023806.jpg" - -# capture n°023807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023807.pto --stitching --prefix=assemblage_023807 -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/GF023807.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023807.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023807.jpg" - -# capture n°023808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023808.pto --stitching --prefix=assemblage_023808 -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/GF023808.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023808.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023808.jpg" - -# capture n°023809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023809.pto --stitching --prefix=assemblage_023809 -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/GF023809.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023809.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023809.jpg" - -# capture n°023810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023810.pto --stitching --prefix=assemblage_023810 -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/GF023810.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023810.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023810.jpg" - -# capture n°023811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023811.pto --stitching --prefix=assemblage_023811 -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/GF023811.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023811.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023811.jpg" - -# capture n°023812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023812.pto --stitching --prefix=assemblage_023812 -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/GF023812.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023812.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023812.jpg" - -# capture n°023813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023813.pto --stitching --prefix=assemblage_023813 -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/GF023813.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023813.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023813.jpg" - -# capture n°023814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023814.pto --stitching --prefix=assemblage_023814 -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/GF023814.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023814.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023814.jpg" - -# capture n°023815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023815.pto --stitching --prefix=assemblage_023815 -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/GF023815.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023815.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023815.jpg" - -# capture n°023816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023816.pto --stitching --prefix=assemblage_023816 -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/GF023816.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023816.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023816.jpg" - -# capture n°023817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023817.pto --stitching --prefix=assemblage_023817 -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/GF023817.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023817.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023817.jpg" - -# capture n°023818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023818.pto --stitching --prefix=assemblage_023818 -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/GF023818.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023818.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023818.jpg" - -# capture n°023819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023819.pto --stitching --prefix=assemblage_023819 -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/GF023819.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023819.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023819.jpg" - -# capture n°023820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023820.pto --stitching --prefix=assemblage_023820 -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/GF023820.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023820.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023820.jpg" - -# capture n°023821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023821.pto --stitching --prefix=assemblage_023821 -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/GF023821.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023821.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023821.jpg" - -# capture n°023822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023822.pto --stitching --prefix=assemblage_023822 -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/GF023822.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023822.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023822.jpg" - -# capture n°023823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023823.pto --stitching --prefix=assemblage_023823 -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/GF023823.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023823.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023823.jpg" - -# capture n°023824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023824.pto --stitching --prefix=assemblage_023824 -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/GF023824.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023824.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023824.jpg" - -# capture n°023825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023825.pto --stitching --prefix=assemblage_023825 -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/GF023825.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023825.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023825.jpg" - -# capture n°023826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023826.pto --stitching --prefix=assemblage_023826 -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/GF023826.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023826.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023826.jpg" - -# capture n°023827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023827.pto --stitching --prefix=assemblage_023827 -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/GF023827.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023827.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023827.jpg" - -# capture n°023828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023828.pto --stitching --prefix=assemblage_023828 -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/GF023828.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023828.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023828.jpg" - -# capture n°023829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023829.pto --stitching --prefix=assemblage_023829 -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/GF023829.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023829.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023829.jpg" - -# capture n°023830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023830.pto --stitching --prefix=assemblage_023830 -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/GF023830.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023830.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023830.jpg" - -# capture n°023831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023831.pto --stitching --prefix=assemblage_023831 -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/GF023831.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023831.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023831.jpg" - -# capture n°023832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023832.pto --stitching --prefix=assemblage_023832 -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/GF023832.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023832.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023832.jpg" - -# capture n°023833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023833.pto --stitching --prefix=assemblage_023833 -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/GF023833.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023833.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023833.jpg" - -# capture n°023834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023834.pto --stitching --prefix=assemblage_023834 -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/GF023834.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023834.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023834.jpg" - -# capture n°023835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023835.pto --stitching --prefix=assemblage_023835 -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/GF023835.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023835.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023835.jpg" - -# capture n°023836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023836.pto --stitching --prefix=assemblage_023836 -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/GF023836.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023836.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023836.jpg" - -# capture n°023837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023837.pto --stitching --prefix=assemblage_023837 -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/GF023837.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023837.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023837.jpg" - -# capture n°023838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023838.pto --stitching --prefix=assemblage_023838 -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/GF023838.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023838.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023838.jpg" - -# capture n°023839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023839.pto --stitching --prefix=assemblage_023839 -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/GF023839.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023839.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023839.jpg" - -# capture n°023840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023840.pto --stitching --prefix=assemblage_023840 -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/GF023840.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023840.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023840.jpg" - -# capture n°023841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023841.pto --stitching --prefix=assemblage_023841 -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/GF023841.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023841.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023841.jpg" - -# capture n°023842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023842.pto --stitching --prefix=assemblage_023842 -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/GF023842.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023842.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023842.jpg" - -# capture n°023843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023843.pto --stitching --prefix=assemblage_023843 -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/GF023843.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023843.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023843.jpg" - -# capture n°023844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023844.pto --stitching --prefix=assemblage_023844 -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/GF023844.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023844.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023844.jpg" - -# capture n°023845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023845.pto --stitching --prefix=assemblage_023845 -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/GF023845.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023845.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023845.jpg" - -# capture n°023846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023846.pto --stitching --prefix=assemblage_023846 -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/GF023846.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023846.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023846.jpg" - -# capture n°023847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023847.pto --stitching --prefix=assemblage_023847 -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/GF023847.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023847.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023847.jpg" - -# capture n°023848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023848.pto --stitching --prefix=assemblage_023848 -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/GF023848.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023848.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023848.jpg" - -# capture n°023849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023849.pto --stitching --prefix=assemblage_023849 -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/GF023849.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023849.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023849.jpg" - -# capture n°023850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023850.pto --stitching --prefix=assemblage_023850 -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/GF023850.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023850.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023850.jpg" - -# capture n°023851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023851.pto --stitching --prefix=assemblage_023851 -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/GF023851.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023851.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023851.jpg" - -# capture n°023852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023852.pto --stitching --prefix=assemblage_023852 -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/GF023852.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023852.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023852.jpg" - -# capture n°023853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023853.pto --stitching --prefix=assemblage_023853 -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/GF023853.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023853.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023853.jpg" - -# capture n°023854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023854.pto --stitching --prefix=assemblage_023854 -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/GF023854.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023854.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023854.jpg" - -# capture n°023855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023855.pto --stitching --prefix=assemblage_023855 -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/GF023855.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023855.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023855.jpg" - -# capture n°023856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023856.pto --stitching --prefix=assemblage_023856 -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/GF023856.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023856.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023856.jpg" - -# capture n°023857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023857.pto --stitching --prefix=assemblage_023857 -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/GF023857.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023857.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023857.jpg" - -# capture n°023858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023858.pto --stitching --prefix=assemblage_023858 -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/GF023858.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023858.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023858.jpg" - -# capture n°023859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023859.pto --stitching --prefix=assemblage_023859 -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/GF023859.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023859.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023859.jpg" - -# capture n°023860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023860.pto --stitching --prefix=assemblage_023860 -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/GF023860.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023860.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023860.jpg" - -# capture n°023861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023861.pto --stitching --prefix=assemblage_023861 -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/GF023861.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023861.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023861.jpg" - -# capture n°023862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023862.pto --stitching --prefix=assemblage_023862 -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/GF023862.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023862.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023862.jpg" - -# capture n°023863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023863.pto --stitching --prefix=assemblage_023863 -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/GF023863.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023863.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023863.jpg" - -# capture n°023864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023864.pto --stitching --prefix=assemblage_023864 -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/GF023864.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023864.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023864.jpg" - -# capture n°023865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023865.pto --stitching --prefix=assemblage_023865 -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/GF023865.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023865.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023865.jpg" - -# capture n°023866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023866.pto --stitching --prefix=assemblage_023866 -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/GF023866.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023866.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023866.jpg" - -# capture n°023867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023867.pto --stitching --prefix=assemblage_023867 -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/GF023867.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023867.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023867.jpg" - -# capture n°023868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023868.pto --stitching --prefix=assemblage_023868 -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/GF023868.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023868.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023868.jpg" - -# capture n°023869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023869.pto --stitching --prefix=assemblage_023869 -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/GF023869.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023869.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023869.jpg" - -# capture n°023870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023870.pto --stitching --prefix=assemblage_023870 -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/GF023870.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023870.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023870.jpg" - -# capture n°023871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023871.pto --stitching --prefix=assemblage_023871 -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/GF023871.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023871.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023871.jpg" - -# capture n°023872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023872.pto --stitching --prefix=assemblage_023872 -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/GF023872.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023872.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023872.jpg" - -# capture n°023873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023873.pto --stitching --prefix=assemblage_023873 -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/GF023873.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023873.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023873.jpg" - -# capture n°023874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023874.pto --stitching --prefix=assemblage_023874 -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/GF023874.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023874.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023874.jpg" - -# capture n°023875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023875.pto --stitching --prefix=assemblage_023875 -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/GF023875.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023875.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023875.jpg" - -# capture n°023876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023876.pto --stitching --prefix=assemblage_023876 -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/GF023876.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023876.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023876.jpg" - -# capture n°023877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023877.pto --stitching --prefix=assemblage_023877 -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/GF023877.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023877.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023877.jpg" - -# capture n°023878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023878.pto --stitching --prefix=assemblage_023878 -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/GF023878.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023878.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023878.jpg" - -# capture n°023879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023879.pto --stitching --prefix=assemblage_023879 -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/GF023879.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023879.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023879.jpg" - -# capture n°023880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023880.pto --stitching --prefix=assemblage_023880 -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/GF023880.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023880.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023880.jpg" - -# capture n°023881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023881.pto --stitching --prefix=assemblage_023881 -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/GF023881.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023881.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023881.jpg" - -# capture n°023882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023882.pto --stitching --prefix=assemblage_023882 -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/GF023882.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023882.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023882.jpg" - -# capture n°023883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023883.pto --stitching --prefix=assemblage_023883 -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/GF023883.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023883.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023883.jpg" - -# capture n°023884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023884.pto --stitching --prefix=assemblage_023884 -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/GF023884.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023884.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023884.jpg" - -# capture n°023885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023885.pto --stitching --prefix=assemblage_023885 -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/GF023885.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023885.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023885.jpg" - -# capture n°023886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023886.pto --stitching --prefix=assemblage_023886 -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/GF023886.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023886.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023886.jpg" - -# capture n°023887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023887.pto --stitching --prefix=assemblage_023887 -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/GF023887.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023887.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023887.jpg" - -# capture n°023888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023888.pto --stitching --prefix=assemblage_023888 -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/GF023888.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023888.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023888.jpg" - -# capture n°023889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023889.pto --stitching --prefix=assemblage_023889 -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/GF023889.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023889.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023889.jpg" - -# capture n°023890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023890.pto --stitching --prefix=assemblage_023890 -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/GF023890.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023890.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023890.jpg" - -# capture n°023891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023891.pto --stitching --prefix=assemblage_023891 -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/GF023891.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023891.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023891.jpg" - -# capture n°023892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023892.pto --stitching --prefix=assemblage_023892 -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/GF023892.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023892.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023892.jpg" - -# capture n°023893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023893.pto --stitching --prefix=assemblage_023893 -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/GF023893.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023893.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023893.jpg" - -# capture n°023894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023894.pto --stitching --prefix=assemblage_023894 -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/GF023894.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023894.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023894.jpg" - -# capture n°023895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023895.pto --stitching --prefix=assemblage_023895 -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/GF023895.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023895.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023895.jpg" - -# capture n°023896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023896.pto --stitching --prefix=assemblage_023896 -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/GF023896.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023896.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023896.jpg" - -# capture n°023897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023897.pto --stitching --prefix=assemblage_023897 -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/GF023897.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023897.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023897.jpg" - -# capture n°023898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023898.pto --stitching --prefix=assemblage_023898 -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/GF023898.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023898.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023898.jpg" - -# capture n°023899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023899.pto --stitching --prefix=assemblage_023899 -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/GF023899.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023899.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023899.jpg" - -# capture n°023900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023900.pto --stitching --prefix=assemblage_023900 -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/GF023900.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023900.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023900.jpg" - -# capture n°023901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023901.pto --stitching --prefix=assemblage_023901 -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/GF023901.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023901.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023901.jpg" - -# capture n°023902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023902.pto --stitching --prefix=assemblage_023902 -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/GF023902.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023902.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023902.jpg" - -# capture n°023903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023903.pto --stitching --prefix=assemblage_023903 -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/GF023903.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023903.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023903.jpg" - -# capture n°023904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023904.pto --stitching --prefix=assemblage_023904 -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/GF023904.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023904.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023904.jpg" - -# capture n°023905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023905.pto --stitching --prefix=assemblage_023905 -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/GF023905.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023905.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023905.jpg" - -# capture n°023906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023906.pto --stitching --prefix=assemblage_023906 -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/GF023906.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023906.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023906.jpg" - -# capture n°023907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023907.pto --stitching --prefix=assemblage_023907 -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/GF023907.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023907.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023907.jpg" - -# capture n°023908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023908.pto --stitching --prefix=assemblage_023908 -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/GF023908.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023908.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023908.jpg" - -# capture n°023909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023909.pto --stitching --prefix=assemblage_023909 -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/GF023909.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023909.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023909.jpg" - -# capture n°023910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023910.pto --stitching --prefix=assemblage_023910 -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/GF023910.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023910.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023910.jpg" - -# capture n°023911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023911.pto --stitching --prefix=assemblage_023911 -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/GF023911.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023911.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023911.jpg" - -# capture n°023912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023912.pto --stitching --prefix=assemblage_023912 -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/GF023912.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023912.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023912.jpg" - -# capture n°023913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023913.pto --stitching --prefix=assemblage_023913 -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/GF023913.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023913.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023913.jpg" - -# capture n°023914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023914.pto --stitching --prefix=assemblage_023914 -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/GF023914.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023914.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023914.jpg" - -# capture n°023915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023915.pto --stitching --prefix=assemblage_023915 -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/GF023915.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023915.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023915.jpg" - -# capture n°023916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023916.pto --stitching --prefix=assemblage_023916 -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/GF023916.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023916.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023916.jpg" - -# capture n°023917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023917.pto --stitching --prefix=assemblage_023917 -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/GF023917.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023917.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023917.jpg" - -# capture n°023918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023918.pto --stitching --prefix=assemblage_023918 -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/GF023918.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023918.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023918.jpg" - -# capture n°023919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023919.pto --stitching --prefix=assemblage_023919 -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/GF023919.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023919.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023919.jpg" - -# capture n°023920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023920.pto --stitching --prefix=assemblage_023920 -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/GF023920.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023920.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023920.jpg" - -# capture n°023921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023921.pto --stitching --prefix=assemblage_023921 -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/GF023921.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023921.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023921.jpg" - -# capture n°023922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023922.pto --stitching --prefix=assemblage_023922 -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/GF023922.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023922.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023922.jpg" - -# capture n°023923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023923.pto --stitching --prefix=assemblage_023923 -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/GF023923.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023923.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023923.jpg" - -# capture n°023924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023924.pto --stitching --prefix=assemblage_023924 -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/GF023924.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023924.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023924.jpg" - -# capture n°023925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023925.pto --stitching --prefix=assemblage_023925 -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/GF023925.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023925.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023925.jpg" - -# capture n°023926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023926.pto --stitching --prefix=assemblage_023926 -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/GF023926.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023926.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023926.jpg" - -# capture n°023927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023927.pto --stitching --prefix=assemblage_023927 -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/GF023927.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023927.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023927.jpg" - -# capture n°023928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023928.pto --stitching --prefix=assemblage_023928 -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/GF023928.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023928.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023928.jpg" - -# capture n°023929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023929.pto --stitching --prefix=assemblage_023929 -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/GF023929.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023929.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023929.jpg" - -# capture n°023930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023930.pto --stitching --prefix=assemblage_023930 -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/GF023930.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023930.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023930.jpg" - -# capture n°023931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023931.pto --stitching --prefix=assemblage_023931 -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/GF023931.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023931.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023931.jpg" - -# capture n°023932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023932.pto --stitching --prefix=assemblage_023932 -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/GF023932.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023932.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023932.jpg" - -# capture n°023933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023933.pto --stitching --prefix=assemblage_023933 -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/GF023933.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023933.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023933.jpg" - -# capture n°023934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023934.pto --stitching --prefix=assemblage_023934 -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/GF023934.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023934.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023934.jpg" - -# capture n°023935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023935.pto --stitching --prefix=assemblage_023935 -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/GF023935.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023935.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023935.jpg" - -# capture n°023936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023936.pto --stitching --prefix=assemblage_023936 -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/GF023936.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023936.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023936.jpg" - -# capture n°023937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023937.pto --stitching --prefix=assemblage_023937 -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/GF023937.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023937.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023937.jpg" - -# capture n°023938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023938.pto --stitching --prefix=assemblage_023938 -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/GF023938.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023938.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023938.jpg" - -# capture n°023939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023939.pto --stitching --prefix=assemblage_023939 -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/GF023939.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023939.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023939.jpg" - -# capture n°023940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023940.pto --stitching --prefix=assemblage_023940 -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/GF023940.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023940.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023940.jpg" - -# capture n°023941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023941.pto --stitching --prefix=assemblage_023941 -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/GF023941.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023941.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023941.jpg" - -# capture n°023942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023942.pto --stitching --prefix=assemblage_023942 -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/GF023942.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023942.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023942.jpg" - -# capture n°023943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023943.pto --stitching --prefix=assemblage_023943 -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/GF023943.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023943.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023943.jpg" - -# capture n°023944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023944.pto --stitching --prefix=assemblage_023944 -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/GF023944.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023944.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023944.jpg" - -# capture n°023945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023945.pto --stitching --prefix=assemblage_023945 -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/GF023945.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023945.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023945.jpg" - -# capture n°023946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023946.pto --stitching --prefix=assemblage_023946 -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/GF023946.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023946.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023946.jpg" - -# capture n°023947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023947.pto --stitching --prefix=assemblage_023947 -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/GF023947.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023947.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023947.jpg" - -# capture n°023948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023948.pto --stitching --prefix=assemblage_023948 -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/GF023948.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023948.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023948.jpg" - -# capture n°023949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023949.pto --stitching --prefix=assemblage_023949 -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/GF023949.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023949.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023949.jpg" - -# capture n°023950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023950.pto --stitching --prefix=assemblage_023950 -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/GF023950.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023950.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023950.jpg" - -# capture n°023951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023951.pto --stitching --prefix=assemblage_023951 -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/GF023951.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023951.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023951.jpg" - -# capture n°023952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023952.pto --stitching --prefix=assemblage_023952 -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/GF023952.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023952.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023952.jpg" - -# capture n°023953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023953.pto --stitching --prefix=assemblage_023953 -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/GF023953.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023953.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023953.jpg" - -# capture n°023954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023954.pto --stitching --prefix=assemblage_023954 -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/GF023954.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023954.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023954.jpg" - -# capture n°023955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023955.pto --stitching --prefix=assemblage_023955 -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/GF023955.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023955.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023955.jpg" - -# capture n°023956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023956.pto --stitching --prefix=assemblage_023956 -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/GF023956.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023956.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023956.jpg" - -# capture n°023957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023957.pto --stitching --prefix=assemblage_023957 -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/GF023957.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023957.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023957.jpg" - -# capture n°023958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023958.pto --stitching --prefix=assemblage_023958 -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/GF023958.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023958.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023958.jpg" - -# capture n°023959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023959.pto --stitching --prefix=assemblage_023959 -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/GF023959.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023959.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023959.jpg" - -# capture n°023960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023960.pto --stitching --prefix=assemblage_023960 -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/GF023960.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023960.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023960.jpg" - -# capture n°023961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023961.pto --stitching --prefix=assemblage_023961 -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/GF023961.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023961.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023961.jpg" - -# capture n°023962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023962.pto --stitching --prefix=assemblage_023962 -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/GF023962.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023962.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023962.jpg" - -# capture n°023963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023963.pto --stitching --prefix=assemblage_023963 -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/GF023963.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023963.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023963.jpg" - -# capture n°023964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023964.pto --stitching --prefix=assemblage_023964 -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/GF023964.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023964.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023964.jpg" - -# capture n°023965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023965.pto --stitching --prefix=assemblage_023965 -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/GF023965.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023965.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023965.jpg" - -# capture n°023966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023966.pto --stitching --prefix=assemblage_023966 -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/GF023966.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023966.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023966.jpg" - -# capture n°023967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023967.pto --stitching --prefix=assemblage_023967 -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/GF023967.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023967.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023967.jpg" - -# capture n°023968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023968.pto --stitching --prefix=assemblage_023968 -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/GF023968.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023968.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023968.jpg" - -# capture n°023969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023969.pto --stitching --prefix=assemblage_023969 -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/GF023969.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023969.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023969.jpg" - -# capture n°023970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023970.pto --stitching --prefix=assemblage_023970 -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/GF023970.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023970.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023970.jpg" - -# capture n°023971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023971.pto --stitching --prefix=assemblage_023971 -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/GF023971.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023971.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023971.jpg" - -# capture n°023972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023972.pto --stitching --prefix=assemblage_023972 -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/GF023972.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023972.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023972.jpg" - -# capture n°023973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023973.pto --stitching --prefix=assemblage_023973 -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/GF023973.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023973.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023973.jpg" - -# capture n°023974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023974.pto --stitching --prefix=assemblage_023974 -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/GF023974.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023974.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023974.jpg" - -# capture n°023975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023975.pto --stitching --prefix=assemblage_023975 -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/GF023975.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023975.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023975.jpg" - -# capture n°023976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023976.pto --stitching --prefix=assemblage_023976 -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/GF023976.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023976.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023976.jpg" - -# capture n°023977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023977.pto --stitching --prefix=assemblage_023977 -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/GF023977.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023977.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023977.jpg" - -# capture n°023978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023978.pto --stitching --prefix=assemblage_023978 -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/GF023978.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023978.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023978.jpg" - -# capture n°023979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023979.pto --stitching --prefix=assemblage_023979 -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/GF023979.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023979.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023979.jpg" - -# capture n°023980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023980.pto --stitching --prefix=assemblage_023980 -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/GF023980.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023980.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023980.jpg" - -# capture n°023981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023981.pto --stitching --prefix=assemblage_023981 -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/GF023981.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023981.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023981.jpg" - -# capture n°023982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023982.pto --stitching --prefix=assemblage_023982 -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/GF023982.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023982.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023982.jpg" - -# capture n°023983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023983.pto --stitching --prefix=assemblage_023983 -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/GF023983.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023983.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023983.jpg" - -# capture n°023984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023984.pto --stitching --prefix=assemblage_023984 -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/GF023984.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023984.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023984.jpg" - -# capture n°023985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023985.pto --stitching --prefix=assemblage_023985 -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/GF023985.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023985.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023985.jpg" - -# capture n°023986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023986.pto --stitching --prefix=assemblage_023986 -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/GF023986.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023986.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023986.jpg" - -# capture n°023987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023987.pto --stitching --prefix=assemblage_023987 -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/GF023987.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023987.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023987.jpg" - -# capture n°023988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023988.pto --stitching --prefix=assemblage_023988 -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/GF023988.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023988.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023988.jpg" - -# capture n°023989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023989.pto --stitching --prefix=assemblage_023989 -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/GF023989.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023989.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023989.jpg" - -# capture n°023990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023990.pto --stitching --prefix=assemblage_023990 -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/GF023990.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023990.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023990.jpg" - -# capture n°023991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023991.pto --stitching --prefix=assemblage_023991 -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/GF023991.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023991.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023991.jpg" - -# capture n°023992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023992.pto --stitching --prefix=assemblage_023992 -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/GF023992.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023992.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023992.jpg" - -# capture n°023993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023993.pto --stitching --prefix=assemblage_023993 -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/GF023993.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023993.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023993.jpg" - -# capture n°023994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023994.pto --stitching --prefix=assemblage_023994 -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/GF023994.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023994.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023994.jpg" - -# capture n°023995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023995.pto --stitching --prefix=assemblage_023995 -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/GF023995.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023995.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023995.jpg" - -# capture n°023996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023996.pto --stitching --prefix=assemblage_023996 -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/GF023996.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023996.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023996.jpg" - -# capture n°023997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023997.pto --stitching --prefix=assemblage_023997 -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/GF023997.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023997.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023997.jpg" - -# capture n°023998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023998.pto --stitching --prefix=assemblage_023998 -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/GF023998.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023998.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023998.jpg" - -# capture n°023999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_023999.pto --stitching --prefix=assemblage_023999 -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/GF023999.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023999.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_023999.jpg" - -# capture n°024000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024000.pto --stitching --prefix=assemblage_024000 -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/GF024000.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024000.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024000.jpg" - -# capture n°024001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024001.pto --stitching --prefix=assemblage_024001 -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/GF024001.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024001.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024001.jpg" - -# capture n°024002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024002.pto --stitching --prefix=assemblage_024002 -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/GF024002.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024002.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024002.jpg" - -# capture n°024003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024003.pto --stitching --prefix=assemblage_024003 -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/GF024003.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024003.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024003.jpg" - -# capture n°024004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024004.pto --stitching --prefix=assemblage_024004 -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/GF024004.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024004.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024004.jpg" - -# capture n°024005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024005.pto --stitching --prefix=assemblage_024005 -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/GF024005.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024005.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024005.jpg" - -# capture n°024006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024006.pto --stitching --prefix=assemblage_024006 -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/GF024006.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024006.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024006.jpg" - -# capture n°024007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024007.pto --stitching --prefix=assemblage_024007 -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/GF024007.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024007.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024007.jpg" - -# capture n°024008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024008.pto --stitching --prefix=assemblage_024008 -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/GF024008.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024008.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024008.jpg" - -# capture n°024009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024009.pto --stitching --prefix=assemblage_024009 -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/GF024009.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024009.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024009.jpg" - -# capture n°024010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024010.pto --stitching --prefix=assemblage_024010 -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/GF024010.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024010.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024010.jpg" - -# capture n°024011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024011.pto --stitching --prefix=assemblage_024011 -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/GF024011.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024011.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024011.jpg" - -# capture n°024012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024012.pto --stitching --prefix=assemblage_024012 -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/GF024012.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024012.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024012.jpg" - -# capture n°024013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024013.pto --stitching --prefix=assemblage_024013 -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/GF024013.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024013.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024013.jpg" - -# capture n°024014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024014.pto --stitching --prefix=assemblage_024014 -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/GF024014.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024014.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024014.jpg" - -# capture n°024015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024015.pto --stitching --prefix=assemblage_024015 -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/GF024015.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024015.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024015.jpg" - -# capture n°024016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024016.pto --stitching --prefix=assemblage_024016 -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/GF024016.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024016.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024016.jpg" - -# capture n°024017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024017.pto --stitching --prefix=assemblage_024017 -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/GF024017.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024017.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024017.jpg" - -# capture n°024018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024018.pto --stitching --prefix=assemblage_024018 -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/GF024018.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024018.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024018.jpg" - -# capture n°024019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024019.pto --stitching --prefix=assemblage_024019 -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/GF024019.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024019.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024019.jpg" - -# capture n°024020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024020.pto --stitching --prefix=assemblage_024020 -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/GF024020.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024020.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024020.jpg" - -# capture n°024021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024021.pto --stitching --prefix=assemblage_024021 -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/GF024021.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024021.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024021.jpg" - -# capture n°024022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024022.pto --stitching --prefix=assemblage_024022 -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/GF024022.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024022.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024022.jpg" - -# capture n°024023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024023.pto --stitching --prefix=assemblage_024023 -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/GF024023.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024023.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024023.jpg" - -# capture n°024024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024024.pto --stitching --prefix=assemblage_024024 -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/GF024024.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024024.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024024.jpg" - -# capture n°024025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024025.pto --stitching --prefix=assemblage_024025 -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/GF024025.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024025.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024025.jpg" - -# capture n°024026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024026.pto --stitching --prefix=assemblage_024026 -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/GF024026.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024026.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024026.jpg" - -# capture n°024027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024027.pto --stitching --prefix=assemblage_024027 -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/GF024027.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024027.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024027.jpg" - -# capture n°024028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024028.pto --stitching --prefix=assemblage_024028 -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/GF024028.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024028.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024028.jpg" - -# capture n°024029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024029.pto --stitching --prefix=assemblage_024029 -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/GF024029.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024029.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024029.jpg" - -# capture n°024030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024030.pto --stitching --prefix=assemblage_024030 -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/GF024030.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024030.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024030.jpg" - -# capture n°024031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024031.pto --stitching --prefix=assemblage_024031 -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/GF024031.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024031.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024031.jpg" - -# capture n°024032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024032.pto --stitching --prefix=assemblage_024032 -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/GF024032.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024032.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024032.jpg" - -# capture n°024033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024033.pto --stitching --prefix=assemblage_024033 -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/GF024033.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024033.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024033.jpg" - -# capture n°024034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024034.pto --stitching --prefix=assemblage_024034 -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/GF024034.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024034.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024034.jpg" - -# capture n°024035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024035.pto --stitching --prefix=assemblage_024035 -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/GF024035.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024035.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024035.jpg" - -# capture n°024036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024036.pto --stitching --prefix=assemblage_024036 -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/GF024036.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024036.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024036.jpg" - -# capture n°024037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024037.pto --stitching --prefix=assemblage_024037 -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/GF024037.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024037.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024037.jpg" - -# capture n°024038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024038.pto --stitching --prefix=assemblage_024038 -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/GF024038.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024038.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024038.jpg" - -# capture n°024039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024039.pto --stitching --prefix=assemblage_024039 -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/GF024039.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024039.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024039.jpg" - -# capture n°024040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024040.pto --stitching --prefix=assemblage_024040 -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/GF024040.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024040.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024040.jpg" - -# capture n°024041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024041.pto --stitching --prefix=assemblage_024041 -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/GF024041.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024041.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024041.jpg" - -# capture n°024042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024042.pto --stitching --prefix=assemblage_024042 -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/GF024042.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024042.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024042.jpg" - -# capture n°024043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024043.pto --stitching --prefix=assemblage_024043 -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/GF024043.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024043.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024043.jpg" - -# capture n°024044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024044.pto --stitching --prefix=assemblage_024044 -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/GF024044.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024044.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024044.jpg" - -# capture n°024045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024045.pto --stitching --prefix=assemblage_024045 -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/GF024045.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024045.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024045.jpg" - -# capture n°024046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024046.pto --stitching --prefix=assemblage_024046 -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/GF024046.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024046.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024046.jpg" - -# capture n°024047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024047.pto --stitching --prefix=assemblage_024047 -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/GF024047.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024047.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024047.jpg" - -# capture n°024048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024048.pto --stitching --prefix=assemblage_024048 -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/GF024048.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024048.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024048.jpg" - -# capture n°024049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024049.pto --stitching --prefix=assemblage_024049 -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/GF024049.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024049.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024049.jpg" - -# capture n°024050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024050.pto --stitching --prefix=assemblage_024050 -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/GF024050.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024050.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024050.jpg" - -# capture n°024051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024051.pto --stitching --prefix=assemblage_024051 -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/GF024051.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024051.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024051.jpg" - -# capture n°024052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024052.pto --stitching --prefix=assemblage_024052 -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/GF024052.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024052.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024052.jpg" - -# capture n°024053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024053.pto --stitching --prefix=assemblage_024053 -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/GF024053.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024053.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024053.jpg" - -# capture n°024054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024054.pto --stitching --prefix=assemblage_024054 -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/GF024054.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024054.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024054.jpg" - -# capture n°024055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024055.pto --stitching --prefix=assemblage_024055 -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/GF024055.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024055.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024055.jpg" - -# capture n°024056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024056.pto --stitching --prefix=assemblage_024056 -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/GF024056.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024056.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024056.jpg" - -# capture n°024057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024057.pto --stitching --prefix=assemblage_024057 -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/GF024057.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024057.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024057.jpg" - -# capture n°024058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024058.pto --stitching --prefix=assemblage_024058 -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/GF024058.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024058.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024058.jpg" - -# capture n°024059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024059.pto --stitching --prefix=assemblage_024059 -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/GF024059.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024059.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024059.jpg" - -# capture n°024060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024060.pto --stitching --prefix=assemblage_024060 -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/GF024060.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024060.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024060.jpg" - -# capture n°024061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024061.pto --stitching --prefix=assemblage_024061 -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/GF024061.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024061.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024061.jpg" - -# capture n°024062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024062.pto --stitching --prefix=assemblage_024062 -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/GF024062.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024062.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024062.jpg" - -# capture n°024063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024063.pto --stitching --prefix=assemblage_024063 -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/GF024063.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024063.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024063.jpg" - -# capture n°024064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024064.pto --stitching --prefix=assemblage_024064 -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/GF024064.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024064.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024064.jpg" - -# capture n°024065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024065.pto --stitching --prefix=assemblage_024065 -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/GF024065.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024065.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024065.jpg" - -# capture n°024066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024066.pto --stitching --prefix=assemblage_024066 -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/GF024066.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024066.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024066.jpg" - -# capture n°024067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024067.pto --stitching --prefix=assemblage_024067 -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/GF024067.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024067.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024067.jpg" - -# capture n°024068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024068.pto --stitching --prefix=assemblage_024068 -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/GF024068.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024068.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024068.jpg" - -# capture n°024069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024069.pto --stitching --prefix=assemblage_024069 -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/GF024069.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024069.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024069.jpg" - -# capture n°024070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024070.pto --stitching --prefix=assemblage_024070 -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/GF024070.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024070.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024070.jpg" - -# capture n°024071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024071.pto --stitching --prefix=assemblage_024071 -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/GF024071.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024071.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024071.jpg" - -# capture n°024072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024072.pto --stitching --prefix=assemblage_024072 -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/GF024072.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024072.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024072.jpg" - -# capture n°024073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024073.pto --stitching --prefix=assemblage_024073 -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/GF024073.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024073.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024073.jpg" - -# capture n°024074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024074.pto --stitching --prefix=assemblage_024074 -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/GF024074.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024074.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024074.jpg" - -# capture n°024075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024075.pto --stitching --prefix=assemblage_024075 -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/GF024075.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024075.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024075.jpg" - -# capture n°024076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024076.pto --stitching --prefix=assemblage_024076 -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/GF024076.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024076.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024076.jpg" - -# capture n°024077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024077.pto --stitching --prefix=assemblage_024077 -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/GF024077.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024077.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024077.jpg" - -# capture n°024078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024078.pto --stitching --prefix=assemblage_024078 -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/GF024078.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024078.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024078.jpg" - -# capture n°024079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024079.pto --stitching --prefix=assemblage_024079 -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/GF024079.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024079.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024079.jpg" - -# capture n°024080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024080.pto --stitching --prefix=assemblage_024080 -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/GF024080.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024080.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024080.jpg" - -# capture n°024081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024081.pto --stitching --prefix=assemblage_024081 -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/GF024081.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024081.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024081.jpg" - -# capture n°024082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024082.pto --stitching --prefix=assemblage_024082 -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/GF024082.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024082.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024082.jpg" - -# capture n°024083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024083.pto --stitching --prefix=assemblage_024083 -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/GF024083.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024083.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024083.jpg" - -# capture n°024084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024084.pto --stitching --prefix=assemblage_024084 -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/GF024084.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024084.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024084.jpg" - -# capture n°024085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024085.pto --stitching --prefix=assemblage_024085 -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/GF024085.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024085.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024085.jpg" - -# capture n°024086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024086.pto --stitching --prefix=assemblage_024086 -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/GF024086.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024086.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024086.jpg" - -# capture n°024087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024087.pto --stitching --prefix=assemblage_024087 -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/GF024087.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024087.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024087.jpg" - -# capture n°024088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024088.pto --stitching --prefix=assemblage_024088 -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/GF024088.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024088.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024088.jpg" - -# capture n°024089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024089.pto --stitching --prefix=assemblage_024089 -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/GF024089.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024089.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024089.jpg" - -# capture n°024090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024090.pto --stitching --prefix=assemblage_024090 -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/GF024090.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024090.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024090.jpg" - -# capture n°024091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024091.pto --stitching --prefix=assemblage_024091 -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/GF024091.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024091.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024091.jpg" - -# capture n°024092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024092.pto --stitching --prefix=assemblage_024092 -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/GF024092.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024092.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024092.jpg" - -# capture n°024093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024093.pto --stitching --prefix=assemblage_024093 -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/GF024093.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024093.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024093.jpg" - -# capture n°024094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024094.pto --stitching --prefix=assemblage_024094 -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/GF024094.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024094.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024094.jpg" - -# capture n°024095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024095.pto --stitching --prefix=assemblage_024095 -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/GF024095.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024095.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024095.jpg" - -# capture n°024096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024096.pto --stitching --prefix=assemblage_024096 -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/GF024096.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024096.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024096.jpg" - -# capture n°024097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024097.pto --stitching --prefix=assemblage_024097 -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/GF024097.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024097.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024097.jpg" - -# capture n°024098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024098.pto --stitching --prefix=assemblage_024098 -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/GF024098.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024098.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024098.jpg" - -# capture n°024099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024099.pto --stitching --prefix=assemblage_024099 -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/GF024099.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024099.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024099.jpg" - -# capture n°024100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024100.pto --stitching --prefix=assemblage_024100 -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/GF024100.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024100.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024100.jpg" - -# capture n°024101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024101.pto --stitching --prefix=assemblage_024101 -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/GF024101.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024101.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024101.jpg" - -# capture n°024102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024102.pto --stitching --prefix=assemblage_024102 -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/GF024102.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024102.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024102.jpg" - -# capture n°024103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024103.pto --stitching --prefix=assemblage_024103 -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/GF024103.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024103.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024103.jpg" - -# capture n°024104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024104.pto --stitching --prefix=assemblage_024104 -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/GF024104.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024104.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024104.jpg" - -# capture n°024105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024105.pto --stitching --prefix=assemblage_024105 -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/GF024105.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024105.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024105.jpg" - -# capture n°024106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024106.pto --stitching --prefix=assemblage_024106 -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/GF024106.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024106.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024106.jpg" - -# capture n°024107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024107.pto --stitching --prefix=assemblage_024107 -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/GF024107.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024107.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024107.jpg" - -# capture n°024108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024108.pto --stitching --prefix=assemblage_024108 -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/GF024108.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024108.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024108.jpg" - -# capture n°024109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024109.pto --stitching --prefix=assemblage_024109 -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/GF024109.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024109.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024109.jpg" - -# capture n°024110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024110.pto --stitching --prefix=assemblage_024110 -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/GF024110.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024110.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024110.jpg" - -# capture n°024111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024111.pto --stitching --prefix=assemblage_024111 -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/GF024111.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024111.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024111.jpg" - -# capture n°024112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024112.pto --stitching --prefix=assemblage_024112 -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/GF024112.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024112.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024112.jpg" - -# capture n°024113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024113.pto --stitching --prefix=assemblage_024113 -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/GF024113.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024113.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024113.jpg" - -# capture n°024114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024114.pto --stitching --prefix=assemblage_024114 -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/GF024114.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024114.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024114.jpg" - -# capture n°024115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024115.pto --stitching --prefix=assemblage_024115 -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/GF024115.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024115.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024115.jpg" - -# capture n°024116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024116.pto --stitching --prefix=assemblage_024116 -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/GF024116.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024116.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024116.jpg" - -# capture n°024117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024117.pto --stitching --prefix=assemblage_024117 -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/GF024117.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024117.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024117.jpg" - -# capture n°024118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024118.pto --stitching --prefix=assemblage_024118 -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/GF024118.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024118.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024118.jpg" - -# capture n°024119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024119.pto --stitching --prefix=assemblage_024119 -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/GF024119.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024119.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024119.jpg" - -# capture n°024120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024120.pto --stitching --prefix=assemblage_024120 -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/GF024120.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024120.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024120.jpg" - -# capture n°024121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024121.pto --stitching --prefix=assemblage_024121 -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/GF024121.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024121.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024121.jpg" - -# capture n°024122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024122.pto --stitching --prefix=assemblage_024122 -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/GF024122.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024122.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024122.jpg" - -# capture n°024123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024123.pto --stitching --prefix=assemblage_024123 -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/GF024123.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024123.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024123.jpg" - -# capture n°024124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024124.pto --stitching --prefix=assemblage_024124 -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/GF024124.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024124.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024124.jpg" - -# capture n°024125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024125.pto --stitching --prefix=assemblage_024125 -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/GF024125.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024125.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024125.jpg" - -# capture n°024126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024126.pto --stitching --prefix=assemblage_024126 -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/GF024126.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024126.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024126.jpg" - -# capture n°024127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024127.pto --stitching --prefix=assemblage_024127 -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/GF024127.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024127.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024127.jpg" - -# capture n°024128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024128.pto --stitching --prefix=assemblage_024128 -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/GF024128.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024128.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024128.jpg" - -# capture n°024129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024129.pto --stitching --prefix=assemblage_024129 -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/GF024129.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024129.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024129.jpg" - -# capture n°024130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024130.pto --stitching --prefix=assemblage_024130 -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/GF024130.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024130.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024130.jpg" - -# capture n°024131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024131.pto --stitching --prefix=assemblage_024131 -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/GF024131.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024131.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024131.jpg" - -# capture n°024132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024132.pto --stitching --prefix=assemblage_024132 -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/GF024132.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024132.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024132.jpg" - -# capture n°024133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024133.pto --stitching --prefix=assemblage_024133 -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/GF024133.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024133.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024133.jpg" - -# capture n°024134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024134.pto --stitching --prefix=assemblage_024134 -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/GF024134.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024134.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024134.jpg" - -# capture n°024135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024135.pto --stitching --prefix=assemblage_024135 -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/GF024135.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024135.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024135.jpg" - -# capture n°024136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024136.pto --stitching --prefix=assemblage_024136 -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/GF024136.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024136.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024136.jpg" - -# capture n°024137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024137.pto --stitching --prefix=assemblage_024137 -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/GF024137.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024137.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024137.jpg" - -# capture n°024138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024138.pto --stitching --prefix=assemblage_024138 -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/GF024138.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024138.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024138.jpg" - -# capture n°024139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024139.pto --stitching --prefix=assemblage_024139 -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/GF024139.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024139.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024139.jpg" - -# capture n°024140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024140.pto --stitching --prefix=assemblage_024140 -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/GF024140.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024140.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024140.jpg" - -# capture n°024141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024141.pto --stitching --prefix=assemblage_024141 -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/GF024141.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024141.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024141.jpg" - -# capture n°024142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024142.pto --stitching --prefix=assemblage_024142 -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/GF024142.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024142.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024142.jpg" - -# capture n°024143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024143.pto --stitching --prefix=assemblage_024143 -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/GF024143.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024143.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024143.jpg" - -# capture n°024144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024144.pto --stitching --prefix=assemblage_024144 -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/GF024144.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024144.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024144.jpg" - -# capture n°024145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024145.pto --stitching --prefix=assemblage_024145 -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/GF024145.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024145.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024145.jpg" - -# capture n°024146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024146.pto --stitching --prefix=assemblage_024146 -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/GF024146.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024146.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024146.jpg" - -# capture n°024147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024147.pto --stitching --prefix=assemblage_024147 -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/GF024147.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024147.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024147.jpg" - -# capture n°024148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024148.pto --stitching --prefix=assemblage_024148 -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/GF024148.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024148.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024148.jpg" - -# capture n°024149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024149.pto --stitching --prefix=assemblage_024149 -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/GF024149.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024149.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024149.jpg" - -# capture n°024150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024150.pto --stitching --prefix=assemblage_024150 -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/GF024150.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024150.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024150.jpg" - -# capture n°024151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024151.pto --stitching --prefix=assemblage_024151 -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/GF024151.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024151.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024151.jpg" - -# capture n°024152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024152.pto --stitching --prefix=assemblage_024152 -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/GF024152.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024152.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024152.jpg" - -# capture n°024153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024153.pto --stitching --prefix=assemblage_024153 -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/GF024153.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024153.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024153.jpg" - -# capture n°024154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024154.pto --stitching --prefix=assemblage_024154 -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/GF024154.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024154.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024154.jpg" - -# capture n°024155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024155.pto --stitching --prefix=assemblage_024155 -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/GF024155.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024155.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024155.jpg" - -# capture n°024156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024156.pto --stitching --prefix=assemblage_024156 -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/GF024156.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024156.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024156.jpg" - -# capture n°024157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024157.pto --stitching --prefix=assemblage_024157 -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/GF024157.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024157.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024157.jpg" - -# capture n°024158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024158.pto --stitching --prefix=assemblage_024158 -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/GF024158.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024158.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024158.jpg" - -# capture n°024159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024159.pto --stitching --prefix=assemblage_024159 -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/GF024159.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024159.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024159.jpg" - -# capture n°024160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024160.pto --stitching --prefix=assemblage_024160 -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/GF024160.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024160.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024160.jpg" - -# capture n°024161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024161.pto --stitching --prefix=assemblage_024161 -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/GF024161.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024161.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024161.jpg" - -# capture n°024162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024162.pto --stitching --prefix=assemblage_024162 -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/GF024162.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024162.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024162.jpg" - -# capture n°024163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024163.pto --stitching --prefix=assemblage_024163 -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/GF024163.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024163.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024163.jpg" - -# capture n°024164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024164.pto --stitching --prefix=assemblage_024164 -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/GF024164.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024164.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024164.jpg" - -# capture n°024165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024165.pto --stitching --prefix=assemblage_024165 -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/GF024165.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024165.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024165.jpg" - -# capture n°024166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024166.pto --stitching --prefix=assemblage_024166 -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/GF024166.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024166.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024166.jpg" - -# capture n°024167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024167.pto --stitching --prefix=assemblage_024167 -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/GF024167.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024167.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024167.jpg" - -# capture n°024168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024168.pto --stitching --prefix=assemblage_024168 -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/GF024168.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024168.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024168.jpg" - -# capture n°024169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024169.pto --stitching --prefix=assemblage_024169 -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/GF024169.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024169.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024169.jpg" - -# capture n°024170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024170.pto --stitching --prefix=assemblage_024170 -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/GF024170.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024170.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024170.jpg" - -# capture n°024171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024171.pto --stitching --prefix=assemblage_024171 -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/GF024171.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024171.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024171.jpg" - -# capture n°024172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024172.pto --stitching --prefix=assemblage_024172 -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/GF024172.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024172.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024172.jpg" - -# capture n°024173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024173.pto --stitching --prefix=assemblage_024173 -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/GF024173.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024173.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024173.jpg" - -# capture n°024174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024174.pto --stitching --prefix=assemblage_024174 -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/GF024174.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024174.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024174.jpg" - -# capture n°024175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024175.pto --stitching --prefix=assemblage_024175 -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/GF024175.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024175.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024175.jpg" - -# capture n°024176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024176.pto --stitching --prefix=assemblage_024176 -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/GF024176.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024176.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024176.jpg" - -# capture n°024177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024177.pto --stitching --prefix=assemblage_024177 -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/GF024177.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024177.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024177.jpg" - -# capture n°024178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024178.pto --stitching --prefix=assemblage_024178 -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/GF024178.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024178.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024178.jpg" - -# capture n°024179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024179.pto --stitching --prefix=assemblage_024179 -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/GF024179.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024179.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024179.jpg" - -# capture n°024180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024180.pto --stitching --prefix=assemblage_024180 -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/GF024180.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024180.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024180.jpg" - -# capture n°024181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024181.pto --stitching --prefix=assemblage_024181 -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/GF024181.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024181.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024181.jpg" - -# capture n°024182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024182.pto --stitching --prefix=assemblage_024182 -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/GF024182.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024182.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024182.jpg" - -# capture n°024183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024183.pto --stitching --prefix=assemblage_024183 -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/GF024183.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024183.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024183.jpg" - -# capture n°024184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024184.pto --stitching --prefix=assemblage_024184 -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/GF024184.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024184.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024184.jpg" - -# capture n°024185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024185.pto --stitching --prefix=assemblage_024185 -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/GF024185.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024185.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024185.jpg" - -# capture n°024186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024186.pto --stitching --prefix=assemblage_024186 -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/GF024186.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024186.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024186.jpg" - -# capture n°024187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024187.pto --stitching --prefix=assemblage_024187 -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/GF024187.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024187.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024187.jpg" - -# capture n°024188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024188.pto --stitching --prefix=assemblage_024188 -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/GF024188.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024188.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024188.jpg" - -# capture n°024189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024189.pto --stitching --prefix=assemblage_024189 -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/GF024189.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024189.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024189.jpg" - -# capture n°024190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024190.pto --stitching --prefix=assemblage_024190 -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/GF024190.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024190.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024190.jpg" - -# capture n°024191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024191.pto --stitching --prefix=assemblage_024191 -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/GF024191.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024191.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024191.jpg" - -# capture n°024192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024192.pto --stitching --prefix=assemblage_024192 -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/GF024192.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024192.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024192.jpg" - -# capture n°024193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024193.pto --stitching --prefix=assemblage_024193 -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/GF024193.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024193.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024193.jpg" - -# capture n°024194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024194.pto --stitching --prefix=assemblage_024194 -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/GF024194.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024194.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024194.jpg" - -# capture n°024195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024195.pto --stitching --prefix=assemblage_024195 -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/GF024195.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024195.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024195.jpg" - -# capture n°024196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024196.pto --stitching --prefix=assemblage_024196 -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/GF024196.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024196.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024196.jpg" - -# capture n°024197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024197.pto --stitching --prefix=assemblage_024197 -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/GF024197.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024197.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024197.jpg" - -# capture n°024198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024198.pto --stitching --prefix=assemblage_024198 -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/GF024198.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024198.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024198.jpg" - -# capture n°024199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024199.pto --stitching --prefix=assemblage_024199 -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/GF024199.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024199.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024199.jpg" - -# capture n°024200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024200.pto --stitching --prefix=assemblage_024200 -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/GF024200.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024200.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024200.jpg" - -# capture n°024201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024201.pto --stitching --prefix=assemblage_024201 -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/GF024201.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024201.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024201.jpg" - -# capture n°024202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024202.pto --stitching --prefix=assemblage_024202 -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/GF024202.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024202.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024202.jpg" - -# capture n°024203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024203.pto --stitching --prefix=assemblage_024203 -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/GF024203.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024203.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024203.jpg" - -# capture n°024204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024204.pto --stitching --prefix=assemblage_024204 -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/GF024204.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024204.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024204.jpg" - -# capture n°024205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024205.pto --stitching --prefix=assemblage_024205 -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/GF024205.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024205.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024205.jpg" - -# capture n°024206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024206.pto --stitching --prefix=assemblage_024206 -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/GF024206.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024206.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024206.jpg" - -# capture n°024207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024207.pto --stitching --prefix=assemblage_024207 -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/GF024207.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024207.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024207.jpg" - -# capture n°024208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024208.pto --stitching --prefix=assemblage_024208 -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/GF024208.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024208.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024208.jpg" - -# capture n°024209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024209.pto --stitching --prefix=assemblage_024209 -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/GF024209.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024209.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024209.jpg" - -# capture n°024210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024210.pto --stitching --prefix=assemblage_024210 -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/GF024210.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024210.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024210.jpg" - -# capture n°024211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024211.pto --stitching --prefix=assemblage_024211 -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/GF024211.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024211.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024211.jpg" - -# capture n°024212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024212.pto --stitching --prefix=assemblage_024212 -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/GF024212.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024212.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024212.jpg" - -# capture n°024213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024213.pto --stitching --prefix=assemblage_024213 -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/GF024213.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024213.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024213.jpg" - -# capture n°024214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024214.pto --stitching --prefix=assemblage_024214 -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/GF024214.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024214.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024214.jpg" - -# capture n°024215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024215.pto --stitching --prefix=assemblage_024215 -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/GF024215.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024215.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024215.jpg" - -# capture n°024216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024216.pto --stitching --prefix=assemblage_024216 -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/GF024216.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024216.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024216.jpg" - -# capture n°024217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024217.pto --stitching --prefix=assemblage_024217 -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/GF024217.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024217.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024217.jpg" - -# capture n°024218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024218.pto --stitching --prefix=assemblage_024218 -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/GF024218.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024218.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024218.jpg" - -# capture n°024219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024219.pto --stitching --prefix=assemblage_024219 -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/GF024219.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024219.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024219.jpg" - -# capture n°024220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024220.pto --stitching --prefix=assemblage_024220 -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/GF024220.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024220.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024220.jpg" - -# capture n°024221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024221.pto --stitching --prefix=assemblage_024221 -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/GF024221.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024221.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024221.jpg" - -# capture n°024222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024222.pto --stitching --prefix=assemblage_024222 -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/GF024222.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024222.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024222.jpg" - -# capture n°024223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024223.pto --stitching --prefix=assemblage_024223 -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/GF024223.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024223.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024223.jpg" - -# capture n°024224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024224.pto --stitching --prefix=assemblage_024224 -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/GF024224.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024224.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024224.jpg" - -# capture n°024225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024225.pto --stitching --prefix=assemblage_024225 -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/GF024225.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024225.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024225.jpg" - -# capture n°024226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024226.pto --stitching --prefix=assemblage_024226 -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/GF024226.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024226.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024226.jpg" - -# capture n°024227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024227.pto --stitching --prefix=assemblage_024227 -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/GF024227.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024227.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024227.jpg" - -# capture n°024228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024228.pto --stitching --prefix=assemblage_024228 -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/GF024228.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024228.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024228.jpg" - -# capture n°024229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024229.pto --stitching --prefix=assemblage_024229 -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/GF024229.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024229.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024229.jpg" - -# capture n°024230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024230.pto --stitching --prefix=assemblage_024230 -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/GF024230.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024230.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024230.jpg" - -# capture n°024231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024231.pto --stitching --prefix=assemblage_024231 -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/GF024231.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024231.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024231.jpg" - -# capture n°024232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024232.pto --stitching --prefix=assemblage_024232 -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/GF024232.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024232.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024232.jpg" - -# capture n°024233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024233.pto --stitching --prefix=assemblage_024233 -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/GF024233.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024233.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024233.jpg" - -# capture n°024234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024234.pto --stitching --prefix=assemblage_024234 -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/GF024234.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024234.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024234.jpg" - -# capture n°024235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024235.pto --stitching --prefix=assemblage_024235 -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/GF024235.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024235.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024235.jpg" - -# capture n°024236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024236.pto --stitching --prefix=assemblage_024236 -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/GF024236.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024236.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024236.jpg" - -# capture n°024237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024237.pto --stitching --prefix=assemblage_024237 -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/GF024237.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024237.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024237.jpg" - -# capture n°024238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024238.pto --stitching --prefix=assemblage_024238 -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/GF024238.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024238.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024238.jpg" - -# capture n°024239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024239.pto --stitching --prefix=assemblage_024239 -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/GF024239.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024239.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024239.jpg" - -# capture n°024240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024240.pto --stitching --prefix=assemblage_024240 -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/GF024240.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024240.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024240.jpg" - -# capture n°024241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024241.pto --stitching --prefix=assemblage_024241 -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/GF024241.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024241.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024241.jpg" - -# capture n°024242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024242.pto --stitching --prefix=assemblage_024242 -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/GF024242.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024242.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024242.jpg" - -# capture n°024243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024243.pto --stitching --prefix=assemblage_024243 -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/GF024243.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024243.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024243.jpg" - -# capture n°024244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024244.pto --stitching --prefix=assemblage_024244 -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/GF024244.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024244.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024244.jpg" - -# capture n°024245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024245.pto --stitching --prefix=assemblage_024245 -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/GF024245.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024245.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024245.jpg" - -# capture n°024246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024246.pto --stitching --prefix=assemblage_024246 -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/GF024246.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024246.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024246.jpg" - -# capture n°024247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024247.pto --stitching --prefix=assemblage_024247 -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/GF024247.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024247.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024247.jpg" - -# capture n°024248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024248.pto --stitching --prefix=assemblage_024248 -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/GF024248.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024248.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024248.jpg" - -# capture n°024249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024249.pto --stitching --prefix=assemblage_024249 -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/GF024249.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024249.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024249.jpg" - -# capture n°024250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024250.pto --stitching --prefix=assemblage_024250 -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/GF024250.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024250.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024250.jpg" - -# capture n°024251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024251.pto --stitching --prefix=assemblage_024251 -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/GF024251.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024251.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024251.jpg" - -# capture n°024252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024252.pto --stitching --prefix=assemblage_024252 -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/GF024252.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024252.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024252.jpg" - -# capture n°024253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024253.pto --stitching --prefix=assemblage_024253 -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/GF024253.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024253.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024253.jpg" - -# capture n°024254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024254.pto --stitching --prefix=assemblage_024254 -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/GF024254.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024254.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024254.jpg" - -# capture n°024255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024255.pto --stitching --prefix=assemblage_024255 -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/GF024255.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024255.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024255.jpg" - -# capture n°024256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024256.pto --stitching --prefix=assemblage_024256 -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/GF024256.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024256.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024256.jpg" - -# capture n°024257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024257.pto --stitching --prefix=assemblage_024257 -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/GF024257.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024257.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024257.jpg" - -# capture n°024258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024258.pto --stitching --prefix=assemblage_024258 -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/GF024258.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024258.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024258.jpg" - -# capture n°024259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024259.pto --stitching --prefix=assemblage_024259 -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/GF024259.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024259.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024259.jpg" - -# capture n°024260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024260.pto --stitching --prefix=assemblage_024260 -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/GF024260.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024260.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024260.jpg" - -# capture n°024261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024261.pto --stitching --prefix=assemblage_024261 -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/GF024261.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024261.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024261.jpg" - -# capture n°024262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024262.pto --stitching --prefix=assemblage_024262 -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/GF024262.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024262.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024262.jpg" - -# capture n°024263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024263.pto --stitching --prefix=assemblage_024263 -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/GF024263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024263.jpg" - -# capture n°024264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024264.pto --stitching --prefix=assemblage_024264 -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/GF024264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024264.jpg" - -# capture n°024265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024265.pto --stitching --prefix=assemblage_024265 -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/GF024265.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024265.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024265.jpg" - -# capture n°024266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024266.pto --stitching --prefix=assemblage_024266 -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/GF024266.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024266.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024266.jpg" - -# capture n°024267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024267.pto --stitching --prefix=assemblage_024267 -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/GF024267.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024267.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024267.jpg" - -# capture n°024268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024268.pto --stitching --prefix=assemblage_024268 -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/GF024268.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024268.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024268.jpg" - -# capture n°024269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024269.pto --stitching --prefix=assemblage_024269 -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/GF024269.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024269.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024269.jpg" - -# capture n°024270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024270.pto --stitching --prefix=assemblage_024270 -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/GF024270.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024270.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024270.jpg" - -# capture n°024271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024271.pto --stitching --prefix=assemblage_024271 -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/GF024271.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024271.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024271.jpg" - -# capture n°024272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024272.pto --stitching --prefix=assemblage_024272 -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/GF024272.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024272.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024272.jpg" - -# capture n°024273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024273.pto --stitching --prefix=assemblage_024273 -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/GF024273.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024273.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024273.jpg" - -# capture n°024274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024274.pto --stitching --prefix=assemblage_024274 -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/GF024274.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024274.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024274.jpg" - -# capture n°024275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024275.pto --stitching --prefix=assemblage_024275 -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/GF024275.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024275.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024275.jpg" - -# capture n°024276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024276.pto --stitching --prefix=assemblage_024276 -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/GF024276.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024276.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024276.jpg" - -# capture n°024277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024277.pto --stitching --prefix=assemblage_024277 -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/GF024277.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024277.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024277.jpg" - -# capture n°024278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024278.pto --stitching --prefix=assemblage_024278 -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/GF024278.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024278.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024278.jpg" - -# capture n°024279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024279.pto --stitching --prefix=assemblage_024279 -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/GF024279.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024279.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024279.jpg" - -# capture n°024280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024280.pto --stitching --prefix=assemblage_024280 -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/GF024280.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024280.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024280.jpg" - -# capture n°024281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024281.pto --stitching --prefix=assemblage_024281 -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/GF024281.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024281.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024281.jpg" - -# capture n°024282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024282.pto --stitching --prefix=assemblage_024282 -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/GF024282.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024282.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024282.jpg" - -# capture n°024283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024283.pto --stitching --prefix=assemblage_024283 -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/GF024283.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024283.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024283.jpg" - -# capture n°024284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024284.pto --stitching --prefix=assemblage_024284 -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/GF024284.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024284.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024284.jpg" - -# capture n°024285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024285.pto --stitching --prefix=assemblage_024285 -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/GF024285.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024285.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024285.jpg" - -# capture n°024286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024286.pto --stitching --prefix=assemblage_024286 -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/GF024286.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024286.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024286.jpg" - -# capture n°024287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024287.pto --stitching --prefix=assemblage_024287 -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/GF024287.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024287.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024287.jpg" - -# capture n°024288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024288.pto --stitching --prefix=assemblage_024288 -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/GF024288.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024288.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024288.jpg" - -# capture n°024289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024289.pto --stitching --prefix=assemblage_024289 -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/GF024289.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024289.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024289.jpg" - -# capture n°024290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024290.pto --stitching --prefix=assemblage_024290 -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/GF024290.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024290.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024290.jpg" - -# capture n°024291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024291.pto --stitching --prefix=assemblage_024291 -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/GF024291.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024291.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024291.jpg" - -# capture n°024292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024292.pto --stitching --prefix=assemblage_024292 -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/GF024292.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024292.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024292.jpg" - -# capture n°024293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024293.pto --stitching --prefix=assemblage_024293 -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/GF024293.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024293.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024293.jpg" - -# capture n°024294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024294.pto --stitching --prefix=assemblage_024294 -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/GF024294.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024294.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024294.jpg" - -# capture n°024295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024295.pto --stitching --prefix=assemblage_024295 -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/GF024295.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024295.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024295.jpg" - -# capture n°024296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024296.pto --stitching --prefix=assemblage_024296 -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/GF024296.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024296.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024296.jpg" - -# capture n°024297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024297.pto --stitching --prefix=assemblage_024297 -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/GF024297.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024297.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024297.jpg" - -# capture n°024298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024298.pto --stitching --prefix=assemblage_024298 -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/GF024298.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024298.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024298.jpg" - -# capture n°024299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024299.pto --stitching --prefix=assemblage_024299 -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/GF024299.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024299.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024299.jpg" - -# capture n°024300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024300.pto --stitching --prefix=assemblage_024300 -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/GF024300.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024300.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024300.jpg" - -# capture n°024301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024301.pto --stitching --prefix=assemblage_024301 -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/GF024301.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024301.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024301.jpg" - -# capture n°024302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024302.pto --stitching --prefix=assemblage_024302 -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/GF024302.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024302.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024302.jpg" - -# capture n°024303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024303.pto --stitching --prefix=assemblage_024303 -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/GF024303.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024303.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024303.jpg" - -# capture n°024304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024304.pto --stitching --prefix=assemblage_024304 -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/GF024304.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024304.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024304.jpg" - -# capture n°024305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024305.pto --stitching --prefix=assemblage_024305 -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/GF024305.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024305.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024305.jpg" - -# capture n°024306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024306.pto --stitching --prefix=assemblage_024306 -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/GF024306.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024306.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024306.jpg" - -# capture n°024307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024307.pto --stitching --prefix=assemblage_024307 -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/GF024307.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024307.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024307.jpg" - -# capture n°024308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024308.pto --stitching --prefix=assemblage_024308 -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/GF024308.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024308.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024308.jpg" - -# capture n°024309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024309.pto --stitching --prefix=assemblage_024309 -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/GF024309.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024309.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024309.jpg" - -# capture n°024310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024310.pto --stitching --prefix=assemblage_024310 -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/GF024310.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024310.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024310.jpg" - -# capture n°024311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024311.pto --stitching --prefix=assemblage_024311 -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/GF024311.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024311.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024311.jpg" - -# capture n°024312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024312.pto --stitching --prefix=assemblage_024312 -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/GF024312.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024312.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024312.jpg" - -# capture n°024313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024313.pto --stitching --prefix=assemblage_024313 -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/GF024313.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024313.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024313.jpg" - -# capture n°024314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024314.pto --stitching --prefix=assemblage_024314 -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/GF024314.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024314.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024314.jpg" - -# capture n°024315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024315.pto --stitching --prefix=assemblage_024315 -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/GF024315.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024315.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024315.jpg" - -# capture n°024316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024316.pto --stitching --prefix=assemblage_024316 -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/GF024316.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024316.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024316.jpg" - -# capture n°024317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024317.pto --stitching --prefix=assemblage_024317 -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/GF024317.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024317.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024317.jpg" - -# capture n°024318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024318.pto --stitching --prefix=assemblage_024318 -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/GF024318.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024318.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024318.jpg" - -# capture n°024319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024319.pto --stitching --prefix=assemblage_024319 -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/GF024319.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024319.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024319.jpg" - -# capture n°024320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024320.pto --stitching --prefix=assemblage_024320 -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/GF024320.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024320.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024320.jpg" - -# capture n°024321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024321.pto --stitching --prefix=assemblage_024321 -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/GF024321.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024321.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024321.jpg" - -# capture n°024322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024322.pto --stitching --prefix=assemblage_024322 -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/GF024322.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024322.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024322.jpg" - -# capture n°024323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024323.pto --stitching --prefix=assemblage_024323 -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/GF024323.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024323.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024323.jpg" - -# capture n°024324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024324.pto --stitching --prefix=assemblage_024324 -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/GF024324.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024324.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024324.jpg" - -# capture n°024325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024325.pto --stitching --prefix=assemblage_024325 -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/GF024325.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024325.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024325.jpg" - -# capture n°024326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024326.pto --stitching --prefix=assemblage_024326 -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/GF024326.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024326.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024326.jpg" - -# capture n°024327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024327.pto --stitching --prefix=assemblage_024327 -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/GF024327.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024327.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024327.jpg" - -# capture n°024328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024328.pto --stitching --prefix=assemblage_024328 -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/GF024328.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024328.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024328.jpg" - -# capture n°024329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024329.pto --stitching --prefix=assemblage_024329 -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/GF024329.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024329.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024329.jpg" - -# capture n°024330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024330.pto --stitching --prefix=assemblage_024330 -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/GF024330.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024330.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024330.jpg" - -# capture n°024331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024331.pto --stitching --prefix=assemblage_024331 -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/GF024331.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024331.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024331.jpg" - -# capture n°024332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024332.pto --stitching --prefix=assemblage_024332 -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/GF024332.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024332.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024332.jpg" - -# capture n°024333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024333.pto --stitching --prefix=assemblage_024333 -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/GF024333.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024333.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024333.jpg" - -# capture n°024334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024334.pto --stitching --prefix=assemblage_024334 -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/GF024334.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024334.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024334.jpg" - -# capture n°024335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024335.pto --stitching --prefix=assemblage_024335 -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/GF024335.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024335.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024335.jpg" - -# capture n°024336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024336.pto --stitching --prefix=assemblage_024336 -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/GF024336.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024336.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024336.jpg" - -# capture n°024337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024337.pto --stitching --prefix=assemblage_024337 -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/GF024337.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024337.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024337.jpg" - -# capture n°024338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024338.pto --stitching --prefix=assemblage_024338 -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/GF024338.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024338.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024338.jpg" - -# capture n°024339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024339.pto --stitching --prefix=assemblage_024339 -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/GF024339.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024339.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024339.jpg" - -# capture n°024340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024340.pto --stitching --prefix=assemblage_024340 -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/GF024340.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024340.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024340.jpg" - -# capture n°024341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024341.pto --stitching --prefix=assemblage_024341 -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/GF024341.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024341.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024341.jpg" - -# capture n°024342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024342.pto --stitching --prefix=assemblage_024342 -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/GF024342.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024342.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024342.jpg" - -# capture n°024343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024343.pto --stitching --prefix=assemblage_024343 -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/GF024343.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024343.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024343.jpg" - -# capture n°024344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024344.pto --stitching --prefix=assemblage_024344 -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/GF024344.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024344.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024344.jpg" - -# capture n°024345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024345.pto --stitching --prefix=assemblage_024345 -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/GF024345.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024345.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024345.jpg" - -# capture n°024346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024346.pto --stitching --prefix=assemblage_024346 -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/GF024346.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024346.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024346.jpg" - -# capture n°024347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024347.pto --stitching --prefix=assemblage_024347 -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/GF024347.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024347.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024347.jpg" - -# capture n°024348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024348.pto --stitching --prefix=assemblage_024348 -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/GF024348.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024348.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024348.jpg" - -# capture n°024349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024349.pto --stitching --prefix=assemblage_024349 -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/GF024349.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024349.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024349.jpg" - -# capture n°024350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024350.pto --stitching --prefix=assemblage_024350 -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/GF024350.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024350.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024350.jpg" - -# capture n°024351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024351.pto --stitching --prefix=assemblage_024351 -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/GF024351.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024351.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024351.jpg" - -# capture n°024352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024352.pto --stitching --prefix=assemblage_024352 -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/GF024352.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024352.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024352.jpg" - -# capture n°024353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024353.pto --stitching --prefix=assemblage_024353 -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/GF024353.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024353.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024353.jpg" - -# capture n°024354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024354.pto --stitching --prefix=assemblage_024354 -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/GF024354.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024354.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024354.jpg" - -# capture n°024355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024355.pto --stitching --prefix=assemblage_024355 -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/GF024355.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024355.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024355.jpg" - -# capture n°024356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024356.pto --stitching --prefix=assemblage_024356 -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/GF024356.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024356.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024356.jpg" - -# capture n°024357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024357.pto --stitching --prefix=assemblage_024357 -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/GF024357.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024357.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024357.jpg" - -# capture n°024358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024358.pto --stitching --prefix=assemblage_024358 -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/GF024358.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024358.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024358.jpg" - -# capture n°024359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024359.pto --stitching --prefix=assemblage_024359 -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/GF024359.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024359.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024359.jpg" - -# capture n°024360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024360.pto --stitching --prefix=assemblage_024360 -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/GF024360.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024360.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024360.jpg" - -# capture n°024361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024361.pto --stitching --prefix=assemblage_024361 -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/GF024361.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024361.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024361.jpg" - -# capture n°024362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024362.pto --stitching --prefix=assemblage_024362 -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/GF024362.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024362.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024362.jpg" - -# capture n°024363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024363.pto --stitching --prefix=assemblage_024363 -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/GF024363.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024363.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024363.jpg" - -# capture n°024364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024364.pto --stitching --prefix=assemblage_024364 -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/GF024364.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024364.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024364.jpg" - -# capture n°024365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024365.pto --stitching --prefix=assemblage_024365 -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/GF024365.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024365.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024365.jpg" - -# capture n°024366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024366.pto --stitching --prefix=assemblage_024366 -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/GF024366.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024366.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024366.jpg" - -# capture n°024367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024367.pto --stitching --prefix=assemblage_024367 -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/GF024367.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024367.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024367.jpg" - -# capture n°024368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024368.pto --stitching --prefix=assemblage_024368 -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/GF024368.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024368.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024368.jpg" - -# capture n°024369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024369.pto --stitching --prefix=assemblage_024369 -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/GF024369.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024369.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024369.jpg" - -# capture n°024370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024370.pto --stitching --prefix=assemblage_024370 -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/GF024370.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024370.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024370.jpg" - -# capture n°024371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024371.pto --stitching --prefix=assemblage_024371 -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/GF024371.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024371.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024371.jpg" - -# capture n°024372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024372.pto --stitching --prefix=assemblage_024372 -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/GF024372.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024372.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024372.jpg" - -# capture n°024373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024373.pto --stitching --prefix=assemblage_024373 -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/GF024373.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024373.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024373.jpg" - -# capture n°024374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024374.pto --stitching --prefix=assemblage_024374 -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/GF024374.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024374.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024374.jpg" - -# capture n°024375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024375.pto --stitching --prefix=assemblage_024375 -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/GF024375.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024375.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024375.jpg" - -# capture n°024376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024376.pto --stitching --prefix=assemblage_024376 -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/GF024376.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024376.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024376.jpg" - -# capture n°024377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024377.pto --stitching --prefix=assemblage_024377 -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/GF024377.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024377.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024377.jpg" - -# capture n°024378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024378.pto --stitching --prefix=assemblage_024378 -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/GF024378.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024378.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024378.jpg" - -# capture n°024379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024379.pto --stitching --prefix=assemblage_024379 -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/GF024379.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024379.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024379.jpg" - -# capture n°024380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024380.pto --stitching --prefix=assemblage_024380 -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/GF024380.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024380.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024380.jpg" - -# capture n°024381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024381.pto --stitching --prefix=assemblage_024381 -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/GF024381.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024381.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024381.jpg" - -# capture n°024382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024382.pto --stitching --prefix=assemblage_024382 -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/GF024382.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024382.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024382.jpg" - -# capture n°024383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024383.pto --stitching --prefix=assemblage_024383 -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/GF024383.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024383.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024383.jpg" - -# capture n°024384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024384.pto --stitching --prefix=assemblage_024384 -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/GF024384.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024384.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024384.jpg" - -# capture n°024385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024385.pto --stitching --prefix=assemblage_024385 -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/GF024385.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024385.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024385.jpg" - -# capture n°024386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024386.pto --stitching --prefix=assemblage_024386 -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/GF024386.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024386.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024386.jpg" - -# capture n°024387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024387.pto --stitching --prefix=assemblage_024387 -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/GF024387.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024387.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024387.jpg" - -# capture n°024388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024388.pto --stitching --prefix=assemblage_024388 -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/GF024388.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024388.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024388.jpg" - -# capture n°024389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024389.pto --stitching --prefix=assemblage_024389 -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/GF024389.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024389.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024389.jpg" - -# capture n°024390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024390.pto --stitching --prefix=assemblage_024390 -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/GF024390.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024390.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024390.jpg" - -# capture n°024391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024391.pto --stitching --prefix=assemblage_024391 -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/GF024391.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024391.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024391.jpg" - -# capture n°024392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024392.pto --stitching --prefix=assemblage_024392 -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/GF024392.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024392.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024392.jpg" - -# capture n°024393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024393.pto --stitching --prefix=assemblage_024393 -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/GF024393.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024393.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024393.jpg" - -# capture n°024394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024394.pto --stitching --prefix=assemblage_024394 -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/GF024394.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024394.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024394.jpg" - -# capture n°024395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024395.pto --stitching --prefix=assemblage_024395 -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/GF024395.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024395.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024395.jpg" - -# capture n°024396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024396.pto --stitching --prefix=assemblage_024396 -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/GF024396.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024396.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024396.jpg" - -# capture n°024397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024397.pto --stitching --prefix=assemblage_024397 -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/GF024397.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024397.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024397.jpg" - -# capture n°024398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024398.pto --stitching --prefix=assemblage_024398 -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/GF024398.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024398.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024398.jpg" - -# capture n°024399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024399.pto --stitching --prefix=assemblage_024399 -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/GF024399.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024399.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024399.jpg" - -# capture n°024400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024400.pto --stitching --prefix=assemblage_024400 -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/GF024400.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024400.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024400.jpg" - -# capture n°024401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024401.pto --stitching --prefix=assemblage_024401 -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/GF024401.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024401.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024401.jpg" - -# capture n°024402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024402.pto --stitching --prefix=assemblage_024402 -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/GF024402.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024402.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024402.jpg" - -# capture n°024403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024403.pto --stitching --prefix=assemblage_024403 -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/GF024403.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024403.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024403.jpg" - -# capture n°024404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024404.pto --stitching --prefix=assemblage_024404 -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/GF024404.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024404.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024404.jpg" - -# capture n°024405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024405.pto --stitching --prefix=assemblage_024405 -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/GF024405.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024405.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024405.jpg" - -# capture n°024406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024406.pto --stitching --prefix=assemblage_024406 -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/GF024406.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024406.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024406.jpg" - -# capture n°024407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024407.pto --stitching --prefix=assemblage_024407 -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/GF024407.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024407.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024407.jpg" - -# capture n°024408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024408.pto --stitching --prefix=assemblage_024408 -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/GF024408.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024408.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024408.jpg" - -# capture n°024409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024409.pto --stitching --prefix=assemblage_024409 -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/GF024409.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024409.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024409.jpg" - -# capture n°024410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024410.pto --stitching --prefix=assemblage_024410 -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/GF024410.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024410.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024410.jpg" - -# capture n°024411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024411.pto --stitching --prefix=assemblage_024411 -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/GF024411.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024411.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024411.jpg" - -# capture n°024412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024412.pto --stitching --prefix=assemblage_024412 -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/GF024412.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024412.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024412.jpg" - -# capture n°024413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024413.pto --stitching --prefix=assemblage_024413 -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/GF024413.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024413.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024413.jpg" - -# capture n°024414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024414.pto --stitching --prefix=assemblage_024414 -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/GF024414.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024414.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024414.jpg" - -# capture n°024415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024415.pto --stitching --prefix=assemblage_024415 -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/GF024415.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024415.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024415.jpg" - -# capture n°024416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024416.pto --stitching --prefix=assemblage_024416 -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/GF024416.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024416.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024416.jpg" - -# capture n°024417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024417.pto --stitching --prefix=assemblage_024417 -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/GF024417.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024417.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024417.jpg" - -# capture n°024418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024418.pto --stitching --prefix=assemblage_024418 -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/GF024418.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024418.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024418.jpg" - -# capture n°024419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024419.pto --stitching --prefix=assemblage_024419 -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/GF024419.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024419.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024419.jpg" - -# capture n°024420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024420.pto --stitching --prefix=assemblage_024420 -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/GF024420.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024420.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024420.jpg" - -# capture n°024421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024421.pto --stitching --prefix=assemblage_024421 -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/GF024421.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024421.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024421.jpg" - -# capture n°024422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024422.pto --stitching --prefix=assemblage_024422 -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/GF024422.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024422.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024422.jpg" - -# capture n°024423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024423.pto --stitching --prefix=assemblage_024423 -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/GF024423.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024423.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024423.jpg" - -# capture n°024424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024424.pto --stitching --prefix=assemblage_024424 -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/GF024424.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024424.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024424.jpg" - -# capture n°024425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024425.pto --stitching --prefix=assemblage_024425 -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/GF024425.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024425.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024425.jpg" - -# capture n°024426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024426.pto --stitching --prefix=assemblage_024426 -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/GF024426.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024426.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024426.jpg" - -# capture n°024427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024427.pto --stitching --prefix=assemblage_024427 -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/GF024427.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024427.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024427.jpg" - -# capture n°024428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024428.pto --stitching --prefix=assemblage_024428 -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/GF024428.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024428.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024428.jpg" - -# capture n°024429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024429.pto --stitching --prefix=assemblage_024429 -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/GF024429.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024429.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024429.jpg" - -# capture n°024430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024430.pto --stitching --prefix=assemblage_024430 -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/GF024430.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024430.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024430.jpg" - -# capture n°024431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024431.pto --stitching --prefix=assemblage_024431 -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/GF024431.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024431.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024431.jpg" - -# capture n°024432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024432.pto --stitching --prefix=assemblage_024432 -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/GF024432.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024432.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024432.jpg" - -# capture n°024433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024433.pto --stitching --prefix=assemblage_024433 -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/GF024433.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024433.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024433.jpg" - -# capture n°024434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024434.pto --stitching --prefix=assemblage_024434 -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/GF024434.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024434.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024434.jpg" - -# capture n°024435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024435.pto --stitching --prefix=assemblage_024435 -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/GF024435.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024435.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024435.jpg" - -# capture n°024436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024436.pto --stitching --prefix=assemblage_024436 -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/GF024436.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024436.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024436.jpg" - -# capture n°024437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024437.pto --stitching --prefix=assemblage_024437 -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/GF024437.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024437.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024437.jpg" - -# capture n°024438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024438.pto --stitching --prefix=assemblage_024438 -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/GF024438.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024438.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024438.jpg" - -# capture n°024439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024439.pto --stitching --prefix=assemblage_024439 -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/GF024439.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024439.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024439.jpg" - -# capture n°024440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024440.pto --stitching --prefix=assemblage_024440 -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/GF024440.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024440.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024440.jpg" - -# capture n°024441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024441.pto --stitching --prefix=assemblage_024441 -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/GF024441.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024441.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024441.jpg" - -# capture n°024442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024442.pto --stitching --prefix=assemblage_024442 -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/GF024442.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024442.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024442.jpg" - -# capture n°024443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024443.pto --stitching --prefix=assemblage_024443 -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/GF024443.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024443.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024443.jpg" - -# capture n°024444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024444.pto --stitching --prefix=assemblage_024444 -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/GF024444.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024444.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024444.jpg" - -# capture n°024445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024445.pto --stitching --prefix=assemblage_024445 -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/GF024445.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024445.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024445.jpg" - -# capture n°024446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024446.pto --stitching --prefix=assemblage_024446 -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/GF024446.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024446.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024446.jpg" - -# capture n°024447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024447.pto --stitching --prefix=assemblage_024447 -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/GF024447.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024447.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024447.jpg" - -# capture n°024448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024448.pto --stitching --prefix=assemblage_024448 -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/GF024448.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024448.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024448.jpg" - -# capture n°024449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024449.pto --stitching --prefix=assemblage_024449 -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/GF024449.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024449.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024449.jpg" - -# capture n°024450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024450.pto --stitching --prefix=assemblage_024450 -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/GF024450.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024450.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024450.jpg" - -# capture n°024451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024451.pto --stitching --prefix=assemblage_024451 -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/GF024451.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024451.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024451.jpg" - -# capture n°024452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024452.pto --stitching --prefix=assemblage_024452 -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/GF024452.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024452.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024452.jpg" - -# capture n°024453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024453.pto --stitching --prefix=assemblage_024453 -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/GF024453.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024453.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024453.jpg" - -# capture n°024454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024454.pto --stitching --prefix=assemblage_024454 -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/GF024454.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024454.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024454.jpg" - -# capture n°024455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024455.pto --stitching --prefix=assemblage_024455 -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/GF024455.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024455.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024455.jpg" - -# capture n°024456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024456.pto --stitching --prefix=assemblage_024456 -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/GF024456.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024456.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024456.jpg" - -# capture n°024457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024457.pto --stitching --prefix=assemblage_024457 -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/GF024457.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024457.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024457.jpg" - -# capture n°024458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024458.pto --stitching --prefix=assemblage_024458 -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/GF024458.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024458.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024458.jpg" - -# capture n°024459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024459.pto --stitching --prefix=assemblage_024459 -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/GF024459.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024459.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024459.jpg" - -# capture n°024460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024460.pto --stitching --prefix=assemblage_024460 -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/GF024460.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024460.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024460.jpg" - -# capture n°024461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024461.pto --stitching --prefix=assemblage_024461 -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/GF024461.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024461.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024461.jpg" - -# capture n°024462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024462.pto --stitching --prefix=assemblage_024462 -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/GF024462.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024462.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024462.jpg" - -# capture n°024463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024463.pto --stitching --prefix=assemblage_024463 -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/GF024463.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024463.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024463.jpg" - -# capture n°024464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024464.pto --stitching --prefix=assemblage_024464 -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/GF024464.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024464.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024464.jpg" - -# capture n°024465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024465.pto --stitching --prefix=assemblage_024465 -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/GF024465.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024465.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024465.jpg" - -# capture n°024466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024466.pto --stitching --prefix=assemblage_024466 -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/GF024466.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024466.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024466.jpg" - -# capture n°024467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024467.pto --stitching --prefix=assemblage_024467 -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/GF024467.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024467.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024467.jpg" - -# capture n°024468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024468.pto --stitching --prefix=assemblage_024468 -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/GF024468.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024468.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024468.jpg" - -# capture n°024469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024469.pto --stitching --prefix=assemblage_024469 -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/GF024469.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024469.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024469.jpg" - -# capture n°024470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024470.pto --stitching --prefix=assemblage_024470 -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/GF024470.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024470.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024470.jpg" - -# capture n°024471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024471.pto --stitching --prefix=assemblage_024471 -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/GF024471.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024471.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024471.jpg" - -# capture n°024472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024472.pto --stitching --prefix=assemblage_024472 -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/GF024472.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024472.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024472.jpg" - -# capture n°024473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024473.pto --stitching --prefix=assemblage_024473 -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/GF024473.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024473.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024473.jpg" - -# capture n°024474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024474.pto --stitching --prefix=assemblage_024474 -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/GF024474.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024474.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024474.jpg" - -# capture n°024475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024475.pto --stitching --prefix=assemblage_024475 -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/GF024475.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024475.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024475.jpg" - -# capture n°024476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024476.pto --stitching --prefix=assemblage_024476 -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/GF024476.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024476.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024476.jpg" - -# capture n°024477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024477.pto --stitching --prefix=assemblage_024477 -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/GF024477.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024477.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024477.jpg" - -# capture n°024478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024478.pto --stitching --prefix=assemblage_024478 -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/GF024478.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024478.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024478.jpg" - -# capture n°024479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024479.pto --stitching --prefix=assemblage_024479 -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/GF024479.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024479.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024479.jpg" - -# capture n°024480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024480.pto --stitching --prefix=assemblage_024480 -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/GF024480.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024480.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024480.jpg" - -# capture n°024481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024481.pto --stitching --prefix=assemblage_024481 -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/GF024481.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024481.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024481.jpg" - -# capture n°024482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024482.pto --stitching --prefix=assemblage_024482 -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/GF024482.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024482.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024482.jpg" - -# capture n°024483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024483.pto --stitching --prefix=assemblage_024483 -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/GF024483.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024483.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024483.jpg" - -# capture n°024484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024484.pto --stitching --prefix=assemblage_024484 -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/GF024484.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024484.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024484.jpg" - -# capture n°024485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024485.pto --stitching --prefix=assemblage_024485 -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/GF024485.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024485.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024485.jpg" - -# capture n°024486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024486.pto --stitching --prefix=assemblage_024486 -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/GF024486.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024486.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024486.jpg" - -# capture n°024487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024487.pto --stitching --prefix=assemblage_024487 -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/GF024487.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024487.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024487.jpg" - -# capture n°024488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024488.pto --stitching --prefix=assemblage_024488 -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/GF024488.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024488.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024488.jpg" - -# capture n°024489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024489.pto --stitching --prefix=assemblage_024489 -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/GF024489.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024489.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024489.jpg" - -# capture n°024490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024490.pto --stitching --prefix=assemblage_024490 -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/GF024490.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024490.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024490.jpg" - -# capture n°024491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024491.pto --stitching --prefix=assemblage_024491 -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/GF024491.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024491.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024491.jpg" - -# capture n°024492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024492.pto --stitching --prefix=assemblage_024492 -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/GF024492.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024492.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024492.jpg" - -# capture n°024493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024493.pto --stitching --prefix=assemblage_024493 -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/GF024493.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024493.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024493.jpg" - -# capture n°024494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024494.pto --stitching --prefix=assemblage_024494 -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/GF024494.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024494.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024494.jpg" - -# capture n°024495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024495.pto --stitching --prefix=assemblage_024495 -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/GF024495.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024495.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024495.jpg" - -# capture n°024496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024496.pto --stitching --prefix=assemblage_024496 -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/GF024496.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024496.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024496.jpg" - -# capture n°024497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024497.pto --stitching --prefix=assemblage_024497 -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/GF024497.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024497.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024497.jpg" - -# capture n°024498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024498.pto --stitching --prefix=assemblage_024498 -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/GF024498.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024498.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024498.jpg" - -# capture n°024499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024499.pto --stitching --prefix=assemblage_024499 -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/GF024499.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024499.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024499.jpg" - -# capture n°024500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024500.pto --stitching --prefix=assemblage_024500 -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/GF024500.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024500.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024500.jpg" - -# capture n°024501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024501.pto --stitching --prefix=assemblage_024501 -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/GF024501.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024501.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024501.jpg" - -# capture n°024502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024502.pto --stitching --prefix=assemblage_024502 -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/GF024502.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024502.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024502.jpg" - -# capture n°024503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024503.pto --stitching --prefix=assemblage_024503 -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/GF024503.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024503.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024503.jpg" - -# capture n°024504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024504.pto --stitching --prefix=assemblage_024504 -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/GF024504.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024504.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024504.jpg" - -# capture n°024505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024505.pto --stitching --prefix=assemblage_024505 -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/GF024505.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024505.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024505.jpg" - -# capture n°024506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_024506.pto --stitching --prefix=assemblage_024506 -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/GF024506.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024506.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_024506.jpg" \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto/merging_15506.pto b/hugin-gopro-fusion/output_pto/merging_15506.pto deleted file mode 100644 index 70436206..00000000 --- a/hugin-gopro-fusion/output_pto/merging_15506.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/cipherbliss/Téléchargements/test_gopro_a_joindre_stitching//GB15506.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/cipherbliss/Téléchargements/test_gopro_a_joindre_stitching//GF15506.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 0 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto/merging_15507.pto b/hugin-gopro-fusion/output_pto/merging_15507.pto deleted file mode 100644 index 41a39c15..00000000 --- a/hugin-gopro-fusion/output_pto/merging_15507.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/cipherbliss/Téléchargements/test_gopro_a_joindre_stitching//GB15507.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/cipherbliss/Téléchargements/test_gopro_a_joindre_stitching//GF15507.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 0 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto/merging_15508.pto b/hugin-gopro-fusion/output_pto/merging_15508.pto deleted file mode 100644 index ac75cbf7..00000000 --- a/hugin-gopro-fusion/output_pto/merging_15508.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/cipherbliss/Téléchargements/test_gopro_a_joindre_stitching//GB15508.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/cipherbliss/Téléchargements/test_gopro_a_joindre_stitching//GF15508.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 0 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/hugin_executor.sh b/hugin-gopro-fusion/output_pto_allez_zou_huggin/hugin_executor.sh deleted file mode 100644 index 9bdf825c..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/hugin_executor.sh +++ /dev/null @@ -1,57230 +0,0 @@ -#!/bin/bash -# éxécuter tous les fichiers PTO - -cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output - - -# capture n°015821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015821.pto --stitching --prefix=assemblage_015821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015821.jpg - -# capture n°015822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015822.pto --stitching --prefix=assemblage_015822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015822.jpg - -# capture n°015823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015823.pto --stitching --prefix=assemblage_015823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015823.jpg - -# capture n°015824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015824.pto --stitching --prefix=assemblage_015824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015824.jpg - -# capture n°015825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015825.pto --stitching --prefix=assemblage_015825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015825.jpg - -# capture n°015826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015826.pto --stitching --prefix=assemblage_015826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015826.jpg - -# capture n°015827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015827.pto --stitching --prefix=assemblage_015827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015827.jpg - -# capture n°015828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015828.pto --stitching --prefix=assemblage_015828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015828.jpg - -# capture n°015829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015829.pto --stitching --prefix=assemblage_015829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015829.jpg - -# capture n°015830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015830.pto --stitching --prefix=assemblage_015830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015830.jpg - -# capture n°015831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015831.pto --stitching --prefix=assemblage_015831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015831.jpg - -# capture n°015832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015832.pto --stitching --prefix=assemblage_015832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015832.jpg - -# capture n°015833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015833.pto --stitching --prefix=assemblage_015833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015833.jpg - -# capture n°015834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015834.pto --stitching --prefix=assemblage_015834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015834.jpg - -# capture n°015835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015835.pto --stitching --prefix=assemblage_015835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015835.jpg - -# capture n°015836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015836.pto --stitching --prefix=assemblage_015836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015836.jpg - -# capture n°015837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015837.pto --stitching --prefix=assemblage_015837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015837.jpg - -# capture n°015838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015838.pto --stitching --prefix=assemblage_015838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015838.jpg - -# capture n°015839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015839.pto --stitching --prefix=assemblage_015839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015839.jpg - -# capture n°015840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015840.pto --stitching --prefix=assemblage_015840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015840.jpg - -# capture n°015841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015841.pto --stitching --prefix=assemblage_015841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015841.jpg - -# capture n°015842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015842.pto --stitching --prefix=assemblage_015842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015842.jpg - -# capture n°015843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015843.pto --stitching --prefix=assemblage_015843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015843.jpg - -# capture n°015844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015844.pto --stitching --prefix=assemblage_015844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015844.jpg - -# capture n°015845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015845.pto --stitching --prefix=assemblage_015845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015845.jpg - -# capture n°015846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015846.pto --stitching --prefix=assemblage_015846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015846.jpg - -# capture n°015847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015847.pto --stitching --prefix=assemblage_015847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015847.jpg - -# capture n°015848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015848.pto --stitching --prefix=assemblage_015848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015848.jpg - -# capture n°015849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015849.pto --stitching --prefix=assemblage_015849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015849.jpg - -# capture n°015850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015850.pto --stitching --prefix=assemblage_015850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015850.jpg - -# capture n°015851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015851.pto --stitching --prefix=assemblage_015851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015851.jpg - -# capture n°015852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015852.pto --stitching --prefix=assemblage_015852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015852.jpg - -# capture n°015853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015853.pto --stitching --prefix=assemblage_015853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015853.jpg - -# capture n°015854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015854.pto --stitching --prefix=assemblage_015854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015854.jpg - -# capture n°015855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015855.pto --stitching --prefix=assemblage_015855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015855.jpg - -# capture n°015856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015856.pto --stitching --prefix=assemblage_015856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015856.jpg - -# capture n°015857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015857.pto --stitching --prefix=assemblage_015857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015857.jpg - -# capture n°015858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015858.pto --stitching --prefix=assemblage_015858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015858.jpg - -# capture n°015859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015859.pto --stitching --prefix=assemblage_015859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015859.jpg - -# capture n°015860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015860.pto --stitching --prefix=assemblage_015860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015860.jpg - -# capture n°015861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015861.pto --stitching --prefix=assemblage_015861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015861.jpg - -# capture n°015862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015862.pto --stitching --prefix=assemblage_015862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015862.jpg - -# capture n°015863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015863.pto --stitching --prefix=assemblage_015863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015863.jpg - -# capture n°015864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015864.pto --stitching --prefix=assemblage_015864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015864.jpg - -# capture n°015865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015865.pto --stitching --prefix=assemblage_015865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015865.jpg - -# capture n°015866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015866.pto --stitching --prefix=assemblage_015866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015866.jpg - -# capture n°015867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015867.pto --stitching --prefix=assemblage_015867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015867.jpg - -# capture n°015868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015868.pto --stitching --prefix=assemblage_015868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015868.jpg - -# capture n°015869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015869.pto --stitching --prefix=assemblage_015869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015869.jpg - -# capture n°015870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015870.pto --stitching --prefix=assemblage_015870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015870.jpg - -# capture n°015871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015871.pto --stitching --prefix=assemblage_015871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015871.jpg - -# capture n°015872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015872.pto --stitching --prefix=assemblage_015872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015872.jpg - -# capture n°015873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015873.pto --stitching --prefix=assemblage_015873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015873.jpg - -# capture n°015874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015874.pto --stitching --prefix=assemblage_015874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015874.jpg - -# capture n°015875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015875.pto --stitching --prefix=assemblage_015875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015875.jpg - -# capture n°015876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015876.pto --stitching --prefix=assemblage_015876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015876.jpg - -# capture n°015877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015877.pto --stitching --prefix=assemblage_015877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015877.jpg - -# capture n°015878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015878.pto --stitching --prefix=assemblage_015878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015878.jpg - -# capture n°015879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015879.pto --stitching --prefix=assemblage_015879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015879.jpg - -# capture n°015880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015880.pto --stitching --prefix=assemblage_015880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015880.jpg - -# capture n°015881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015881.pto --stitching --prefix=assemblage_015881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015881.jpg - -# capture n°015882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015882.pto --stitching --prefix=assemblage_015882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015882.jpg - -# capture n°015883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015883.pto --stitching --prefix=assemblage_015883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015883.jpg - -# capture n°015884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015884.pto --stitching --prefix=assemblage_015884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015884.jpg - -# capture n°015885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015885.pto --stitching --prefix=assemblage_015885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015885.jpg - -# capture n°015886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015886.pto --stitching --prefix=assemblage_015886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015886.jpg - -# capture n°015887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015887.pto --stitching --prefix=assemblage_015887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015887.jpg - -# capture n°015888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015888.pto --stitching --prefix=assemblage_015888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015888.jpg - -# capture n°015889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015889.pto --stitching --prefix=assemblage_015889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015889.jpg - -# capture n°015890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015890.pto --stitching --prefix=assemblage_015890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015890.jpg - -# capture n°015891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015891.pto --stitching --prefix=assemblage_015891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015891.jpg - -# capture n°015892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015892.pto --stitching --prefix=assemblage_015892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015892.jpg - -# capture n°015893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015893.pto --stitching --prefix=assemblage_015893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015893.jpg - -# capture n°015894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015894.pto --stitching --prefix=assemblage_015894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015894.jpg - -# capture n°015895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015895.pto --stitching --prefix=assemblage_015895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015895.jpg - -# capture n°015896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015896.pto --stitching --prefix=assemblage_015896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015896.jpg - -# capture n°015897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015897.pto --stitching --prefix=assemblage_015897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015897.jpg - -# capture n°015898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015898.pto --stitching --prefix=assemblage_015898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015898.jpg - -# capture n°015899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015899.pto --stitching --prefix=assemblage_015899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015899.jpg - -# capture n°015900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015900.pto --stitching --prefix=assemblage_015900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015900.jpg - -# capture n°015901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015901.pto --stitching --prefix=assemblage_015901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015901.jpg - -# capture n°015902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015902.pto --stitching --prefix=assemblage_015902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015902.jpg - -# capture n°015903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015903.pto --stitching --prefix=assemblage_015903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015903.jpg - -# capture n°015904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015904.pto --stitching --prefix=assemblage_015904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015904.jpg - -# capture n°015905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015905.pto --stitching --prefix=assemblage_015905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015905.jpg - -# capture n°015906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015906.pto --stitching --prefix=assemblage_015906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015906.jpg - -# capture n°015907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015907.pto --stitching --prefix=assemblage_015907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015907.jpg - -# capture n°015908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015908.pto --stitching --prefix=assemblage_015908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015908.jpg - -# capture n°015909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015909.pto --stitching --prefix=assemblage_015909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015909.jpg - -# capture n°015910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015910.pto --stitching --prefix=assemblage_015910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015910.jpg - -# capture n°015911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015911.pto --stitching --prefix=assemblage_015911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015911.jpg - -# capture n°015912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015912.pto --stitching --prefix=assemblage_015912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015912.jpg - -# capture n°015913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015913.pto --stitching --prefix=assemblage_015913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015913.jpg - -# capture n°015914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015914.pto --stitching --prefix=assemblage_015914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015914.jpg - -# capture n°015915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015915.pto --stitching --prefix=assemblage_015915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015915.jpg - -# capture n°015916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015916.pto --stitching --prefix=assemblage_015916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015916.jpg - -# capture n°015917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015917.pto --stitching --prefix=assemblage_015917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015917.jpg - -# capture n°015918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015918.pto --stitching --prefix=assemblage_015918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015918.jpg - -# capture n°015919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015919.pto --stitching --prefix=assemblage_015919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015919.jpg - -# capture n°015920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015920.pto --stitching --prefix=assemblage_015920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015920.jpg - -# capture n°015921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015921.pto --stitching --prefix=assemblage_015921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015921.jpg - -# capture n°015922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015922.pto --stitching --prefix=assemblage_015922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015922.jpg - -# capture n°015923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015923.pto --stitching --prefix=assemblage_015923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015923.jpg - -# capture n°015924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015924.pto --stitching --prefix=assemblage_015924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015924.jpg - -# capture n°015925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015925.pto --stitching --prefix=assemblage_015925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015925.jpg - -# capture n°015926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015926.pto --stitching --prefix=assemblage_015926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015926.jpg - -# capture n°015927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015927.pto --stitching --prefix=assemblage_015927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015927.jpg - -# capture n°015928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015928.pto --stitching --prefix=assemblage_015928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015928.jpg - -# capture n°015929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015929.pto --stitching --prefix=assemblage_015929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015929.jpg - -# capture n°015930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015930.pto --stitching --prefix=assemblage_015930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015930.jpg - -# capture n°015931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015931.pto --stitching --prefix=assemblage_015931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015931.jpg - -# capture n°015932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015932.pto --stitching --prefix=assemblage_015932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015932.jpg - -# capture n°015933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015933.pto --stitching --prefix=assemblage_015933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015933.jpg - -# capture n°015934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015934.pto --stitching --prefix=assemblage_015934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015934.jpg - -# capture n°015935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015935.pto --stitching --prefix=assemblage_015935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015935.jpg - -# capture n°015936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015936.pto --stitching --prefix=assemblage_015936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015936.jpg - -# capture n°015937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015937.pto --stitching --prefix=assemblage_015937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015937.jpg - -# capture n°015938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015938.pto --stitching --prefix=assemblage_015938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015938.jpg - -# capture n°015939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015939.pto --stitching --prefix=assemblage_015939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015939.jpg - -# capture n°015940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015940.pto --stitching --prefix=assemblage_015940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015940.jpg - -# capture n°015941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015941.pto --stitching --prefix=assemblage_015941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015941.jpg - -# capture n°015942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015942.pto --stitching --prefix=assemblage_015942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015942.jpg - -# capture n°015943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015943.pto --stitching --prefix=assemblage_015943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015943.jpg - -# capture n°015944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015944.pto --stitching --prefix=assemblage_015944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015944.jpg - -# capture n°015945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015945.pto --stitching --prefix=assemblage_015945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015945.jpg - -# capture n°015946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015946.pto --stitching --prefix=assemblage_015946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015946.jpg - -# capture n°015947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015947.pto --stitching --prefix=assemblage_015947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015947.jpg - -# capture n°015948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015948.pto --stitching --prefix=assemblage_015948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015948.jpg - -# capture n°015949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015949.pto --stitching --prefix=assemblage_015949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015949.jpg - -# capture n°015950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015950.pto --stitching --prefix=assemblage_015950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015950.jpg - -# capture n°015951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015951.pto --stitching --prefix=assemblage_015951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015951.jpg - -# capture n°015952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015952.pto --stitching --prefix=assemblage_015952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015952.jpg - -# capture n°015953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015953.pto --stitching --prefix=assemblage_015953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015953.jpg - -# capture n°015954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015954.pto --stitching --prefix=assemblage_015954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015954.jpg - -# capture n°015955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015955.pto --stitching --prefix=assemblage_015955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015955.jpg - -# capture n°015956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015956.pto --stitching --prefix=assemblage_015956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015956.jpg - -# capture n°015957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015957.pto --stitching --prefix=assemblage_015957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015957.jpg - -# capture n°015958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015958.pto --stitching --prefix=assemblage_015958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015958.jpg - -# capture n°015959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015959.pto --stitching --prefix=assemblage_015959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015959.jpg - -# capture n°015960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015960.pto --stitching --prefix=assemblage_015960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015960.jpg - -# capture n°015961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015961.pto --stitching --prefix=assemblage_015961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015961.jpg - -# capture n°015962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015962.pto --stitching --prefix=assemblage_015962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015962.jpg - -# capture n°015963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015963.pto --stitching --prefix=assemblage_015963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015963.jpg - -# capture n°015964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015964.pto --stitching --prefix=assemblage_015964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015964.jpg - -# capture n°015965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015965.pto --stitching --prefix=assemblage_015965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015965.jpg - -# capture n°015966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015966.pto --stitching --prefix=assemblage_015966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015966.jpg - -# capture n°015967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015967.pto --stitching --prefix=assemblage_015967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015967.jpg - -# capture n°015968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015968.pto --stitching --prefix=assemblage_015968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015968.jpg - -# capture n°015969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015969.pto --stitching --prefix=assemblage_015969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015969.jpg - -# capture n°015970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015970.pto --stitching --prefix=assemblage_015970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015970.jpg - -# capture n°015971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015971.pto --stitching --prefix=assemblage_015971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015971.jpg - -# capture n°015972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015972.pto --stitching --prefix=assemblage_015972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015972.jpg - -# capture n°015973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015973.pto --stitching --prefix=assemblage_015973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015973.jpg - -# capture n°015974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015974.pto --stitching --prefix=assemblage_015974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015974.jpg - -# capture n°015975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015975.pto --stitching --prefix=assemblage_015975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015975.jpg - -# capture n°015976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015976.pto --stitching --prefix=assemblage_015976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015976.jpg - -# capture n°015977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015977.pto --stitching --prefix=assemblage_015977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015977.jpg - -# capture n°015978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015978.pto --stitching --prefix=assemblage_015978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015978.jpg - -# capture n°015979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015979.pto --stitching --prefix=assemblage_015979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015979.jpg - -# capture n°015980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015980.pto --stitching --prefix=assemblage_015980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015980.jpg - -# capture n°015981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015981.pto --stitching --prefix=assemblage_015981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015981.jpg - -# capture n°015982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015982.pto --stitching --prefix=assemblage_015982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015982.jpg - -# capture n°015983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015983.pto --stitching --prefix=assemblage_015983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015983.jpg - -# capture n°015984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015984.pto --stitching --prefix=assemblage_015984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015984.jpg - -# capture n°015985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015985.pto --stitching --prefix=assemblage_015985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015985.jpg - -# capture n°015986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015986.pto --stitching --prefix=assemblage_015986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015986.jpg - -# capture n°015987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015987.pto --stitching --prefix=assemblage_015987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015987.jpg - -# capture n°015988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015988.pto --stitching --prefix=assemblage_015988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015988.jpg - -# capture n°015989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015989.pto --stitching --prefix=assemblage_015989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015989.jpg - -# capture n°015990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015990.pto --stitching --prefix=assemblage_015990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015990.jpg - -# capture n°015991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015991.pto --stitching --prefix=assemblage_015991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015991.jpg - -# capture n°015992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015992.pto --stitching --prefix=assemblage_015992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015992.jpg - -# capture n°015993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015993.pto --stitching --prefix=assemblage_015993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015993.jpg - -# capture n°015994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015994.pto --stitching --prefix=assemblage_015994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015994.jpg - -# capture n°015995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015995.pto --stitching --prefix=assemblage_015995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015995.jpg - -# capture n°015996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015996.pto --stitching --prefix=assemblage_015996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015996.jpg - -# capture n°015997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015997.pto --stitching --prefix=assemblage_015997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015997.jpg - -# capture n°015998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015998.pto --stitching --prefix=assemblage_015998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015998.jpg - -# capture n°015999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_015999.pto --stitching --prefix=assemblage_015999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF015999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_015999.jpg - -# capture n°016000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016000.pto --stitching --prefix=assemblage_016000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016000.jpg - -# capture n°016001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016001.pto --stitching --prefix=assemblage_016001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016001.jpg - -# capture n°016002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016002.pto --stitching --prefix=assemblage_016002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016002.jpg - -# capture n°016003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016003.pto --stitching --prefix=assemblage_016003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016003.jpg - -# capture n°016004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016004.pto --stitching --prefix=assemblage_016004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016004.jpg - -# capture n°016005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016005.pto --stitching --prefix=assemblage_016005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016005.jpg - -# capture n°016006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016006.pto --stitching --prefix=assemblage_016006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016006.jpg - -# capture n°016007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016007.pto --stitching --prefix=assemblage_016007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016007.jpg - -# capture n°016008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016008.pto --stitching --prefix=assemblage_016008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016008.jpg - -# capture n°016009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016009.pto --stitching --prefix=assemblage_016009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016009.jpg - -# capture n°016010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016010.pto --stitching --prefix=assemblage_016010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016010.jpg - -# capture n°016011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016011.pto --stitching --prefix=assemblage_016011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016011.jpg - -# capture n°016012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016012.pto --stitching --prefix=assemblage_016012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016012.jpg - -# capture n°016013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016013.pto --stitching --prefix=assemblage_016013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016013.jpg - -# capture n°016014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016014.pto --stitching --prefix=assemblage_016014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016014.jpg - -# capture n°016015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016015.pto --stitching --prefix=assemblage_016015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016015.jpg - -# capture n°016016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016016.pto --stitching --prefix=assemblage_016016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016016.jpg - -# capture n°016017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016017.pto --stitching --prefix=assemblage_016017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016017.jpg - -# capture n°016018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016018.pto --stitching --prefix=assemblage_016018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016018.jpg - -# capture n°016019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016019.pto --stitching --prefix=assemblage_016019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016019.jpg - -# capture n°016020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016020.pto --stitching --prefix=assemblage_016020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016020.jpg - -# capture n°016021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016021.pto --stitching --prefix=assemblage_016021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016021.jpg - -# capture n°016022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016022.pto --stitching --prefix=assemblage_016022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016022.jpg - -# capture n°016023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016023.pto --stitching --prefix=assemblage_016023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016023.jpg - -# capture n°016024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016024.pto --stitching --prefix=assemblage_016024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016024.jpg - -# capture n°016025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016025.pto --stitching --prefix=assemblage_016025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016025.jpg - -# capture n°016026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016026.pto --stitching --prefix=assemblage_016026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016026.jpg - -# capture n°016027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016027.pto --stitching --prefix=assemblage_016027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016027.jpg - -# capture n°016028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016028.pto --stitching --prefix=assemblage_016028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016028.jpg - -# capture n°016029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016029.pto --stitching --prefix=assemblage_016029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016029.jpg - -# capture n°016030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016030.pto --stitching --prefix=assemblage_016030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016030.jpg - -# capture n°016031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016031.pto --stitching --prefix=assemblage_016031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016031.jpg - -# capture n°016032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016032.pto --stitching --prefix=assemblage_016032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016032.jpg - -# capture n°016033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016033.pto --stitching --prefix=assemblage_016033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016033.jpg - -# capture n°016034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016034.pto --stitching --prefix=assemblage_016034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016034.jpg - -# capture n°016035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016035.pto --stitching --prefix=assemblage_016035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016035.jpg - -# capture n°016036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016036.pto --stitching --prefix=assemblage_016036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016036.jpg - -# capture n°016037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016037.pto --stitching --prefix=assemblage_016037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016037.jpg - -# capture n°016038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016038.pto --stitching --prefix=assemblage_016038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016038.jpg - -# capture n°016039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016039.pto --stitching --prefix=assemblage_016039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016039.jpg - -# capture n°016040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016040.pto --stitching --prefix=assemblage_016040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016040.jpg - -# capture n°016041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016041.pto --stitching --prefix=assemblage_016041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016041.jpg - -# capture n°016042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016042.pto --stitching --prefix=assemblage_016042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016042.jpg - -# capture n°016043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016043.pto --stitching --prefix=assemblage_016043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016043.jpg - -# capture n°016044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016044.pto --stitching --prefix=assemblage_016044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016044.jpg - -# capture n°016045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016045.pto --stitching --prefix=assemblage_016045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016045.jpg - -# capture n°016046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016046.pto --stitching --prefix=assemblage_016046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016046.jpg - -# capture n°016047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016047.pto --stitching --prefix=assemblage_016047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016047.jpg - -# capture n°016048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016048.pto --stitching --prefix=assemblage_016048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016048.jpg - -# capture n°016049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016049.pto --stitching --prefix=assemblage_016049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016049.jpg - -# capture n°016050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016050.pto --stitching --prefix=assemblage_016050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016050.jpg - -# capture n°016051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016051.pto --stitching --prefix=assemblage_016051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016051.jpg - -# capture n°016052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016052.pto --stitching --prefix=assemblage_016052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016052.jpg - -# capture n°016053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016053.pto --stitching --prefix=assemblage_016053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016053.jpg - -# capture n°016054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016054.pto --stitching --prefix=assemblage_016054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016054.jpg - -# capture n°016055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016055.pto --stitching --prefix=assemblage_016055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016055.jpg - -# capture n°016056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016056.pto --stitching --prefix=assemblage_016056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016056.jpg - -# capture n°016057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016057.pto --stitching --prefix=assemblage_016057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016057.jpg - -# capture n°016058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016058.pto --stitching --prefix=assemblage_016058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016058.jpg - -# capture n°016059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016059.pto --stitching --prefix=assemblage_016059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016059.jpg - -# capture n°016060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016060.pto --stitching --prefix=assemblage_016060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016060.jpg - -# capture n°016061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016061.pto --stitching --prefix=assemblage_016061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016061.jpg - -# capture n°016062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016062.pto --stitching --prefix=assemblage_016062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016062.jpg - -# capture n°016063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016063.pto --stitching --prefix=assemblage_016063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016063.jpg - -# capture n°016064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016064.pto --stitching --prefix=assemblage_016064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016064.jpg - -# capture n°016065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016065.pto --stitching --prefix=assemblage_016065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016065.jpg - -# capture n°016066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016066.pto --stitching --prefix=assemblage_016066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016066.jpg - -# capture n°016067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016067.pto --stitching --prefix=assemblage_016067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016067.jpg - -# capture n°016068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016068.pto --stitching --prefix=assemblage_016068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016068.jpg - -# capture n°016069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016069.pto --stitching --prefix=assemblage_016069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016069.jpg - -# capture n°016070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016070.pto --stitching --prefix=assemblage_016070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016070.jpg - -# capture n°016071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016071.pto --stitching --prefix=assemblage_016071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016071.jpg - -# capture n°016072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016072.pto --stitching --prefix=assemblage_016072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016072.jpg - -# capture n°016073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016073.pto --stitching --prefix=assemblage_016073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016073.jpg - -# capture n°016074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016074.pto --stitching --prefix=assemblage_016074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016074.jpg - -# capture n°016075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016075.pto --stitching --prefix=assemblage_016075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016075.jpg - -# capture n°016076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016076.pto --stitching --prefix=assemblage_016076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016076.jpg - -# capture n°016077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016077.pto --stitching --prefix=assemblage_016077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016077.jpg - -# capture n°016078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016078.pto --stitching --prefix=assemblage_016078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016078.jpg - -# capture n°016079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016079.pto --stitching --prefix=assemblage_016079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016079.jpg - -# capture n°016080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016080.pto --stitching --prefix=assemblage_016080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016080.jpg - -# capture n°016081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016081.pto --stitching --prefix=assemblage_016081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016081.jpg - -# capture n°016082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016082.pto --stitching --prefix=assemblage_016082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016082.jpg - -# capture n°016083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016083.pto --stitching --prefix=assemblage_016083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016083.jpg - -# capture n°016084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016084.pto --stitching --prefix=assemblage_016084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016084.jpg - -# capture n°016085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016085.pto --stitching --prefix=assemblage_016085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016085.jpg - -# capture n°016086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016086.pto --stitching --prefix=assemblage_016086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016086.jpg - -# capture n°016087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016087.pto --stitching --prefix=assemblage_016087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016087.jpg - -# capture n°016088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016088.pto --stitching --prefix=assemblage_016088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016088.jpg - -# capture n°016089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016089.pto --stitching --prefix=assemblage_016089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016089.jpg - -# capture n°016090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016090.pto --stitching --prefix=assemblage_016090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016090.jpg - -# capture n°016091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016091.pto --stitching --prefix=assemblage_016091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016091.jpg - -# capture n°016092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016092.pto --stitching --prefix=assemblage_016092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016092.jpg - -# capture n°016093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016093.pto --stitching --prefix=assemblage_016093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016093.jpg - -# capture n°016094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016094.pto --stitching --prefix=assemblage_016094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016094.jpg - -# capture n°016095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016095.pto --stitching --prefix=assemblage_016095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016095.jpg - -# capture n°016096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016096.pto --stitching --prefix=assemblage_016096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016096.jpg - -# capture n°016097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016097.pto --stitching --prefix=assemblage_016097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016097.jpg - -# capture n°016098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016098.pto --stitching --prefix=assemblage_016098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016098.jpg - -# capture n°016099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016099.pto --stitching --prefix=assemblage_016099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016099.jpg - -# capture n°016100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016100.pto --stitching --prefix=assemblage_016100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016100.jpg - -# capture n°016101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016101.pto --stitching --prefix=assemblage_016101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016101.jpg - -# capture n°016102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016102.pto --stitching --prefix=assemblage_016102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016102.jpg - -# capture n°016103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016103.pto --stitching --prefix=assemblage_016103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016103.jpg - -# capture n°016104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016104.pto --stitching --prefix=assemblage_016104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016104.jpg - -# capture n°016105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016105.pto --stitching --prefix=assemblage_016105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016105.jpg - -# capture n°016106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016106.pto --stitching --prefix=assemblage_016106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016106.jpg - -# capture n°016107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016107.pto --stitching --prefix=assemblage_016107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016107.jpg - -# capture n°016108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016108.pto --stitching --prefix=assemblage_016108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016108.jpg - -# capture n°016109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016109.pto --stitching --prefix=assemblage_016109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016109.jpg - -# capture n°016110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016110.pto --stitching --prefix=assemblage_016110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016110.jpg - -# capture n°016111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016111.pto --stitching --prefix=assemblage_016111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016111.jpg - -# capture n°016112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016112.pto --stitching --prefix=assemblage_016112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016112.jpg - -# capture n°016113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016113.pto --stitching --prefix=assemblage_016113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016113.jpg - -# capture n°016114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016114.pto --stitching --prefix=assemblage_016114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016114.jpg - -# capture n°016115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016115.pto --stitching --prefix=assemblage_016115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016115.jpg - -# capture n°016116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016116.pto --stitching --prefix=assemblage_016116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016116.jpg - -# capture n°016117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016117.pto --stitching --prefix=assemblage_016117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016117.jpg - -# capture n°016118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016118.pto --stitching --prefix=assemblage_016118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016118.jpg - -# capture n°016119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016119.pto --stitching --prefix=assemblage_016119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016119.jpg - -# capture n°016120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016120.pto --stitching --prefix=assemblage_016120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016120.jpg - -# capture n°016121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016121.pto --stitching --prefix=assemblage_016121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016121.jpg - -# capture n°016122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016122.pto --stitching --prefix=assemblage_016122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016122.jpg - -# capture n°016123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016123.pto --stitching --prefix=assemblage_016123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016123.jpg - -# capture n°016124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016124.pto --stitching --prefix=assemblage_016124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016124.jpg - -# capture n°016125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016125.pto --stitching --prefix=assemblage_016125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016125.jpg - -# capture n°016126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016126.pto --stitching --prefix=assemblage_016126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016126.jpg - -# capture n°016127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016127.pto --stitching --prefix=assemblage_016127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016127.jpg - -# capture n°016128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016128.pto --stitching --prefix=assemblage_016128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016128.jpg - -# capture n°016129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016129.pto --stitching --prefix=assemblage_016129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016129.jpg - -# capture n°016130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016130.pto --stitching --prefix=assemblage_016130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016130.jpg - -# capture n°016131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016131.pto --stitching --prefix=assemblage_016131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016131.jpg - -# capture n°016132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016132.pto --stitching --prefix=assemblage_016132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016132.jpg - -# capture n°016133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016133.pto --stitching --prefix=assemblage_016133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016133.jpg - -# capture n°016134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016134.pto --stitching --prefix=assemblage_016134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016134.jpg - -# capture n°016135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016135.pto --stitching --prefix=assemblage_016135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016135.jpg - -# capture n°016136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016136.pto --stitching --prefix=assemblage_016136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016136.jpg - -# capture n°016137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016137.pto --stitching --prefix=assemblage_016137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016137.jpg - -# capture n°016138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016138.pto --stitching --prefix=assemblage_016138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016138.jpg - -# capture n°016139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016139.pto --stitching --prefix=assemblage_016139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016139.jpg - -# capture n°016140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016140.pto --stitching --prefix=assemblage_016140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016140.jpg - -# capture n°016141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016141.pto --stitching --prefix=assemblage_016141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016141.jpg - -# capture n°016142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016142.pto --stitching --prefix=assemblage_016142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016142.jpg - -# capture n°016143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016143.pto --stitching --prefix=assemblage_016143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016143.jpg - -# capture n°016144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016144.pto --stitching --prefix=assemblage_016144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016144.jpg - -# capture n°016145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016145.pto --stitching --prefix=assemblage_016145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016145.jpg - -# capture n°016146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016146.pto --stitching --prefix=assemblage_016146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016146.jpg - -# capture n°016147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016147.pto --stitching --prefix=assemblage_016147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016147.jpg - -# capture n°016148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016148.pto --stitching --prefix=assemblage_016148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016148.jpg - -# capture n°016149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016149.pto --stitching --prefix=assemblage_016149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016149.jpg - -# capture n°016150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016150.pto --stitching --prefix=assemblage_016150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016150.jpg - -# capture n°016151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016151.pto --stitching --prefix=assemblage_016151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016151.jpg - -# capture n°016152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016152.pto --stitching --prefix=assemblage_016152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016152.jpg - -# capture n°016153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016153.pto --stitching --prefix=assemblage_016153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016153.jpg - -# capture n°016154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016154.pto --stitching --prefix=assemblage_016154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016154.jpg - -# capture n°016155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016155.pto --stitching --prefix=assemblage_016155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016155.jpg - -# capture n°016156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016156.pto --stitching --prefix=assemblage_016156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016156.jpg - -# capture n°016157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016157.pto --stitching --prefix=assemblage_016157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016157.jpg - -# capture n°016158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016158.pto --stitching --prefix=assemblage_016158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016158.jpg - -# capture n°016159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016159.pto --stitching --prefix=assemblage_016159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016159.jpg - -# capture n°016160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016160.pto --stitching --prefix=assemblage_016160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016160.jpg - -# capture n°016161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016161.pto --stitching --prefix=assemblage_016161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016161.jpg - -# capture n°016162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016162.pto --stitching --prefix=assemblage_016162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016162.jpg - -# capture n°016163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016163.pto --stitching --prefix=assemblage_016163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016163.jpg - -# capture n°016164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016164.pto --stitching --prefix=assemblage_016164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016164.jpg - -# capture n°016165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016165.pto --stitching --prefix=assemblage_016165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016165.jpg - -# capture n°016166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016166.pto --stitching --prefix=assemblage_016166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016166.jpg - -# capture n°016167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016167.pto --stitching --prefix=assemblage_016167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016167.jpg - -# capture n°016168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016168.pto --stitching --prefix=assemblage_016168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016168.jpg - -# capture n°016169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016169.pto --stitching --prefix=assemblage_016169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016169.jpg - -# capture n°016170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016170.pto --stitching --prefix=assemblage_016170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016170.jpg - -# capture n°016171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016171.pto --stitching --prefix=assemblage_016171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016171.jpg - -# capture n°016172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016172.pto --stitching --prefix=assemblage_016172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016172.jpg - -# capture n°016173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016173.pto --stitching --prefix=assemblage_016173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016173.jpg - -# capture n°016174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016174.pto --stitching --prefix=assemblage_016174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016174.jpg - -# capture n°016175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016175.pto --stitching --prefix=assemblage_016175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016175.jpg - -# capture n°016176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016176.pto --stitching --prefix=assemblage_016176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016176.jpg - -# capture n°016177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016177.pto --stitching --prefix=assemblage_016177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016177.jpg - -# capture n°016178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016178.pto --stitching --prefix=assemblage_016178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016178.jpg - -# capture n°016179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016179.pto --stitching --prefix=assemblage_016179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016179.jpg - -# capture n°016180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016180.pto --stitching --prefix=assemblage_016180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016180.jpg - -# capture n°016181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016181.pto --stitching --prefix=assemblage_016181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016181.jpg - -# capture n°016182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016182.pto --stitching --prefix=assemblage_016182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016182.jpg - -# capture n°016183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016183.pto --stitching --prefix=assemblage_016183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016183.jpg - -# capture n°016184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016184.pto --stitching --prefix=assemblage_016184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016184.jpg - -# capture n°016185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016185.pto --stitching --prefix=assemblage_016185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016185.jpg - -# capture n°016186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016186.pto --stitching --prefix=assemblage_016186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016186.jpg - -# capture n°016187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016187.pto --stitching --prefix=assemblage_016187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016187.jpg - -# capture n°016188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016188.pto --stitching --prefix=assemblage_016188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016188.jpg - -# capture n°016189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016189.pto --stitching --prefix=assemblage_016189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016189.jpg - -# capture n°016190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016190.pto --stitching --prefix=assemblage_016190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016190.jpg - -# capture n°016191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016191.pto --stitching --prefix=assemblage_016191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016191.jpg - -# capture n°016192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016192.pto --stitching --prefix=assemblage_016192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016192.jpg - -# capture n°016193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016193.pto --stitching --prefix=assemblage_016193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016193.jpg - -# capture n°016194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016194.pto --stitching --prefix=assemblage_016194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016194.jpg - -# capture n°016195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016195.pto --stitching --prefix=assemblage_016195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016195.jpg - -# capture n°016196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016196.pto --stitching --prefix=assemblage_016196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016196.jpg - -# capture n°016197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016197.pto --stitching --prefix=assemblage_016197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016197.jpg - -# capture n°016198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016198.pto --stitching --prefix=assemblage_016198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016198.jpg - -# capture n°016199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016199.pto --stitching --prefix=assemblage_016199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016199.jpg - -# capture n°016200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016200.pto --stitching --prefix=assemblage_016200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016200.jpg - -# capture n°016201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016201.pto --stitching --prefix=assemblage_016201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016201.jpg - -# capture n°016202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016202.pto --stitching --prefix=assemblage_016202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016202.jpg - -# capture n°016203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016203.pto --stitching --prefix=assemblage_016203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016203.jpg - -# capture n°016204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016204.pto --stitching --prefix=assemblage_016204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016204.jpg - -# capture n°016205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016205.pto --stitching --prefix=assemblage_016205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016205.jpg - -# capture n°016206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016206.pto --stitching --prefix=assemblage_016206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016206.jpg - -# capture n°016207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016207.pto --stitching --prefix=assemblage_016207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016207.jpg - -# capture n°016208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016208.pto --stitching --prefix=assemblage_016208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016208.jpg - -# capture n°016209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016209.pto --stitching --prefix=assemblage_016209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016209.jpg - -# capture n°016210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016210.pto --stitching --prefix=assemblage_016210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016210.jpg - -# capture n°016211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016211.pto --stitching --prefix=assemblage_016211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016211.jpg - -# capture n°016212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016212.pto --stitching --prefix=assemblage_016212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016212.jpg - -# capture n°016213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016213.pto --stitching --prefix=assemblage_016213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016213.jpg - -# capture n°016214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016214.pto --stitching --prefix=assemblage_016214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016214.jpg - -# capture n°016215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016215.pto --stitching --prefix=assemblage_016215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016215.jpg - -# capture n°016216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016216.pto --stitching --prefix=assemblage_016216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016216.jpg - -# capture n°016217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016217.pto --stitching --prefix=assemblage_016217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016217.jpg - -# capture n°016218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016218.pto --stitching --prefix=assemblage_016218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016218.jpg - -# capture n°016219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016219.pto --stitching --prefix=assemblage_016219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016219.jpg - -# capture n°016220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016220.pto --stitching --prefix=assemblage_016220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016220.jpg - -# capture n°016221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016221.pto --stitching --prefix=assemblage_016221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016221.jpg - -# capture n°016222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016222.pto --stitching --prefix=assemblage_016222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016222.jpg - -# capture n°016223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016223.pto --stitching --prefix=assemblage_016223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016223.jpg - -# capture n°016224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016224.pto --stitching --prefix=assemblage_016224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016224.jpg - -# capture n°016225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016225.pto --stitching --prefix=assemblage_016225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016225.jpg - -# capture n°016226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016226.pto --stitching --prefix=assemblage_016226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016226.jpg - -# capture n°016227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016227.pto --stitching --prefix=assemblage_016227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016227.jpg - -# capture n°016228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016228.pto --stitching --prefix=assemblage_016228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016228.jpg - -# capture n°016229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016229.pto --stitching --prefix=assemblage_016229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016229.jpg - -# capture n°016230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016230.pto --stitching --prefix=assemblage_016230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016230.jpg - -# capture n°016231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016231.pto --stitching --prefix=assemblage_016231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016231.jpg - -# capture n°016232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016232.pto --stitching --prefix=assemblage_016232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016232.jpg - -# capture n°016233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016233.pto --stitching --prefix=assemblage_016233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016233.jpg - -# capture n°016234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016234.pto --stitching --prefix=assemblage_016234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016234.jpg - -# capture n°016235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016235.pto --stitching --prefix=assemblage_016235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016235.jpg - -# capture n°016236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016236.pto --stitching --prefix=assemblage_016236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016236.jpg - -# capture n°016237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016237.pto --stitching --prefix=assemblage_016237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016237.jpg - -# capture n°016238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016238.pto --stitching --prefix=assemblage_016238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016238.jpg - -# capture n°016239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016239.pto --stitching --prefix=assemblage_016239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016239.jpg - -# capture n°016240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016240.pto --stitching --prefix=assemblage_016240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016240.jpg - -# capture n°016241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016241.pto --stitching --prefix=assemblage_016241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016241.jpg - -# capture n°016242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016242.pto --stitching --prefix=assemblage_016242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016242.jpg - -# capture n°016243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016243.pto --stitching --prefix=assemblage_016243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016243.jpg - -# capture n°016244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016244.pto --stitching --prefix=assemblage_016244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016244.jpg - -# capture n°016245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016245.pto --stitching --prefix=assemblage_016245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016245.jpg - -# capture n°016246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016246.pto --stitching --prefix=assemblage_016246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016246.jpg - -# capture n°016247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016247.pto --stitching --prefix=assemblage_016247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016247.jpg - -# capture n°016248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016248.pto --stitching --prefix=assemblage_016248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016248.jpg - -# capture n°016249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016249.pto --stitching --prefix=assemblage_016249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016249.jpg - -# capture n°016250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016250.pto --stitching --prefix=assemblage_016250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016250.jpg - -# capture n°016251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016251.pto --stitching --prefix=assemblage_016251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016251.jpg - -# capture n°016252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016252.pto --stitching --prefix=assemblage_016252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016252.jpg - -# capture n°016253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016253.pto --stitching --prefix=assemblage_016253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016253.jpg - -# capture n°016254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016254.pto --stitching --prefix=assemblage_016254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016254.jpg - -# capture n°016255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016255.pto --stitching --prefix=assemblage_016255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016255.jpg - -# capture n°016256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016256.pto --stitching --prefix=assemblage_016256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016256.jpg - -# capture n°016257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016257.pto --stitching --prefix=assemblage_016257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016257.jpg - -# capture n°016258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016258.pto --stitching --prefix=assemblage_016258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016258.jpg - -# capture n°016259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016259.pto --stitching --prefix=assemblage_016259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016259.jpg - -# capture n°016260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016260.pto --stitching --prefix=assemblage_016260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016260.jpg - -# capture n°016261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016261.pto --stitching --prefix=assemblage_016261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016261.jpg - -# capture n°016262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016262.pto --stitching --prefix=assemblage_016262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016262.jpg - -# capture n°016263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016263.pto --stitching --prefix=assemblage_016263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016263.jpg - -# capture n°016264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016264.pto --stitching --prefix=assemblage_016264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016264.jpg - -# capture n°016265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016265.pto --stitching --prefix=assemblage_016265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016265.jpg - -# capture n°016266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016266.pto --stitching --prefix=assemblage_016266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016266.jpg - -# capture n°016267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016267.pto --stitching --prefix=assemblage_016267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016267.jpg - -# capture n°016268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016268.pto --stitching --prefix=assemblage_016268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016268.jpg - -# capture n°016269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016269.pto --stitching --prefix=assemblage_016269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016269.jpg - -# capture n°016270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016270.pto --stitching --prefix=assemblage_016270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016270.jpg - -# capture n°016271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016271.pto --stitching --prefix=assemblage_016271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016271.jpg - -# capture n°016272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016272.pto --stitching --prefix=assemblage_016272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016272.jpg - -# capture n°016273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016273.pto --stitching --prefix=assemblage_016273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016273.jpg - -# capture n°016274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016274.pto --stitching --prefix=assemblage_016274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016274.jpg - -# capture n°016275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016275.pto --stitching --prefix=assemblage_016275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016275.jpg - -# capture n°016276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016276.pto --stitching --prefix=assemblage_016276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016276.jpg - -# capture n°016277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016277.pto --stitching --prefix=assemblage_016277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016277.jpg - -# capture n°016278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016278.pto --stitching --prefix=assemblage_016278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016278.jpg - -# capture n°016279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016279.pto --stitching --prefix=assemblage_016279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016279.jpg - -# capture n°016280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016280.pto --stitching --prefix=assemblage_016280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016280.jpg - -# capture n°016281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016281.pto --stitching --prefix=assemblage_016281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016281.jpg - -# capture n°016282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016282.pto --stitching --prefix=assemblage_016282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016282.jpg - -# capture n°016283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016283.pto --stitching --prefix=assemblage_016283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016283.jpg - -# capture n°016284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016284.pto --stitching --prefix=assemblage_016284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016284.jpg - -# capture n°016285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016285.pto --stitching --prefix=assemblage_016285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016285.jpg - -# capture n°016286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016286.pto --stitching --prefix=assemblage_016286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016286.jpg - -# capture n°016287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016287.pto --stitching --prefix=assemblage_016287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016287.jpg - -# capture n°016288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016288.pto --stitching --prefix=assemblage_016288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016288.jpg - -# capture n°016289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016289.pto --stitching --prefix=assemblage_016289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016289.jpg - -# capture n°016290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016290.pto --stitching --prefix=assemblage_016290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016290.jpg - -# capture n°016291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016291.pto --stitching --prefix=assemblage_016291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016291.jpg - -# capture n°016292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016292.pto --stitching --prefix=assemblage_016292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016292.jpg - -# capture n°016293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016293.pto --stitching --prefix=assemblage_016293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016293.jpg - -# capture n°016294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016294.pto --stitching --prefix=assemblage_016294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016294.jpg - -# capture n°016295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016295.pto --stitching --prefix=assemblage_016295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016295.jpg - -# capture n°016296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016296.pto --stitching --prefix=assemblage_016296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016296.jpg - -# capture n°016297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016297.pto --stitching --prefix=assemblage_016297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016297.jpg - -# capture n°016298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016298.pto --stitching --prefix=assemblage_016298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016298.jpg - -# capture n°016299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016299.pto --stitching --prefix=assemblage_016299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016299.jpg - -# capture n°016300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016300.pto --stitching --prefix=assemblage_016300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016300.jpg - -# capture n°016301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016301.pto --stitching --prefix=assemblage_016301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016301.jpg - -# capture n°016302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016302.pto --stitching --prefix=assemblage_016302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016302.jpg - -# capture n°016303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016303.pto --stitching --prefix=assemblage_016303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016303.jpg - -# capture n°016304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016304.pto --stitching --prefix=assemblage_016304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016304.jpg - -# capture n°016305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016305.pto --stitching --prefix=assemblage_016305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016305.jpg - -# capture n°016306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016306.pto --stitching --prefix=assemblage_016306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016306.jpg - -# capture n°016307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016307.pto --stitching --prefix=assemblage_016307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016307.jpg - -# capture n°016308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016308.pto --stitching --prefix=assemblage_016308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016308.jpg - -# capture n°016309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016309.pto --stitching --prefix=assemblage_016309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016309.jpg - -# capture n°016310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016310.pto --stitching --prefix=assemblage_016310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016310.jpg - -# capture n°016311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016311.pto --stitching --prefix=assemblage_016311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016311.jpg - -# capture n°016312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016312.pto --stitching --prefix=assemblage_016312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016312.jpg - -# capture n°016313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016313.pto --stitching --prefix=assemblage_016313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016313.jpg - -# capture n°016314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016314.pto --stitching --prefix=assemblage_016314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016314.jpg - -# capture n°016315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016315.pto --stitching --prefix=assemblage_016315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016315.jpg - -# capture n°016316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016316.pto --stitching --prefix=assemblage_016316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016316.jpg - -# capture n°016317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016317.pto --stitching --prefix=assemblage_016317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016317.jpg - -# capture n°016318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016318.pto --stitching --prefix=assemblage_016318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016318.jpg - -# capture n°016319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016319.pto --stitching --prefix=assemblage_016319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016319.jpg - -# capture n°016320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016320.pto --stitching --prefix=assemblage_016320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016320.jpg - -# capture n°016321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016321.pto --stitching --prefix=assemblage_016321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016321.jpg - -# capture n°016322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016322.pto --stitching --prefix=assemblage_016322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016322.jpg - -# capture n°016323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016323.pto --stitching --prefix=assemblage_016323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016323.jpg - -# capture n°016324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016324.pto --stitching --prefix=assemblage_016324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016324.jpg - -# capture n°016325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016325.pto --stitching --prefix=assemblage_016325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016325.jpg - -# capture n°016326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016326.pto --stitching --prefix=assemblage_016326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016326.jpg - -# capture n°016327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016327.pto --stitching --prefix=assemblage_016327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016327.jpg - -# capture n°016328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016328.pto --stitching --prefix=assemblage_016328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016328.jpg - -# capture n°016329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016329.pto --stitching --prefix=assemblage_016329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016329.jpg - -# capture n°016330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016330.pto --stitching --prefix=assemblage_016330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016330.jpg - -# capture n°016331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016331.pto --stitching --prefix=assemblage_016331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016331.jpg - -# capture n°016332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016332.pto --stitching --prefix=assemblage_016332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016332.jpg - -# capture n°016333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016333.pto --stitching --prefix=assemblage_016333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016333.jpg - -# capture n°016334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016334.pto --stitching --prefix=assemblage_016334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016334.jpg - -# capture n°016335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016335.pto --stitching --prefix=assemblage_016335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016335.jpg - -# capture n°016336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016336.pto --stitching --prefix=assemblage_016336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016336.jpg - -# capture n°016337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016337.pto --stitching --prefix=assemblage_016337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016337.jpg - -# capture n°016338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016338.pto --stitching --prefix=assemblage_016338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016338.jpg - -# capture n°016339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016339.pto --stitching --prefix=assemblage_016339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016339.jpg - -# capture n°016340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016340.pto --stitching --prefix=assemblage_016340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016340.jpg - -# capture n°016341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016341.pto --stitching --prefix=assemblage_016341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016341.jpg - -# capture n°016342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016342.pto --stitching --prefix=assemblage_016342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016342.jpg - -# capture n°016343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016343.pto --stitching --prefix=assemblage_016343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016343.jpg - -# capture n°016344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016344.pto --stitching --prefix=assemblage_016344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016344.jpg - -# capture n°016345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016345.pto --stitching --prefix=assemblage_016345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016345.jpg - -# capture n°016346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016346.pto --stitching --prefix=assemblage_016346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016346.jpg - -# capture n°016347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016347.pto --stitching --prefix=assemblage_016347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016347.jpg - -# capture n°016348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016348.pto --stitching --prefix=assemblage_016348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016348.jpg - -# capture n°016349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016349.pto --stitching --prefix=assemblage_016349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016349.jpg - -# capture n°016350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016350.pto --stitching --prefix=assemblage_016350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016350.jpg - -# capture n°016351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016351.pto --stitching --prefix=assemblage_016351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016351.jpg - -# capture n°016352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016352.pto --stitching --prefix=assemblage_016352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016352.jpg - -# capture n°016353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016353.pto --stitching --prefix=assemblage_016353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016353.jpg - -# capture n°016354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016354.pto --stitching --prefix=assemblage_016354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016354.jpg - -# capture n°016355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016355.pto --stitching --prefix=assemblage_016355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016355.jpg - -# capture n°016356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016356.pto --stitching --prefix=assemblage_016356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016356.jpg - -# capture n°016357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016357.pto --stitching --prefix=assemblage_016357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016357.jpg - -# capture n°016358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016358.pto --stitching --prefix=assemblage_016358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016358.jpg - -# capture n°016359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016359.pto --stitching --prefix=assemblage_016359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016359.jpg - -# capture n°016360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016360.pto --stitching --prefix=assemblage_016360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016360.jpg - -# capture n°016361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016361.pto --stitching --prefix=assemblage_016361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016361.jpg - -# capture n°016362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016362.pto --stitching --prefix=assemblage_016362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016362.jpg - -# capture n°016363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016363.pto --stitching --prefix=assemblage_016363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016363.jpg - -# capture n°016364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016364.pto --stitching --prefix=assemblage_016364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016364.jpg - -# capture n°016365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016365.pto --stitching --prefix=assemblage_016365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016365.jpg - -# capture n°016366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016366.pto --stitching --prefix=assemblage_016366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016366.jpg - -# capture n°016367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016367.pto --stitching --prefix=assemblage_016367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016367.jpg - -# capture n°016368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016368.pto --stitching --prefix=assemblage_016368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016368.jpg - -# capture n°016369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016369.pto --stitching --prefix=assemblage_016369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016369.jpg - -# capture n°016370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016370.pto --stitching --prefix=assemblage_016370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016370.jpg - -# capture n°016371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016371.pto --stitching --prefix=assemblage_016371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016371.jpg - -# capture n°016372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016372.pto --stitching --prefix=assemblage_016372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016372.jpg - -# capture n°016373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016373.pto --stitching --prefix=assemblage_016373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016373.jpg - -# capture n°016374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016374.pto --stitching --prefix=assemblage_016374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016374.jpg - -# capture n°016375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016375.pto --stitching --prefix=assemblage_016375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016375.jpg - -# capture n°016376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016376.pto --stitching --prefix=assemblage_016376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016376.jpg - -# capture n°016377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016377.pto --stitching --prefix=assemblage_016377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016377.jpg - -# capture n°016378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016378.pto --stitching --prefix=assemblage_016378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016378.jpg - -# capture n°016379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016379.pto --stitching --prefix=assemblage_016379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016379.jpg - -# capture n°016380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016380.pto --stitching --prefix=assemblage_016380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016380.jpg - -# capture n°016381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016381.pto --stitching --prefix=assemblage_016381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016381.jpg - -# capture n°016382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016382.pto --stitching --prefix=assemblage_016382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016382.jpg - -# capture n°016383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016383.pto --stitching --prefix=assemblage_016383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016383.jpg - -# capture n°016384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016384.pto --stitching --prefix=assemblage_016384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016384.jpg - -# capture n°016385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016385.pto --stitching --prefix=assemblage_016385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016385.jpg - -# capture n°016386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016386.pto --stitching --prefix=assemblage_016386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016386.jpg - -# capture n°016387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016387.pto --stitching --prefix=assemblage_016387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016387.jpg - -# capture n°016388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016388.pto --stitching --prefix=assemblage_016388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016388.jpg - -# capture n°016389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016389.pto --stitching --prefix=assemblage_016389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016389.jpg - -# capture n°016390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016390.pto --stitching --prefix=assemblage_016390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016390.jpg - -# capture n°016391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016391.pto --stitching --prefix=assemblage_016391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016391.jpg - -# capture n°016392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016392.pto --stitching --prefix=assemblage_016392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016392.jpg - -# capture n°016393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016393.pto --stitching --prefix=assemblage_016393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016393.jpg - -# capture n°016394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016394.pto --stitching --prefix=assemblage_016394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016394.jpg - -# capture n°016395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016395.pto --stitching --prefix=assemblage_016395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016395.jpg - -# capture n°016396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016396.pto --stitching --prefix=assemblage_016396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016396.jpg - -# capture n°016397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016397.pto --stitching --prefix=assemblage_016397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016397.jpg - -# capture n°016398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016398.pto --stitching --prefix=assemblage_016398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016398.jpg - -# capture n°016399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016399.pto --stitching --prefix=assemblage_016399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016399.jpg - -# capture n°016400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016400.pto --stitching --prefix=assemblage_016400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016400.jpg - -# capture n°016401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016401.pto --stitching --prefix=assemblage_016401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016401.jpg - -# capture n°016402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016402.pto --stitching --prefix=assemblage_016402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016402.jpg - -# capture n°016403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016403.pto --stitching --prefix=assemblage_016403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016403.jpg - -# capture n°016404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016404.pto --stitching --prefix=assemblage_016404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016404.jpg - -# capture n°016405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016405.pto --stitching --prefix=assemblage_016405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016405.jpg - -# capture n°016406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016406.pto --stitching --prefix=assemblage_016406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016406.jpg - -# capture n°016407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016407.pto --stitching --prefix=assemblage_016407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016407.jpg - -# capture n°016408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016408.pto --stitching --prefix=assemblage_016408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016408.jpg - -# capture n°016409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016409.pto --stitching --prefix=assemblage_016409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016409.jpg - -# capture n°016410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016410.pto --stitching --prefix=assemblage_016410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016410.jpg - -# capture n°016411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016411.pto --stitching --prefix=assemblage_016411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016411.jpg - -# capture n°016412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016412.pto --stitching --prefix=assemblage_016412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016412.jpg - -# capture n°016413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016413.pto --stitching --prefix=assemblage_016413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016413.jpg - -# capture n°016414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016414.pto --stitching --prefix=assemblage_016414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016414.jpg - -# capture n°016415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016415.pto --stitching --prefix=assemblage_016415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016415.jpg - -# capture n°016416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016416.pto --stitching --prefix=assemblage_016416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016416.jpg - -# capture n°016417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016417.pto --stitching --prefix=assemblage_016417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016417.jpg - -# capture n°016418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016418.pto --stitching --prefix=assemblage_016418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016418.jpg - -# capture n°016419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016419.pto --stitching --prefix=assemblage_016419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016419.jpg - -# capture n°016420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016420.pto --stitching --prefix=assemblage_016420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016420.jpg - -# capture n°016421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016421.pto --stitching --prefix=assemblage_016421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016421.jpg - -# capture n°016422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016422.pto --stitching --prefix=assemblage_016422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016422.jpg - -# capture n°016423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016423.pto --stitching --prefix=assemblage_016423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016423.jpg - -# capture n°016424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016424.pto --stitching --prefix=assemblage_016424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016424.jpg - -# capture n°016425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016425.pto --stitching --prefix=assemblage_016425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016425.jpg - -# capture n°016426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016426.pto --stitching --prefix=assemblage_016426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016426.jpg - -# capture n°016427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016427.pto --stitching --prefix=assemblage_016427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016427.jpg - -# capture n°016428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016428.pto --stitching --prefix=assemblage_016428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016428.jpg - -# capture n°016429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016429.pto --stitching --prefix=assemblage_016429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016429.jpg - -# capture n°016430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016430.pto --stitching --prefix=assemblage_016430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016430.jpg - -# capture n°016431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016431.pto --stitching --prefix=assemblage_016431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016431.jpg - -# capture n°016432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016432.pto --stitching --prefix=assemblage_016432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016432.jpg - -# capture n°016433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016433.pto --stitching --prefix=assemblage_016433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016433.jpg - -# capture n°016434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016434.pto --stitching --prefix=assemblage_016434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016434.jpg - -# capture n°016435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016435.pto --stitching --prefix=assemblage_016435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016435.jpg - -# capture n°016436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016436.pto --stitching --prefix=assemblage_016436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016436.jpg - -# capture n°016437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016437.pto --stitching --prefix=assemblage_016437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016437.jpg - -# capture n°016438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016438.pto --stitching --prefix=assemblage_016438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016438.jpg - -# capture n°016439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016439.pto --stitching --prefix=assemblage_016439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016439.jpg - -# capture n°016440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016440.pto --stitching --prefix=assemblage_016440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016440.jpg - -# capture n°016441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016441.pto --stitching --prefix=assemblage_016441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016441.jpg - -# capture n°016442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016442.pto --stitching --prefix=assemblage_016442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016442.jpg - -# capture n°016443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016443.pto --stitching --prefix=assemblage_016443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016443.jpg - -# capture n°016444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016444.pto --stitching --prefix=assemblage_016444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016444.jpg - -# capture n°016445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016445.pto --stitching --prefix=assemblage_016445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016445.jpg - -# capture n°016446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016446.pto --stitching --prefix=assemblage_016446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016446.jpg - -# capture n°016447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016447.pto --stitching --prefix=assemblage_016447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016447.jpg - -# capture n°016448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016448.pto --stitching --prefix=assemblage_016448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016448.jpg - -# capture n°016449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016449.pto --stitching --prefix=assemblage_016449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016449.jpg - -# capture n°016450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016450.pto --stitching --prefix=assemblage_016450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016450.jpg - -# capture n°016451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016451.pto --stitching --prefix=assemblage_016451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016451.jpg - -# capture n°016452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016452.pto --stitching --prefix=assemblage_016452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016452.jpg - -# capture n°016453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016453.pto --stitching --prefix=assemblage_016453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016453.jpg - -# capture n°016454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016454.pto --stitching --prefix=assemblage_016454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016454.jpg - -# capture n°016455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016455.pto --stitching --prefix=assemblage_016455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016455.jpg - -# capture n°016456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016456.pto --stitching --prefix=assemblage_016456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016456.jpg - -# capture n°016457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016457.pto --stitching --prefix=assemblage_016457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016457.jpg - -# capture n°016458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016458.pto --stitching --prefix=assemblage_016458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016458.jpg - -# capture n°016459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016459.pto --stitching --prefix=assemblage_016459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016459.jpg - -# capture n°016460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016460.pto --stitching --prefix=assemblage_016460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016460.jpg - -# capture n°016461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016461.pto --stitching --prefix=assemblage_016461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016461.jpg - -# capture n°016462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016462.pto --stitching --prefix=assemblage_016462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016462.jpg - -# capture n°016463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016463.pto --stitching --prefix=assemblage_016463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016463.jpg - -# capture n°016464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016464.pto --stitching --prefix=assemblage_016464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016464.jpg - -# capture n°016465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016465.pto --stitching --prefix=assemblage_016465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016465.jpg - -# capture n°016466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016466.pto --stitching --prefix=assemblage_016466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016466.jpg - -# capture n°016467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016467.pto --stitching --prefix=assemblage_016467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016467.jpg - -# capture n°016468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016468.pto --stitching --prefix=assemblage_016468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016468.jpg - -# capture n°016469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016469.pto --stitching --prefix=assemblage_016469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016469.jpg - -# capture n°016470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016470.pto --stitching --prefix=assemblage_016470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016470.jpg - -# capture n°016471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016471.pto --stitching --prefix=assemblage_016471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016471.jpg - -# capture n°016472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016472.pto --stitching --prefix=assemblage_016472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016472.jpg - -# capture n°016473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016473.pto --stitching --prefix=assemblage_016473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016473.jpg - -# capture n°016474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016474.pto --stitching --prefix=assemblage_016474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016474.jpg - -# capture n°016475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016475.pto --stitching --prefix=assemblage_016475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016475.jpg - -# capture n°016476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016476.pto --stitching --prefix=assemblage_016476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016476.jpg - -# capture n°016477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016477.pto --stitching --prefix=assemblage_016477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016477.jpg - -# capture n°016478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016478.pto --stitching --prefix=assemblage_016478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016478.jpg - -# capture n°016479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016479.pto --stitching --prefix=assemblage_016479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016479.jpg - -# capture n°016480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016480.pto --stitching --prefix=assemblage_016480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016480.jpg - -# capture n°016481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016481.pto --stitching --prefix=assemblage_016481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016481.jpg - -# capture n°016482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016482.pto --stitching --prefix=assemblage_016482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016482.jpg - -# capture n°016483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016483.pto --stitching --prefix=assemblage_016483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016483.jpg - -# capture n°016484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016484.pto --stitching --prefix=assemblage_016484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016484.jpg - -# capture n°016485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016485.pto --stitching --prefix=assemblage_016485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016485.jpg - -# capture n°016486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016486.pto --stitching --prefix=assemblage_016486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016486.jpg - -# capture n°016487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016487.pto --stitching --prefix=assemblage_016487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016487.jpg - -# capture n°016488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016488.pto --stitching --prefix=assemblage_016488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016488.jpg - -# capture n°016489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016489.pto --stitching --prefix=assemblage_016489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016489.jpg - -# capture n°016490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016490.pto --stitching --prefix=assemblage_016490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016490.jpg - -# capture n°016491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016491.pto --stitching --prefix=assemblage_016491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016491.jpg - -# capture n°016492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016492.pto --stitching --prefix=assemblage_016492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016492.jpg - -# capture n°016493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016493.pto --stitching --prefix=assemblage_016493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016493.jpg - -# capture n°016494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016494.pto --stitching --prefix=assemblage_016494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016494.jpg - -# capture n°016495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016495.pto --stitching --prefix=assemblage_016495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016495.jpg - -# capture n°016496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016496.pto --stitching --prefix=assemblage_016496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016496.jpg - -# capture n°016497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016497.pto --stitching --prefix=assemblage_016497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016497.jpg - -# capture n°016498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016498.pto --stitching --prefix=assemblage_016498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016498.jpg - -# capture n°016499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016499.pto --stitching --prefix=assemblage_016499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016499.jpg - -# capture n°016500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016500.pto --stitching --prefix=assemblage_016500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016500.jpg - -# capture n°016501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016501.pto --stitching --prefix=assemblage_016501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016501.jpg - -# capture n°016502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016502.pto --stitching --prefix=assemblage_016502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016502.jpg - -# capture n°016503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016503.pto --stitching --prefix=assemblage_016503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016503.jpg - -# capture n°016504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016504.pto --stitching --prefix=assemblage_016504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016504.jpg - -# capture n°016505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016505.pto --stitching --prefix=assemblage_016505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016505.jpg - -# capture n°016506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016506.pto --stitching --prefix=assemblage_016506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016506.jpg - -# capture n°016507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016507.pto --stitching --prefix=assemblage_016507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016507.jpg - -# capture n°016508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016508.pto --stitching --prefix=assemblage_016508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016508.jpg - -# capture n°016509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016509.pto --stitching --prefix=assemblage_016509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016509.jpg - -# capture n°016510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016510.pto --stitching --prefix=assemblage_016510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016510.jpg - -# capture n°016511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016511.pto --stitching --prefix=assemblage_016511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016511.jpg - -# capture n°016512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016512.pto --stitching --prefix=assemblage_016512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016512.jpg - -# capture n°016513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016513.pto --stitching --prefix=assemblage_016513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016513.jpg - -# capture n°016514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016514.pto --stitching --prefix=assemblage_016514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016514.jpg - -# capture n°016515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016515.pto --stitching --prefix=assemblage_016515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016515.jpg - -# capture n°016516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016516.pto --stitching --prefix=assemblage_016516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016516.jpg - -# capture n°016517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016517.pto --stitching --prefix=assemblage_016517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016517.jpg - -# capture n°016518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016518.pto --stitching --prefix=assemblage_016518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016518.jpg - -# capture n°016519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016519.pto --stitching --prefix=assemblage_016519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016519.jpg - -# capture n°016520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016520.pto --stitching --prefix=assemblage_016520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016520.jpg - -# capture n°016521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016521.pto --stitching --prefix=assemblage_016521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016521.jpg - -# capture n°016522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016522.pto --stitching --prefix=assemblage_016522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016522.jpg - -# capture n°016523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016523.pto --stitching --prefix=assemblage_016523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016523.jpg - -# capture n°016524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016524.pto --stitching --prefix=assemblage_016524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016524.jpg - -# capture n°016525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016525.pto --stitching --prefix=assemblage_016525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016525.jpg - -# capture n°016526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016526.pto --stitching --prefix=assemblage_016526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016526.jpg - -# capture n°016527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016527.pto --stitching --prefix=assemblage_016527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016527.jpg - -# capture n°016528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016528.pto --stitching --prefix=assemblage_016528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016528.jpg - -# capture n°016529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016529.pto --stitching --prefix=assemblage_016529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016529.jpg - -# capture n°016530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016530.pto --stitching --prefix=assemblage_016530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016530.jpg - -# capture n°016531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016531.pto --stitching --prefix=assemblage_016531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016531.jpg - -# capture n°016532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016532.pto --stitching --prefix=assemblage_016532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016532.jpg - -# capture n°016533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016533.pto --stitching --prefix=assemblage_016533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016533.jpg - -# capture n°016534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016534.pto --stitching --prefix=assemblage_016534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016534.jpg - -# capture n°016535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016535.pto --stitching --prefix=assemblage_016535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016535.jpg - -# capture n°016536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016536.pto --stitching --prefix=assemblage_016536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016536.jpg - -# capture n°016537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016537.pto --stitching --prefix=assemblage_016537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016537.jpg - -# capture n°016538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016538.pto --stitching --prefix=assemblage_016538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016538.jpg - -# capture n°016539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016539.pto --stitching --prefix=assemblage_016539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016539.jpg - -# capture n°016540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016540.pto --stitching --prefix=assemblage_016540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016540.jpg - -# capture n°016541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016541.pto --stitching --prefix=assemblage_016541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016541.jpg - -# capture n°016542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016542.pto --stitching --prefix=assemblage_016542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016542.jpg - -# capture n°016543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016543.pto --stitching --prefix=assemblage_016543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016543.jpg - -# capture n°016544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016544.pto --stitching --prefix=assemblage_016544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016544.jpg - -# capture n°016545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016545.pto --stitching --prefix=assemblage_016545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016545.jpg - -# capture n°016546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016546.pto --stitching --prefix=assemblage_016546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016546.jpg - -# capture n°016547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016547.pto --stitching --prefix=assemblage_016547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016547.jpg - -# capture n°016548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016548.pto --stitching --prefix=assemblage_016548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016548.jpg - -# capture n°016549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016549.pto --stitching --prefix=assemblage_016549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016549.jpg - -# capture n°016550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016550.pto --stitching --prefix=assemblage_016550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016550.jpg - -# capture n°016551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016551.pto --stitching --prefix=assemblage_016551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016551.jpg - -# capture n°016552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016552.pto --stitching --prefix=assemblage_016552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016552.jpg - -# capture n°016553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016553.pto --stitching --prefix=assemblage_016553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016553.jpg - -# capture n°016554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016554.pto --stitching --prefix=assemblage_016554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016554.jpg - -# capture n°016555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016555.pto --stitching --prefix=assemblage_016555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016555.jpg - -# capture n°016556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016556.pto --stitching --prefix=assemblage_016556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016556.jpg - -# capture n°016557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016557.pto --stitching --prefix=assemblage_016557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016557.jpg - -# capture n°016558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016558.pto --stitching --prefix=assemblage_016558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016558.jpg - -# capture n°016559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016559.pto --stitching --prefix=assemblage_016559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016559.jpg - -# capture n°016560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016560.pto --stitching --prefix=assemblage_016560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016560.jpg - -# capture n°016561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016561.pto --stitching --prefix=assemblage_016561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016561.jpg - -# capture n°016562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016562.pto --stitching --prefix=assemblage_016562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016562.jpg - -# capture n°016563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016563.pto --stitching --prefix=assemblage_016563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016563.jpg - -# capture n°016564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016564.pto --stitching --prefix=assemblage_016564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016564.jpg - -# capture n°016565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016565.pto --stitching --prefix=assemblage_016565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016565.jpg - -# capture n°016566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016566.pto --stitching --prefix=assemblage_016566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016566.jpg - -# capture n°016567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016567.pto --stitching --prefix=assemblage_016567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016567.jpg - -# capture n°016568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016568.pto --stitching --prefix=assemblage_016568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016568.jpg - -# capture n°016569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016569.pto --stitching --prefix=assemblage_016569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016569.jpg - -# capture n°016570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016570.pto --stitching --prefix=assemblage_016570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016570.jpg - -# capture n°016571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016571.pto --stitching --prefix=assemblage_016571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016571.jpg - -# capture n°016572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016572.pto --stitching --prefix=assemblage_016572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016572.jpg - -# capture n°016573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016573.pto --stitching --prefix=assemblage_016573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016573.jpg - -# capture n°016574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016574.pto --stitching --prefix=assemblage_016574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016574.jpg - -# capture n°016575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016575.pto --stitching --prefix=assemblage_016575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016575.jpg - -# capture n°016576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016576.pto --stitching --prefix=assemblage_016576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016576.jpg - -# capture n°016577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016577.pto --stitching --prefix=assemblage_016577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016577.jpg - -# capture n°016578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016578.pto --stitching --prefix=assemblage_016578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016578.jpg - -# capture n°016579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016579.pto --stitching --prefix=assemblage_016579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016579.jpg - -# capture n°016580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016580.pto --stitching --prefix=assemblage_016580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016580.jpg - -# capture n°016581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016581.pto --stitching --prefix=assemblage_016581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016581.jpg - -# capture n°016582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016582.pto --stitching --prefix=assemblage_016582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016582.jpg - -# capture n°016583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016583.pto --stitching --prefix=assemblage_016583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016583.jpg - -# capture n°016584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016584.pto --stitching --prefix=assemblage_016584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016584.jpg - -# capture n°016585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016585.pto --stitching --prefix=assemblage_016585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016585.jpg - -# capture n°016586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016586.pto --stitching --prefix=assemblage_016586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016586.jpg - -# capture n°016587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016587.pto --stitching --prefix=assemblage_016587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016587.jpg - -# capture n°016588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016588.pto --stitching --prefix=assemblage_016588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016588.jpg - -# capture n°016589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016589.pto --stitching --prefix=assemblage_016589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016589.jpg - -# capture n°016590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016590.pto --stitching --prefix=assemblage_016590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016590.jpg - -# capture n°016591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016591.pto --stitching --prefix=assemblage_016591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016591.jpg - -# capture n°016592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016592.pto --stitching --prefix=assemblage_016592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016592.jpg - -# capture n°016593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016593.pto --stitching --prefix=assemblage_016593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016593.jpg - -# capture n°016594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016594.pto --stitching --prefix=assemblage_016594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016594.jpg - -# capture n°016595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016595.pto --stitching --prefix=assemblage_016595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016595.jpg - -# capture n°016596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016596.pto --stitching --prefix=assemblage_016596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016596.jpg - -# capture n°016597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016597.pto --stitching --prefix=assemblage_016597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016597.jpg - -# capture n°016598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016598.pto --stitching --prefix=assemblage_016598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016598.jpg - -# capture n°016599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016599.pto --stitching --prefix=assemblage_016599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016599.jpg - -# capture n°016600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016600.pto --stitching --prefix=assemblage_016600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016600.jpg - -# capture n°016601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016601.pto --stitching --prefix=assemblage_016601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016601.jpg - -# capture n°016602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016602.pto --stitching --prefix=assemblage_016602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016602.jpg - -# capture n°016603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016603.pto --stitching --prefix=assemblage_016603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016603.jpg - -# capture n°016604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016604.pto --stitching --prefix=assemblage_016604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016604.jpg - -# capture n°016605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016605.pto --stitching --prefix=assemblage_016605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016605.jpg - -# capture n°016606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016606.pto --stitching --prefix=assemblage_016606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016606.jpg - -# capture n°016607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016607.pto --stitching --prefix=assemblage_016607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016607.jpg - -# capture n°016608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016608.pto --stitching --prefix=assemblage_016608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016608.jpg - -# capture n°016609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016609.pto --stitching --prefix=assemblage_016609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016609.jpg - -# capture n°016610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016610.pto --stitching --prefix=assemblage_016610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016610.jpg - -# capture n°016611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016611.pto --stitching --prefix=assemblage_016611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016611.jpg - -# capture n°016612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016612.pto --stitching --prefix=assemblage_016612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016612.jpg - -# capture n°016613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016613.pto --stitching --prefix=assemblage_016613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016613.jpg - -# capture n°016614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016614.pto --stitching --prefix=assemblage_016614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016614.jpg - -# capture n°016615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016615.pto --stitching --prefix=assemblage_016615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016615.jpg - -# capture n°016616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016616.pto --stitching --prefix=assemblage_016616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016616.jpg - -# capture n°016617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016617.pto --stitching --prefix=assemblage_016617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016617.jpg - -# capture n°016618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016618.pto --stitching --prefix=assemblage_016618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016618.jpg - -# capture n°016619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016619.pto --stitching --prefix=assemblage_016619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016619.jpg - -# capture n°016620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016620.pto --stitching --prefix=assemblage_016620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016620.jpg - -# capture n°016621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016621.pto --stitching --prefix=assemblage_016621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016621.jpg - -# capture n°016622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016622.pto --stitching --prefix=assemblage_016622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016622.jpg - -# capture n°016623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016623.pto --stitching --prefix=assemblage_016623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016623.jpg - -# capture n°016624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016624.pto --stitching --prefix=assemblage_016624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016624.jpg - -# capture n°016625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016625.pto --stitching --prefix=assemblage_016625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016625.jpg - -# capture n°016626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016626.pto --stitching --prefix=assemblage_016626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016626.jpg - -# capture n°016627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016627.pto --stitching --prefix=assemblage_016627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016627.jpg - -# capture n°016628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016628.pto --stitching --prefix=assemblage_016628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016628.jpg - -# capture n°016629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016629.pto --stitching --prefix=assemblage_016629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016629.jpg - -# capture n°016630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016630.pto --stitching --prefix=assemblage_016630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016630.jpg - -# capture n°016631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016631.pto --stitching --prefix=assemblage_016631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016631.jpg - -# capture n°016632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016632.pto --stitching --prefix=assemblage_016632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016632.jpg - -# capture n°016633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016633.pto --stitching --prefix=assemblage_016633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016633.jpg - -# capture n°016634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016634.pto --stitching --prefix=assemblage_016634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016634.jpg - -# capture n°016635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016635.pto --stitching --prefix=assemblage_016635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016635.jpg - -# capture n°016636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016636.pto --stitching --prefix=assemblage_016636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016636.jpg - -# capture n°016637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016637.pto --stitching --prefix=assemblage_016637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016637.jpg - -# capture n°016638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016638.pto --stitching --prefix=assemblage_016638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016638.jpg - -# capture n°016639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016639.pto --stitching --prefix=assemblage_016639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016639.jpg - -# capture n°016640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016640.pto --stitching --prefix=assemblage_016640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016640.jpg - -# capture n°016641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016641.pto --stitching --prefix=assemblage_016641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016641.jpg - -# capture n°016642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016642.pto --stitching --prefix=assemblage_016642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016642.jpg - -# capture n°016643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016643.pto --stitching --prefix=assemblage_016643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016643.jpg - -# capture n°016644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016644.pto --stitching --prefix=assemblage_016644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016644.jpg - -# capture n°016645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016645.pto --stitching --prefix=assemblage_016645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016645.jpg - -# capture n°016646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016646.pto --stitching --prefix=assemblage_016646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016646.jpg - -# capture n°016647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016647.pto --stitching --prefix=assemblage_016647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016647.jpg - -# capture n°016648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016648.pto --stitching --prefix=assemblage_016648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016648.jpg - -# capture n°016649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016649.pto --stitching --prefix=assemblage_016649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016649.jpg - -# capture n°016650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016650.pto --stitching --prefix=assemblage_016650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016650.jpg - -# capture n°016651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016651.pto --stitching --prefix=assemblage_016651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016651.jpg - -# capture n°016652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016652.pto --stitching --prefix=assemblage_016652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016652.jpg - -# capture n°016653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016653.pto --stitching --prefix=assemblage_016653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016653.jpg - -# capture n°016654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016654.pto --stitching --prefix=assemblage_016654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016654.jpg - -# capture n°016655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016655.pto --stitching --prefix=assemblage_016655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016655.jpg - -# capture n°016656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016656.pto --stitching --prefix=assemblage_016656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016656.jpg - -# capture n°016657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016657.pto --stitching --prefix=assemblage_016657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016657.jpg - -# capture n°016658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016658.pto --stitching --prefix=assemblage_016658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016658.jpg - -# capture n°016659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016659.pto --stitching --prefix=assemblage_016659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016659.jpg - -# capture n°016660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016660.pto --stitching --prefix=assemblage_016660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016660.jpg - -# capture n°016661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016661.pto --stitching --prefix=assemblage_016661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016661.jpg - -# capture n°016662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016662.pto --stitching --prefix=assemblage_016662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016662.jpg - -# capture n°016663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016663.pto --stitching --prefix=assemblage_016663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016663.jpg - -# capture n°016664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016664.pto --stitching --prefix=assemblage_016664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016664.jpg - -# capture n°016665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016665.pto --stitching --prefix=assemblage_016665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016665.jpg - -# capture n°016666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016666.pto --stitching --prefix=assemblage_016666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016666.jpg - -# capture n°016667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016667.pto --stitching --prefix=assemblage_016667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016667.jpg - -# capture n°016668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016668.pto --stitching --prefix=assemblage_016668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016668.jpg - -# capture n°016669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016669.pto --stitching --prefix=assemblage_016669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016669.jpg - -# capture n°016670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016670.pto --stitching --prefix=assemblage_016670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016670.jpg - -# capture n°016671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016671.pto --stitching --prefix=assemblage_016671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016671.jpg - -# capture n°016672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016672.pto --stitching --prefix=assemblage_016672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016672.jpg - -# capture n°016673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016673.pto --stitching --prefix=assemblage_016673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016673.jpg - -# capture n°016674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016674.pto --stitching --prefix=assemblage_016674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016674.jpg - -# capture n°016675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016675.pto --stitching --prefix=assemblage_016675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016675.jpg - -# capture n°016676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016676.pto --stitching --prefix=assemblage_016676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016676.jpg - -# capture n°016677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016677.pto --stitching --prefix=assemblage_016677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016677.jpg - -# capture n°016678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016678.pto --stitching --prefix=assemblage_016678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016678.jpg - -# capture n°016679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016679.pto --stitching --prefix=assemblage_016679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016679.jpg - -# capture n°016680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016680.pto --stitching --prefix=assemblage_016680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016680.jpg - -# capture n°016681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016681.pto --stitching --prefix=assemblage_016681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016681.jpg - -# capture n°016682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016682.pto --stitching --prefix=assemblage_016682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016682.jpg - -# capture n°016683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016683.pto --stitching --prefix=assemblage_016683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016683.jpg - -# capture n°016684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016684.pto --stitching --prefix=assemblage_016684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016684.jpg - -# capture n°016685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016685.pto --stitching --prefix=assemblage_016685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016685.jpg - -# capture n°016686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016686.pto --stitching --prefix=assemblage_016686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016686.jpg - -# capture n°016687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016687.pto --stitching --prefix=assemblage_016687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016687.jpg - -# capture n°016688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016688.pto --stitching --prefix=assemblage_016688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016688.jpg - -# capture n°016689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016689.pto --stitching --prefix=assemblage_016689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016689.jpg - -# capture n°016690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016690.pto --stitching --prefix=assemblage_016690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016690.jpg - -# capture n°016691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016691.pto --stitching --prefix=assemblage_016691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016691.jpg - -# capture n°016692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016692.pto --stitching --prefix=assemblage_016692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016692.jpg - -# capture n°016693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016693.pto --stitching --prefix=assemblage_016693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016693.jpg - -# capture n°016694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016694.pto --stitching --prefix=assemblage_016694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016694.jpg - -# capture n°016695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016695.pto --stitching --prefix=assemblage_016695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016695.jpg - -# capture n°016696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016696.pto --stitching --prefix=assemblage_016696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016696.jpg - -# capture n°016697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016697.pto --stitching --prefix=assemblage_016697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016697.jpg - -# capture n°016698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016698.pto --stitching --prefix=assemblage_016698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016698.jpg - -# capture n°016699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016699.pto --stitching --prefix=assemblage_016699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016699.jpg - -# capture n°016700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016700.pto --stitching --prefix=assemblage_016700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016700.jpg - -# capture n°016701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016701.pto --stitching --prefix=assemblage_016701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016701.jpg - -# capture n°016702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016702.pto --stitching --prefix=assemblage_016702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016702.jpg - -# capture n°016703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016703.pto --stitching --prefix=assemblage_016703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016703.jpg - -# capture n°016704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016704.pto --stitching --prefix=assemblage_016704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016704.jpg - -# capture n°016705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016705.pto --stitching --prefix=assemblage_016705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016705.jpg - -# capture n°016706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016706.pto --stitching --prefix=assemblage_016706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016706.jpg - -# capture n°016707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016707.pto --stitching --prefix=assemblage_016707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016707.jpg - -# capture n°016708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016708.pto --stitching --prefix=assemblage_016708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016708.jpg - -# capture n°016709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016709.pto --stitching --prefix=assemblage_016709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016709.jpg - -# capture n°016710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016710.pto --stitching --prefix=assemblage_016710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016710.jpg - -# capture n°016711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016711.pto --stitching --prefix=assemblage_016711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016711.jpg - -# capture n°016712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016712.pto --stitching --prefix=assemblage_016712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016712.jpg - -# capture n°016713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016713.pto --stitching --prefix=assemblage_016713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016713.jpg - -# capture n°016714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016714.pto --stitching --prefix=assemblage_016714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016714.jpg - -# capture n°016715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016715.pto --stitching --prefix=assemblage_016715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016715.jpg - -# capture n°016716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016716.pto --stitching --prefix=assemblage_016716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016716.jpg - -# capture n°016717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016717.pto --stitching --prefix=assemblage_016717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016717.jpg - -# capture n°016718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016718.pto --stitching --prefix=assemblage_016718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016718.jpg - -# capture n°016719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016719.pto --stitching --prefix=assemblage_016719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016719.jpg - -# capture n°016720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016720.pto --stitching --prefix=assemblage_016720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016720.jpg - -# capture n°016721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016721.pto --stitching --prefix=assemblage_016721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016721.jpg - -# capture n°016722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016722.pto --stitching --prefix=assemblage_016722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016722.jpg - -# capture n°016723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016723.pto --stitching --prefix=assemblage_016723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016723.jpg - -# capture n°016724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016724.pto --stitching --prefix=assemblage_016724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016724.jpg - -# capture n°016725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016725.pto --stitching --prefix=assemblage_016725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016725.jpg - -# capture n°016726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016726.pto --stitching --prefix=assemblage_016726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016726.jpg - -# capture n°016727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016727.pto --stitching --prefix=assemblage_016727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016727.jpg - -# capture n°016728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016728.pto --stitching --prefix=assemblage_016728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016728.jpg - -# capture n°016729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016729.pto --stitching --prefix=assemblage_016729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016729.jpg - -# capture n°016730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016730.pto --stitching --prefix=assemblage_016730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016730.jpg - -# capture n°016731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016731.pto --stitching --prefix=assemblage_016731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016731.jpg - -# capture n°016732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016732.pto --stitching --prefix=assemblage_016732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016732.jpg - -# capture n°016733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016733.pto --stitching --prefix=assemblage_016733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016733.jpg - -# capture n°016734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016734.pto --stitching --prefix=assemblage_016734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016734.jpg - -# capture n°016735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016735.pto --stitching --prefix=assemblage_016735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016735.jpg - -# capture n°016736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016736.pto --stitching --prefix=assemblage_016736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016736.jpg - -# capture n°016737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016737.pto --stitching --prefix=assemblage_016737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016737.jpg - -# capture n°016738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016738.pto --stitching --prefix=assemblage_016738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016738.jpg - -# capture n°016739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016739.pto --stitching --prefix=assemblage_016739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016739.jpg - -# capture n°016740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016740.pto --stitching --prefix=assemblage_016740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016740.jpg - -# capture n°016741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016741.pto --stitching --prefix=assemblage_016741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016741.jpg - -# capture n°016742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016742.pto --stitching --prefix=assemblage_016742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016742.jpg - -# capture n°016743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016743.pto --stitching --prefix=assemblage_016743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016743.jpg - -# capture n°016744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016744.pto --stitching --prefix=assemblage_016744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016744.jpg - -# capture n°016745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016745.pto --stitching --prefix=assemblage_016745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016745.jpg - -# capture n°016746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016746.pto --stitching --prefix=assemblage_016746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016746.jpg - -# capture n°016747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016747.pto --stitching --prefix=assemblage_016747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016747.jpg - -# capture n°016748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016748.pto --stitching --prefix=assemblage_016748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016748.jpg - -# capture n°016749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016749.pto --stitching --prefix=assemblage_016749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016749.jpg - -# capture n°016750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016750.pto --stitching --prefix=assemblage_016750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016750.jpg - -# capture n°016751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016751.pto --stitching --prefix=assemblage_016751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016751.jpg - -# capture n°016752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016752.pto --stitching --prefix=assemblage_016752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016752.jpg - -# capture n°016753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016753.pto --stitching --prefix=assemblage_016753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016753.jpg - -# capture n°016754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016754.pto --stitching --prefix=assemblage_016754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016754.jpg - -# capture n°016755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016755.pto --stitching --prefix=assemblage_016755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016755.jpg - -# capture n°016756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016756.pto --stitching --prefix=assemblage_016756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016756.jpg - -# capture n°016757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016757.pto --stitching --prefix=assemblage_016757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016757.jpg - -# capture n°016758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016758.pto --stitching --prefix=assemblage_016758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016758.jpg - -# capture n°016759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016759.pto --stitching --prefix=assemblage_016759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016759.jpg - -# capture n°016760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016760.pto --stitching --prefix=assemblage_016760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016760.jpg - -# capture n°016761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016761.pto --stitching --prefix=assemblage_016761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016761.jpg - -# capture n°016762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016762.pto --stitching --prefix=assemblage_016762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016762.jpg - -# capture n°016763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016763.pto --stitching --prefix=assemblage_016763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016763.jpg - -# capture n°016764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016764.pto --stitching --prefix=assemblage_016764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016764.jpg - -# capture n°016765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016765.pto --stitching --prefix=assemblage_016765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016765.jpg - -# capture n°016766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016766.pto --stitching --prefix=assemblage_016766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016766.jpg - -# capture n°016767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016767.pto --stitching --prefix=assemblage_016767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016767.jpg - -# capture n°016768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016768.pto --stitching --prefix=assemblage_016768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016768.jpg - -# capture n°016769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016769.pto --stitching --prefix=assemblage_016769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016769.jpg - -# capture n°016770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016770.pto --stitching --prefix=assemblage_016770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016770.jpg - -# capture n°016771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016771.pto --stitching --prefix=assemblage_016771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016771.jpg - -# capture n°016772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016772.pto --stitching --prefix=assemblage_016772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016772.jpg - -# capture n°016773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016773.pto --stitching --prefix=assemblage_016773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016773.jpg - -# capture n°016774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016774.pto --stitching --prefix=assemblage_016774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016774.jpg - -# capture n°016775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016775.pto --stitching --prefix=assemblage_016775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016775.jpg - -# capture n°016776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016776.pto --stitching --prefix=assemblage_016776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016776.jpg - -# capture n°016777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016777.pto --stitching --prefix=assemblage_016777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016777.jpg - -# capture n°016778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016778.pto --stitching --prefix=assemblage_016778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016778.jpg - -# capture n°016779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016779.pto --stitching --prefix=assemblage_016779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016779.jpg - -# capture n°016780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016780.pto --stitching --prefix=assemblage_016780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016780.jpg - -# capture n°016781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016781.pto --stitching --prefix=assemblage_016781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016781.jpg - -# capture n°016782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016782.pto --stitching --prefix=assemblage_016782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016782.jpg - -# capture n°016783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016783.pto --stitching --prefix=assemblage_016783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016783.jpg - -# capture n°016784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016784.pto --stitching --prefix=assemblage_016784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016784.jpg - -# capture n°016785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016785.pto --stitching --prefix=assemblage_016785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016785.jpg - -# capture n°016786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016786.pto --stitching --prefix=assemblage_016786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016786.jpg - -# capture n°016787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016787.pto --stitching --prefix=assemblage_016787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016787.jpg - -# capture n°016788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016788.pto --stitching --prefix=assemblage_016788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016788.jpg - -# capture n°016789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016789.pto --stitching --prefix=assemblage_016789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016789.jpg - -# capture n°016790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016790.pto --stitching --prefix=assemblage_016790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016790.jpg - -# capture n°016791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016791.pto --stitching --prefix=assemblage_016791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016791.jpg - -# capture n°016792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016792.pto --stitching --prefix=assemblage_016792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016792.jpg - -# capture n°016793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016793.pto --stitching --prefix=assemblage_016793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016793.jpg - -# capture n°016794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016794.pto --stitching --prefix=assemblage_016794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016794.jpg - -# capture n°016795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016795.pto --stitching --prefix=assemblage_016795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016795.jpg - -# capture n°016796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016796.pto --stitching --prefix=assemblage_016796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016796.jpg - -# capture n°016797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016797.pto --stitching --prefix=assemblage_016797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016797.jpg - -# capture n°016798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016798.pto --stitching --prefix=assemblage_016798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016798.jpg - -# capture n°016799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016799.pto --stitching --prefix=assemblage_016799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016799.jpg - -# capture n°016800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016800.pto --stitching --prefix=assemblage_016800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016800.jpg - -# capture n°016801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016801.pto --stitching --prefix=assemblage_016801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016801.jpg - -# capture n°016802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016802.pto --stitching --prefix=assemblage_016802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016802.jpg - -# capture n°016803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016803.pto --stitching --prefix=assemblage_016803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016803.jpg - -# capture n°016804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016804.pto --stitching --prefix=assemblage_016804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016804.jpg - -# capture n°016805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016805.pto --stitching --prefix=assemblage_016805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016805.jpg - -# capture n°016806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016806.pto --stitching --prefix=assemblage_016806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016806.jpg - -# capture n°016807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016807.pto --stitching --prefix=assemblage_016807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016807.jpg - -# capture n°016808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016808.pto --stitching --prefix=assemblage_016808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016808.jpg - -# capture n°016809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016809.pto --stitching --prefix=assemblage_016809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016809.jpg - -# capture n°016810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016810.pto --stitching --prefix=assemblage_016810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016810.jpg - -# capture n°016811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016811.pto --stitching --prefix=assemblage_016811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016811.jpg - -# capture n°016812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016812.pto --stitching --prefix=assemblage_016812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016812.jpg - -# capture n°016813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016813.pto --stitching --prefix=assemblage_016813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016813.jpg - -# capture n°016814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016814.pto --stitching --prefix=assemblage_016814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016814.jpg - -# capture n°016815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016815.pto --stitching --prefix=assemblage_016815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016815.jpg - -# capture n°016816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016816.pto --stitching --prefix=assemblage_016816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016816.jpg - -# capture n°016817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016817.pto --stitching --prefix=assemblage_016817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016817.jpg - -# capture n°016818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016818.pto --stitching --prefix=assemblage_016818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016818.jpg - -# capture n°016819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016819.pto --stitching --prefix=assemblage_016819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016819.jpg - -# capture n°016820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016820.pto --stitching --prefix=assemblage_016820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016820.jpg - -# capture n°016821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016821.pto --stitching --prefix=assemblage_016821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016821.jpg - -# capture n°016822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016822.pto --stitching --prefix=assemblage_016822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016822.jpg - -# capture n°016823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016823.pto --stitching --prefix=assemblage_016823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016823.jpg - -# capture n°016824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016824.pto --stitching --prefix=assemblage_016824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016824.jpg - -# capture n°016825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016825.pto --stitching --prefix=assemblage_016825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016825.jpg - -# capture n°016826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016826.pto --stitching --prefix=assemblage_016826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016826.jpg - -# capture n°016827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016827.pto --stitching --prefix=assemblage_016827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016827.jpg - -# capture n°016828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016828.pto --stitching --prefix=assemblage_016828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016828.jpg - -# capture n°016829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016829.pto --stitching --prefix=assemblage_016829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016829.jpg - -# capture n°016830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016830.pto --stitching --prefix=assemblage_016830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016830.jpg - -# capture n°016831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016831.pto --stitching --prefix=assemblage_016831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016831.jpg - -# capture n°016832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016832.pto --stitching --prefix=assemblage_016832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016832.jpg - -# capture n°016833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016833.pto --stitching --prefix=assemblage_016833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016833.jpg - -# capture n°016834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016834.pto --stitching --prefix=assemblage_016834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016834.jpg - -# capture n°016835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016835.pto --stitching --prefix=assemblage_016835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016835.jpg - -# capture n°016836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016836.pto --stitching --prefix=assemblage_016836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016836.jpg - -# capture n°016837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016837.pto --stitching --prefix=assemblage_016837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016837.jpg - -# capture n°016838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016838.pto --stitching --prefix=assemblage_016838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016838.jpg - -# capture n°016839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016839.pto --stitching --prefix=assemblage_016839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016839.jpg - -# capture n°016840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016840.pto --stitching --prefix=assemblage_016840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016840.jpg - -# capture n°016841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016841.pto --stitching --prefix=assemblage_016841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016841.jpg - -# capture n°016842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016842.pto --stitching --prefix=assemblage_016842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016842.jpg - -# capture n°016843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016843.pto --stitching --prefix=assemblage_016843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016843.jpg - -# capture n°016844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016844.pto --stitching --prefix=assemblage_016844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016844.jpg - -# capture n°016845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016845.pto --stitching --prefix=assemblage_016845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016845.jpg - -# capture n°016846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016846.pto --stitching --prefix=assemblage_016846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016846.jpg - -# capture n°016847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016847.pto --stitching --prefix=assemblage_016847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016847.jpg - -# capture n°016848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016848.pto --stitching --prefix=assemblage_016848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016848.jpg - -# capture n°016849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016849.pto --stitching --prefix=assemblage_016849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016849.jpg - -# capture n°016850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016850.pto --stitching --prefix=assemblage_016850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016850.jpg - -# capture n°016851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016851.pto --stitching --prefix=assemblage_016851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016851.jpg - -# capture n°016852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016852.pto --stitching --prefix=assemblage_016852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016852.jpg - -# capture n°016853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016853.pto --stitching --prefix=assemblage_016853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016853.jpg - -# capture n°016854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016854.pto --stitching --prefix=assemblage_016854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016854.jpg - -# capture n°016855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016855.pto --stitching --prefix=assemblage_016855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016855.jpg - -# capture n°016856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016856.pto --stitching --prefix=assemblage_016856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016856.jpg - -# capture n°016857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016857.pto --stitching --prefix=assemblage_016857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016857.jpg - -# capture n°016858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016858.pto --stitching --prefix=assemblage_016858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016858.jpg - -# capture n°016859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016859.pto --stitching --prefix=assemblage_016859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016859.jpg - -# capture n°016860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016860.pto --stitching --prefix=assemblage_016860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016860.jpg - -# capture n°016861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016861.pto --stitching --prefix=assemblage_016861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016861.jpg - -# capture n°016862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016862.pto --stitching --prefix=assemblage_016862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016862.jpg - -# capture n°016863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016863.pto --stitching --prefix=assemblage_016863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016863.jpg - -# capture n°016864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016864.pto --stitching --prefix=assemblage_016864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016864.jpg - -# capture n°016865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016865.pto --stitching --prefix=assemblage_016865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016865.jpg - -# capture n°016866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016866.pto --stitching --prefix=assemblage_016866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016866.jpg - -# capture n°016867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016867.pto --stitching --prefix=assemblage_016867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016867.jpg - -# capture n°016868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016868.pto --stitching --prefix=assemblage_016868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016868.jpg - -# capture n°016869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016869.pto --stitching --prefix=assemblage_016869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016869.jpg - -# capture n°016870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016870.pto --stitching --prefix=assemblage_016870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016870.jpg - -# capture n°016871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016871.pto --stitching --prefix=assemblage_016871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016871.jpg - -# capture n°016872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016872.pto --stitching --prefix=assemblage_016872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016872.jpg - -# capture n°016873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016873.pto --stitching --prefix=assemblage_016873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016873.jpg - -# capture n°016874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016874.pto --stitching --prefix=assemblage_016874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016874.jpg - -# capture n°016875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016875.pto --stitching --prefix=assemblage_016875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016875.jpg - -# capture n°016876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016876.pto --stitching --prefix=assemblage_016876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016876.jpg - -# capture n°016877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016877.pto --stitching --prefix=assemblage_016877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016877.jpg - -# capture n°016878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016878.pto --stitching --prefix=assemblage_016878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016878.jpg - -# capture n°016879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016879.pto --stitching --prefix=assemblage_016879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016879.jpg - -# capture n°016880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016880.pto --stitching --prefix=assemblage_016880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016880.jpg - -# capture n°016881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016881.pto --stitching --prefix=assemblage_016881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016881.jpg - -# capture n°016882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016882.pto --stitching --prefix=assemblage_016882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016882.jpg - -# capture n°016883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016883.pto --stitching --prefix=assemblage_016883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016883.jpg - -# capture n°016884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016884.pto --stitching --prefix=assemblage_016884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016884.jpg - -# capture n°016885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016885.pto --stitching --prefix=assemblage_016885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016885.jpg - -# capture n°016886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016886.pto --stitching --prefix=assemblage_016886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016886.jpg - -# capture n°016887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016887.pto --stitching --prefix=assemblage_016887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016887.jpg - -# capture n°016888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016888.pto --stitching --prefix=assemblage_016888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016888.jpg - -# capture n°016889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016889.pto --stitching --prefix=assemblage_016889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016889.jpg - -# capture n°016890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016890.pto --stitching --prefix=assemblage_016890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016890.jpg - -# capture n°016891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016891.pto --stitching --prefix=assemblage_016891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016891.jpg - -# capture n°016892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016892.pto --stitching --prefix=assemblage_016892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016892.jpg - -# capture n°016893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016893.pto --stitching --prefix=assemblage_016893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016893.jpg - -# capture n°016894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016894.pto --stitching --prefix=assemblage_016894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016894.jpg - -# capture n°016895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016895.pto --stitching --prefix=assemblage_016895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016895.jpg - -# capture n°016896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016896.pto --stitching --prefix=assemblage_016896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016896.jpg - -# capture n°016897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016897.pto --stitching --prefix=assemblage_016897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016897.jpg - -# capture n°016898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016898.pto --stitching --prefix=assemblage_016898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016898.jpg - -# capture n°016899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016899.pto --stitching --prefix=assemblage_016899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016899.jpg - -# capture n°016900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016900.pto --stitching --prefix=assemblage_016900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016900.jpg - -# capture n°016901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016901.pto --stitching --prefix=assemblage_016901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016901.jpg - -# capture n°016902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016902.pto --stitching --prefix=assemblage_016902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016902.jpg - -# capture n°016903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016903.pto --stitching --prefix=assemblage_016903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016903.jpg - -# capture n°016904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016904.pto --stitching --prefix=assemblage_016904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016904.jpg - -# capture n°016905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016905.pto --stitching --prefix=assemblage_016905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016905.jpg - -# capture n°016906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016906.pto --stitching --prefix=assemblage_016906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016906.jpg - -# capture n°016907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016907.pto --stitching --prefix=assemblage_016907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016907.jpg - -# capture n°016908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016908.pto --stitching --prefix=assemblage_016908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016908.jpg - -# capture n°016909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016909.pto --stitching --prefix=assemblage_016909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016909.jpg - -# capture n°016910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016910.pto --stitching --prefix=assemblage_016910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016910.jpg - -# capture n°016911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016911.pto --stitching --prefix=assemblage_016911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016911.jpg - -# capture n°016912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016912.pto --stitching --prefix=assemblage_016912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016912.jpg - -# capture n°016913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016913.pto --stitching --prefix=assemblage_016913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016913.jpg - -# capture n°016914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016914.pto --stitching --prefix=assemblage_016914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016914.jpg - -# capture n°016915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016915.pto --stitching --prefix=assemblage_016915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016915.jpg - -# capture n°016916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016916.pto --stitching --prefix=assemblage_016916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016916.jpg - -# capture n°016917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016917.pto --stitching --prefix=assemblage_016917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016917.jpg - -# capture n°016918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016918.pto --stitching --prefix=assemblage_016918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016918.jpg - -# capture n°016919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016919.pto --stitching --prefix=assemblage_016919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016919.jpg - -# capture n°016920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016920.pto --stitching --prefix=assemblage_016920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016920.jpg - -# capture n°016921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016921.pto --stitching --prefix=assemblage_016921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016921.jpg - -# capture n°016922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016922.pto --stitching --prefix=assemblage_016922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016922.jpg - -# capture n°016923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016923.pto --stitching --prefix=assemblage_016923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016923.jpg - -# capture n°016924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016924.pto --stitching --prefix=assemblage_016924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016924.jpg - -# capture n°016925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016925.pto --stitching --prefix=assemblage_016925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016925.jpg - -# capture n°016926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016926.pto --stitching --prefix=assemblage_016926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016926.jpg - -# capture n°016927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016927.pto --stitching --prefix=assemblage_016927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016927.jpg - -# capture n°016928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016928.pto --stitching --prefix=assemblage_016928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016928.jpg - -# capture n°016929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016929.pto --stitching --prefix=assemblage_016929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016929.jpg - -# capture n°016930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016930.pto --stitching --prefix=assemblage_016930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016930.jpg - -# capture n°016931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016931.pto --stitching --prefix=assemblage_016931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016931.jpg - -# capture n°016932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016932.pto --stitching --prefix=assemblage_016932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016932.jpg - -# capture n°016933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016933.pto --stitching --prefix=assemblage_016933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016933.jpg - -# capture n°016934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016934.pto --stitching --prefix=assemblage_016934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016934.jpg - -# capture n°016935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016935.pto --stitching --prefix=assemblage_016935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016935.jpg - -# capture n°016936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016936.pto --stitching --prefix=assemblage_016936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016936.jpg - -# capture n°016937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016937.pto --stitching --prefix=assemblage_016937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016937.jpg - -# capture n°016938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016938.pto --stitching --prefix=assemblage_016938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016938.jpg - -# capture n°016939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016939.pto --stitching --prefix=assemblage_016939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016939.jpg - -# capture n°016940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016940.pto --stitching --prefix=assemblage_016940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016940.jpg - -# capture n°016941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016941.pto --stitching --prefix=assemblage_016941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016941.jpg - -# capture n°016942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016942.pto --stitching --prefix=assemblage_016942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016942.jpg - -# capture n°016943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016943.pto --stitching --prefix=assemblage_016943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016943.jpg - -# capture n°016944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016944.pto --stitching --prefix=assemblage_016944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016944.jpg - -# capture n°016945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016945.pto --stitching --prefix=assemblage_016945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016945.jpg - -# capture n°016946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016946.pto --stitching --prefix=assemblage_016946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016946.jpg - -# capture n°016947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016947.pto --stitching --prefix=assemblage_016947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016947.jpg - -# capture n°016948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016948.pto --stitching --prefix=assemblage_016948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016948.jpg - -# capture n°016949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016949.pto --stitching --prefix=assemblage_016949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016949.jpg - -# capture n°016950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016950.pto --stitching --prefix=assemblage_016950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016950.jpg - -# capture n°016951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016951.pto --stitching --prefix=assemblage_016951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016951.jpg - -# capture n°016952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016952.pto --stitching --prefix=assemblage_016952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016952.jpg - -# capture n°016953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016953.pto --stitching --prefix=assemblage_016953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016953.jpg - -# capture n°016954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016954.pto --stitching --prefix=assemblage_016954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016954.jpg - -# capture n°016955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016955.pto --stitching --prefix=assemblage_016955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016955.jpg - -# capture n°016956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016956.pto --stitching --prefix=assemblage_016956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016956.jpg - -# capture n°016957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016957.pto --stitching --prefix=assemblage_016957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016957.jpg - -# capture n°016958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016958.pto --stitching --prefix=assemblage_016958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016958.jpg - -# capture n°016959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016959.pto --stitching --prefix=assemblage_016959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016959.jpg - -# capture n°016960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016960.pto --stitching --prefix=assemblage_016960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016960.jpg - -# capture n°016961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016961.pto --stitching --prefix=assemblage_016961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016961.jpg - -# capture n°016962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016962.pto --stitching --prefix=assemblage_016962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016962.jpg - -# capture n°016963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016963.pto --stitching --prefix=assemblage_016963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016963.jpg - -# capture n°016964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016964.pto --stitching --prefix=assemblage_016964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016964.jpg - -# capture n°016965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016965.pto --stitching --prefix=assemblage_016965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016965.jpg - -# capture n°016966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016966.pto --stitching --prefix=assemblage_016966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016966.jpg - -# capture n°016967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016967.pto --stitching --prefix=assemblage_016967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016967.jpg - -# capture n°016968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016968.pto --stitching --prefix=assemblage_016968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016968.jpg - -# capture n°016969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016969.pto --stitching --prefix=assemblage_016969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016969.jpg - -# capture n°016970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016970.pto --stitching --prefix=assemblage_016970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016970.jpg - -# capture n°016971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016971.pto --stitching --prefix=assemblage_016971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016971.jpg - -# capture n°016972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016972.pto --stitching --prefix=assemblage_016972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016972.jpg - -# capture n°016973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016973.pto --stitching --prefix=assemblage_016973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016973.jpg - -# capture n°016974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016974.pto --stitching --prefix=assemblage_016974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016974.jpg - -# capture n°016975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016975.pto --stitching --prefix=assemblage_016975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016975.jpg - -# capture n°016976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016976.pto --stitching --prefix=assemblage_016976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016976.jpg - -# capture n°016977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016977.pto --stitching --prefix=assemblage_016977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016977.jpg - -# capture n°016978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016978.pto --stitching --prefix=assemblage_016978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016978.jpg - -# capture n°016979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016979.pto --stitching --prefix=assemblage_016979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016979.jpg - -# capture n°016980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016980.pto --stitching --prefix=assemblage_016980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016980.jpg - -# capture n°016981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016981.pto --stitching --prefix=assemblage_016981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016981.jpg - -# capture n°016982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016982.pto --stitching --prefix=assemblage_016982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016982.jpg - -# capture n°016983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016983.pto --stitching --prefix=assemblage_016983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016983.jpg - -# capture n°016984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016984.pto --stitching --prefix=assemblage_016984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016984.jpg - -# capture n°016985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016985.pto --stitching --prefix=assemblage_016985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016985.jpg - -# capture n°016986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016986.pto --stitching --prefix=assemblage_016986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016986.jpg - -# capture n°016987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016987.pto --stitching --prefix=assemblage_016987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016987.jpg - -# capture n°016988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016988.pto --stitching --prefix=assemblage_016988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016988.jpg - -# capture n°016989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016989.pto --stitching --prefix=assemblage_016989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016989.jpg - -# capture n°016990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016990.pto --stitching --prefix=assemblage_016990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016990.jpg - -# capture n°016991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016991.pto --stitching --prefix=assemblage_016991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016991.jpg - -# capture n°016992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016992.pto --stitching --prefix=assemblage_016992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016992.jpg - -# capture n°016993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016993.pto --stitching --prefix=assemblage_016993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016993.jpg - -# capture n°016994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016994.pto --stitching --prefix=assemblage_016994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016994.jpg - -# capture n°016995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016995.pto --stitching --prefix=assemblage_016995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016995.jpg - -# capture n°016996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016996.pto --stitching --prefix=assemblage_016996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016996.jpg - -# capture n°016997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016997.pto --stitching --prefix=assemblage_016997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016997.jpg - -# capture n°016998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016998.pto --stitching --prefix=assemblage_016998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016998.jpg - -# capture n°016999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_016999.pto --stitching --prefix=assemblage_016999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF016999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_016999.jpg - -# capture n°017000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017000.pto --stitching --prefix=assemblage_017000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017000.jpg - -# capture n°017001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017001.pto --stitching --prefix=assemblage_017001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017001.jpg - -# capture n°017002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017002.pto --stitching --prefix=assemblage_017002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017002.jpg - -# capture n°017003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017003.pto --stitching --prefix=assemblage_017003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017003.jpg - -# capture n°017004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017004.pto --stitching --prefix=assemblage_017004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017004.jpg - -# capture n°017005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017005.pto --stitching --prefix=assemblage_017005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017005.jpg - -# capture n°017006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017006.pto --stitching --prefix=assemblage_017006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017006.jpg - -# capture n°017007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017007.pto --stitching --prefix=assemblage_017007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017007.jpg - -# capture n°017008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017008.pto --stitching --prefix=assemblage_017008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017008.jpg - -# capture n°017009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017009.pto --stitching --prefix=assemblage_017009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017009.jpg - -# capture n°017010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017010.pto --stitching --prefix=assemblage_017010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017010.jpg - -# capture n°017011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017011.pto --stitching --prefix=assemblage_017011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017011.jpg - -# capture n°017012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017012.pto --stitching --prefix=assemblage_017012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017012.jpg - -# capture n°017013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017013.pto --stitching --prefix=assemblage_017013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017013.jpg - -# capture n°017014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017014.pto --stitching --prefix=assemblage_017014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017014.jpg - -# capture n°017015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017015.pto --stitching --prefix=assemblage_017015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017015.jpg - -# capture n°017016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017016.pto --stitching --prefix=assemblage_017016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017016.jpg - -# capture n°017017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017017.pto --stitching --prefix=assemblage_017017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017017.jpg - -# capture n°017018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017018.pto --stitching --prefix=assemblage_017018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017018.jpg - -# capture n°017019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017019.pto --stitching --prefix=assemblage_017019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017019.jpg - -# capture n°017020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017020.pto --stitching --prefix=assemblage_017020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017020.jpg - -# capture n°017021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017021.pto --stitching --prefix=assemblage_017021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017021.jpg - -# capture n°017022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017022.pto --stitching --prefix=assemblage_017022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017022.jpg - -# capture n°017023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017023.pto --stitching --prefix=assemblage_017023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017023.jpg - -# capture n°017024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017024.pto --stitching --prefix=assemblage_017024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017024.jpg - -# capture n°017025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017025.pto --stitching --prefix=assemblage_017025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017025.jpg - -# capture n°017026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017026.pto --stitching --prefix=assemblage_017026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017026.jpg - -# capture n°017027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017027.pto --stitching --prefix=assemblage_017027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017027.jpg - -# capture n°017028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017028.pto --stitching --prefix=assemblage_017028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017028.jpg - -# capture n°017029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017029.pto --stitching --prefix=assemblage_017029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017029.jpg - -# capture n°017030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017030.pto --stitching --prefix=assemblage_017030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017030.jpg - -# capture n°017031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017031.pto --stitching --prefix=assemblage_017031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017031.jpg - -# capture n°017032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017032.pto --stitching --prefix=assemblage_017032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017032.jpg - -# capture n°017033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017033.pto --stitching --prefix=assemblage_017033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017033.jpg - -# capture n°017034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017034.pto --stitching --prefix=assemblage_017034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017034.jpg - -# capture n°017035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017035.pto --stitching --prefix=assemblage_017035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017035.jpg - -# capture n°017036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017036.pto --stitching --prefix=assemblage_017036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017036.jpg - -# capture n°017037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017037.pto --stitching --prefix=assemblage_017037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017037.jpg - -# capture n°017038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017038.pto --stitching --prefix=assemblage_017038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017038.jpg - -# capture n°017039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017039.pto --stitching --prefix=assemblage_017039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017039.jpg - -# capture n°017040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017040.pto --stitching --prefix=assemblage_017040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017040.jpg - -# capture n°017041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017041.pto --stitching --prefix=assemblage_017041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017041.jpg - -# capture n°017042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017042.pto --stitching --prefix=assemblage_017042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017042.jpg - -# capture n°017043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017043.pto --stitching --prefix=assemblage_017043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017043.jpg - -# capture n°017044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017044.pto --stitching --prefix=assemblage_017044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017044.jpg - -# capture n°017045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017045.pto --stitching --prefix=assemblage_017045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017045.jpg - -# capture n°017046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017046.pto --stitching --prefix=assemblage_017046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017046.jpg - -# capture n°017047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017047.pto --stitching --prefix=assemblage_017047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017047.jpg - -# capture n°017048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017048.pto --stitching --prefix=assemblage_017048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017048.jpg - -# capture n°017049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017049.pto --stitching --prefix=assemblage_017049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017049.jpg - -# capture n°017050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017050.pto --stitching --prefix=assemblage_017050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017050.jpg - -# capture n°017051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017051.pto --stitching --prefix=assemblage_017051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017051.jpg - -# capture n°017052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017052.pto --stitching --prefix=assemblage_017052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017052.jpg - -# capture n°017053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017053.pto --stitching --prefix=assemblage_017053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017053.jpg - -# capture n°017054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017054.pto --stitching --prefix=assemblage_017054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017054.jpg - -# capture n°017055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017055.pto --stitching --prefix=assemblage_017055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017055.jpg - -# capture n°017056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017056.pto --stitching --prefix=assemblage_017056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017056.jpg - -# capture n°017057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017057.pto --stitching --prefix=assemblage_017057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017057.jpg - -# capture n°017058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017058.pto --stitching --prefix=assemblage_017058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017058.jpg - -# capture n°017059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017059.pto --stitching --prefix=assemblage_017059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017059.jpg - -# capture n°017060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017060.pto --stitching --prefix=assemblage_017060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017060.jpg - -# capture n°017061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017061.pto --stitching --prefix=assemblage_017061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017061.jpg - -# capture n°017062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017062.pto --stitching --prefix=assemblage_017062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017062.jpg - -# capture n°017063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017063.pto --stitching --prefix=assemblage_017063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017063.jpg - -# capture n°017064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017064.pto --stitching --prefix=assemblage_017064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017064.jpg - -# capture n°017065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017065.pto --stitching --prefix=assemblage_017065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017065.jpg - -# capture n°017066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017066.pto --stitching --prefix=assemblage_017066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017066.jpg - -# capture n°017067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017067.pto --stitching --prefix=assemblage_017067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017067.jpg - -# capture n°017068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017068.pto --stitching --prefix=assemblage_017068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017068.jpg - -# capture n°017069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017069.pto --stitching --prefix=assemblage_017069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017069.jpg - -# capture n°017070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017070.pto --stitching --prefix=assemblage_017070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017070.jpg - -# capture n°017071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017071.pto --stitching --prefix=assemblage_017071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017071.jpg - -# capture n°017072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017072.pto --stitching --prefix=assemblage_017072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017072.jpg - -# capture n°017073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017073.pto --stitching --prefix=assemblage_017073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017073.jpg - -# capture n°017074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017074.pto --stitching --prefix=assemblage_017074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017074.jpg - -# capture n°017075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017075.pto --stitching --prefix=assemblage_017075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017075.jpg - -# capture n°017076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017076.pto --stitching --prefix=assemblage_017076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017076.jpg - -# capture n°017077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017077.pto --stitching --prefix=assemblage_017077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017077.jpg - -# capture n°017078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017078.pto --stitching --prefix=assemblage_017078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017078.jpg - -# capture n°017079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017079.pto --stitching --prefix=assemblage_017079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017079.jpg - -# capture n°017080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017080.pto --stitching --prefix=assemblage_017080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017080.jpg - -# capture n°017081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017081.pto --stitching --prefix=assemblage_017081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017081.jpg - -# capture n°017082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017082.pto --stitching --prefix=assemblage_017082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017082.jpg - -# capture n°017083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017083.pto --stitching --prefix=assemblage_017083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017083.jpg - -# capture n°017084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017084.pto --stitching --prefix=assemblage_017084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017084.jpg - -# capture n°017085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017085.pto --stitching --prefix=assemblage_017085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017085.jpg - -# capture n°017086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017086.pto --stitching --prefix=assemblage_017086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017086.jpg - -# capture n°017087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017087.pto --stitching --prefix=assemblage_017087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017087.jpg - -# capture n°017088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017088.pto --stitching --prefix=assemblage_017088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017088.jpg - -# capture n°017089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017089.pto --stitching --prefix=assemblage_017089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017089.jpg - -# capture n°017090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017090.pto --stitching --prefix=assemblage_017090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017090.jpg - -# capture n°017091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017091.pto --stitching --prefix=assemblage_017091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017091.jpg - -# capture n°017092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017092.pto --stitching --prefix=assemblage_017092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017092.jpg - -# capture n°017093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017093.pto --stitching --prefix=assemblage_017093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017093.jpg - -# capture n°017094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017094.pto --stitching --prefix=assemblage_017094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017094.jpg - -# capture n°017095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017095.pto --stitching --prefix=assemblage_017095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017095.jpg - -# capture n°017096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017096.pto --stitching --prefix=assemblage_017096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017096.jpg - -# capture n°017097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017097.pto --stitching --prefix=assemblage_017097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017097.jpg - -# capture n°017098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017098.pto --stitching --prefix=assemblage_017098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017098.jpg - -# capture n°017099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017099.pto --stitching --prefix=assemblage_017099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017099.jpg - -# capture n°017100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017100.pto --stitching --prefix=assemblage_017100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017100.jpg - -# capture n°017101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017101.pto --stitching --prefix=assemblage_017101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017101.jpg - -# capture n°017102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017102.pto --stitching --prefix=assemblage_017102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017102.jpg - -# capture n°017103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017103.pto --stitching --prefix=assemblage_017103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017103.jpg - -# capture n°017104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017104.pto --stitching --prefix=assemblage_017104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017104.jpg - -# capture n°017105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017105.pto --stitching --prefix=assemblage_017105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017105.jpg - -# capture n°017106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017106.pto --stitching --prefix=assemblage_017106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017106.jpg - -# capture n°017107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017107.pto --stitching --prefix=assemblage_017107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017107.jpg - -# capture n°017108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017108.pto --stitching --prefix=assemblage_017108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017108.jpg - -# capture n°017109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017109.pto --stitching --prefix=assemblage_017109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017109.jpg - -# capture n°017110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017110.pto --stitching --prefix=assemblage_017110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017110.jpg - -# capture n°017111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017111.pto --stitching --prefix=assemblage_017111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017111.jpg - -# capture n°017112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017112.pto --stitching --prefix=assemblage_017112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017112.jpg - -# capture n°017113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017113.pto --stitching --prefix=assemblage_017113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017113.jpg - -# capture n°017114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017114.pto --stitching --prefix=assemblage_017114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017114.jpg - -# capture n°017115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017115.pto --stitching --prefix=assemblage_017115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017115.jpg - -# capture n°017116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017116.pto --stitching --prefix=assemblage_017116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017116.jpg - -# capture n°017117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017117.pto --stitching --prefix=assemblage_017117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017117.jpg - -# capture n°017118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017118.pto --stitching --prefix=assemblage_017118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017118.jpg - -# capture n°017119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017119.pto --stitching --prefix=assemblage_017119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017119.jpg - -# capture n°017120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017120.pto --stitching --prefix=assemblage_017120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017120.jpg - -# capture n°017121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017121.pto --stitching --prefix=assemblage_017121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017121.jpg - -# capture n°017122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017122.pto --stitching --prefix=assemblage_017122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017122.jpg - -# capture n°017123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017123.pto --stitching --prefix=assemblage_017123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017123.jpg - -# capture n°017124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017124.pto --stitching --prefix=assemblage_017124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017124.jpg - -# capture n°017125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017125.pto --stitching --prefix=assemblage_017125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017125.jpg - -# capture n°017126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017126.pto --stitching --prefix=assemblage_017126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017126.jpg - -# capture n°017127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017127.pto --stitching --prefix=assemblage_017127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017127.jpg - -# capture n°017128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017128.pto --stitching --prefix=assemblage_017128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017128.jpg - -# capture n°017129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017129.pto --stitching --prefix=assemblage_017129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017129.jpg - -# capture n°017130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017130.pto --stitching --prefix=assemblage_017130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017130.jpg - -# capture n°017131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017131.pto --stitching --prefix=assemblage_017131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017131.jpg - -# capture n°017132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017132.pto --stitching --prefix=assemblage_017132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017132.jpg - -# capture n°017133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017133.pto --stitching --prefix=assemblage_017133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017133.jpg - -# capture n°017134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017134.pto --stitching --prefix=assemblage_017134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017134.jpg - -# capture n°017135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017135.pto --stitching --prefix=assemblage_017135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017135.jpg - -# capture n°017136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017136.pto --stitching --prefix=assemblage_017136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017136.jpg - -# capture n°017137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017137.pto --stitching --prefix=assemblage_017137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017137.jpg - -# capture n°017138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017138.pto --stitching --prefix=assemblage_017138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017138.jpg - -# capture n°017139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017139.pto --stitching --prefix=assemblage_017139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017139.jpg - -# capture n°017140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017140.pto --stitching --prefix=assemblage_017140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017140.jpg - -# capture n°017141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017141.pto --stitching --prefix=assemblage_017141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017141.jpg - -# capture n°017142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017142.pto --stitching --prefix=assemblage_017142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017142.jpg - -# capture n°017143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017143.pto --stitching --prefix=assemblage_017143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017143.jpg - -# capture n°017144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017144.pto --stitching --prefix=assemblage_017144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017144.jpg - -# capture n°017145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017145.pto --stitching --prefix=assemblage_017145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017145.jpg - -# capture n°017146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017146.pto --stitching --prefix=assemblage_017146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017146.jpg - -# capture n°017147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017147.pto --stitching --prefix=assemblage_017147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017147.jpg - -# capture n°017148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017148.pto --stitching --prefix=assemblage_017148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017148.jpg - -# capture n°017149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017149.pto --stitching --prefix=assemblage_017149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017149.jpg - -# capture n°017150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017150.pto --stitching --prefix=assemblage_017150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017150.jpg - -# capture n°017151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017151.pto --stitching --prefix=assemblage_017151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017151.jpg - -# capture n°017152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017152.pto --stitching --prefix=assemblage_017152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017152.jpg - -# capture n°017153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017153.pto --stitching --prefix=assemblage_017153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017153.jpg - -# capture n°017154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017154.pto --stitching --prefix=assemblage_017154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017154.jpg - -# capture n°017155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017155.pto --stitching --prefix=assemblage_017155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017155.jpg - -# capture n°017156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017156.pto --stitching --prefix=assemblage_017156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017156.jpg - -# capture n°017157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017157.pto --stitching --prefix=assemblage_017157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017157.jpg - -# capture n°017158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017158.pto --stitching --prefix=assemblage_017158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017158.jpg - -# capture n°017159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017159.pto --stitching --prefix=assemblage_017159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017159.jpg - -# capture n°017160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017160.pto --stitching --prefix=assemblage_017160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017160.jpg - -# capture n°017161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017161.pto --stitching --prefix=assemblage_017161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017161.jpg - -# capture n°017162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017162.pto --stitching --prefix=assemblage_017162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017162.jpg - -# capture n°017163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017163.pto --stitching --prefix=assemblage_017163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017163.jpg - -# capture n°017164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017164.pto --stitching --prefix=assemblage_017164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017164.jpg - -# capture n°017165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017165.pto --stitching --prefix=assemblage_017165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017165.jpg - -# capture n°017166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017166.pto --stitching --prefix=assemblage_017166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017166.jpg - -# capture n°017167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017167.pto --stitching --prefix=assemblage_017167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017167.jpg - -# capture n°017168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017168.pto --stitching --prefix=assemblage_017168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017168.jpg - -# capture n°017169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017169.pto --stitching --prefix=assemblage_017169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017169.jpg - -# capture n°017170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017170.pto --stitching --prefix=assemblage_017170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017170.jpg - -# capture n°017171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017171.pto --stitching --prefix=assemblage_017171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017171.jpg - -# capture n°017172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017172.pto --stitching --prefix=assemblage_017172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017172.jpg - -# capture n°017173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017173.pto --stitching --prefix=assemblage_017173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017173.jpg - -# capture n°017174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017174.pto --stitching --prefix=assemblage_017174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017174.jpg - -# capture n°017175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017175.pto --stitching --prefix=assemblage_017175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017175.jpg - -# capture n°017176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017176.pto --stitching --prefix=assemblage_017176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017176.jpg - -# capture n°017177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017177.pto --stitching --prefix=assemblage_017177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017177.jpg - -# capture n°017178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017178.pto --stitching --prefix=assemblage_017178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017178.jpg - -# capture n°017179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017179.pto --stitching --prefix=assemblage_017179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017179.jpg - -# capture n°017180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017180.pto --stitching --prefix=assemblage_017180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017180.jpg - -# capture n°017181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017181.pto --stitching --prefix=assemblage_017181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017181.jpg - -# capture n°017182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017182.pto --stitching --prefix=assemblage_017182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017182.jpg - -# capture n°017183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017183.pto --stitching --prefix=assemblage_017183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017183.jpg - -# capture n°017184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017184.pto --stitching --prefix=assemblage_017184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017184.jpg - -# capture n°017185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017185.pto --stitching --prefix=assemblage_017185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017185.jpg - -# capture n°017186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017186.pto --stitching --prefix=assemblage_017186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017186.jpg - -# capture n°017187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017187.pto --stitching --prefix=assemblage_017187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017187.jpg - -# capture n°017188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017188.pto --stitching --prefix=assemblage_017188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017188.jpg - -# capture n°017189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017189.pto --stitching --prefix=assemblage_017189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017189.jpg - -# capture n°017190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017190.pto --stitching --prefix=assemblage_017190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017190.jpg - -# capture n°017191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017191.pto --stitching --prefix=assemblage_017191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017191.jpg - -# capture n°017192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017192.pto --stitching --prefix=assemblage_017192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017192.jpg - -# capture n°017193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017193.pto --stitching --prefix=assemblage_017193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017193.jpg - -# capture n°017194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017194.pto --stitching --prefix=assemblage_017194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017194.jpg - -# capture n°017195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017195.pto --stitching --prefix=assemblage_017195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017195.jpg - -# capture n°017196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017196.pto --stitching --prefix=assemblage_017196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017196.jpg - -# capture n°017197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017197.pto --stitching --prefix=assemblage_017197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017197.jpg - -# capture n°017198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017198.pto --stitching --prefix=assemblage_017198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017198.jpg - -# capture n°017199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017199.pto --stitching --prefix=assemblage_017199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017199.jpg - -# capture n°017200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017200.pto --stitching --prefix=assemblage_017200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017200.jpg - -# capture n°017201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017201.pto --stitching --prefix=assemblage_017201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017201.jpg - -# capture n°017202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017202.pto --stitching --prefix=assemblage_017202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017202.jpg - -# capture n°017203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017203.pto --stitching --prefix=assemblage_017203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017203.jpg - -# capture n°017204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017204.pto --stitching --prefix=assemblage_017204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017204.jpg - -# capture n°017205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017205.pto --stitching --prefix=assemblage_017205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017205.jpg - -# capture n°017206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017206.pto --stitching --prefix=assemblage_017206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017206.jpg - -# capture n°017207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017207.pto --stitching --prefix=assemblage_017207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017207.jpg - -# capture n°017208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017208.pto --stitching --prefix=assemblage_017208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017208.jpg - -# capture n°017209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017209.pto --stitching --prefix=assemblage_017209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017209.jpg - -# capture n°017210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017210.pto --stitching --prefix=assemblage_017210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017210.jpg - -# capture n°017211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017211.pto --stitching --prefix=assemblage_017211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017211.jpg - -# capture n°017212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017212.pto --stitching --prefix=assemblage_017212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017212.jpg - -# capture n°017213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017213.pto --stitching --prefix=assemblage_017213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017213.jpg - -# capture n°017214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017214.pto --stitching --prefix=assemblage_017214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017214.jpg - -# capture n°017215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017215.pto --stitching --prefix=assemblage_017215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017215.jpg - -# capture n°017216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017216.pto --stitching --prefix=assemblage_017216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017216.jpg - -# capture n°017217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017217.pto --stitching --prefix=assemblage_017217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017217.jpg - -# capture n°017218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017218.pto --stitching --prefix=assemblage_017218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017218.jpg - -# capture n°017219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017219.pto --stitching --prefix=assemblage_017219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017219.jpg - -# capture n°017220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017220.pto --stitching --prefix=assemblage_017220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017220.jpg - -# capture n°017221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017221.pto --stitching --prefix=assemblage_017221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017221.jpg - -# capture n°017222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017222.pto --stitching --prefix=assemblage_017222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017222.jpg - -# capture n°017223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017223.pto --stitching --prefix=assemblage_017223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017223.jpg - -# capture n°017224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017224.pto --stitching --prefix=assemblage_017224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017224.jpg - -# capture n°017225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017225.pto --stitching --prefix=assemblage_017225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017225.jpg - -# capture n°017226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017226.pto --stitching --prefix=assemblage_017226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017226.jpg - -# capture n°017227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017227.pto --stitching --prefix=assemblage_017227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017227.jpg - -# capture n°017228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017228.pto --stitching --prefix=assemblage_017228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017228.jpg - -# capture n°017229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017229.pto --stitching --prefix=assemblage_017229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017229.jpg - -# capture n°017230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017230.pto --stitching --prefix=assemblage_017230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017230.jpg - -# capture n°017231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017231.pto --stitching --prefix=assemblage_017231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017231.jpg - -# capture n°017232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017232.pto --stitching --prefix=assemblage_017232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017232.jpg - -# capture n°017233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017233.pto --stitching --prefix=assemblage_017233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017233.jpg - -# capture n°017234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017234.pto --stitching --prefix=assemblage_017234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017234.jpg - -# capture n°017235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017235.pto --stitching --prefix=assemblage_017235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017235.jpg - -# capture n°017236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017236.pto --stitching --prefix=assemblage_017236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017236.jpg - -# capture n°017237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017237.pto --stitching --prefix=assemblage_017237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017237.jpg - -# capture n°017238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017238.pto --stitching --prefix=assemblage_017238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017238.jpg - -# capture n°017239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017239.pto --stitching --prefix=assemblage_017239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017239.jpg - -# capture n°017240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017240.pto --stitching --prefix=assemblage_017240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017240.jpg - -# capture n°017241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017241.pto --stitching --prefix=assemblage_017241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017241.jpg - -# capture n°017242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017242.pto --stitching --prefix=assemblage_017242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017242.jpg - -# capture n°017243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017243.pto --stitching --prefix=assemblage_017243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017243.jpg - -# capture n°017244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017244.pto --stitching --prefix=assemblage_017244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017244.jpg - -# capture n°017245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017245.pto --stitching --prefix=assemblage_017245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017245.jpg - -# capture n°017246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017246.pto --stitching --prefix=assemblage_017246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017246.jpg - -# capture n°017247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017247.pto --stitching --prefix=assemblage_017247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017247.jpg - -# capture n°017248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017248.pto --stitching --prefix=assemblage_017248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017248.jpg - -# capture n°017249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017249.pto --stitching --prefix=assemblage_017249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017249.jpg - -# capture n°017250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017250.pto --stitching --prefix=assemblage_017250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017250.jpg - -# capture n°017251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017251.pto --stitching --prefix=assemblage_017251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017251.jpg - -# capture n°017252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017252.pto --stitching --prefix=assemblage_017252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017252.jpg - -# capture n°017253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017253.pto --stitching --prefix=assemblage_017253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017253.jpg - -# capture n°017254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017254.pto --stitching --prefix=assemblage_017254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017254.jpg - -# capture n°017255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017255.pto --stitching --prefix=assemblage_017255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017255.jpg - -# capture n°017256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017256.pto --stitching --prefix=assemblage_017256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017256.jpg - -# capture n°017257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017257.pto --stitching --prefix=assemblage_017257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017257.jpg - -# capture n°017258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017258.pto --stitching --prefix=assemblage_017258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017258.jpg - -# capture n°017259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017259.pto --stitching --prefix=assemblage_017259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017259.jpg - -# capture n°017260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017260.pto --stitching --prefix=assemblage_017260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017260.jpg - -# capture n°017261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017261.pto --stitching --prefix=assemblage_017261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017261.jpg - -# capture n°017262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017262.pto --stitching --prefix=assemblage_017262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017262.jpg - -# capture n°017263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017263.pto --stitching --prefix=assemblage_017263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017263.jpg - -# capture n°017264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017264.pto --stitching --prefix=assemblage_017264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017264.jpg - -# capture n°017265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017265.pto --stitching --prefix=assemblage_017265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017265.jpg - -# capture n°017266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017266.pto --stitching --prefix=assemblage_017266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017266.jpg - -# capture n°017267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017267.pto --stitching --prefix=assemblage_017267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017267.jpg - -# capture n°017268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017268.pto --stitching --prefix=assemblage_017268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017268.jpg - -# capture n°017269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017269.pto --stitching --prefix=assemblage_017269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017269.jpg - -# capture n°017270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017270.pto --stitching --prefix=assemblage_017270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017270.jpg - -# capture n°017271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017271.pto --stitching --prefix=assemblage_017271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017271.jpg - -# capture n°017272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017272.pto --stitching --prefix=assemblage_017272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017272.jpg - -# capture n°017273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017273.pto --stitching --prefix=assemblage_017273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017273.jpg - -# capture n°017274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017274.pto --stitching --prefix=assemblage_017274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017274.jpg - -# capture n°017275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017275.pto --stitching --prefix=assemblage_017275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017275.jpg - -# capture n°017276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017276.pto --stitching --prefix=assemblage_017276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017276.jpg - -# capture n°017277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017277.pto --stitching --prefix=assemblage_017277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017277.jpg - -# capture n°017278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017278.pto --stitching --prefix=assemblage_017278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017278.jpg - -# capture n°017279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017279.pto --stitching --prefix=assemblage_017279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017279.jpg - -# capture n°017280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017280.pto --stitching --prefix=assemblage_017280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017280.jpg - -# capture n°017281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017281.pto --stitching --prefix=assemblage_017281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017281.jpg - -# capture n°017282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017282.pto --stitching --prefix=assemblage_017282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017282.jpg - -# capture n°017283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017283.pto --stitching --prefix=assemblage_017283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017283.jpg - -# capture n°017284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017284.pto --stitching --prefix=assemblage_017284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017284.jpg - -# capture n°017285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017285.pto --stitching --prefix=assemblage_017285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017285.jpg - -# capture n°017286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017286.pto --stitching --prefix=assemblage_017286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017286.jpg - -# capture n°017287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017287.pto --stitching --prefix=assemblage_017287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017287.jpg - -# capture n°017288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017288.pto --stitching --prefix=assemblage_017288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017288.jpg - -# capture n°017289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017289.pto --stitching --prefix=assemblage_017289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017289.jpg - -# capture n°017290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017290.pto --stitching --prefix=assemblage_017290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017290.jpg - -# capture n°017291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017291.pto --stitching --prefix=assemblage_017291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017291.jpg - -# capture n°017292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017292.pto --stitching --prefix=assemblage_017292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017292.jpg - -# capture n°017293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017293.pto --stitching --prefix=assemblage_017293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017293.jpg - -# capture n°017294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017294.pto --stitching --prefix=assemblage_017294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017294.jpg - -# capture n°017295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017295.pto --stitching --prefix=assemblage_017295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017295.jpg - -# capture n°017296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017296.pto --stitching --prefix=assemblage_017296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017296.jpg - -# capture n°017297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017297.pto --stitching --prefix=assemblage_017297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017297.jpg - -# capture n°017298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017298.pto --stitching --prefix=assemblage_017298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017298.jpg - -# capture n°017299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017299.pto --stitching --prefix=assemblage_017299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017299.jpg - -# capture n°017300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017300.pto --stitching --prefix=assemblage_017300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017300.jpg - -# capture n°017301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017301.pto --stitching --prefix=assemblage_017301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017301.jpg - -# capture n°017302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017302.pto --stitching --prefix=assemblage_017302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017302.jpg - -# capture n°017303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017303.pto --stitching --prefix=assemblage_017303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017303.jpg - -# capture n°017304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017304.pto --stitching --prefix=assemblage_017304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017304.jpg - -# capture n°017305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017305.pto --stitching --prefix=assemblage_017305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017305.jpg - -# capture n°017306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017306.pto --stitching --prefix=assemblage_017306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017306.jpg - -# capture n°017307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017307.pto --stitching --prefix=assemblage_017307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017307.jpg - -# capture n°017308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017308.pto --stitching --prefix=assemblage_017308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017308.jpg - -# capture n°017309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017309.pto --stitching --prefix=assemblage_017309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017309.jpg - -# capture n°017310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017310.pto --stitching --prefix=assemblage_017310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017310.jpg - -# capture n°017311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017311.pto --stitching --prefix=assemblage_017311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017311.jpg - -# capture n°017312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017312.pto --stitching --prefix=assemblage_017312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017312.jpg - -# capture n°017313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017313.pto --stitching --prefix=assemblage_017313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017313.jpg - -# capture n°017314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017314.pto --stitching --prefix=assemblage_017314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017314.jpg - -# capture n°017315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017315.pto --stitching --prefix=assemblage_017315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017315.jpg - -# capture n°017316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017316.pto --stitching --prefix=assemblage_017316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017316.jpg - -# capture n°017317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017317.pto --stitching --prefix=assemblage_017317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017317.jpg - -# capture n°017318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017318.pto --stitching --prefix=assemblage_017318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017318.jpg - -# capture n°017319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017319.pto --stitching --prefix=assemblage_017319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017319.jpg - -# capture n°017320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017320.pto --stitching --prefix=assemblage_017320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017320.jpg - -# capture n°017321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017321.pto --stitching --prefix=assemblage_017321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017321.jpg - -# capture n°017322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017322.pto --stitching --prefix=assemblage_017322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017322.jpg - -# capture n°017323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017323.pto --stitching --prefix=assemblage_017323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017323.jpg - -# capture n°017324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017324.pto --stitching --prefix=assemblage_017324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017324.jpg - -# capture n°017325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017325.pto --stitching --prefix=assemblage_017325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017325.jpg - -# capture n°017326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017326.pto --stitching --prefix=assemblage_017326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017326.jpg - -# capture n°017327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017327.pto --stitching --prefix=assemblage_017327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017327.jpg - -# capture n°017328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017328.pto --stitching --prefix=assemblage_017328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017328.jpg - -# capture n°017329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017329.pto --stitching --prefix=assemblage_017329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017329.jpg - -# capture n°017330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017330.pto --stitching --prefix=assemblage_017330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017330.jpg - -# capture n°017331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017331.pto --stitching --prefix=assemblage_017331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017331.jpg - -# capture n°017332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017332.pto --stitching --prefix=assemblage_017332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017332.jpg - -# capture n°017333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017333.pto --stitching --prefix=assemblage_017333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017333.jpg - -# capture n°017334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017334.pto --stitching --prefix=assemblage_017334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017334.jpg - -# capture n°017335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017335.pto --stitching --prefix=assemblage_017335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017335.jpg - -# capture n°017336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017336.pto --stitching --prefix=assemblage_017336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017336.jpg - -# capture n°017337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017337.pto --stitching --prefix=assemblage_017337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017337.jpg - -# capture n°017338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017338.pto --stitching --prefix=assemblage_017338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017338.jpg - -# capture n°017339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017339.pto --stitching --prefix=assemblage_017339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017339.jpg - -# capture n°017340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017340.pto --stitching --prefix=assemblage_017340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017340.jpg - -# capture n°017341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017341.pto --stitching --prefix=assemblage_017341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017341.jpg - -# capture n°017342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017342.pto --stitching --prefix=assemblage_017342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017342.jpg - -# capture n°017343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017343.pto --stitching --prefix=assemblage_017343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017343.jpg - -# capture n°017344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017344.pto --stitching --prefix=assemblage_017344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017344.jpg - -# capture n°017345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017345.pto --stitching --prefix=assemblage_017345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017345.jpg - -# capture n°017346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017346.pto --stitching --prefix=assemblage_017346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017346.jpg - -# capture n°017347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017347.pto --stitching --prefix=assemblage_017347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017347.jpg - -# capture n°017348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017348.pto --stitching --prefix=assemblage_017348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017348.jpg - -# capture n°017349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017349.pto --stitching --prefix=assemblage_017349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017349.jpg - -# capture n°017350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017350.pto --stitching --prefix=assemblage_017350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017350.jpg - -# capture n°017351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017351.pto --stitching --prefix=assemblage_017351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017351.jpg - -# capture n°017352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017352.pto --stitching --prefix=assemblage_017352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017352.jpg - -# capture n°017353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017353.pto --stitching --prefix=assemblage_017353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017353.jpg - -# capture n°017354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017354.pto --stitching --prefix=assemblage_017354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017354.jpg - -# capture n°017355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017355.pto --stitching --prefix=assemblage_017355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017355.jpg - -# capture n°017356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017356.pto --stitching --prefix=assemblage_017356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017356.jpg - -# capture n°017357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017357.pto --stitching --prefix=assemblage_017357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017357.jpg - -# capture n°017358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017358.pto --stitching --prefix=assemblage_017358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017358.jpg - -# capture n°017359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017359.pto --stitching --prefix=assemblage_017359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017359.jpg - -# capture n°017360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017360.pto --stitching --prefix=assemblage_017360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017360.jpg - -# capture n°017361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017361.pto --stitching --prefix=assemblage_017361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017361.jpg - -# capture n°017362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017362.pto --stitching --prefix=assemblage_017362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017362.jpg - -# capture n°017363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017363.pto --stitching --prefix=assemblage_017363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017363.jpg - -# capture n°017364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017364.pto --stitching --prefix=assemblage_017364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017364.jpg - -# capture n°017365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017365.pto --stitching --prefix=assemblage_017365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017365.jpg - -# capture n°017366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017366.pto --stitching --prefix=assemblage_017366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017366.jpg - -# capture n°017367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017367.pto --stitching --prefix=assemblage_017367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017367.jpg - -# capture n°017368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017368.pto --stitching --prefix=assemblage_017368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017368.jpg - -# capture n°017369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017369.pto --stitching --prefix=assemblage_017369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017369.jpg - -# capture n°017370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017370.pto --stitching --prefix=assemblage_017370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017370.jpg - -# capture n°017371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017371.pto --stitching --prefix=assemblage_017371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017371.jpg - -# capture n°017372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017372.pto --stitching --prefix=assemblage_017372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017372.jpg - -# capture n°017373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017373.pto --stitching --prefix=assemblage_017373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017373.jpg - -# capture n°017374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017374.pto --stitching --prefix=assemblage_017374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017374.jpg - -# capture n°017375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017375.pto --stitching --prefix=assemblage_017375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017375.jpg - -# capture n°017376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017376.pto --stitching --prefix=assemblage_017376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017376.jpg - -# capture n°017377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017377.pto --stitching --prefix=assemblage_017377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017377.jpg - -# capture n°017378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017378.pto --stitching --prefix=assemblage_017378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017378.jpg - -# capture n°017379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017379.pto --stitching --prefix=assemblage_017379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017379.jpg - -# capture n°017380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017380.pto --stitching --prefix=assemblage_017380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017380.jpg - -# capture n°017381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017381.pto --stitching --prefix=assemblage_017381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017381.jpg - -# capture n°017382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017382.pto --stitching --prefix=assemblage_017382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017382.jpg - -# capture n°017383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017383.pto --stitching --prefix=assemblage_017383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017383.jpg - -# capture n°017384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017384.pto --stitching --prefix=assemblage_017384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017384.jpg - -# capture n°017385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017385.pto --stitching --prefix=assemblage_017385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017385.jpg - -# capture n°017386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017386.pto --stitching --prefix=assemblage_017386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017386.jpg - -# capture n°017387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017387.pto --stitching --prefix=assemblage_017387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017387.jpg - -# capture n°017388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017388.pto --stitching --prefix=assemblage_017388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017388.jpg - -# capture n°017389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017389.pto --stitching --prefix=assemblage_017389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017389.jpg - -# capture n°017390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017390.pto --stitching --prefix=assemblage_017390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017390.jpg - -# capture n°017391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017391.pto --stitching --prefix=assemblage_017391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017391.jpg - -# capture n°017392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017392.pto --stitching --prefix=assemblage_017392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017392.jpg - -# capture n°017393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017393.pto --stitching --prefix=assemblage_017393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017393.jpg - -# capture n°017394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017394.pto --stitching --prefix=assemblage_017394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017394.jpg - -# capture n°017395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017395.pto --stitching --prefix=assemblage_017395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017395.jpg - -# capture n°017396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017396.pto --stitching --prefix=assemblage_017396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017396.jpg - -# capture n°017397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017397.pto --stitching --prefix=assemblage_017397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017397.jpg - -# capture n°017398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017398.pto --stitching --prefix=assemblage_017398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017398.jpg - -# capture n°017399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017399.pto --stitching --prefix=assemblage_017399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017399.jpg - -# capture n°017400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017400.pto --stitching --prefix=assemblage_017400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017400.jpg - -# capture n°017401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017401.pto --stitching --prefix=assemblage_017401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017401.jpg - -# capture n°017402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017402.pto --stitching --prefix=assemblage_017402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017402.jpg - -# capture n°017403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017403.pto --stitching --prefix=assemblage_017403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017403.jpg - -# capture n°017404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017404.pto --stitching --prefix=assemblage_017404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017404.jpg - -# capture n°017405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017405.pto --stitching --prefix=assemblage_017405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017405.jpg - -# capture n°017406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017406.pto --stitching --prefix=assemblage_017406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017406.jpg - -# capture n°017407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017407.pto --stitching --prefix=assemblage_017407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017407.jpg - -# capture n°017408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017408.pto --stitching --prefix=assemblage_017408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017408.jpg - -# capture n°017409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017409.pto --stitching --prefix=assemblage_017409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017409.jpg - -# capture n°017410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017410.pto --stitching --prefix=assemblage_017410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017410.jpg - -# capture n°017411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017411.pto --stitching --prefix=assemblage_017411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017411.jpg - -# capture n°017412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017412.pto --stitching --prefix=assemblage_017412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017412.jpg - -# capture n°017413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017413.pto --stitching --prefix=assemblage_017413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017413.jpg - -# capture n°017414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017414.pto --stitching --prefix=assemblage_017414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017414.jpg - -# capture n°017415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017415.pto --stitching --prefix=assemblage_017415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017415.jpg - -# capture n°017416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017416.pto --stitching --prefix=assemblage_017416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017416.jpg - -# capture n°017417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017417.pto --stitching --prefix=assemblage_017417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017417.jpg - -# capture n°017418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017418.pto --stitching --prefix=assemblage_017418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017418.jpg - -# capture n°017419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017419.pto --stitching --prefix=assemblage_017419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017419.jpg - -# capture n°017420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017420.pto --stitching --prefix=assemblage_017420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017420.jpg - -# capture n°017421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017421.pto --stitching --prefix=assemblage_017421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017421.jpg - -# capture n°017422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017422.pto --stitching --prefix=assemblage_017422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017422.jpg - -# capture n°017423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017423.pto --stitching --prefix=assemblage_017423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017423.jpg - -# capture n°017424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017424.pto --stitching --prefix=assemblage_017424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017424.jpg - -# capture n°017425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017425.pto --stitching --prefix=assemblage_017425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017425.jpg - -# capture n°017426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017426.pto --stitching --prefix=assemblage_017426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017426.jpg - -# capture n°017427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017427.pto --stitching --prefix=assemblage_017427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017427.jpg - -# capture n°017428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017428.pto --stitching --prefix=assemblage_017428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017428.jpg - -# capture n°017429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017429.pto --stitching --prefix=assemblage_017429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017429.jpg - -# capture n°017430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017430.pto --stitching --prefix=assemblage_017430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017430.jpg - -# capture n°017431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017431.pto --stitching --prefix=assemblage_017431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017431.jpg - -# capture n°017432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017432.pto --stitching --prefix=assemblage_017432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017432.jpg - -# capture n°017433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017433.pto --stitching --prefix=assemblage_017433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017433.jpg - -# capture n°017434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017434.pto --stitching --prefix=assemblage_017434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017434.jpg - -# capture n°017435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017435.pto --stitching --prefix=assemblage_017435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017435.jpg - -# capture n°017436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017436.pto --stitching --prefix=assemblage_017436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017436.jpg - -# capture n°017437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017437.pto --stitching --prefix=assemblage_017437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017437.jpg - -# capture n°017438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017438.pto --stitching --prefix=assemblage_017438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017438.jpg - -# capture n°017439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017439.pto --stitching --prefix=assemblage_017439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017439.jpg - -# capture n°017440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017440.pto --stitching --prefix=assemblage_017440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017440.jpg - -# capture n°017441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017441.pto --stitching --prefix=assemblage_017441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017441.jpg - -# capture n°017442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017442.pto --stitching --prefix=assemblage_017442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017442.jpg - -# capture n°017443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017443.pto --stitching --prefix=assemblage_017443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017443.jpg - -# capture n°017444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017444.pto --stitching --prefix=assemblage_017444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017444.jpg - -# capture n°017445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017445.pto --stitching --prefix=assemblage_017445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017445.jpg - -# capture n°017446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017446.pto --stitching --prefix=assemblage_017446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017446.jpg - -# capture n°017447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017447.pto --stitching --prefix=assemblage_017447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017447.jpg - -# capture n°017448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017448.pto --stitching --prefix=assemblage_017448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017448.jpg - -# capture n°017449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017449.pto --stitching --prefix=assemblage_017449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017449.jpg - -# capture n°017450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017450.pto --stitching --prefix=assemblage_017450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017450.jpg - -# capture n°017451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017451.pto --stitching --prefix=assemblage_017451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017451.jpg - -# capture n°017452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017452.pto --stitching --prefix=assemblage_017452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017452.jpg - -# capture n°017453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017453.pto --stitching --prefix=assemblage_017453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017453.jpg - -# capture n°017454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017454.pto --stitching --prefix=assemblage_017454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017454.jpg - -# capture n°017455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017455.pto --stitching --prefix=assemblage_017455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017455.jpg - -# capture n°017456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017456.pto --stitching --prefix=assemblage_017456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017456.jpg - -# capture n°017457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017457.pto --stitching --prefix=assemblage_017457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017457.jpg - -# capture n°017458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017458.pto --stitching --prefix=assemblage_017458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017458.jpg - -# capture n°017459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017459.pto --stitching --prefix=assemblage_017459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017459.jpg - -# capture n°017460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017460.pto --stitching --prefix=assemblage_017460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017460.jpg - -# capture n°017461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017461.pto --stitching --prefix=assemblage_017461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017461.jpg - -# capture n°017462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017462.pto --stitching --prefix=assemblage_017462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017462.jpg - -# capture n°017463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017463.pto --stitching --prefix=assemblage_017463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017463.jpg - -# capture n°017464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017464.pto --stitching --prefix=assemblage_017464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017464.jpg - -# capture n°017465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017465.pto --stitching --prefix=assemblage_017465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017465.jpg - -# capture n°017466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017466.pto --stitching --prefix=assemblage_017466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017466.jpg - -# capture n°017467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017467.pto --stitching --prefix=assemblage_017467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017467.jpg - -# capture n°017468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017468.pto --stitching --prefix=assemblage_017468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017468.jpg - -# capture n°017469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017469.pto --stitching --prefix=assemblage_017469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017469.jpg - -# capture n°017470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017470.pto --stitching --prefix=assemblage_017470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017470.jpg - -# capture n°017471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017471.pto --stitching --prefix=assemblage_017471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017471.jpg - -# capture n°017472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017472.pto --stitching --prefix=assemblage_017472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017472.jpg - -# capture n°017473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017473.pto --stitching --prefix=assemblage_017473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017473.jpg - -# capture n°017474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017474.pto --stitching --prefix=assemblage_017474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017474.jpg - -# capture n°017475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017475.pto --stitching --prefix=assemblage_017475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017475.jpg - -# capture n°017476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017476.pto --stitching --prefix=assemblage_017476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017476.jpg - -# capture n°017477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017477.pto --stitching --prefix=assemblage_017477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017477.jpg - -# capture n°017478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017478.pto --stitching --prefix=assemblage_017478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017478.jpg - -# capture n°017479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017479.pto --stitching --prefix=assemblage_017479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017479.jpg - -# capture n°017480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017480.pto --stitching --prefix=assemblage_017480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017480.jpg - -# capture n°017481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017481.pto --stitching --prefix=assemblage_017481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017481.jpg - -# capture n°017482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017482.pto --stitching --prefix=assemblage_017482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017482.jpg - -# capture n°017483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017483.pto --stitching --prefix=assemblage_017483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017483.jpg - -# capture n°017484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017484.pto --stitching --prefix=assemblage_017484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017484.jpg - -# capture n°017485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017485.pto --stitching --prefix=assemblage_017485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017485.jpg - -# capture n°017486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017486.pto --stitching --prefix=assemblage_017486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017486.jpg - -# capture n°017487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017487.pto --stitching --prefix=assemblage_017487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017487.jpg - -# capture n°017488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017488.pto --stitching --prefix=assemblage_017488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017488.jpg - -# capture n°017489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017489.pto --stitching --prefix=assemblage_017489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017489.jpg - -# capture n°017490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017490.pto --stitching --prefix=assemblage_017490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017490.jpg - -# capture n°017491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017491.pto --stitching --prefix=assemblage_017491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017491.jpg - -# capture n°017492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017492.pto --stitching --prefix=assemblage_017492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017492.jpg - -# capture n°017493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017493.pto --stitching --prefix=assemblage_017493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017493.jpg - -# capture n°017494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017494.pto --stitching --prefix=assemblage_017494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017494.jpg - -# capture n°017495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017495.pto --stitching --prefix=assemblage_017495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017495.jpg - -# capture n°017496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017496.pto --stitching --prefix=assemblage_017496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017496.jpg - -# capture n°017497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017497.pto --stitching --prefix=assemblage_017497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017497.jpg - -# capture n°017498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017498.pto --stitching --prefix=assemblage_017498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017498.jpg - -# capture n°017499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017499.pto --stitching --prefix=assemblage_017499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017499.jpg - -# capture n°017500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017500.pto --stitching --prefix=assemblage_017500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017500.jpg - -# capture n°017501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017501.pto --stitching --prefix=assemblage_017501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017501.jpg - -# capture n°017502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017502.pto --stitching --prefix=assemblage_017502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017502.jpg - -# capture n°017503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017503.pto --stitching --prefix=assemblage_017503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017503.jpg - -# capture n°017504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017504.pto --stitching --prefix=assemblage_017504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017504.jpg - -# capture n°017505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017505.pto --stitching --prefix=assemblage_017505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017505.jpg - -# capture n°017506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017506.pto --stitching --prefix=assemblage_017506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017506.jpg - -# capture n°017507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017507.pto --stitching --prefix=assemblage_017507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017507.jpg - -# capture n°017508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017508.pto --stitching --prefix=assemblage_017508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017508.jpg - -# capture n°017509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017509.pto --stitching --prefix=assemblage_017509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017509.jpg - -# capture n°017510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017510.pto --stitching --prefix=assemblage_017510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017510.jpg - -# capture n°017511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017511.pto --stitching --prefix=assemblage_017511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017511.jpg - -# capture n°017512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017512.pto --stitching --prefix=assemblage_017512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017512.jpg - -# capture n°017513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017513.pto --stitching --prefix=assemblage_017513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017513.jpg - -# capture n°017514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017514.pto --stitching --prefix=assemblage_017514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017514.jpg - -# capture n°017515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017515.pto --stitching --prefix=assemblage_017515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017515.jpg - -# capture n°017516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017516.pto --stitching --prefix=assemblage_017516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017516.jpg - -# capture n°017517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017517.pto --stitching --prefix=assemblage_017517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017517.jpg - -# capture n°017518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017518.pto --stitching --prefix=assemblage_017518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017518.jpg - -# capture n°017519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017519.pto --stitching --prefix=assemblage_017519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017519.jpg - -# capture n°017520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017520.pto --stitching --prefix=assemblage_017520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017520.jpg - -# capture n°017521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017521.pto --stitching --prefix=assemblage_017521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017521.jpg - -# capture n°017522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017522.pto --stitching --prefix=assemblage_017522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017522.jpg - -# capture n°017523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017523.pto --stitching --prefix=assemblage_017523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017523.jpg - -# capture n°017524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017524.pto --stitching --prefix=assemblage_017524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017524.jpg - -# capture n°017525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017525.pto --stitching --prefix=assemblage_017525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017525.jpg - -# capture n°017526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017526.pto --stitching --prefix=assemblage_017526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017526.jpg - -# capture n°017527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017527.pto --stitching --prefix=assemblage_017527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017527.jpg - -# capture n°017528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017528.pto --stitching --prefix=assemblage_017528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017528.jpg - -# capture n°017529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017529.pto --stitching --prefix=assemblage_017529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017529.jpg - -# capture n°017530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017530.pto --stitching --prefix=assemblage_017530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017530.jpg - -# capture n°017531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017531.pto --stitching --prefix=assemblage_017531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017531.jpg - -# capture n°017532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017532.pto --stitching --prefix=assemblage_017532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017532.jpg - -# capture n°017533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017533.pto --stitching --prefix=assemblage_017533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017533.jpg - -# capture n°017534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017534.pto --stitching --prefix=assemblage_017534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017534.jpg - -# capture n°017535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017535.pto --stitching --prefix=assemblage_017535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017535.jpg - -# capture n°017536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017536.pto --stitching --prefix=assemblage_017536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017536.jpg - -# capture n°017537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017537.pto --stitching --prefix=assemblage_017537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017537.jpg - -# capture n°017538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017538.pto --stitching --prefix=assemblage_017538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017538.jpg - -# capture n°017539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017539.pto --stitching --prefix=assemblage_017539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017539.jpg - -# capture n°017540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017540.pto --stitching --prefix=assemblage_017540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017540.jpg - -# capture n°017541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017541.pto --stitching --prefix=assemblage_017541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017541.jpg - -# capture n°017542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017542.pto --stitching --prefix=assemblage_017542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017542.jpg - -# capture n°017543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017543.pto --stitching --prefix=assemblage_017543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017543.jpg - -# capture n°017544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017544.pto --stitching --prefix=assemblage_017544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017544.jpg - -# capture n°017545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017545.pto --stitching --prefix=assemblage_017545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017545.jpg - -# capture n°017546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017546.pto --stitching --prefix=assemblage_017546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017546.jpg - -# capture n°017547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017547.pto --stitching --prefix=assemblage_017547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017547.jpg - -# capture n°017548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017548.pto --stitching --prefix=assemblage_017548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017548.jpg - -# capture n°017549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017549.pto --stitching --prefix=assemblage_017549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017549.jpg - -# capture n°017550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017550.pto --stitching --prefix=assemblage_017550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017550.jpg - -# capture n°017551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017551.pto --stitching --prefix=assemblage_017551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017551.jpg - -# capture n°017552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017552.pto --stitching --prefix=assemblage_017552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017552.jpg - -# capture n°017553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017553.pto --stitching --prefix=assemblage_017553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017553.jpg - -# capture n°017554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017554.pto --stitching --prefix=assemblage_017554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017554.jpg - -# capture n°017555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017555.pto --stitching --prefix=assemblage_017555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017555.jpg - -# capture n°017556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017556.pto --stitching --prefix=assemblage_017556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017556.jpg - -# capture n°017557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017557.pto --stitching --prefix=assemblage_017557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017557.jpg - -# capture n°017558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017558.pto --stitching --prefix=assemblage_017558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017558.jpg - -# capture n°017559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017559.pto --stitching --prefix=assemblage_017559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017559.jpg - -# capture n°017560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017560.pto --stitching --prefix=assemblage_017560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017560.jpg - -# capture n°017561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017561.pto --stitching --prefix=assemblage_017561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017561.jpg - -# capture n°017562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017562.pto --stitching --prefix=assemblage_017562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017562.jpg - -# capture n°017563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017563.pto --stitching --prefix=assemblage_017563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017563.jpg - -# capture n°017564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017564.pto --stitching --prefix=assemblage_017564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017564.jpg - -# capture n°017565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017565.pto --stitching --prefix=assemblage_017565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017565.jpg - -# capture n°017566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017566.pto --stitching --prefix=assemblage_017566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017566.jpg - -# capture n°017567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017567.pto --stitching --prefix=assemblage_017567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017567.jpg - -# capture n°017568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017568.pto --stitching --prefix=assemblage_017568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017568.jpg - -# capture n°017569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017569.pto --stitching --prefix=assemblage_017569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017569.jpg - -# capture n°017570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017570.pto --stitching --prefix=assemblage_017570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017570.jpg - -# capture n°017571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017571.pto --stitching --prefix=assemblage_017571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017571.jpg - -# capture n°017572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017572.pto --stitching --prefix=assemblage_017572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017572.jpg - -# capture n°017573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017573.pto --stitching --prefix=assemblage_017573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017573.jpg - -# capture n°017574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017574.pto --stitching --prefix=assemblage_017574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017574.jpg - -# capture n°017575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017575.pto --stitching --prefix=assemblage_017575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017575.jpg - -# capture n°017576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017576.pto --stitching --prefix=assemblage_017576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017576.jpg - -# capture n°017577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017577.pto --stitching --prefix=assemblage_017577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017577.jpg - -# capture n°017578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017578.pto --stitching --prefix=assemblage_017578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017578.jpg - -# capture n°017579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017579.pto --stitching --prefix=assemblage_017579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017579.jpg - -# capture n°017580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017580.pto --stitching --prefix=assemblage_017580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017580.jpg - -# capture n°017581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017581.pto --stitching --prefix=assemblage_017581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017581.jpg - -# capture n°017582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017582.pto --stitching --prefix=assemblage_017582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017582.jpg - -# capture n°017583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017583.pto --stitching --prefix=assemblage_017583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017583.jpg - -# capture n°017584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017584.pto --stitching --prefix=assemblage_017584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017584.jpg - -# capture n°017585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017585.pto --stitching --prefix=assemblage_017585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017585.jpg - -# capture n°017586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017586.pto --stitching --prefix=assemblage_017586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017586.jpg - -# capture n°017587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017587.pto --stitching --prefix=assemblage_017587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017587.jpg - -# capture n°017588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017588.pto --stitching --prefix=assemblage_017588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017588.jpg - -# capture n°017589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017589.pto --stitching --prefix=assemblage_017589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017589.jpg - -# capture n°017590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017590.pto --stitching --prefix=assemblage_017590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017590.jpg - -# capture n°017591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017591.pto --stitching --prefix=assemblage_017591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017591.jpg - -# capture n°017592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017592.pto --stitching --prefix=assemblage_017592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017592.jpg - -# capture n°017593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017593.pto --stitching --prefix=assemblage_017593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017593.jpg - -# capture n°017594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017594.pto --stitching --prefix=assemblage_017594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017594.jpg - -# capture n°017595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017595.pto --stitching --prefix=assemblage_017595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017595.jpg - -# capture n°017596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017596.pto --stitching --prefix=assemblage_017596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017596.jpg - -# capture n°017597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017597.pto --stitching --prefix=assemblage_017597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017597.jpg - -# capture n°017598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017598.pto --stitching --prefix=assemblage_017598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017598.jpg - -# capture n°017599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017599.pto --stitching --prefix=assemblage_017599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017599.jpg - -# capture n°017600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017600.pto --stitching --prefix=assemblage_017600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017600.jpg - -# capture n°017601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017601.pto --stitching --prefix=assemblage_017601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017601.jpg - -# capture n°017602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017602.pto --stitching --prefix=assemblage_017602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017602.jpg - -# capture n°017603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017603.pto --stitching --prefix=assemblage_017603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017603.jpg - -# capture n°017604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017604.pto --stitching --prefix=assemblage_017604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017604.jpg - -# capture n°017605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017605.pto --stitching --prefix=assemblage_017605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017605.jpg - -# capture n°017606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017606.pto --stitching --prefix=assemblage_017606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017606.jpg - -# capture n°017607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017607.pto --stitching --prefix=assemblage_017607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017607.jpg - -# capture n°017608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017608.pto --stitching --prefix=assemblage_017608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017608.jpg - -# capture n°017609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017609.pto --stitching --prefix=assemblage_017609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017609.jpg - -# capture n°017610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017610.pto --stitching --prefix=assemblage_017610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017610.jpg - -# capture n°017611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017611.pto --stitching --prefix=assemblage_017611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017611.jpg - -# capture n°017612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017612.pto --stitching --prefix=assemblage_017612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017612.jpg - -# capture n°017613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017613.pto --stitching --prefix=assemblage_017613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017613.jpg - -# capture n°017614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017614.pto --stitching --prefix=assemblage_017614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017614.jpg - -# capture n°017615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017615.pto --stitching --prefix=assemblage_017615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017615.jpg - -# capture n°017616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017616.pto --stitching --prefix=assemblage_017616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017616.jpg - -# capture n°017617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017617.pto --stitching --prefix=assemblage_017617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017617.jpg - -# capture n°017618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017618.pto --stitching --prefix=assemblage_017618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017618.jpg - -# capture n°017619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017619.pto --stitching --prefix=assemblage_017619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017619.jpg - -# capture n°017620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017620.pto --stitching --prefix=assemblage_017620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017620.jpg - -# capture n°017621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017621.pto --stitching --prefix=assemblage_017621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017621.jpg - -# capture n°017622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017622.pto --stitching --prefix=assemblage_017622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017622.jpg - -# capture n°017623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017623.pto --stitching --prefix=assemblage_017623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017623.jpg - -# capture n°017624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017624.pto --stitching --prefix=assemblage_017624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017624.jpg - -# capture n°017625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017625.pto --stitching --prefix=assemblage_017625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017625.jpg - -# capture n°017626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017626.pto --stitching --prefix=assemblage_017626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017626.jpg - -# capture n°017627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017627.pto --stitching --prefix=assemblage_017627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017627.jpg - -# capture n°017628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017628.pto --stitching --prefix=assemblage_017628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017628.jpg - -# capture n°017629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017629.pto --stitching --prefix=assemblage_017629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017629.jpg - -# capture n°017630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017630.pto --stitching --prefix=assemblage_017630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017630.jpg - -# capture n°017631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017631.pto --stitching --prefix=assemblage_017631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017631.jpg - -# capture n°017632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017632.pto --stitching --prefix=assemblage_017632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017632.jpg - -# capture n°017633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017633.pto --stitching --prefix=assemblage_017633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017633.jpg - -# capture n°017634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017634.pto --stitching --prefix=assemblage_017634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017634.jpg - -# capture n°017635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017635.pto --stitching --prefix=assemblage_017635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017635.jpg - -# capture n°017636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017636.pto --stitching --prefix=assemblage_017636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017636.jpg - -# capture n°017637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017637.pto --stitching --prefix=assemblage_017637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017637.jpg - -# capture n°017638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017638.pto --stitching --prefix=assemblage_017638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017638.jpg - -# capture n°017639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017639.pto --stitching --prefix=assemblage_017639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017639.jpg - -# capture n°017640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017640.pto --stitching --prefix=assemblage_017640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017640.jpg - -# capture n°017641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017641.pto --stitching --prefix=assemblage_017641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017641.jpg - -# capture n°017642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017642.pto --stitching --prefix=assemblage_017642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017642.jpg - -# capture n°017643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017643.pto --stitching --prefix=assemblage_017643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017643.jpg - -# capture n°017644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017644.pto --stitching --prefix=assemblage_017644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017644.jpg - -# capture n°017645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017645.pto --stitching --prefix=assemblage_017645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017645.jpg - -# capture n°017646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017646.pto --stitching --prefix=assemblage_017646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017646.jpg - -# capture n°017647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017647.pto --stitching --prefix=assemblage_017647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017647.jpg - -# capture n°017648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017648.pto --stitching --prefix=assemblage_017648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017648.jpg - -# capture n°017649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017649.pto --stitching --prefix=assemblage_017649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017649.jpg - -# capture n°017650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017650.pto --stitching --prefix=assemblage_017650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017650.jpg - -# capture n°017651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017651.pto --stitching --prefix=assemblage_017651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017651.jpg - -# capture n°017652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017652.pto --stitching --prefix=assemblage_017652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017652.jpg - -# capture n°017653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017653.pto --stitching --prefix=assemblage_017653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017653.jpg - -# capture n°017654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017654.pto --stitching --prefix=assemblage_017654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017654.jpg - -# capture n°017655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017655.pto --stitching --prefix=assemblage_017655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017655.jpg - -# capture n°017656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017656.pto --stitching --prefix=assemblage_017656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017656.jpg - -# capture n°017657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017657.pto --stitching --prefix=assemblage_017657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017657.jpg - -# capture n°017658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017658.pto --stitching --prefix=assemblage_017658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017658.jpg - -# capture n°017659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017659.pto --stitching --prefix=assemblage_017659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017659.jpg - -# capture n°017660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017660.pto --stitching --prefix=assemblage_017660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017660.jpg - -# capture n°017661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017661.pto --stitching --prefix=assemblage_017661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017661.jpg - -# capture n°017662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017662.pto --stitching --prefix=assemblage_017662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017662.jpg - -# capture n°017663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017663.pto --stitching --prefix=assemblage_017663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017663.jpg - -# capture n°017664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017664.pto --stitching --prefix=assemblage_017664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017664.jpg - -# capture n°017665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017665.pto --stitching --prefix=assemblage_017665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017665.jpg - -# capture n°017666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017666.pto --stitching --prefix=assemblage_017666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017666.jpg - -# capture n°017667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017667.pto --stitching --prefix=assemblage_017667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017667.jpg - -# capture n°017668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017668.pto --stitching --prefix=assemblage_017668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017668.jpg - -# capture n°017669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017669.pto --stitching --prefix=assemblage_017669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017669.jpg - -# capture n°017670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017670.pto --stitching --prefix=assemblage_017670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017670.jpg - -# capture n°017671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017671.pto --stitching --prefix=assemblage_017671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017671.jpg - -# capture n°017672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017672.pto --stitching --prefix=assemblage_017672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017672.jpg - -# capture n°017673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017673.pto --stitching --prefix=assemblage_017673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017673.jpg - -# capture n°017674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017674.pto --stitching --prefix=assemblage_017674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017674.jpg - -# capture n°017675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017675.pto --stitching --prefix=assemblage_017675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017675.jpg - -# capture n°017676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017676.pto --stitching --prefix=assemblage_017676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017676.jpg - -# capture n°017677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017677.pto --stitching --prefix=assemblage_017677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017677.jpg - -# capture n°017678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017678.pto --stitching --prefix=assemblage_017678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017678.jpg - -# capture n°017679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017679.pto --stitching --prefix=assemblage_017679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017679.jpg - -# capture n°017680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017680.pto --stitching --prefix=assemblage_017680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017680.jpg - -# capture n°017681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017681.pto --stitching --prefix=assemblage_017681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017681.jpg - -# capture n°017682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017682.pto --stitching --prefix=assemblage_017682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017682.jpg - -# capture n°017683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017683.pto --stitching --prefix=assemblage_017683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017683.jpg - -# capture n°017684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017684.pto --stitching --prefix=assemblage_017684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017684.jpg - -# capture n°017685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017685.pto --stitching --prefix=assemblage_017685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017685.jpg - -# capture n°017686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017686.pto --stitching --prefix=assemblage_017686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017686.jpg - -# capture n°017687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017687.pto --stitching --prefix=assemblage_017687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017687.jpg - -# capture n°017688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017688.pto --stitching --prefix=assemblage_017688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017688.jpg - -# capture n°017689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017689.pto --stitching --prefix=assemblage_017689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017689.jpg - -# capture n°017690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017690.pto --stitching --prefix=assemblage_017690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017690.jpg - -# capture n°017691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017691.pto --stitching --prefix=assemblage_017691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017691.jpg - -# capture n°017692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017692.pto --stitching --prefix=assemblage_017692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017692.jpg - -# capture n°017693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017693.pto --stitching --prefix=assemblage_017693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017693.jpg - -# capture n°017694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017694.pto --stitching --prefix=assemblage_017694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017694.jpg - -# capture n°017695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017695.pto --stitching --prefix=assemblage_017695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017695.jpg - -# capture n°017696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017696.pto --stitching --prefix=assemblage_017696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017696.jpg - -# capture n°017697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017697.pto --stitching --prefix=assemblage_017697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017697.jpg - -# capture n°017698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017698.pto --stitching --prefix=assemblage_017698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017698.jpg - -# capture n°017699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017699.pto --stitching --prefix=assemblage_017699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017699.jpg - -# capture n°017700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017700.pto --stitching --prefix=assemblage_017700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017700.jpg - -# capture n°017701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017701.pto --stitching --prefix=assemblage_017701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017701.jpg - -# capture n°017702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017702.pto --stitching --prefix=assemblage_017702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017702.jpg - -# capture n°017703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017703.pto --stitching --prefix=assemblage_017703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017703.jpg - -# capture n°017704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017704.pto --stitching --prefix=assemblage_017704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017704.jpg - -# capture n°017705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017705.pto --stitching --prefix=assemblage_017705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017705.jpg - -# capture n°017706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017706.pto --stitching --prefix=assemblage_017706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017706.jpg - -# capture n°017707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017707.pto --stitching --prefix=assemblage_017707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017707.jpg - -# capture n°017708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017708.pto --stitching --prefix=assemblage_017708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017708.jpg - -# capture n°017709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017709.pto --stitching --prefix=assemblage_017709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017709.jpg - -# capture n°017710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017710.pto --stitching --prefix=assemblage_017710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017710.jpg - -# capture n°017711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017711.pto --stitching --prefix=assemblage_017711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017711.jpg - -# capture n°017712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017712.pto --stitching --prefix=assemblage_017712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017712.jpg - -# capture n°017713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017713.pto --stitching --prefix=assemblage_017713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017713.jpg - -# capture n°017714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017714.pto --stitching --prefix=assemblage_017714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017714.jpg - -# capture n°017715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017715.pto --stitching --prefix=assemblage_017715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017715.jpg - -# capture n°017716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017716.pto --stitching --prefix=assemblage_017716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017716.jpg - -# capture n°017717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017717.pto --stitching --prefix=assemblage_017717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017717.jpg - -# capture n°017718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017718.pto --stitching --prefix=assemblage_017718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017718.jpg - -# capture n°017719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017719.pto --stitching --prefix=assemblage_017719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017719.jpg - -# capture n°017720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017720.pto --stitching --prefix=assemblage_017720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017720.jpg - -# capture n°017721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017721.pto --stitching --prefix=assemblage_017721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017721.jpg - -# capture n°017722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017722.pto --stitching --prefix=assemblage_017722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017722.jpg - -# capture n°017723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017723.pto --stitching --prefix=assemblage_017723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017723.jpg - -# capture n°017724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017724.pto --stitching --prefix=assemblage_017724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017724.jpg - -# capture n°017725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017725.pto --stitching --prefix=assemblage_017725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017725.jpg - -# capture n°017726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017726.pto --stitching --prefix=assemblage_017726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017726.jpg - -# capture n°017727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017727.pto --stitching --prefix=assemblage_017727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017727.jpg - -# capture n°017728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017728.pto --stitching --prefix=assemblage_017728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017728.jpg - -# capture n°017729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017729.pto --stitching --prefix=assemblage_017729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017729.jpg - -# capture n°017730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017730.pto --stitching --prefix=assemblage_017730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017730.jpg - -# capture n°017731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017731.pto --stitching --prefix=assemblage_017731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017731.jpg - -# capture n°017732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017732.pto --stitching --prefix=assemblage_017732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017732.jpg - -# capture n°017733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017733.pto --stitching --prefix=assemblage_017733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017733.jpg - -# capture n°017734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017734.pto --stitching --prefix=assemblage_017734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017734.jpg - -# capture n°017735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017735.pto --stitching --prefix=assemblage_017735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017735.jpg - -# capture n°017736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017736.pto --stitching --prefix=assemblage_017736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017736.jpg - -# capture n°017737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017737.pto --stitching --prefix=assemblage_017737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017737.jpg - -# capture n°017738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017738.pto --stitching --prefix=assemblage_017738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017738.jpg - -# capture n°017739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017739.pto --stitching --prefix=assemblage_017739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017739.jpg - -# capture n°017740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017740.pto --stitching --prefix=assemblage_017740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017740.jpg - -# capture n°017741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017741.pto --stitching --prefix=assemblage_017741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017741.jpg - -# capture n°017742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017742.pto --stitching --prefix=assemblage_017742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017742.jpg - -# capture n°017743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017743.pto --stitching --prefix=assemblage_017743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017743.jpg - -# capture n°017744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017744.pto --stitching --prefix=assemblage_017744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017744.jpg - -# capture n°017745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017745.pto --stitching --prefix=assemblage_017745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017745.jpg - -# capture n°017746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017746.pto --stitching --prefix=assemblage_017746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017746.jpg - -# capture n°017747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017747.pto --stitching --prefix=assemblage_017747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017747.jpg - -# capture n°017748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017748.pto --stitching --prefix=assemblage_017748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017748.jpg - -# capture n°017749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017749.pto --stitching --prefix=assemblage_017749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017749.jpg - -# capture n°017750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017750.pto --stitching --prefix=assemblage_017750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017750.jpg - -# capture n°017751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017751.pto --stitching --prefix=assemblage_017751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017751.jpg - -# capture n°017752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017752.pto --stitching --prefix=assemblage_017752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017752.jpg - -# capture n°017753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017753.pto --stitching --prefix=assemblage_017753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017753.jpg - -# capture n°017754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017754.pto --stitching --prefix=assemblage_017754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017754.jpg - -# capture n°017755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017755.pto --stitching --prefix=assemblage_017755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017755.jpg - -# capture n°017756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017756.pto --stitching --prefix=assemblage_017756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017756.jpg - -# capture n°017757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017757.pto --stitching --prefix=assemblage_017757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017757.jpg - -# capture n°017758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017758.pto --stitching --prefix=assemblage_017758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017758.jpg - -# capture n°017759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017759.pto --stitching --prefix=assemblage_017759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017759.jpg - -# capture n°017760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017760.pto --stitching --prefix=assemblage_017760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017760.jpg - -# capture n°017761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017761.pto --stitching --prefix=assemblage_017761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017761.jpg - -# capture n°017762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017762.pto --stitching --prefix=assemblage_017762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017762.jpg - -# capture n°017763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017763.pto --stitching --prefix=assemblage_017763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017763.jpg - -# capture n°017764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017764.pto --stitching --prefix=assemblage_017764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017764.jpg - -# capture n°017765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017765.pto --stitching --prefix=assemblage_017765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017765.jpg - -# capture n°017766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017766.pto --stitching --prefix=assemblage_017766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017766.jpg - -# capture n°017767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017767.pto --stitching --prefix=assemblage_017767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017767.jpg - -# capture n°017768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017768.pto --stitching --prefix=assemblage_017768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017768.jpg - -# capture n°017769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017769.pto --stitching --prefix=assemblage_017769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017769.jpg - -# capture n°017770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017770.pto --stitching --prefix=assemblage_017770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017770.jpg - -# capture n°017771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017771.pto --stitching --prefix=assemblage_017771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017771.jpg - -# capture n°017772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017772.pto --stitching --prefix=assemblage_017772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017772.jpg - -# capture n°017773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017773.pto --stitching --prefix=assemblage_017773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017773.jpg - -# capture n°017774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017774.pto --stitching --prefix=assemblage_017774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017774.jpg - -# capture n°017775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017775.pto --stitching --prefix=assemblage_017775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017775.jpg - -# capture n°017776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017776.pto --stitching --prefix=assemblage_017776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017776.jpg - -# capture n°017777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017777.pto --stitching --prefix=assemblage_017777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017777.jpg - -# capture n°017778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017778.pto --stitching --prefix=assemblage_017778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017778.jpg - -# capture n°017779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017779.pto --stitching --prefix=assemblage_017779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017779.jpg - -# capture n°017780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017780.pto --stitching --prefix=assemblage_017780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017780.jpg - -# capture n°017781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017781.pto --stitching --prefix=assemblage_017781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017781.jpg - -# capture n°017782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017782.pto --stitching --prefix=assemblage_017782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017782.jpg - -# capture n°017783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017783.pto --stitching --prefix=assemblage_017783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017783.jpg - -# capture n°017784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017784.pto --stitching --prefix=assemblage_017784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017784.jpg - -# capture n°017785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017785.pto --stitching --prefix=assemblage_017785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017785.jpg - -# capture n°017786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017786.pto --stitching --prefix=assemblage_017786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017786.jpg - -# capture n°017787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017787.pto --stitching --prefix=assemblage_017787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017787.jpg - -# capture n°017788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017788.pto --stitching --prefix=assemblage_017788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017788.jpg - -# capture n°017789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017789.pto --stitching --prefix=assemblage_017789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017789.jpg - -# capture n°017790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017790.pto --stitching --prefix=assemblage_017790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017790.jpg - -# capture n°017791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017791.pto --stitching --prefix=assemblage_017791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017791.jpg - -# capture n°017792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017792.pto --stitching --prefix=assemblage_017792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017792.jpg - -# capture n°017793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017793.pto --stitching --prefix=assemblage_017793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017793.jpg - -# capture n°017794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017794.pto --stitching --prefix=assemblage_017794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017794.jpg - -# capture n°017795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017795.pto --stitching --prefix=assemblage_017795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017795.jpg - -# capture n°017796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017796.pto --stitching --prefix=assemblage_017796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017796.jpg - -# capture n°017797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017797.pto --stitching --prefix=assemblage_017797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017797.jpg - -# capture n°017798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017798.pto --stitching --prefix=assemblage_017798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017798.jpg - -# capture n°017799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017799.pto --stitching --prefix=assemblage_017799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017799.jpg - -# capture n°017800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017800.pto --stitching --prefix=assemblage_017800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017800.jpg - -# capture n°017801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017801.pto --stitching --prefix=assemblage_017801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017801.jpg - -# capture n°017802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017802.pto --stitching --prefix=assemblage_017802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017802.jpg - -# capture n°017803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017803.pto --stitching --prefix=assemblage_017803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017803.jpg - -# capture n°017804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017804.pto --stitching --prefix=assemblage_017804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017804.jpg - -# capture n°017805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017805.pto --stitching --prefix=assemblage_017805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017805.jpg - -# capture n°017806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017806.pto --stitching --prefix=assemblage_017806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017806.jpg - -# capture n°017807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017807.pto --stitching --prefix=assemblage_017807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017807.jpg - -# capture n°017808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017808.pto --stitching --prefix=assemblage_017808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017808.jpg - -# capture n°017809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017809.pto --stitching --prefix=assemblage_017809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017809.jpg - -# capture n°017810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017810.pto --stitching --prefix=assemblage_017810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017810.jpg - -# capture n°017811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017811.pto --stitching --prefix=assemblage_017811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017811.jpg - -# capture n°017812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017812.pto --stitching --prefix=assemblage_017812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017812.jpg - -# capture n°017813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017813.pto --stitching --prefix=assemblage_017813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017813.jpg - -# capture n°017814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017814.pto --stitching --prefix=assemblage_017814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017814.jpg - -# capture n°017815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017815.pto --stitching --prefix=assemblage_017815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017815.jpg - -# capture n°017816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017816.pto --stitching --prefix=assemblage_017816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017816.jpg - -# capture n°017817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017817.pto --stitching --prefix=assemblage_017817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017817.jpg - -# capture n°017818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017818.pto --stitching --prefix=assemblage_017818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017818.jpg - -# capture n°017819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017819.pto --stitching --prefix=assemblage_017819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017819.jpg - -# capture n°017820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017820.pto --stitching --prefix=assemblage_017820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017820.jpg - -# capture n°017821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017821.pto --stitching --prefix=assemblage_017821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017821.jpg - -# capture n°017822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017822.pto --stitching --prefix=assemblage_017822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017822.jpg - -# capture n°017823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017823.pto --stitching --prefix=assemblage_017823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017823.jpg - -# capture n°017824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017824.pto --stitching --prefix=assemblage_017824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017824.jpg - -# capture n°017825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017825.pto --stitching --prefix=assemblage_017825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017825.jpg - -# capture n°017826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017826.pto --stitching --prefix=assemblage_017826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017826.jpg - -# capture n°017827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017827.pto --stitching --prefix=assemblage_017827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017827.jpg - -# capture n°017828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017828.pto --stitching --prefix=assemblage_017828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017828.jpg - -# capture n°017829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017829.pto --stitching --prefix=assemblage_017829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017829.jpg - -# capture n°017830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017830.pto --stitching --prefix=assemblage_017830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017830.jpg - -# capture n°017831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017831.pto --stitching --prefix=assemblage_017831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017831.jpg - -# capture n°017832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017832.pto --stitching --prefix=assemblage_017832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017832.jpg - -# capture n°017833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017833.pto --stitching --prefix=assemblage_017833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017833.jpg - -# capture n°017834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017834.pto --stitching --prefix=assemblage_017834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017834.jpg - -# capture n°017835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017835.pto --stitching --prefix=assemblage_017835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017835.jpg - -# capture n°017836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017836.pto --stitching --prefix=assemblage_017836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017836.jpg - -# capture n°017837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017837.pto --stitching --prefix=assemblage_017837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017837.jpg - -# capture n°017838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017838.pto --stitching --prefix=assemblage_017838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017838.jpg - -# capture n°017839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017839.pto --stitching --prefix=assemblage_017839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017839.jpg - -# capture n°017840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017840.pto --stitching --prefix=assemblage_017840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017840.jpg - -# capture n°017841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017841.pto --stitching --prefix=assemblage_017841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017841.jpg - -# capture n°017842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017842.pto --stitching --prefix=assemblage_017842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017842.jpg - -# capture n°017843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017843.pto --stitching --prefix=assemblage_017843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017843.jpg - -# capture n°017844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017844.pto --stitching --prefix=assemblage_017844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017844.jpg - -# capture n°017845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017845.pto --stitching --prefix=assemblage_017845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017845.jpg - -# capture n°017846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017846.pto --stitching --prefix=assemblage_017846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017846.jpg - -# capture n°017847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017847.pto --stitching --prefix=assemblage_017847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017847.jpg - -# capture n°017848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017848.pto --stitching --prefix=assemblage_017848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017848.jpg - -# capture n°017849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017849.pto --stitching --prefix=assemblage_017849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017849.jpg - -# capture n°017850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017850.pto --stitching --prefix=assemblage_017850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017850.jpg - -# capture n°017851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017851.pto --stitching --prefix=assemblage_017851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017851.jpg - -# capture n°017852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017852.pto --stitching --prefix=assemblage_017852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017852.jpg - -# capture n°017853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017853.pto --stitching --prefix=assemblage_017853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017853.jpg - -# capture n°017854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017854.pto --stitching --prefix=assemblage_017854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017854.jpg - -# capture n°017855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017855.pto --stitching --prefix=assemblage_017855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017855.jpg - -# capture n°017856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017856.pto --stitching --prefix=assemblage_017856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017856.jpg - -# capture n°017857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017857.pto --stitching --prefix=assemblage_017857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017857.jpg - -# capture n°017858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017858.pto --stitching --prefix=assemblage_017858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017858.jpg - -# capture n°017859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017859.pto --stitching --prefix=assemblage_017859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017859.jpg - -# capture n°017860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017860.pto --stitching --prefix=assemblage_017860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017860.jpg - -# capture n°017861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017861.pto --stitching --prefix=assemblage_017861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017861.jpg - -# capture n°017862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017862.pto --stitching --prefix=assemblage_017862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017862.jpg - -# capture n°017863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017863.pto --stitching --prefix=assemblage_017863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017863.jpg - -# capture n°017864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017864.pto --stitching --prefix=assemblage_017864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017864.jpg - -# capture n°017865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017865.pto --stitching --prefix=assemblage_017865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017865.jpg - -# capture n°017866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017866.pto --stitching --prefix=assemblage_017866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017866.jpg - -# capture n°017867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017867.pto --stitching --prefix=assemblage_017867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017867.jpg - -# capture n°017868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017868.pto --stitching --prefix=assemblage_017868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017868.jpg - -# capture n°017869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017869.pto --stitching --prefix=assemblage_017869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017869.jpg - -# capture n°017870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017870.pto --stitching --prefix=assemblage_017870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017870.jpg - -# capture n°017871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017871.pto --stitching --prefix=assemblage_017871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017871.jpg - -# capture n°017872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017872.pto --stitching --prefix=assemblage_017872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017872.jpg - -# capture n°017873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017873.pto --stitching --prefix=assemblage_017873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017873.jpg - -# capture n°017874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017874.pto --stitching --prefix=assemblage_017874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017874.jpg - -# capture n°017875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017875.pto --stitching --prefix=assemblage_017875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017875.jpg - -# capture n°017876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017876.pto --stitching --prefix=assemblage_017876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017876.jpg - -# capture n°017877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017877.pto --stitching --prefix=assemblage_017877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017877.jpg - -# capture n°017878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017878.pto --stitching --prefix=assemblage_017878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017878.jpg - -# capture n°017879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017879.pto --stitching --prefix=assemblage_017879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017879.jpg - -# capture n°017880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017880.pto --stitching --prefix=assemblage_017880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017880.jpg - -# capture n°017881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017881.pto --stitching --prefix=assemblage_017881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017881.jpg - -# capture n°017882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017882.pto --stitching --prefix=assemblage_017882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017882.jpg - -# capture n°017883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017883.pto --stitching --prefix=assemblage_017883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017883.jpg - -# capture n°017884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017884.pto --stitching --prefix=assemblage_017884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017884.jpg - -# capture n°017885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017885.pto --stitching --prefix=assemblage_017885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017885.jpg - -# capture n°017886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017886.pto --stitching --prefix=assemblage_017886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017886.jpg - -# capture n°017887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017887.pto --stitching --prefix=assemblage_017887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017887.jpg - -# capture n°017888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017888.pto --stitching --prefix=assemblage_017888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017888.jpg - -# capture n°017889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017889.pto --stitching --prefix=assemblage_017889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017889.jpg - -# capture n°017890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017890.pto --stitching --prefix=assemblage_017890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017890.jpg - -# capture n°017891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017891.pto --stitching --prefix=assemblage_017891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017891.jpg - -# capture n°017892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017892.pto --stitching --prefix=assemblage_017892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017892.jpg - -# capture n°017893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017893.pto --stitching --prefix=assemblage_017893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017893.jpg - -# capture n°017894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017894.pto --stitching --prefix=assemblage_017894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017894.jpg - -# capture n°017895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017895.pto --stitching --prefix=assemblage_017895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017895.jpg - -# capture n°017896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017896.pto --stitching --prefix=assemblage_017896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017896.jpg - -# capture n°017897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017897.pto --stitching --prefix=assemblage_017897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017897.jpg - -# capture n°017898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017898.pto --stitching --prefix=assemblage_017898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017898.jpg - -# capture n°017899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017899.pto --stitching --prefix=assemblage_017899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017899.jpg - -# capture n°017900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017900.pto --stitching --prefix=assemblage_017900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017900.jpg - -# capture n°017901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017901.pto --stitching --prefix=assemblage_017901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017901.jpg - -# capture n°017902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017902.pto --stitching --prefix=assemblage_017902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017902.jpg - -# capture n°017903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017903.pto --stitching --prefix=assemblage_017903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017903.jpg - -# capture n°017904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017904.pto --stitching --prefix=assemblage_017904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017904.jpg - -# capture n°017905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017905.pto --stitching --prefix=assemblage_017905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017905.jpg - -# capture n°017906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017906.pto --stitching --prefix=assemblage_017906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017906.jpg - -# capture n°017907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017907.pto --stitching --prefix=assemblage_017907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017907.jpg - -# capture n°017908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017908.pto --stitching --prefix=assemblage_017908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017908.jpg - -# capture n°017909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017909.pto --stitching --prefix=assemblage_017909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017909.jpg - -# capture n°017910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017910.pto --stitching --prefix=assemblage_017910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017910.jpg - -# capture n°017911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017911.pto --stitching --prefix=assemblage_017911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017911.jpg - -# capture n°017912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017912.pto --stitching --prefix=assemblage_017912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017912.jpg - -# capture n°017913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017913.pto --stitching --prefix=assemblage_017913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017913.jpg - -# capture n°017914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017914.pto --stitching --prefix=assemblage_017914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017914.jpg - -# capture n°017915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017915.pto --stitching --prefix=assemblage_017915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017915.jpg - -# capture n°017916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017916.pto --stitching --prefix=assemblage_017916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017916.jpg - -# capture n°017917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017917.pto --stitching --prefix=assemblage_017917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017917.jpg - -# capture n°017918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017918.pto --stitching --prefix=assemblage_017918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017918.jpg - -# capture n°017919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017919.pto --stitching --prefix=assemblage_017919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017919.jpg - -# capture n°017920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017920.pto --stitching --prefix=assemblage_017920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017920.jpg - -# capture n°017921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017921.pto --stitching --prefix=assemblage_017921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017921.jpg - -# capture n°017922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017922.pto --stitching --prefix=assemblage_017922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017922.jpg - -# capture n°017923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017923.pto --stitching --prefix=assemblage_017923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017923.jpg - -# capture n°017924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017924.pto --stitching --prefix=assemblage_017924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017924.jpg - -# capture n°017925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017925.pto --stitching --prefix=assemblage_017925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017925.jpg - -# capture n°017926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017926.pto --stitching --prefix=assemblage_017926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017926.jpg - -# capture n°017927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017927.pto --stitching --prefix=assemblage_017927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017927.jpg - -# capture n°017928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017928.pto --stitching --prefix=assemblage_017928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017928.jpg - -# capture n°017929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017929.pto --stitching --prefix=assemblage_017929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017929.jpg - -# capture n°017930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017930.pto --stitching --prefix=assemblage_017930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017930.jpg - -# capture n°017931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017931.pto --stitching --prefix=assemblage_017931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017931.jpg - -# capture n°017932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017932.pto --stitching --prefix=assemblage_017932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017932.jpg - -# capture n°017933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017933.pto --stitching --prefix=assemblage_017933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017933.jpg - -# capture n°017934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017934.pto --stitching --prefix=assemblage_017934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017934.jpg - -# capture n°017935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017935.pto --stitching --prefix=assemblage_017935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017935.jpg - -# capture n°017936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017936.pto --stitching --prefix=assemblage_017936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017936.jpg - -# capture n°017937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017937.pto --stitching --prefix=assemblage_017937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017937.jpg - -# capture n°017938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017938.pto --stitching --prefix=assemblage_017938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017938.jpg - -# capture n°017939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017939.pto --stitching --prefix=assemblage_017939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017939.jpg - -# capture n°017940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017940.pto --stitching --prefix=assemblage_017940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017940.jpg - -# capture n°017941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017941.pto --stitching --prefix=assemblage_017941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017941.jpg - -# capture n°017942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017942.pto --stitching --prefix=assemblage_017942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017942.jpg - -# capture n°017943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017943.pto --stitching --prefix=assemblage_017943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017943.jpg - -# capture n°017944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017944.pto --stitching --prefix=assemblage_017944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017944.jpg - -# capture n°017945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017945.pto --stitching --prefix=assemblage_017945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017945.jpg - -# capture n°017946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017946.pto --stitching --prefix=assemblage_017946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017946.jpg - -# capture n°017947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017947.pto --stitching --prefix=assemblage_017947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017947.jpg - -# capture n°017948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017948.pto --stitching --prefix=assemblage_017948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017948.jpg - -# capture n°017949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017949.pto --stitching --prefix=assemblage_017949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017949.jpg - -# capture n°017950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017950.pto --stitching --prefix=assemblage_017950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017950.jpg - -# capture n°017951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017951.pto --stitching --prefix=assemblage_017951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017951.jpg - -# capture n°017952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017952.pto --stitching --prefix=assemblage_017952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017952.jpg - -# capture n°017953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017953.pto --stitching --prefix=assemblage_017953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017953.jpg - -# capture n°017954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017954.pto --stitching --prefix=assemblage_017954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017954.jpg - -# capture n°017955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017955.pto --stitching --prefix=assemblage_017955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017955.jpg - -# capture n°017956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017956.pto --stitching --prefix=assemblage_017956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017956.jpg - -# capture n°017957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017957.pto --stitching --prefix=assemblage_017957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017957.jpg - -# capture n°017958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017958.pto --stitching --prefix=assemblage_017958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017958.jpg - -# capture n°017959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017959.pto --stitching --prefix=assemblage_017959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017959.jpg - -# capture n°017960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017960.pto --stitching --prefix=assemblage_017960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017960.jpg - -# capture n°017961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017961.pto --stitching --prefix=assemblage_017961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017961.jpg - -# capture n°017962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017962.pto --stitching --prefix=assemblage_017962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017962.jpg - -# capture n°017963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017963.pto --stitching --prefix=assemblage_017963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017963.jpg - -# capture n°017964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017964.pto --stitching --prefix=assemblage_017964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017964.jpg - -# capture n°017965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017965.pto --stitching --prefix=assemblage_017965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017965.jpg - -# capture n°017966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017966.pto --stitching --prefix=assemblage_017966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017966.jpg - -# capture n°017967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017967.pto --stitching --prefix=assemblage_017967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017967.jpg - -# capture n°017968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017968.pto --stitching --prefix=assemblage_017968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017968.jpg - -# capture n°017969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017969.pto --stitching --prefix=assemblage_017969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017969.jpg - -# capture n°017970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017970.pto --stitching --prefix=assemblage_017970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017970.jpg - -# capture n°017971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017971.pto --stitching --prefix=assemblage_017971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017971.jpg - -# capture n°017972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017972.pto --stitching --prefix=assemblage_017972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017972.jpg - -# capture n°017973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017973.pto --stitching --prefix=assemblage_017973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017973.jpg - -# capture n°017974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017974.pto --stitching --prefix=assemblage_017974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017974.jpg - -# capture n°017975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017975.pto --stitching --prefix=assemblage_017975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017975.jpg - -# capture n°017976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017976.pto --stitching --prefix=assemblage_017976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017976.jpg - -# capture n°017977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017977.pto --stitching --prefix=assemblage_017977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017977.jpg - -# capture n°017978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017978.pto --stitching --prefix=assemblage_017978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017978.jpg - -# capture n°017979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017979.pto --stitching --prefix=assemblage_017979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017979.jpg - -# capture n°017980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017980.pto --stitching --prefix=assemblage_017980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017980.jpg - -# capture n°017981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017981.pto --stitching --prefix=assemblage_017981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017981.jpg - -# capture n°017982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017982.pto --stitching --prefix=assemblage_017982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017982.jpg - -# capture n°017983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017983.pto --stitching --prefix=assemblage_017983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017983.jpg - -# capture n°017984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017984.pto --stitching --prefix=assemblage_017984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017984.jpg - -# capture n°017985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017985.pto --stitching --prefix=assemblage_017985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017985.jpg - -# capture n°017986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017986.pto --stitching --prefix=assemblage_017986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017986.jpg - -# capture n°017987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017987.pto --stitching --prefix=assemblage_017987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017987.jpg - -# capture n°017988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017988.pto --stitching --prefix=assemblage_017988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017988.jpg - -# capture n°017989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017989.pto --stitching --prefix=assemblage_017989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017989.jpg - -# capture n°017990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017990.pto --stitching --prefix=assemblage_017990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017990.jpg - -# capture n°017991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017991.pto --stitching --prefix=assemblage_017991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017991.jpg - -# capture n°017992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017992.pto --stitching --prefix=assemblage_017992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017992.jpg - -# capture n°017993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017993.pto --stitching --prefix=assemblage_017993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017993.jpg - -# capture n°017994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017994.pto --stitching --prefix=assemblage_017994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017994.jpg - -# capture n°017995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017995.pto --stitching --prefix=assemblage_017995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017995.jpg - -# capture n°017996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017996.pto --stitching --prefix=assemblage_017996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017996.jpg - -# capture n°017997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017997.pto --stitching --prefix=assemblage_017997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017997.jpg - -# capture n°017998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017998.pto --stitching --prefix=assemblage_017998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017998.jpg - -# capture n°017999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_017999.pto --stitching --prefix=assemblage_017999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF017999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_017999.jpg - -# capture n°018000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018000.pto --stitching --prefix=assemblage_018000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018000.jpg - -# capture n°018001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018001.pto --stitching --prefix=assemblage_018001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018001.jpg - -# capture n°018002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018002.pto --stitching --prefix=assemblage_018002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018002.jpg - -# capture n°018003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018003.pto --stitching --prefix=assemblage_018003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018003.jpg - -# capture n°018004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018004.pto --stitching --prefix=assemblage_018004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018004.jpg - -# capture n°018005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018005.pto --stitching --prefix=assemblage_018005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018005.jpg - -# capture n°018006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018006.pto --stitching --prefix=assemblage_018006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018006.jpg - -# capture n°018007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018007.pto --stitching --prefix=assemblage_018007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018007.jpg - -# capture n°018008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018008.pto --stitching --prefix=assemblage_018008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018008.jpg - -# capture n°018009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018009.pto --stitching --prefix=assemblage_018009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018009.jpg - -# capture n°018010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018010.pto --stitching --prefix=assemblage_018010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018010.jpg - -# capture n°018011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018011.pto --stitching --prefix=assemblage_018011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018011.jpg - -# capture n°018012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018012.pto --stitching --prefix=assemblage_018012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018012.jpg - -# capture n°018013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018013.pto --stitching --prefix=assemblage_018013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018013.jpg - -# capture n°018014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018014.pto --stitching --prefix=assemblage_018014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018014.jpg - -# capture n°018015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018015.pto --stitching --prefix=assemblage_018015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018015.jpg - -# capture n°018016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018016.pto --stitching --prefix=assemblage_018016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018016.jpg - -# capture n°018017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018017.pto --stitching --prefix=assemblage_018017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018017.jpg - -# capture n°018018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018018.pto --stitching --prefix=assemblage_018018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018018.jpg - -# capture n°018019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018019.pto --stitching --prefix=assemblage_018019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018019.jpg - -# capture n°018020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018020.pto --stitching --prefix=assemblage_018020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018020.jpg - -# capture n°018021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018021.pto --stitching --prefix=assemblage_018021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018021.jpg - -# capture n°018022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018022.pto --stitching --prefix=assemblage_018022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018022.jpg - -# capture n°018023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018023.pto --stitching --prefix=assemblage_018023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018023.jpg - -# capture n°018024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018024.pto --stitching --prefix=assemblage_018024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018024.jpg - -# capture n°018025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018025.pto --stitching --prefix=assemblage_018025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018025.jpg - -# capture n°018026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018026.pto --stitching --prefix=assemblage_018026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018026.jpg - -# capture n°018027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018027.pto --stitching --prefix=assemblage_018027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018027.jpg - -# capture n°018028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018028.pto --stitching --prefix=assemblage_018028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018028.jpg - -# capture n°018029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018029.pto --stitching --prefix=assemblage_018029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018029.jpg - -# capture n°018030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018030.pto --stitching --prefix=assemblage_018030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018030.jpg - -# capture n°018031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018031.pto --stitching --prefix=assemblage_018031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018031.jpg - -# capture n°018032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018032.pto --stitching --prefix=assemblage_018032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018032.jpg - -# capture n°018033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018033.pto --stitching --prefix=assemblage_018033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018033.jpg - -# capture n°018034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018034.pto --stitching --prefix=assemblage_018034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018034.jpg - -# capture n°018035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018035.pto --stitching --prefix=assemblage_018035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018035.jpg - -# capture n°018036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018036.pto --stitching --prefix=assemblage_018036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018036.jpg - -# capture n°018037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018037.pto --stitching --prefix=assemblage_018037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018037.jpg - -# capture n°018038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018038.pto --stitching --prefix=assemblage_018038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018038.jpg - -# capture n°018039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018039.pto --stitching --prefix=assemblage_018039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018039.jpg - -# capture n°018040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018040.pto --stitching --prefix=assemblage_018040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018040.jpg - -# capture n°018041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018041.pto --stitching --prefix=assemblage_018041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018041.jpg - -# capture n°018042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018042.pto --stitching --prefix=assemblage_018042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018042.jpg - -# capture n°018043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018043.pto --stitching --prefix=assemblage_018043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018043.jpg - -# capture n°018044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018044.pto --stitching --prefix=assemblage_018044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018044.jpg - -# capture n°018045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018045.pto --stitching --prefix=assemblage_018045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018045.jpg - -# capture n°018046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018046.pto --stitching --prefix=assemblage_018046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018046.jpg - -# capture n°018047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018047.pto --stitching --prefix=assemblage_018047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018047.jpg - -# capture n°018048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018048.pto --stitching --prefix=assemblage_018048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018048.jpg - -# capture n°018049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018049.pto --stitching --prefix=assemblage_018049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018049.jpg - -# capture n°018050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018050.pto --stitching --prefix=assemblage_018050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018050.jpg - -# capture n°018051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018051.pto --stitching --prefix=assemblage_018051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018051.jpg - -# capture n°018052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018052.pto --stitching --prefix=assemblage_018052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018052.jpg - -# capture n°018053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018053.pto --stitching --prefix=assemblage_018053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018053.jpg - -# capture n°018054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018054.pto --stitching --prefix=assemblage_018054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018054.jpg - -# capture n°018055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018055.pto --stitching --prefix=assemblage_018055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018055.jpg - -# capture n°018056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018056.pto --stitching --prefix=assemblage_018056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018056.jpg - -# capture n°018057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018057.pto --stitching --prefix=assemblage_018057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018057.jpg - -# capture n°018058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018058.pto --stitching --prefix=assemblage_018058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018058.jpg - -# capture n°018059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018059.pto --stitching --prefix=assemblage_018059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018059.jpg - -# capture n°018060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018060.pto --stitching --prefix=assemblage_018060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018060.jpg - -# capture n°018061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018061.pto --stitching --prefix=assemblage_018061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018061.jpg - -# capture n°018062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018062.pto --stitching --prefix=assemblage_018062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018062.jpg - -# capture n°018063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018063.pto --stitching --prefix=assemblage_018063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018063.jpg - -# capture n°018064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018064.pto --stitching --prefix=assemblage_018064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018064.jpg - -# capture n°018065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018065.pto --stitching --prefix=assemblage_018065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018065.jpg - -# capture n°018066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018066.pto --stitching --prefix=assemblage_018066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018066.jpg - -# capture n°018067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018067.pto --stitching --prefix=assemblage_018067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018067.jpg - -# capture n°018068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018068.pto --stitching --prefix=assemblage_018068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018068.jpg - -# capture n°018069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018069.pto --stitching --prefix=assemblage_018069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018069.jpg - -# capture n°018070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018070.pto --stitching --prefix=assemblage_018070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018070.jpg - -# capture n°018071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018071.pto --stitching --prefix=assemblage_018071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018071.jpg - -# capture n°018072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018072.pto --stitching --prefix=assemblage_018072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018072.jpg - -# capture n°018073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018073.pto --stitching --prefix=assemblage_018073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018073.jpg - -# capture n°018074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018074.pto --stitching --prefix=assemblage_018074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018074.jpg - -# capture n°018075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018075.pto --stitching --prefix=assemblage_018075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018075.jpg - -# capture n°018076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018076.pto --stitching --prefix=assemblage_018076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018076.jpg - -# capture n°018077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018077.pto --stitching --prefix=assemblage_018077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018077.jpg - -# capture n°018078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018078.pto --stitching --prefix=assemblage_018078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018078.jpg - -# capture n°018079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018079.pto --stitching --prefix=assemblage_018079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018079.jpg - -# capture n°018080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018080.pto --stitching --prefix=assemblage_018080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018080.jpg - -# capture n°018081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018081.pto --stitching --prefix=assemblage_018081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018081.jpg - -# capture n°018082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018082.pto --stitching --prefix=assemblage_018082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018082.jpg - -# capture n°018083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018083.pto --stitching --prefix=assemblage_018083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018083.jpg - -# capture n°018084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018084.pto --stitching --prefix=assemblage_018084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018084.jpg - -# capture n°018085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018085.pto --stitching --prefix=assemblage_018085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018085.jpg - -# capture n°018086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018086.pto --stitching --prefix=assemblage_018086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018086.jpg - -# capture n°018087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018087.pto --stitching --prefix=assemblage_018087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018087.jpg - -# capture n°018088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018088.pto --stitching --prefix=assemblage_018088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018088.jpg - -# capture n°018089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018089.pto --stitching --prefix=assemblage_018089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018089.jpg - -# capture n°018090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018090.pto --stitching --prefix=assemblage_018090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018090.jpg - -# capture n°018091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018091.pto --stitching --prefix=assemblage_018091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018091.jpg - -# capture n°018092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018092.pto --stitching --prefix=assemblage_018092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018092.jpg - -# capture n°018093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018093.pto --stitching --prefix=assemblage_018093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018093.jpg - -# capture n°018094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018094.pto --stitching --prefix=assemblage_018094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018094.jpg - -# capture n°018095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018095.pto --stitching --prefix=assemblage_018095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018095.jpg - -# capture n°018096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018096.pto --stitching --prefix=assemblage_018096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018096.jpg - -# capture n°018097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018097.pto --stitching --prefix=assemblage_018097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018097.jpg - -# capture n°018098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018098.pto --stitching --prefix=assemblage_018098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018098.jpg - -# capture n°018099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018099.pto --stitching --prefix=assemblage_018099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018099.jpg - -# capture n°018100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018100.pto --stitching --prefix=assemblage_018100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018100.jpg - -# capture n°018101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018101.pto --stitching --prefix=assemblage_018101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018101.jpg - -# capture n°018102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018102.pto --stitching --prefix=assemblage_018102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018102.jpg - -# capture n°018103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018103.pto --stitching --prefix=assemblage_018103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018103.jpg - -# capture n°018104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018104.pto --stitching --prefix=assemblage_018104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018104.jpg - -# capture n°018105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018105.pto --stitching --prefix=assemblage_018105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018105.jpg - -# capture n°018106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018106.pto --stitching --prefix=assemblage_018106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018106.jpg - -# capture n°018107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018107.pto --stitching --prefix=assemblage_018107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018107.jpg - -# capture n°018108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018108.pto --stitching --prefix=assemblage_018108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018108.jpg - -# capture n°018109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018109.pto --stitching --prefix=assemblage_018109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018109.jpg - -# capture n°018110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018110.pto --stitching --prefix=assemblage_018110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018110.jpg - -# capture n°018111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018111.pto --stitching --prefix=assemblage_018111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018111.jpg - -# capture n°018112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018112.pto --stitching --prefix=assemblage_018112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018112.jpg - -# capture n°018113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018113.pto --stitching --prefix=assemblage_018113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018113.jpg - -# capture n°018114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018114.pto --stitching --prefix=assemblage_018114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018114.jpg - -# capture n°018115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018115.pto --stitching --prefix=assemblage_018115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018115.jpg - -# capture n°018116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018116.pto --stitching --prefix=assemblage_018116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018116.jpg - -# capture n°018117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018117.pto --stitching --prefix=assemblage_018117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018117.jpg - -# capture n°018118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018118.pto --stitching --prefix=assemblage_018118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018118.jpg - -# capture n°018119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018119.pto --stitching --prefix=assemblage_018119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018119.jpg - -# capture n°018120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018120.pto --stitching --prefix=assemblage_018120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018120.jpg - -# capture n°018121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018121.pto --stitching --prefix=assemblage_018121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018121.jpg - -# capture n°018122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018122.pto --stitching --prefix=assemblage_018122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018122.jpg - -# capture n°018123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018123.pto --stitching --prefix=assemblage_018123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018123.jpg - -# capture n°018124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018124.pto --stitching --prefix=assemblage_018124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018124.jpg - -# capture n°018125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018125.pto --stitching --prefix=assemblage_018125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018125.jpg - -# capture n°018126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018126.pto --stitching --prefix=assemblage_018126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018126.jpg - -# capture n°018127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018127.pto --stitching --prefix=assemblage_018127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018127.jpg - -# capture n°018128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018128.pto --stitching --prefix=assemblage_018128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018128.jpg - -# capture n°018129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018129.pto --stitching --prefix=assemblage_018129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018129.jpg - -# capture n°018130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018130.pto --stitching --prefix=assemblage_018130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018130.jpg - -# capture n°018131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018131.pto --stitching --prefix=assemblage_018131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018131.jpg - -# capture n°018132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018132.pto --stitching --prefix=assemblage_018132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018132.jpg - -# capture n°018133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018133.pto --stitching --prefix=assemblage_018133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018133.jpg - -# capture n°018134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018134.pto --stitching --prefix=assemblage_018134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018134.jpg - -# capture n°018135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018135.pto --stitching --prefix=assemblage_018135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018135.jpg - -# capture n°018136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018136.pto --stitching --prefix=assemblage_018136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018136.jpg - -# capture n°018137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018137.pto --stitching --prefix=assemblage_018137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018137.jpg - -# capture n°018138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018138.pto --stitching --prefix=assemblage_018138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018138.jpg - -# capture n°018139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018139.pto --stitching --prefix=assemblage_018139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018139.jpg - -# capture n°018140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018140.pto --stitching --prefix=assemblage_018140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018140.jpg - -# capture n°018141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018141.pto --stitching --prefix=assemblage_018141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018141.jpg - -# capture n°018142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018142.pto --stitching --prefix=assemblage_018142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018142.jpg - -# capture n°018143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018143.pto --stitching --prefix=assemblage_018143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018143.jpg - -# capture n°018144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018144.pto --stitching --prefix=assemblage_018144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018144.jpg - -# capture n°018145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018145.pto --stitching --prefix=assemblage_018145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018145.jpg - -# capture n°018146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018146.pto --stitching --prefix=assemblage_018146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018146.jpg - -# capture n°018147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018147.pto --stitching --prefix=assemblage_018147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018147.jpg - -# capture n°018148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018148.pto --stitching --prefix=assemblage_018148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018148.jpg - -# capture n°018149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018149.pto --stitching --prefix=assemblage_018149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018149.jpg - -# capture n°018150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018150.pto --stitching --prefix=assemblage_018150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018150.jpg - -# capture n°018151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018151.pto --stitching --prefix=assemblage_018151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018151.jpg - -# capture n°018152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018152.pto --stitching --prefix=assemblage_018152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018152.jpg - -# capture n°018153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018153.pto --stitching --prefix=assemblage_018153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018153.jpg - -# capture n°018154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018154.pto --stitching --prefix=assemblage_018154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018154.jpg - -# capture n°018155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018155.pto --stitching --prefix=assemblage_018155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018155.jpg - -# capture n°018156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018156.pto --stitching --prefix=assemblage_018156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018156.jpg - -# capture n°018157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018157.pto --stitching --prefix=assemblage_018157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018157.jpg - -# capture n°018158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018158.pto --stitching --prefix=assemblage_018158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018158.jpg - -# capture n°018159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018159.pto --stitching --prefix=assemblage_018159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018159.jpg - -# capture n°018160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018160.pto --stitching --prefix=assemblage_018160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018160.jpg - -# capture n°018161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018161.pto --stitching --prefix=assemblage_018161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018161.jpg - -# capture n°018162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018162.pto --stitching --prefix=assemblage_018162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018162.jpg - -# capture n°018163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018163.pto --stitching --prefix=assemblage_018163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018163.jpg - -# capture n°018164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018164.pto --stitching --prefix=assemblage_018164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018164.jpg - -# capture n°018165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018165.pto --stitching --prefix=assemblage_018165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018165.jpg - -# capture n°018166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018166.pto --stitching --prefix=assemblage_018166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018166.jpg - -# capture n°018167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018167.pto --stitching --prefix=assemblage_018167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018167.jpg - -# capture n°018168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018168.pto --stitching --prefix=assemblage_018168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018168.jpg - -# capture n°018169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018169.pto --stitching --prefix=assemblage_018169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018169.jpg - -# capture n°018170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018170.pto --stitching --prefix=assemblage_018170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018170.jpg - -# capture n°018171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018171.pto --stitching --prefix=assemblage_018171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018171.jpg - -# capture n°018172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018172.pto --stitching --prefix=assemblage_018172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018172.jpg - -# capture n°018173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018173.pto --stitching --prefix=assemblage_018173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018173.jpg - -# capture n°018174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018174.pto --stitching --prefix=assemblage_018174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018174.jpg - -# capture n°018175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018175.pto --stitching --prefix=assemblage_018175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018175.jpg - -# capture n°018176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018176.pto --stitching --prefix=assemblage_018176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018176.jpg - -# capture n°018177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018177.pto --stitching --prefix=assemblage_018177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018177.jpg - -# capture n°018178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018178.pto --stitching --prefix=assemblage_018178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018178.jpg - -# capture n°018179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018179.pto --stitching --prefix=assemblage_018179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018179.jpg - -# capture n°018180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018180.pto --stitching --prefix=assemblage_018180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018180.jpg - -# capture n°018181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018181.pto --stitching --prefix=assemblage_018181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018181.jpg - -# capture n°018182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018182.pto --stitching --prefix=assemblage_018182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018182.jpg - -# capture n°018183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018183.pto --stitching --prefix=assemblage_018183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018183.jpg - -# capture n°018184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018184.pto --stitching --prefix=assemblage_018184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018184.jpg - -# capture n°018185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018185.pto --stitching --prefix=assemblage_018185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018185.jpg - -# capture n°018186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018186.pto --stitching --prefix=assemblage_018186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018186.jpg - -# capture n°018187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018187.pto --stitching --prefix=assemblage_018187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018187.jpg - -# capture n°018188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018188.pto --stitching --prefix=assemblage_018188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018188.jpg - -# capture n°018189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018189.pto --stitching --prefix=assemblage_018189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018189.jpg - -# capture n°018190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018190.pto --stitching --prefix=assemblage_018190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018190.jpg - -# capture n°018191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018191.pto --stitching --prefix=assemblage_018191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018191.jpg - -# capture n°018192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018192.pto --stitching --prefix=assemblage_018192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018192.jpg - -# capture n°018193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018193.pto --stitching --prefix=assemblage_018193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018193.jpg - -# capture n°018194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018194.pto --stitching --prefix=assemblage_018194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018194.jpg - -# capture n°018195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018195.pto --stitching --prefix=assemblage_018195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018195.jpg - -# capture n°018196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018196.pto --stitching --prefix=assemblage_018196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018196.jpg - -# capture n°018197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018197.pto --stitching --prefix=assemblage_018197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018197.jpg - -# capture n°018198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018198.pto --stitching --prefix=assemblage_018198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018198.jpg - -# capture n°018199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018199.pto --stitching --prefix=assemblage_018199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018199.jpg - -# capture n°018200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018200.pto --stitching --prefix=assemblage_018200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018200.jpg - -# capture n°018201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018201.pto --stitching --prefix=assemblage_018201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018201.jpg - -# capture n°018202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018202.pto --stitching --prefix=assemblage_018202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018202.jpg - -# capture n°018203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018203.pto --stitching --prefix=assemblage_018203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018203.jpg - -# capture n°018204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018204.pto --stitching --prefix=assemblage_018204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018204.jpg - -# capture n°018205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018205.pto --stitching --prefix=assemblage_018205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018205.jpg - -# capture n°018206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018206.pto --stitching --prefix=assemblage_018206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018206.jpg - -# capture n°018207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018207.pto --stitching --prefix=assemblage_018207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018207.jpg - -# capture n°018208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018208.pto --stitching --prefix=assemblage_018208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018208.jpg - -# capture n°018209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018209.pto --stitching --prefix=assemblage_018209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018209.jpg - -# capture n°018210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018210.pto --stitching --prefix=assemblage_018210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018210.jpg - -# capture n°018211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018211.pto --stitching --prefix=assemblage_018211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018211.jpg - -# capture n°018212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018212.pto --stitching --prefix=assemblage_018212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018212.jpg - -# capture n°018213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018213.pto --stitching --prefix=assemblage_018213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018213.jpg - -# capture n°018214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018214.pto --stitching --prefix=assemblage_018214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018214.jpg - -# capture n°018215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018215.pto --stitching --prefix=assemblage_018215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018215.jpg - -# capture n°018216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018216.pto --stitching --prefix=assemblage_018216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018216.jpg - -# capture n°018217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018217.pto --stitching --prefix=assemblage_018217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018217.jpg - -# capture n°018218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018218.pto --stitching --prefix=assemblage_018218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018218.jpg - -# capture n°018219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018219.pto --stitching --prefix=assemblage_018219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018219.jpg - -# capture n°018220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018220.pto --stitching --prefix=assemblage_018220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018220.jpg - -# capture n°018221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018221.pto --stitching --prefix=assemblage_018221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018221.jpg - -# capture n°018222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018222.pto --stitching --prefix=assemblage_018222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018222.jpg - -# capture n°018223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018223.pto --stitching --prefix=assemblage_018223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018223.jpg - -# capture n°018224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018224.pto --stitching --prefix=assemblage_018224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018224.jpg - -# capture n°018225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018225.pto --stitching --prefix=assemblage_018225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018225.jpg - -# capture n°018226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018226.pto --stitching --prefix=assemblage_018226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018226.jpg - -# capture n°018227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018227.pto --stitching --prefix=assemblage_018227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018227.jpg - -# capture n°018228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018228.pto --stitching --prefix=assemblage_018228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018228.jpg - -# capture n°018229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018229.pto --stitching --prefix=assemblage_018229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018229.jpg - -# capture n°018230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018230.pto --stitching --prefix=assemblage_018230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018230.jpg - -# capture n°018231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018231.pto --stitching --prefix=assemblage_018231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018231.jpg - -# capture n°018232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018232.pto --stitching --prefix=assemblage_018232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018232.jpg - -# capture n°018233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018233.pto --stitching --prefix=assemblage_018233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018233.jpg - -# capture n°018234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018234.pto --stitching --prefix=assemblage_018234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018234.jpg - -# capture n°018235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018235.pto --stitching --prefix=assemblage_018235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018235.jpg - -# capture n°018236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018236.pto --stitching --prefix=assemblage_018236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018236.jpg - -# capture n°018237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018237.pto --stitching --prefix=assemblage_018237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018237.jpg - -# capture n°018238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018238.pto --stitching --prefix=assemblage_018238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018238.jpg - -# capture n°018239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018239.pto --stitching --prefix=assemblage_018239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018239.jpg - -# capture n°018240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018240.pto --stitching --prefix=assemblage_018240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018240.jpg - -# capture n°018241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018241.pto --stitching --prefix=assemblage_018241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018241.jpg - -# capture n°018242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018242.pto --stitching --prefix=assemblage_018242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018242.jpg - -# capture n°018243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018243.pto --stitching --prefix=assemblage_018243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018243.jpg - -# capture n°018244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018244.pto --stitching --prefix=assemblage_018244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018244.jpg - -# capture n°018245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018245.pto --stitching --prefix=assemblage_018245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018245.jpg - -# capture n°018246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018246.pto --stitching --prefix=assemblage_018246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018246.jpg - -# capture n°018247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018247.pto --stitching --prefix=assemblage_018247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018247.jpg - -# capture n°018248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018248.pto --stitching --prefix=assemblage_018248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018248.jpg - -# capture n°018249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018249.pto --stitching --prefix=assemblage_018249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018249.jpg - -# capture n°018250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018250.pto --stitching --prefix=assemblage_018250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018250.jpg - -# capture n°018251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018251.pto --stitching --prefix=assemblage_018251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018251.jpg - -# capture n°018252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018252.pto --stitching --prefix=assemblage_018252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018252.jpg - -# capture n°018253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018253.pto --stitching --prefix=assemblage_018253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018253.jpg - -# capture n°018254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018254.pto --stitching --prefix=assemblage_018254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018254.jpg - -# capture n°018255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018255.pto --stitching --prefix=assemblage_018255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018255.jpg - -# capture n°018256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018256.pto --stitching --prefix=assemblage_018256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018256.jpg - -# capture n°018257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018257.pto --stitching --prefix=assemblage_018257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018257.jpg - -# capture n°018258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018258.pto --stitching --prefix=assemblage_018258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018258.jpg - -# capture n°018259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018259.pto --stitching --prefix=assemblage_018259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018259.jpg - -# capture n°018260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018260.pto --stitching --prefix=assemblage_018260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018260.jpg - -# capture n°018261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018261.pto --stitching --prefix=assemblage_018261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018261.jpg - -# capture n°018262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018262.pto --stitching --prefix=assemblage_018262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018262.jpg - -# capture n°018263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018263.pto --stitching --prefix=assemblage_018263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018263.jpg - -# capture n°018264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018264.pto --stitching --prefix=assemblage_018264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018264.jpg - -# capture n°018265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018265.pto --stitching --prefix=assemblage_018265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018265.jpg - -# capture n°018266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018266.pto --stitching --prefix=assemblage_018266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018266.jpg - -# capture n°018267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018267.pto --stitching --prefix=assemblage_018267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018267.jpg - -# capture n°018268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018268.pto --stitching --prefix=assemblage_018268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018268.jpg - -# capture n°018269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018269.pto --stitching --prefix=assemblage_018269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018269.jpg - -# capture n°018270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018270.pto --stitching --prefix=assemblage_018270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018270.jpg - -# capture n°018271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018271.pto --stitching --prefix=assemblage_018271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018271.jpg - -# capture n°018272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018272.pto --stitching --prefix=assemblage_018272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018272.jpg - -# capture n°018273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018273.pto --stitching --prefix=assemblage_018273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018273.jpg - -# capture n°018274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018274.pto --stitching --prefix=assemblage_018274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018274.jpg - -# capture n°018275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018275.pto --stitching --prefix=assemblage_018275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018275.jpg - -# capture n°018276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018276.pto --stitching --prefix=assemblage_018276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018276.jpg - -# capture n°018277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018277.pto --stitching --prefix=assemblage_018277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018277.jpg - -# capture n°018278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018278.pto --stitching --prefix=assemblage_018278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018278.jpg - -# capture n°018279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018279.pto --stitching --prefix=assemblage_018279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018279.jpg - -# capture n°018280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018280.pto --stitching --prefix=assemblage_018280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018280.jpg - -# capture n°018281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018281.pto --stitching --prefix=assemblage_018281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018281.jpg - -# capture n°018282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018282.pto --stitching --prefix=assemblage_018282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018282.jpg - -# capture n°018283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018283.pto --stitching --prefix=assemblage_018283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018283.jpg - -# capture n°018284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018284.pto --stitching --prefix=assemblage_018284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018284.jpg - -# capture n°018285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018285.pto --stitching --prefix=assemblage_018285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018285.jpg - -# capture n°018286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018286.pto --stitching --prefix=assemblage_018286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018286.jpg - -# capture n°018287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018287.pto --stitching --prefix=assemblage_018287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018287.jpg - -# capture n°018288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018288.pto --stitching --prefix=assemblage_018288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018288.jpg - -# capture n°018289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018289.pto --stitching --prefix=assemblage_018289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018289.jpg - -# capture n°018290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018290.pto --stitching --prefix=assemblage_018290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018290.jpg - -# capture n°018291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018291.pto --stitching --prefix=assemblage_018291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018291.jpg - -# capture n°018292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018292.pto --stitching --prefix=assemblage_018292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018292.jpg - -# capture n°018293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018293.pto --stitching --prefix=assemblage_018293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018293.jpg - -# capture n°018294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018294.pto --stitching --prefix=assemblage_018294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018294.jpg - -# capture n°018295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018295.pto --stitching --prefix=assemblage_018295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018295.jpg - -# capture n°018296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018296.pto --stitching --prefix=assemblage_018296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018296.jpg - -# capture n°018297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018297.pto --stitching --prefix=assemblage_018297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018297.jpg - -# capture n°018298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018298.pto --stitching --prefix=assemblage_018298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018298.jpg - -# capture n°018299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018299.pto --stitching --prefix=assemblage_018299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018299.jpg - -# capture n°018300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018300.pto --stitching --prefix=assemblage_018300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018300.jpg - -# capture n°018301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018301.pto --stitching --prefix=assemblage_018301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018301.jpg - -# capture n°018302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018302.pto --stitching --prefix=assemblage_018302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018302.jpg - -# capture n°018303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018303.pto --stitching --prefix=assemblage_018303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018303.jpg - -# capture n°018304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018304.pto --stitching --prefix=assemblage_018304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018304.jpg - -# capture n°018305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018305.pto --stitching --prefix=assemblage_018305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018305.jpg - -# capture n°018306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018306.pto --stitching --prefix=assemblage_018306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018306.jpg - -# capture n°018307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018307.pto --stitching --prefix=assemblage_018307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018307.jpg - -# capture n°018308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018308.pto --stitching --prefix=assemblage_018308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018308.jpg - -# capture n°018309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018309.pto --stitching --prefix=assemblage_018309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018309.jpg - -# capture n°018310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018310.pto --stitching --prefix=assemblage_018310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018310.jpg - -# capture n°018311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018311.pto --stitching --prefix=assemblage_018311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018311.jpg - -# capture n°018312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018312.pto --stitching --prefix=assemblage_018312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018312.jpg - -# capture n°018313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018313.pto --stitching --prefix=assemblage_018313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018313.jpg - -# capture n°018314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018314.pto --stitching --prefix=assemblage_018314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018314.jpg - -# capture n°018315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018315.pto --stitching --prefix=assemblage_018315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018315.jpg - -# capture n°018316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018316.pto --stitching --prefix=assemblage_018316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018316.jpg - -# capture n°018317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018317.pto --stitching --prefix=assemblage_018317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018317.jpg - -# capture n°018318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018318.pto --stitching --prefix=assemblage_018318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018318.jpg - -# capture n°018319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018319.pto --stitching --prefix=assemblage_018319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018319.jpg - -# capture n°018320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018320.pto --stitching --prefix=assemblage_018320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018320.jpg - -# capture n°018321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018321.pto --stitching --prefix=assemblage_018321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018321.jpg - -# capture n°018322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018322.pto --stitching --prefix=assemblage_018322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018322.jpg - -# capture n°018323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018323.pto --stitching --prefix=assemblage_018323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018323.jpg - -# capture n°018324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018324.pto --stitching --prefix=assemblage_018324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018324.jpg - -# capture n°018325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018325.pto --stitching --prefix=assemblage_018325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018325.jpg - -# capture n°018326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018326.pto --stitching --prefix=assemblage_018326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018326.jpg - -# capture n°018327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018327.pto --stitching --prefix=assemblage_018327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018327.jpg - -# capture n°018328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018328.pto --stitching --prefix=assemblage_018328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018328.jpg - -# capture n°018329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018329.pto --stitching --prefix=assemblage_018329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018329.jpg - -# capture n°018330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018330.pto --stitching --prefix=assemblage_018330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018330.jpg - -# capture n°018331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018331.pto --stitching --prefix=assemblage_018331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018331.jpg - -# capture n°018332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018332.pto --stitching --prefix=assemblage_018332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018332.jpg - -# capture n°018333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018333.pto --stitching --prefix=assemblage_018333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018333.jpg - -# capture n°018334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018334.pto --stitching --prefix=assemblage_018334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018334.jpg - -# capture n°018335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018335.pto --stitching --prefix=assemblage_018335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018335.jpg - -# capture n°018336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018336.pto --stitching --prefix=assemblage_018336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018336.jpg - -# capture n°018337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018337.pto --stitching --prefix=assemblage_018337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018337.jpg - -# capture n°018338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018338.pto --stitching --prefix=assemblage_018338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018338.jpg - -# capture n°018339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018339.pto --stitching --prefix=assemblage_018339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018339.jpg - -# capture n°018340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018340.pto --stitching --prefix=assemblage_018340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018340.jpg - -# capture n°018341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018341.pto --stitching --prefix=assemblage_018341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018341.jpg - -# capture n°018342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018342.pto --stitching --prefix=assemblage_018342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018342.jpg - -# capture n°018343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018343.pto --stitching --prefix=assemblage_018343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018343.jpg - -# capture n°018344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018344.pto --stitching --prefix=assemblage_018344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018344.jpg - -# capture n°018345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018345.pto --stitching --prefix=assemblage_018345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018345.jpg - -# capture n°018346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018346.pto --stitching --prefix=assemblage_018346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018346.jpg - -# capture n°018347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018347.pto --stitching --prefix=assemblage_018347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018347.jpg - -# capture n°018348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018348.pto --stitching --prefix=assemblage_018348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018348.jpg - -# capture n°018349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018349.pto --stitching --prefix=assemblage_018349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018349.jpg - -# capture n°018350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018350.pto --stitching --prefix=assemblage_018350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018350.jpg - -# capture n°018351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018351.pto --stitching --prefix=assemblage_018351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018351.jpg - -# capture n°018352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018352.pto --stitching --prefix=assemblage_018352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018352.jpg - -# capture n°018353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018353.pto --stitching --prefix=assemblage_018353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018353.jpg - -# capture n°018354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018354.pto --stitching --prefix=assemblage_018354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018354.jpg - -# capture n°018355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018355.pto --stitching --prefix=assemblage_018355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018355.jpg - -# capture n°018356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018356.pto --stitching --prefix=assemblage_018356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018356.jpg - -# capture n°018357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018357.pto --stitching --prefix=assemblage_018357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018357.jpg - -# capture n°018358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018358.pto --stitching --prefix=assemblage_018358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018358.jpg - -# capture n°018359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018359.pto --stitching --prefix=assemblage_018359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018359.jpg - -# capture n°018360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018360.pto --stitching --prefix=assemblage_018360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018360.jpg - -# capture n°018361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018361.pto --stitching --prefix=assemblage_018361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018361.jpg - -# capture n°018362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018362.pto --stitching --prefix=assemblage_018362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018362.jpg - -# capture n°018363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018363.pto --stitching --prefix=assemblage_018363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018363.jpg - -# capture n°018364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018364.pto --stitching --prefix=assemblage_018364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018364.jpg - -# capture n°018365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018365.pto --stitching --prefix=assemblage_018365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018365.jpg - -# capture n°018366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018366.pto --stitching --prefix=assemblage_018366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018366.jpg - -# capture n°018367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018367.pto --stitching --prefix=assemblage_018367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018367.jpg - -# capture n°018368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018368.pto --stitching --prefix=assemblage_018368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018368.jpg - -# capture n°018369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018369.pto --stitching --prefix=assemblage_018369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018369.jpg - -# capture n°018370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018370.pto --stitching --prefix=assemblage_018370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018370.jpg - -# capture n°018371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018371.pto --stitching --prefix=assemblage_018371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018371.jpg - -# capture n°018372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018372.pto --stitching --prefix=assemblage_018372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018372.jpg - -# capture n°018373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018373.pto --stitching --prefix=assemblage_018373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018373.jpg - -# capture n°018374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018374.pto --stitching --prefix=assemblage_018374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018374.jpg - -# capture n°018375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018375.pto --stitching --prefix=assemblage_018375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018375.jpg - -# capture n°018376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018376.pto --stitching --prefix=assemblage_018376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018376.jpg - -# capture n°018377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018377.pto --stitching --prefix=assemblage_018377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018377.jpg - -# capture n°018378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018378.pto --stitching --prefix=assemblage_018378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018378.jpg - -# capture n°018379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018379.pto --stitching --prefix=assemblage_018379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018379.jpg - -# capture n°018380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018380.pto --stitching --prefix=assemblage_018380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018380.jpg - -# capture n°018381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018381.pto --stitching --prefix=assemblage_018381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018381.jpg - -# capture n°018382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018382.pto --stitching --prefix=assemblage_018382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018382.jpg - -# capture n°018383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018383.pto --stitching --prefix=assemblage_018383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018383.jpg - -# capture n°018384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018384.pto --stitching --prefix=assemblage_018384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018384.jpg - -# capture n°018385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018385.pto --stitching --prefix=assemblage_018385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018385.jpg - -# capture n°018386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018386.pto --stitching --prefix=assemblage_018386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018386.jpg - -# capture n°018387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018387.pto --stitching --prefix=assemblage_018387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018387.jpg - -# capture n°018388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018388.pto --stitching --prefix=assemblage_018388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018388.jpg - -# capture n°018389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018389.pto --stitching --prefix=assemblage_018389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018389.jpg - -# capture n°018390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018390.pto --stitching --prefix=assemblage_018390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018390.jpg - -# capture n°018391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018391.pto --stitching --prefix=assemblage_018391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018391.jpg - -# capture n°018392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018392.pto --stitching --prefix=assemblage_018392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018392.jpg - -# capture n°018393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018393.pto --stitching --prefix=assemblage_018393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018393.jpg - -# capture n°018394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018394.pto --stitching --prefix=assemblage_018394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018394.jpg - -# capture n°018395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018395.pto --stitching --prefix=assemblage_018395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018395.jpg - -# capture n°018396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018396.pto --stitching --prefix=assemblage_018396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018396.jpg - -# capture n°018397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018397.pto --stitching --prefix=assemblage_018397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018397.jpg - -# capture n°018398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018398.pto --stitching --prefix=assemblage_018398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018398.jpg - -# capture n°018399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018399.pto --stitching --prefix=assemblage_018399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018399.jpg - -# capture n°018400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018400.pto --stitching --prefix=assemblage_018400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018400.jpg - -# capture n°018401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018401.pto --stitching --prefix=assemblage_018401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018401.jpg - -# capture n°018402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018402.pto --stitching --prefix=assemblage_018402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018402.jpg - -# capture n°018403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018403.pto --stitching --prefix=assemblage_018403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018403.jpg - -# capture n°018404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018404.pto --stitching --prefix=assemblage_018404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018404.jpg - -# capture n°018405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018405.pto --stitching --prefix=assemblage_018405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018405.jpg - -# capture n°018406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018406.pto --stitching --prefix=assemblage_018406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018406.jpg - -# capture n°018407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018407.pto --stitching --prefix=assemblage_018407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018407.jpg - -# capture n°018408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018408.pto --stitching --prefix=assemblage_018408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018408.jpg - -# capture n°018409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018409.pto --stitching --prefix=assemblage_018409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018409.jpg - -# capture n°018410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018410.pto --stitching --prefix=assemblage_018410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018410.jpg - -# capture n°018411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018411.pto --stitching --prefix=assemblage_018411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018411.jpg - -# capture n°018412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018412.pto --stitching --prefix=assemblage_018412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018412.jpg - -# capture n°018413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018413.pto --stitching --prefix=assemblage_018413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018413.jpg - -# capture n°018414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018414.pto --stitching --prefix=assemblage_018414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018414.jpg - -# capture n°018415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018415.pto --stitching --prefix=assemblage_018415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018415.jpg - -# capture n°018416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018416.pto --stitching --prefix=assemblage_018416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018416.jpg - -# capture n°018417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018417.pto --stitching --prefix=assemblage_018417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018417.jpg - -# capture n°018418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018418.pto --stitching --prefix=assemblage_018418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018418.jpg - -# capture n°018419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018419.pto --stitching --prefix=assemblage_018419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018419.jpg - -# capture n°018420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018420.pto --stitching --prefix=assemblage_018420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018420.jpg - -# capture n°018421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018421.pto --stitching --prefix=assemblage_018421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018421.jpg - -# capture n°018422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018422.pto --stitching --prefix=assemblage_018422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018422.jpg - -# capture n°018423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018423.pto --stitching --prefix=assemblage_018423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018423.jpg - -# capture n°018424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018424.pto --stitching --prefix=assemblage_018424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018424.jpg - -# capture n°018425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018425.pto --stitching --prefix=assemblage_018425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018425.jpg - -# capture n°018426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018426.pto --stitching --prefix=assemblage_018426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018426.jpg - -# capture n°018427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018427.pto --stitching --prefix=assemblage_018427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018427.jpg - -# capture n°018428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018428.pto --stitching --prefix=assemblage_018428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018428.jpg - -# capture n°018429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018429.pto --stitching --prefix=assemblage_018429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018429.jpg - -# capture n°018430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018430.pto --stitching --prefix=assemblage_018430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018430.jpg - -# capture n°018431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018431.pto --stitching --prefix=assemblage_018431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018431.jpg - -# capture n°018432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018432.pto --stitching --prefix=assemblage_018432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018432.jpg - -# capture n°018433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018433.pto --stitching --prefix=assemblage_018433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018433.jpg - -# capture n°018434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018434.pto --stitching --prefix=assemblage_018434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018434.jpg - -# capture n°018435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018435.pto --stitching --prefix=assemblage_018435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018435.jpg - -# capture n°018436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018436.pto --stitching --prefix=assemblage_018436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018436.jpg - -# capture n°018437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018437.pto --stitching --prefix=assemblage_018437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018437.jpg - -# capture n°018438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018438.pto --stitching --prefix=assemblage_018438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018438.jpg - -# capture n°018439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018439.pto --stitching --prefix=assemblage_018439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018439.jpg - -# capture n°018440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018440.pto --stitching --prefix=assemblage_018440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018440.jpg - -# capture n°018441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018441.pto --stitching --prefix=assemblage_018441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018441.jpg - -# capture n°018442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018442.pto --stitching --prefix=assemblage_018442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018442.jpg - -# capture n°018443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018443.pto --stitching --prefix=assemblage_018443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018443.jpg - -# capture n°018444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018444.pto --stitching --prefix=assemblage_018444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018444.jpg - -# capture n°018445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018445.pto --stitching --prefix=assemblage_018445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018445.jpg - -# capture n°018446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018446.pto --stitching --prefix=assemblage_018446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018446.jpg - -# capture n°018447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018447.pto --stitching --prefix=assemblage_018447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018447.jpg - -# capture n°018448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018448.pto --stitching --prefix=assemblage_018448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018448.jpg - -# capture n°018449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018449.pto --stitching --prefix=assemblage_018449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018449.jpg - -# capture n°018450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018450.pto --stitching --prefix=assemblage_018450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018450.jpg - -# capture n°018451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018451.pto --stitching --prefix=assemblage_018451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018451.jpg - -# capture n°018452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018452.pto --stitching --prefix=assemblage_018452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018452.jpg - -# capture n°018453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018453.pto --stitching --prefix=assemblage_018453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018453.jpg - -# capture n°018454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018454.pto --stitching --prefix=assemblage_018454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018454.jpg - -# capture n°018455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018455.pto --stitching --prefix=assemblage_018455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018455.jpg - -# capture n°018456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018456.pto --stitching --prefix=assemblage_018456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018456.jpg - -# capture n°018457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018457.pto --stitching --prefix=assemblage_018457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018457.jpg - -# capture n°018458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018458.pto --stitching --prefix=assemblage_018458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018458.jpg - -# capture n°018459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018459.pto --stitching --prefix=assemblage_018459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018459.jpg - -# capture n°018460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018460.pto --stitching --prefix=assemblage_018460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018460.jpg - -# capture n°018461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018461.pto --stitching --prefix=assemblage_018461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018461.jpg - -# capture n°018462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018462.pto --stitching --prefix=assemblage_018462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018462.jpg - -# capture n°018463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018463.pto --stitching --prefix=assemblage_018463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018463.jpg - -# capture n°018464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018464.pto --stitching --prefix=assemblage_018464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018464.jpg - -# capture n°018465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018465.pto --stitching --prefix=assemblage_018465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018465.jpg - -# capture n°018466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018466.pto --stitching --prefix=assemblage_018466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018466.jpg - -# capture n°018467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018467.pto --stitching --prefix=assemblage_018467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018467.jpg - -# capture n°018468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018468.pto --stitching --prefix=assemblage_018468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018468.jpg - -# capture n°018469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018469.pto --stitching --prefix=assemblage_018469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018469.jpg - -# capture n°018470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018470.pto --stitching --prefix=assemblage_018470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018470.jpg - -# capture n°018471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018471.pto --stitching --prefix=assemblage_018471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018471.jpg - -# capture n°018472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018472.pto --stitching --prefix=assemblage_018472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018472.jpg - -# capture n°018473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018473.pto --stitching --prefix=assemblage_018473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018473.jpg - -# capture n°018474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018474.pto --stitching --prefix=assemblage_018474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018474.jpg - -# capture n°018475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018475.pto --stitching --prefix=assemblage_018475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018475.jpg - -# capture n°018476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018476.pto --stitching --prefix=assemblage_018476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018476.jpg - -# capture n°018477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018477.pto --stitching --prefix=assemblage_018477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018477.jpg - -# capture n°018478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018478.pto --stitching --prefix=assemblage_018478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018478.jpg - -# capture n°018479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018479.pto --stitching --prefix=assemblage_018479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018479.jpg - -# capture n°018480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018480.pto --stitching --prefix=assemblage_018480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018480.jpg - -# capture n°018481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018481.pto --stitching --prefix=assemblage_018481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018481.jpg - -# capture n°018482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018482.pto --stitching --prefix=assemblage_018482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018482.jpg - -# capture n°018483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018483.pto --stitching --prefix=assemblage_018483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018483.jpg - -# capture n°018484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018484.pto --stitching --prefix=assemblage_018484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018484.jpg - -# capture n°018485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018485.pto --stitching --prefix=assemblage_018485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018485.jpg - -# capture n°018486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018486.pto --stitching --prefix=assemblage_018486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018486.jpg - -# capture n°018487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018487.pto --stitching --prefix=assemblage_018487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018487.jpg - -# capture n°018488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018488.pto --stitching --prefix=assemblage_018488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018488.jpg - -# capture n°018489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018489.pto --stitching --prefix=assemblage_018489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018489.jpg - -# capture n°018490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018490.pto --stitching --prefix=assemblage_018490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018490.jpg - -# capture n°018491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018491.pto --stitching --prefix=assemblage_018491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018491.jpg - -# capture n°018492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018492.pto --stitching --prefix=assemblage_018492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018492.jpg - -# capture n°018493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018493.pto --stitching --prefix=assemblage_018493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018493.jpg - -# capture n°018494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018494.pto --stitching --prefix=assemblage_018494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018494.jpg - -# capture n°018495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018495.pto --stitching --prefix=assemblage_018495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018495.jpg - -# capture n°018496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018496.pto --stitching --prefix=assemblage_018496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018496.jpg - -# capture n°018497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018497.pto --stitching --prefix=assemblage_018497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018497.jpg - -# capture n°018498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018498.pto --stitching --prefix=assemblage_018498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018498.jpg - -# capture n°018499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018499.pto --stitching --prefix=assemblage_018499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018499.jpg - -# capture n°018500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018500.pto --stitching --prefix=assemblage_018500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018500.jpg - -# capture n°018501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018501.pto --stitching --prefix=assemblage_018501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018501.jpg - -# capture n°018502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018502.pto --stitching --prefix=assemblage_018502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018502.jpg - -# capture n°018503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018503.pto --stitching --prefix=assemblage_018503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018503.jpg - -# capture n°018504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018504.pto --stitching --prefix=assemblage_018504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018504.jpg - -# capture n°018505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018505.pto --stitching --prefix=assemblage_018505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018505.jpg - -# capture n°018506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018506.pto --stitching --prefix=assemblage_018506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018506.jpg - -# capture n°018507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018507.pto --stitching --prefix=assemblage_018507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018507.jpg - -# capture n°018508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018508.pto --stitching --prefix=assemblage_018508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018508.jpg - -# capture n°018509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018509.pto --stitching --prefix=assemblage_018509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018509.jpg - -# capture n°018510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018510.pto --stitching --prefix=assemblage_018510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018510.jpg - -# capture n°018511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018511.pto --stitching --prefix=assemblage_018511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018511.jpg - -# capture n°018512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018512.pto --stitching --prefix=assemblage_018512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018512.jpg - -# capture n°018513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018513.pto --stitching --prefix=assemblage_018513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018513.jpg - -# capture n°018514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018514.pto --stitching --prefix=assemblage_018514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018514.jpg - -# capture n°018515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018515.pto --stitching --prefix=assemblage_018515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018515.jpg - -# capture n°018516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018516.pto --stitching --prefix=assemblage_018516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018516.jpg - -# capture n°018517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018517.pto --stitching --prefix=assemblage_018517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018517.jpg - -# capture n°018518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018518.pto --stitching --prefix=assemblage_018518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018518.jpg - -# capture n°018519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018519.pto --stitching --prefix=assemblage_018519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018519.jpg - -# capture n°018520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018520.pto --stitching --prefix=assemblage_018520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018520.jpg - -# capture n°018521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018521.pto --stitching --prefix=assemblage_018521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018521.jpg - -# capture n°018522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018522.pto --stitching --prefix=assemblage_018522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018522.jpg - -# capture n°018523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018523.pto --stitching --prefix=assemblage_018523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018523.jpg - -# capture n°018524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018524.pto --stitching --prefix=assemblage_018524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018524.jpg - -# capture n°018525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018525.pto --stitching --prefix=assemblage_018525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018525.jpg - -# capture n°018526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018526.pto --stitching --prefix=assemblage_018526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018526.jpg - -# capture n°018527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018527.pto --stitching --prefix=assemblage_018527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018527.jpg - -# capture n°018528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018528.pto --stitching --prefix=assemblage_018528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018528.jpg - -# capture n°018529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018529.pto --stitching --prefix=assemblage_018529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018529.jpg - -# capture n°018530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018530.pto --stitching --prefix=assemblage_018530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018530.jpg - -# capture n°018531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018531.pto --stitching --prefix=assemblage_018531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018531.jpg - -# capture n°018532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018532.pto --stitching --prefix=assemblage_018532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018532.jpg - -# capture n°018533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018533.pto --stitching --prefix=assemblage_018533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018533.jpg - -# capture n°018534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018534.pto --stitching --prefix=assemblage_018534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018534.jpg - -# capture n°018535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018535.pto --stitching --prefix=assemblage_018535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018535.jpg - -# capture n°018536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018536.pto --stitching --prefix=assemblage_018536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018536.jpg - -# capture n°018537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018537.pto --stitching --prefix=assemblage_018537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018537.jpg - -# capture n°018538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018538.pto --stitching --prefix=assemblage_018538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018538.jpg - -# capture n°018539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018539.pto --stitching --prefix=assemblage_018539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018539.jpg - -# capture n°018540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018540.pto --stitching --prefix=assemblage_018540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018540.jpg - -# capture n°018541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018541.pto --stitching --prefix=assemblage_018541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018541.jpg - -# capture n°018542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018542.pto --stitching --prefix=assemblage_018542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018542.jpg - -# capture n°018543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018543.pto --stitching --prefix=assemblage_018543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018543.jpg - -# capture n°018544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018544.pto --stitching --prefix=assemblage_018544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018544.jpg - -# capture n°018545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018545.pto --stitching --prefix=assemblage_018545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018545.jpg - -# capture n°018546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018546.pto --stitching --prefix=assemblage_018546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018546.jpg - -# capture n°018547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018547.pto --stitching --prefix=assemblage_018547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018547.jpg - -# capture n°018548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018548.pto --stitching --prefix=assemblage_018548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018548.jpg - -# capture n°018549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018549.pto --stitching --prefix=assemblage_018549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018549.jpg - -# capture n°018550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018550.pto --stitching --prefix=assemblage_018550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018550.jpg - -# capture n°018551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018551.pto --stitching --prefix=assemblage_018551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018551.jpg - -# capture n°018552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018552.pto --stitching --prefix=assemblage_018552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018552.jpg - -# capture n°018553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018553.pto --stitching --prefix=assemblage_018553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018553.jpg - -# capture n°018554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018554.pto --stitching --prefix=assemblage_018554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018554.jpg - -# capture n°018555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018555.pto --stitching --prefix=assemblage_018555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018555.jpg - -# capture n°018556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018556.pto --stitching --prefix=assemblage_018556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018556.jpg - -# capture n°018557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018557.pto --stitching --prefix=assemblage_018557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018557.jpg - -# capture n°018558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018558.pto --stitching --prefix=assemblage_018558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018558.jpg - -# capture n°018559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018559.pto --stitching --prefix=assemblage_018559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018559.jpg - -# capture n°018560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018560.pto --stitching --prefix=assemblage_018560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018560.jpg - -# capture n°018561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018561.pto --stitching --prefix=assemblage_018561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018561.jpg - -# capture n°018562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018562.pto --stitching --prefix=assemblage_018562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018562.jpg - -# capture n°018563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018563.pto --stitching --prefix=assemblage_018563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018563.jpg - -# capture n°018564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018564.pto --stitching --prefix=assemblage_018564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018564.jpg - -# capture n°018565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018565.pto --stitching --prefix=assemblage_018565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018565.jpg - -# capture n°018566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018566.pto --stitching --prefix=assemblage_018566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018566.jpg - -# capture n°018567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018567.pto --stitching --prefix=assemblage_018567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018567.jpg - -# capture n°018568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018568.pto --stitching --prefix=assemblage_018568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018568.jpg - -# capture n°018569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018569.pto --stitching --prefix=assemblage_018569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018569.jpg - -# capture n°018570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018570.pto --stitching --prefix=assemblage_018570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018570.jpg - -# capture n°018571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018571.pto --stitching --prefix=assemblage_018571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018571.jpg - -# capture n°018572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018572.pto --stitching --prefix=assemblage_018572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018572.jpg - -# capture n°018573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018573.pto --stitching --prefix=assemblage_018573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018573.jpg - -# capture n°018574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018574.pto --stitching --prefix=assemblage_018574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018574.jpg - -# capture n°018575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018575.pto --stitching --prefix=assemblage_018575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018575.jpg - -# capture n°018576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018576.pto --stitching --prefix=assemblage_018576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018576.jpg - -# capture n°018577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018577.pto --stitching --prefix=assemblage_018577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018577.jpg - -# capture n°018578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018578.pto --stitching --prefix=assemblage_018578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018578.jpg - -# capture n°018579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018579.pto --stitching --prefix=assemblage_018579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018579.jpg - -# capture n°018580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018580.pto --stitching --prefix=assemblage_018580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018580.jpg - -# capture n°018581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018581.pto --stitching --prefix=assemblage_018581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018581.jpg - -# capture n°018582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018582.pto --stitching --prefix=assemblage_018582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018582.jpg - -# capture n°018583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018583.pto --stitching --prefix=assemblage_018583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018583.jpg - -# capture n°018584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018584.pto --stitching --prefix=assemblage_018584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018584.jpg - -# capture n°018585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018585.pto --stitching --prefix=assemblage_018585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018585.jpg - -# capture n°018586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018586.pto --stitching --prefix=assemblage_018586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018586.jpg - -# capture n°018587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018587.pto --stitching --prefix=assemblage_018587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018587.jpg - -# capture n°018588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018588.pto --stitching --prefix=assemblage_018588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018588.jpg - -# capture n°018589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018589.pto --stitching --prefix=assemblage_018589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018589.jpg - -# capture n°018590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018590.pto --stitching --prefix=assemblage_018590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018590.jpg - -# capture n°018591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018591.pto --stitching --prefix=assemblage_018591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018591.jpg - -# capture n°018592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018592.pto --stitching --prefix=assemblage_018592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018592.jpg - -# capture n°018593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018593.pto --stitching --prefix=assemblage_018593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018593.jpg - -# capture n°018594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018594.pto --stitching --prefix=assemblage_018594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018594.jpg - -# capture n°018595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018595.pto --stitching --prefix=assemblage_018595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018595.jpg - -# capture n°018596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018596.pto --stitching --prefix=assemblage_018596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018596.jpg - -# capture n°018597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018597.pto --stitching --prefix=assemblage_018597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018597.jpg - -# capture n°018598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018598.pto --stitching --prefix=assemblage_018598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018598.jpg - -# capture n°018599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018599.pto --stitching --prefix=assemblage_018599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018599.jpg - -# capture n°018600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018600.pto --stitching --prefix=assemblage_018600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018600.jpg - -# capture n°018601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018601.pto --stitching --prefix=assemblage_018601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018601.jpg - -# capture n°018602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018602.pto --stitching --prefix=assemblage_018602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018602.jpg - -# capture n°018603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018603.pto --stitching --prefix=assemblage_018603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018603.jpg - -# capture n°018604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018604.pto --stitching --prefix=assemblage_018604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018604.jpg - -# capture n°018605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018605.pto --stitching --prefix=assemblage_018605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018605.jpg - -# capture n°018606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018606.pto --stitching --prefix=assemblage_018606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018606.jpg - -# capture n°018607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018607.pto --stitching --prefix=assemblage_018607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018607.jpg - -# capture n°018608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018608.pto --stitching --prefix=assemblage_018608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018608.jpg - -# capture n°018609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018609.pto --stitching --prefix=assemblage_018609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018609.jpg - -# capture n°018610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018610.pto --stitching --prefix=assemblage_018610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018610.jpg - -# capture n°018611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018611.pto --stitching --prefix=assemblage_018611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018611.jpg - -# capture n°018612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018612.pto --stitching --prefix=assemblage_018612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018612.jpg - -# capture n°018613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018613.pto --stitching --prefix=assemblage_018613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018613.jpg - -# capture n°018614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018614.pto --stitching --prefix=assemblage_018614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018614.jpg - -# capture n°018615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018615.pto --stitching --prefix=assemblage_018615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018615.jpg - -# capture n°018616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018616.pto --stitching --prefix=assemblage_018616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018616.jpg - -# capture n°018617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018617.pto --stitching --prefix=assemblage_018617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018617.jpg - -# capture n°018618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018618.pto --stitching --prefix=assemblage_018618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018618.jpg - -# capture n°018619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018619.pto --stitching --prefix=assemblage_018619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018619.jpg - -# capture n°018620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018620.pto --stitching --prefix=assemblage_018620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018620.jpg - -# capture n°018621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018621.pto --stitching --prefix=assemblage_018621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018621.jpg - -# capture n°018622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018622.pto --stitching --prefix=assemblage_018622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018622.jpg - -# capture n°018623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018623.pto --stitching --prefix=assemblage_018623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018623.jpg - -# capture n°018624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018624.pto --stitching --prefix=assemblage_018624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018624.jpg - -# capture n°018625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018625.pto --stitching --prefix=assemblage_018625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018625.jpg - -# capture n°018626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018626.pto --stitching --prefix=assemblage_018626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018626.jpg - -# capture n°018627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018627.pto --stitching --prefix=assemblage_018627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018627.jpg - -# capture n°018628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018628.pto --stitching --prefix=assemblage_018628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018628.jpg - -# capture n°018629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018629.pto --stitching --prefix=assemblage_018629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018629.jpg - -# capture n°018630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018630.pto --stitching --prefix=assemblage_018630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018630.jpg - -# capture n°018631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018631.pto --stitching --prefix=assemblage_018631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018631.jpg - -# capture n°018632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018632.pto --stitching --prefix=assemblage_018632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018632.jpg - -# capture n°018633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018633.pto --stitching --prefix=assemblage_018633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018633.jpg - -# capture n°018634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018634.pto --stitching --prefix=assemblage_018634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018634.jpg - -# capture n°018635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018635.pto --stitching --prefix=assemblage_018635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018635.jpg - -# capture n°018636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018636.pto --stitching --prefix=assemblage_018636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018636.jpg - -# capture n°018637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018637.pto --stitching --prefix=assemblage_018637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018637.jpg - -# capture n°018638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018638.pto --stitching --prefix=assemblage_018638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018638.jpg - -# capture n°018639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018639.pto --stitching --prefix=assemblage_018639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018639.jpg - -# capture n°018640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018640.pto --stitching --prefix=assemblage_018640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018640.jpg - -# capture n°018641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018641.pto --stitching --prefix=assemblage_018641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018641.jpg - -# capture n°018642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018642.pto --stitching --prefix=assemblage_018642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018642.jpg - -# capture n°018643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018643.pto --stitching --prefix=assemblage_018643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018643.jpg - -# capture n°018644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018644.pto --stitching --prefix=assemblage_018644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018644.jpg - -# capture n°018645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018645.pto --stitching --prefix=assemblage_018645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018645.jpg - -# capture n°018646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018646.pto --stitching --prefix=assemblage_018646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018646.jpg - -# capture n°018647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018647.pto --stitching --prefix=assemblage_018647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018647.jpg - -# capture n°018648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018648.pto --stitching --prefix=assemblage_018648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018648.jpg - -# capture n°018649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018649.pto --stitching --prefix=assemblage_018649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018649.jpg - -# capture n°018650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018650.pto --stitching --prefix=assemblage_018650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018650.jpg - -# capture n°018651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018651.pto --stitching --prefix=assemblage_018651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018651.jpg - -# capture n°018652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018652.pto --stitching --prefix=assemblage_018652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018652.jpg - -# capture n°018653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018653.pto --stitching --prefix=assemblage_018653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018653.jpg - -# capture n°018654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018654.pto --stitching --prefix=assemblage_018654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018654.jpg - -# capture n°018655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018655.pto --stitching --prefix=assemblage_018655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018655.jpg - -# capture n°018656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018656.pto --stitching --prefix=assemblage_018656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018656.jpg - -# capture n°018657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018657.pto --stitching --prefix=assemblage_018657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018657.jpg - -# capture n°018658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018658.pto --stitching --prefix=assemblage_018658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018658.jpg - -# capture n°018659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018659.pto --stitching --prefix=assemblage_018659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018659.jpg - -# capture n°018660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018660.pto --stitching --prefix=assemblage_018660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018660.jpg - -# capture n°018661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018661.pto --stitching --prefix=assemblage_018661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018661.jpg - -# capture n°018662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018662.pto --stitching --prefix=assemblage_018662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018662.jpg - -# capture n°018663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018663.pto --stitching --prefix=assemblage_018663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018663.jpg - -# capture n°018664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018664.pto --stitching --prefix=assemblage_018664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018664.jpg - -# capture n°018665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018665.pto --stitching --prefix=assemblage_018665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018665.jpg - -# capture n°018666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018666.pto --stitching --prefix=assemblage_018666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018666.jpg - -# capture n°018667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018667.pto --stitching --prefix=assemblage_018667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018667.jpg - -# capture n°018668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018668.pto --stitching --prefix=assemblage_018668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018668.jpg - -# capture n°018669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018669.pto --stitching --prefix=assemblage_018669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018669.jpg - -# capture n°018670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018670.pto --stitching --prefix=assemblage_018670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018670.jpg - -# capture n°018671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018671.pto --stitching --prefix=assemblage_018671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018671.jpg - -# capture n°018672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018672.pto --stitching --prefix=assemblage_018672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018672.jpg - -# capture n°018673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018673.pto --stitching --prefix=assemblage_018673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018673.jpg - -# capture n°018674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018674.pto --stitching --prefix=assemblage_018674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018674.jpg - -# capture n°018675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018675.pto --stitching --prefix=assemblage_018675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018675.jpg - -# capture n°018676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018676.pto --stitching --prefix=assemblage_018676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018676.jpg - -# capture n°018677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018677.pto --stitching --prefix=assemblage_018677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018677.jpg - -# capture n°018678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018678.pto --stitching --prefix=assemblage_018678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018678.jpg - -# capture n°018679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018679.pto --stitching --prefix=assemblage_018679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018679.jpg - -# capture n°018680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018680.pto --stitching --prefix=assemblage_018680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018680.jpg - -# capture n°018681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018681.pto --stitching --prefix=assemblage_018681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018681.jpg - -# capture n°018682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018682.pto --stitching --prefix=assemblage_018682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018682.jpg - -# capture n°018683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018683.pto --stitching --prefix=assemblage_018683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018683.jpg - -# capture n°018684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018684.pto --stitching --prefix=assemblage_018684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018684.jpg - -# capture n°018685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018685.pto --stitching --prefix=assemblage_018685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018685.jpg - -# capture n°018686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018686.pto --stitching --prefix=assemblage_018686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018686.jpg - -# capture n°018687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018687.pto --stitching --prefix=assemblage_018687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018687.jpg - -# capture n°018688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018688.pto --stitching --prefix=assemblage_018688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018688.jpg - -# capture n°018689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018689.pto --stitching --prefix=assemblage_018689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018689.jpg - -# capture n°018690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018690.pto --stitching --prefix=assemblage_018690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018690.jpg - -# capture n°018691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018691.pto --stitching --prefix=assemblage_018691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018691.jpg - -# capture n°018692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018692.pto --stitching --prefix=assemblage_018692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018692.jpg - -# capture n°018693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018693.pto --stitching --prefix=assemblage_018693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018693.jpg - -# capture n°018694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018694.pto --stitching --prefix=assemblage_018694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018694.jpg - -# capture n°018695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018695.pto --stitching --prefix=assemblage_018695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018695.jpg - -# capture n°018696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018696.pto --stitching --prefix=assemblage_018696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018696.jpg - -# capture n°018697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018697.pto --stitching --prefix=assemblage_018697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018697.jpg - -# capture n°018698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018698.pto --stitching --prefix=assemblage_018698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018698.jpg - -# capture n°018699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018699.pto --stitching --prefix=assemblage_018699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018699.jpg - -# capture n°018700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018700.pto --stitching --prefix=assemblage_018700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018700.jpg - -# capture n°018701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018701.pto --stitching --prefix=assemblage_018701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018701.jpg - -# capture n°018702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018702.pto --stitching --prefix=assemblage_018702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018702.jpg - -# capture n°018703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018703.pto --stitching --prefix=assemblage_018703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018703.jpg - -# capture n°018704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018704.pto --stitching --prefix=assemblage_018704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018704.jpg - -# capture n°018705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018705.pto --stitching --prefix=assemblage_018705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018705.jpg - -# capture n°018706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018706.pto --stitching --prefix=assemblage_018706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018706.jpg - -# capture n°018707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018707.pto --stitching --prefix=assemblage_018707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018707.jpg - -# capture n°018708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018708.pto --stitching --prefix=assemblage_018708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018708.jpg - -# capture n°018709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018709.pto --stitching --prefix=assemblage_018709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018709.jpg - -# capture n°018710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018710.pto --stitching --prefix=assemblage_018710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018710.jpg - -# capture n°018711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018711.pto --stitching --prefix=assemblage_018711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018711.jpg - -# capture n°018712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018712.pto --stitching --prefix=assemblage_018712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018712.jpg - -# capture n°018713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018713.pto --stitching --prefix=assemblage_018713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018713.jpg - -# capture n°018714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018714.pto --stitching --prefix=assemblage_018714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018714.jpg - -# capture n°018715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018715.pto --stitching --prefix=assemblage_018715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018715.jpg - -# capture n°018716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018716.pto --stitching --prefix=assemblage_018716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018716.jpg - -# capture n°018717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018717.pto --stitching --prefix=assemblage_018717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018717.jpg - -# capture n°018718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018718.pto --stitching --prefix=assemblage_018718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018718.jpg - -# capture n°018719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018719.pto --stitching --prefix=assemblage_018719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018719.jpg - -# capture n°018720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018720.pto --stitching --prefix=assemblage_018720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018720.jpg - -# capture n°018721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018721.pto --stitching --prefix=assemblage_018721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018721.jpg - -# capture n°018722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018722.pto --stitching --prefix=assemblage_018722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018722.jpg - -# capture n°018723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018723.pto --stitching --prefix=assemblage_018723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018723.jpg - -# capture n°018724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018724.pto --stitching --prefix=assemblage_018724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018724.jpg - -# capture n°018725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018725.pto --stitching --prefix=assemblage_018725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018725.jpg - -# capture n°018726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018726.pto --stitching --prefix=assemblage_018726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018726.jpg - -# capture n°018727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018727.pto --stitching --prefix=assemblage_018727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018727.jpg - -# capture n°018728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018728.pto --stitching --prefix=assemblage_018728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018728.jpg - -# capture n°018729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018729.pto --stitching --prefix=assemblage_018729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018729.jpg - -# capture n°018730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018730.pto --stitching --prefix=assemblage_018730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018730.jpg - -# capture n°018731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018731.pto --stitching --prefix=assemblage_018731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018731.jpg - -# capture n°018732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018732.pto --stitching --prefix=assemblage_018732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018732.jpg - -# capture n°018733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018733.pto --stitching --prefix=assemblage_018733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018733.jpg - -# capture n°018734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018734.pto --stitching --prefix=assemblage_018734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018734.jpg - -# capture n°018735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018735.pto --stitching --prefix=assemblage_018735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018735.jpg - -# capture n°018736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018736.pto --stitching --prefix=assemblage_018736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018736.jpg - -# capture n°018737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018737.pto --stitching --prefix=assemblage_018737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018737.jpg - -# capture n°018738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018738.pto --stitching --prefix=assemblage_018738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018738.jpg - -# capture n°018739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018739.pto --stitching --prefix=assemblage_018739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018739.jpg - -# capture n°018740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018740.pto --stitching --prefix=assemblage_018740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018740.jpg - -# capture n°018741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018741.pto --stitching --prefix=assemblage_018741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018741.jpg - -# capture n°018742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018742.pto --stitching --prefix=assemblage_018742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018742.jpg - -# capture n°018743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018743.pto --stitching --prefix=assemblage_018743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018743.jpg - -# capture n°018744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018744.pto --stitching --prefix=assemblage_018744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018744.jpg - -# capture n°018745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018745.pto --stitching --prefix=assemblage_018745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018745.jpg - -# capture n°018746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018746.pto --stitching --prefix=assemblage_018746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018746.jpg - -# capture n°018747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018747.pto --stitching --prefix=assemblage_018747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018747.jpg - -# capture n°018748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018748.pto --stitching --prefix=assemblage_018748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018748.jpg - -# capture n°018749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018749.pto --stitching --prefix=assemblage_018749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018749.jpg - -# capture n°018750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018750.pto --stitching --prefix=assemblage_018750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018750.jpg - -# capture n°018751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018751.pto --stitching --prefix=assemblage_018751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018751.jpg - -# capture n°018752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018752.pto --stitching --prefix=assemblage_018752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018752.jpg - -# capture n°018753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018753.pto --stitching --prefix=assemblage_018753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018753.jpg - -# capture n°018754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018754.pto --stitching --prefix=assemblage_018754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018754.jpg - -# capture n°018755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018755.pto --stitching --prefix=assemblage_018755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018755.jpg - -# capture n°018756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018756.pto --stitching --prefix=assemblage_018756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018756.jpg - -# capture n°018757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018757.pto --stitching --prefix=assemblage_018757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018757.jpg - -# capture n°018758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018758.pto --stitching --prefix=assemblage_018758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018758.jpg - -# capture n°018759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018759.pto --stitching --prefix=assemblage_018759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018759.jpg - -# capture n°018760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018760.pto --stitching --prefix=assemblage_018760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018760.jpg - -# capture n°018761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018761.pto --stitching --prefix=assemblage_018761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018761.jpg - -# capture n°018762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018762.pto --stitching --prefix=assemblage_018762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018762.jpg - -# capture n°018763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018763.pto --stitching --prefix=assemblage_018763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018763.jpg - -# capture n°018764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018764.pto --stitching --prefix=assemblage_018764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018764.jpg - -# capture n°018765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018765.pto --stitching --prefix=assemblage_018765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018765.jpg - -# capture n°018766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018766.pto --stitching --prefix=assemblage_018766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018766.jpg - -# capture n°018767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018767.pto --stitching --prefix=assemblage_018767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018767.jpg - -# capture n°018768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018768.pto --stitching --prefix=assemblage_018768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018768.jpg - -# capture n°018769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018769.pto --stitching --prefix=assemblage_018769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018769.jpg - -# capture n°018770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018770.pto --stitching --prefix=assemblage_018770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018770.jpg - -# capture n°018771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018771.pto --stitching --prefix=assemblage_018771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018771.jpg - -# capture n°018772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018772.pto --stitching --prefix=assemblage_018772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018772.jpg - -# capture n°018773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018773.pto --stitching --prefix=assemblage_018773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018773.jpg - -# capture n°018774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018774.pto --stitching --prefix=assemblage_018774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018774.jpg - -# capture n°018775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018775.pto --stitching --prefix=assemblage_018775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018775.jpg - -# capture n°018776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018776.pto --stitching --prefix=assemblage_018776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018776.jpg - -# capture n°018777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018777.pto --stitching --prefix=assemblage_018777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018777.jpg - -# capture n°018778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018778.pto --stitching --prefix=assemblage_018778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018778.jpg - -# capture n°018779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018779.pto --stitching --prefix=assemblage_018779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018779.jpg - -# capture n°018780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018780.pto --stitching --prefix=assemblage_018780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018780.jpg - -# capture n°018781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018781.pto --stitching --prefix=assemblage_018781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018781.jpg - -# capture n°018782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018782.pto --stitching --prefix=assemblage_018782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018782.jpg - -# capture n°018783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018783.pto --stitching --prefix=assemblage_018783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018783.jpg - -# capture n°018784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018784.pto --stitching --prefix=assemblage_018784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018784.jpg - -# capture n°018785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018785.pto --stitching --prefix=assemblage_018785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018785.jpg - -# capture n°018786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018786.pto --stitching --prefix=assemblage_018786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018786.jpg - -# capture n°018787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018787.pto --stitching --prefix=assemblage_018787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018787.jpg - -# capture n°018788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018788.pto --stitching --prefix=assemblage_018788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018788.jpg - -# capture n°018789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018789.pto --stitching --prefix=assemblage_018789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018789.jpg - -# capture n°018790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018790.pto --stitching --prefix=assemblage_018790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018790.jpg - -# capture n°018791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018791.pto --stitching --prefix=assemblage_018791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018791.jpg - -# capture n°018792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018792.pto --stitching --prefix=assemblage_018792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018792.jpg - -# capture n°018793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018793.pto --stitching --prefix=assemblage_018793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018793.jpg - -# capture n°018794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018794.pto --stitching --prefix=assemblage_018794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018794.jpg - -# capture n°018795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018795.pto --stitching --prefix=assemblage_018795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018795.jpg - -# capture n°018796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018796.pto --stitching --prefix=assemblage_018796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018796.jpg - -# capture n°018797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018797.pto --stitching --prefix=assemblage_018797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018797.jpg - -# capture n°018798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018798.pto --stitching --prefix=assemblage_018798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018798.jpg - -# capture n°018799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018799.pto --stitching --prefix=assemblage_018799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018799.jpg - -# capture n°018800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018800.pto --stitching --prefix=assemblage_018800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018800.jpg - -# capture n°018801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018801.pto --stitching --prefix=assemblage_018801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018801.jpg - -# capture n°018802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018802.pto --stitching --prefix=assemblage_018802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018802.jpg - -# capture n°018803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018803.pto --stitching --prefix=assemblage_018803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018803.jpg - -# capture n°018804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018804.pto --stitching --prefix=assemblage_018804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018804.jpg - -# capture n°018805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018805.pto --stitching --prefix=assemblage_018805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018805.jpg - -# capture n°018806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018806.pto --stitching --prefix=assemblage_018806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018806.jpg - -# capture n°018807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018807.pto --stitching --prefix=assemblage_018807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018807.jpg - -# capture n°018808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018808.pto --stitching --prefix=assemblage_018808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018808.jpg - -# capture n°018809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018809.pto --stitching --prefix=assemblage_018809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018809.jpg - -# capture n°018810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018810.pto --stitching --prefix=assemblage_018810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018810.jpg - -# capture n°018811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018811.pto --stitching --prefix=assemblage_018811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018811.jpg - -# capture n°018812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018812.pto --stitching --prefix=assemblage_018812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018812.jpg - -# capture n°018813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018813.pto --stitching --prefix=assemblage_018813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018813.jpg - -# capture n°018814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018814.pto --stitching --prefix=assemblage_018814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018814.jpg - -# capture n°018815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018815.pto --stitching --prefix=assemblage_018815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018815.jpg - -# capture n°018816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018816.pto --stitching --prefix=assemblage_018816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018816.jpg - -# capture n°018817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018817.pto --stitching --prefix=assemblage_018817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018817.jpg - -# capture n°018818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018818.pto --stitching --prefix=assemblage_018818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018818.jpg - -# capture n°018819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018819.pto --stitching --prefix=assemblage_018819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018819.jpg - -# capture n°018820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018820.pto --stitching --prefix=assemblage_018820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018820.jpg - -# capture n°018821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018821.pto --stitching --prefix=assemblage_018821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018821.jpg - -# capture n°018822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018822.pto --stitching --prefix=assemblage_018822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018822.jpg - -# capture n°018823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018823.pto --stitching --prefix=assemblage_018823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018823.jpg - -# capture n°018824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018824.pto --stitching --prefix=assemblage_018824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018824.jpg - -# capture n°018825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018825.pto --stitching --prefix=assemblage_018825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018825.jpg - -# capture n°018826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018826.pto --stitching --prefix=assemblage_018826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018826.jpg - -# capture n°018827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018827.pto --stitching --prefix=assemblage_018827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018827.jpg - -# capture n°018828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018828.pto --stitching --prefix=assemblage_018828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018828.jpg - -# capture n°018829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018829.pto --stitching --prefix=assemblage_018829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018829.jpg - -# capture n°018830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018830.pto --stitching --prefix=assemblage_018830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018830.jpg - -# capture n°018831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018831.pto --stitching --prefix=assemblage_018831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018831.jpg - -# capture n°018832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018832.pto --stitching --prefix=assemblage_018832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018832.jpg - -# capture n°018833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018833.pto --stitching --prefix=assemblage_018833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018833.jpg - -# capture n°018834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018834.pto --stitching --prefix=assemblage_018834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018834.jpg - -# capture n°018835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018835.pto --stitching --prefix=assemblage_018835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018835.jpg - -# capture n°018836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018836.pto --stitching --prefix=assemblage_018836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018836.jpg - -# capture n°018837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018837.pto --stitching --prefix=assemblage_018837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018837.jpg - -# capture n°018838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018838.pto --stitching --prefix=assemblage_018838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018838.jpg - -# capture n°018839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018839.pto --stitching --prefix=assemblage_018839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018839.jpg - -# capture n°018840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018840.pto --stitching --prefix=assemblage_018840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018840.jpg - -# capture n°018841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018841.pto --stitching --prefix=assemblage_018841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018841.jpg - -# capture n°018842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018842.pto --stitching --prefix=assemblage_018842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018842.jpg - -# capture n°018843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018843.pto --stitching --prefix=assemblage_018843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018843.jpg - -# capture n°018844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018844.pto --stitching --prefix=assemblage_018844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018844.jpg - -# capture n°018845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018845.pto --stitching --prefix=assemblage_018845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018845.jpg - -# capture n°018846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018846.pto --stitching --prefix=assemblage_018846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018846.jpg - -# capture n°018847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018847.pto --stitching --prefix=assemblage_018847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018847.jpg - -# capture n°018848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018848.pto --stitching --prefix=assemblage_018848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018848.jpg - -# capture n°018849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018849.pto --stitching --prefix=assemblage_018849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018849.jpg - -# capture n°018850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018850.pto --stitching --prefix=assemblage_018850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018850.jpg - -# capture n°018851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018851.pto --stitching --prefix=assemblage_018851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018851.jpg - -# capture n°018852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018852.pto --stitching --prefix=assemblage_018852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018852.jpg - -# capture n°018853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018853.pto --stitching --prefix=assemblage_018853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018853.jpg - -# capture n°018854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018854.pto --stitching --prefix=assemblage_018854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018854.jpg - -# capture n°018855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018855.pto --stitching --prefix=assemblage_018855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018855.jpg - -# capture n°018856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018856.pto --stitching --prefix=assemblage_018856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018856.jpg - -# capture n°018857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018857.pto --stitching --prefix=assemblage_018857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018857.jpg - -# capture n°018858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018858.pto --stitching --prefix=assemblage_018858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018858.jpg - -# capture n°018859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018859.pto --stitching --prefix=assemblage_018859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018859.jpg - -# capture n°018860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018860.pto --stitching --prefix=assemblage_018860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018860.jpg - -# capture n°018861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018861.pto --stitching --prefix=assemblage_018861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018861.jpg - -# capture n°018862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018862.pto --stitching --prefix=assemblage_018862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018862.jpg - -# capture n°018863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018863.pto --stitching --prefix=assemblage_018863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018863.jpg - -# capture n°018864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018864.pto --stitching --prefix=assemblage_018864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018864.jpg - -# capture n°018865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018865.pto --stitching --prefix=assemblage_018865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018865.jpg - -# capture n°018866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018866.pto --stitching --prefix=assemblage_018866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018866.jpg - -# capture n°018867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018867.pto --stitching --prefix=assemblage_018867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018867.jpg - -# capture n°018868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018868.pto --stitching --prefix=assemblage_018868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018868.jpg - -# capture n°018869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018869.pto --stitching --prefix=assemblage_018869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018869.jpg - -# capture n°018870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018870.pto --stitching --prefix=assemblage_018870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018870.jpg - -# capture n°018871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018871.pto --stitching --prefix=assemblage_018871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018871.jpg - -# capture n°018872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018872.pto --stitching --prefix=assemblage_018872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018872.jpg - -# capture n°018873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018873.pto --stitching --prefix=assemblage_018873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018873.jpg - -# capture n°018874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018874.pto --stitching --prefix=assemblage_018874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018874.jpg - -# capture n°018875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018875.pto --stitching --prefix=assemblage_018875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018875.jpg - -# capture n°018876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018876.pto --stitching --prefix=assemblage_018876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018876.jpg - -# capture n°018877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018877.pto --stitching --prefix=assemblage_018877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018877.jpg - -# capture n°018878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018878.pto --stitching --prefix=assemblage_018878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018878.jpg - -# capture n°018879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018879.pto --stitching --prefix=assemblage_018879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018879.jpg - -# capture n°018880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018880.pto --stitching --prefix=assemblage_018880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018880.jpg - -# capture n°018881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018881.pto --stitching --prefix=assemblage_018881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018881.jpg - -# capture n°018882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018882.pto --stitching --prefix=assemblage_018882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018882.jpg - -# capture n°018883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018883.pto --stitching --prefix=assemblage_018883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018883.jpg - -# capture n°018884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018884.pto --stitching --prefix=assemblage_018884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018884.jpg - -# capture n°018885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018885.pto --stitching --prefix=assemblage_018885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018885.jpg - -# capture n°018886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018886.pto --stitching --prefix=assemblage_018886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018886.jpg - -# capture n°018887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018887.pto --stitching --prefix=assemblage_018887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018887.jpg - -# capture n°018888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018888.pto --stitching --prefix=assemblage_018888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018888.jpg - -# capture n°018889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018889.pto --stitching --prefix=assemblage_018889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018889.jpg - -# capture n°018890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018890.pto --stitching --prefix=assemblage_018890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018890.jpg - -# capture n°018891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018891.pto --stitching --prefix=assemblage_018891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018891.jpg - -# capture n°018892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018892.pto --stitching --prefix=assemblage_018892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018892.jpg - -# capture n°018893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018893.pto --stitching --prefix=assemblage_018893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018893.jpg - -# capture n°018894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018894.pto --stitching --prefix=assemblage_018894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018894.jpg - -# capture n°018895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018895.pto --stitching --prefix=assemblage_018895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018895.jpg - -# capture n°018896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018896.pto --stitching --prefix=assemblage_018896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018896.jpg - -# capture n°018897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018897.pto --stitching --prefix=assemblage_018897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018897.jpg - -# capture n°018898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018898.pto --stitching --prefix=assemblage_018898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018898.jpg - -# capture n°018899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018899.pto --stitching --prefix=assemblage_018899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018899.jpg - -# capture n°018900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018900.pto --stitching --prefix=assemblage_018900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018900.jpg - -# capture n°018901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018901.pto --stitching --prefix=assemblage_018901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018901.jpg - -# capture n°018902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018902.pto --stitching --prefix=assemblage_018902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018902.jpg - -# capture n°018903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018903.pto --stitching --prefix=assemblage_018903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018903.jpg - -# capture n°018904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018904.pto --stitching --prefix=assemblage_018904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018904.jpg - -# capture n°018905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018905.pto --stitching --prefix=assemblage_018905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018905.jpg - -# capture n°018906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018906.pto --stitching --prefix=assemblage_018906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018906.jpg - -# capture n°018907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018907.pto --stitching --prefix=assemblage_018907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018907.jpg - -# capture n°018908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018908.pto --stitching --prefix=assemblage_018908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018908.jpg - -# capture n°018909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018909.pto --stitching --prefix=assemblage_018909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018909.jpg - -# capture n°018910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018910.pto --stitching --prefix=assemblage_018910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018910.jpg - -# capture n°018911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018911.pto --stitching --prefix=assemblage_018911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018911.jpg - -# capture n°018912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018912.pto --stitching --prefix=assemblage_018912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018912.jpg - -# capture n°018913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018913.pto --stitching --prefix=assemblage_018913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018913.jpg - -# capture n°018914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018914.pto --stitching --prefix=assemblage_018914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018914.jpg - -# capture n°018915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018915.pto --stitching --prefix=assemblage_018915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018915.jpg - -# capture n°018916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018916.pto --stitching --prefix=assemblage_018916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018916.jpg - -# capture n°018917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018917.pto --stitching --prefix=assemblage_018917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018917.jpg - -# capture n°018918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018918.pto --stitching --prefix=assemblage_018918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018918.jpg - -# capture n°018919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018919.pto --stitching --prefix=assemblage_018919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018919.jpg - -# capture n°018920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018920.pto --stitching --prefix=assemblage_018920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018920.jpg - -# capture n°018921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018921.pto --stitching --prefix=assemblage_018921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018921.jpg - -# capture n°018922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018922.pto --stitching --prefix=assemblage_018922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018922.jpg - -# capture n°018923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018923.pto --stitching --prefix=assemblage_018923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018923.jpg - -# capture n°018924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018924.pto --stitching --prefix=assemblage_018924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018924.jpg - -# capture n°018925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018925.pto --stitching --prefix=assemblage_018925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018925.jpg - -# capture n°018926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018926.pto --stitching --prefix=assemblage_018926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018926.jpg - -# capture n°018927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018927.pto --stitching --prefix=assemblage_018927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018927.jpg - -# capture n°018928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018928.pto --stitching --prefix=assemblage_018928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018928.jpg - -# capture n°018929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018929.pto --stitching --prefix=assemblage_018929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018929.jpg - -# capture n°018930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018930.pto --stitching --prefix=assemblage_018930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018930.jpg - -# capture n°018931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018931.pto --stitching --prefix=assemblage_018931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018931.jpg - -# capture n°018932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018932.pto --stitching --prefix=assemblage_018932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018932.jpg - -# capture n°018933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018933.pto --stitching --prefix=assemblage_018933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018933.jpg - -# capture n°018934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018934.pto --stitching --prefix=assemblage_018934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018934.jpg - -# capture n°018935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018935.pto --stitching --prefix=assemblage_018935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018935.jpg - -# capture n°018936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018936.pto --stitching --prefix=assemblage_018936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018936.jpg - -# capture n°018937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018937.pto --stitching --prefix=assemblage_018937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018937.jpg - -# capture n°018938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018938.pto --stitching --prefix=assemblage_018938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018938.jpg - -# capture n°018939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018939.pto --stitching --prefix=assemblage_018939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018939.jpg - -# capture n°018940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018940.pto --stitching --prefix=assemblage_018940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018940.jpg - -# capture n°018941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018941.pto --stitching --prefix=assemblage_018941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018941.jpg - -# capture n°018942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018942.pto --stitching --prefix=assemblage_018942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018942.jpg - -# capture n°018943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018943.pto --stitching --prefix=assemblage_018943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018943.jpg - -# capture n°018944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018944.pto --stitching --prefix=assemblage_018944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018944.jpg - -# capture n°018945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018945.pto --stitching --prefix=assemblage_018945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018945.jpg - -# capture n°018946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018946.pto --stitching --prefix=assemblage_018946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018946.jpg - -# capture n°018947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018947.pto --stitching --prefix=assemblage_018947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018947.jpg - -# capture n°018948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018948.pto --stitching --prefix=assemblage_018948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018948.jpg - -# capture n°018949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018949.pto --stitching --prefix=assemblage_018949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018949.jpg - -# capture n°018950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018950.pto --stitching --prefix=assemblage_018950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018950.jpg - -# capture n°018951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018951.pto --stitching --prefix=assemblage_018951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018951.jpg - -# capture n°018952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018952.pto --stitching --prefix=assemblage_018952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018952.jpg - -# capture n°018953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018953.pto --stitching --prefix=assemblage_018953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018953.jpg - -# capture n°018954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018954.pto --stitching --prefix=assemblage_018954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018954.jpg - -# capture n°018955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018955.pto --stitching --prefix=assemblage_018955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018955.jpg - -# capture n°018956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018956.pto --stitching --prefix=assemblage_018956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018956.jpg - -# capture n°018957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018957.pto --stitching --prefix=assemblage_018957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018957.jpg - -# capture n°018958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018958.pto --stitching --prefix=assemblage_018958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018958.jpg - -# capture n°018959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018959.pto --stitching --prefix=assemblage_018959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018959.jpg - -# capture n°018960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018960.pto --stitching --prefix=assemblage_018960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018960.jpg - -# capture n°018961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018961.pto --stitching --prefix=assemblage_018961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018961.jpg - -# capture n°018962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018962.pto --stitching --prefix=assemblage_018962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018962.jpg - -# capture n°018963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018963.pto --stitching --prefix=assemblage_018963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018963.jpg - -# capture n°018964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018964.pto --stitching --prefix=assemblage_018964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018964.jpg - -# capture n°018965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018965.pto --stitching --prefix=assemblage_018965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018965.jpg - -# capture n°018966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018966.pto --stitching --prefix=assemblage_018966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018966.jpg - -# capture n°018967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018967.pto --stitching --prefix=assemblage_018967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018967.jpg - -# capture n°018968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018968.pto --stitching --prefix=assemblage_018968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018968.jpg - -# capture n°018969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018969.pto --stitching --prefix=assemblage_018969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018969.jpg - -# capture n°018970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018970.pto --stitching --prefix=assemblage_018970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018970.jpg - -# capture n°018971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018971.pto --stitching --prefix=assemblage_018971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018971.jpg - -# capture n°018972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018972.pto --stitching --prefix=assemblage_018972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018972.jpg - -# capture n°018973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018973.pto --stitching --prefix=assemblage_018973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018973.jpg - -# capture n°018974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018974.pto --stitching --prefix=assemblage_018974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018974.jpg - -# capture n°018975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018975.pto --stitching --prefix=assemblage_018975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018975.jpg - -# capture n°018976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018976.pto --stitching --prefix=assemblage_018976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018976.jpg - -# capture n°018977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018977.pto --stitching --prefix=assemblage_018977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018977.jpg - -# capture n°018978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018978.pto --stitching --prefix=assemblage_018978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018978.jpg - -# capture n°018979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018979.pto --stitching --prefix=assemblage_018979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018979.jpg - -# capture n°018980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018980.pto --stitching --prefix=assemblage_018980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018980.jpg - -# capture n°018981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018981.pto --stitching --prefix=assemblage_018981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018981.jpg - -# capture n°018982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018982.pto --stitching --prefix=assemblage_018982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018982.jpg - -# capture n°018983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018983.pto --stitching --prefix=assemblage_018983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018983.jpg - -# capture n°018984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018984.pto --stitching --prefix=assemblage_018984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018984.jpg - -# capture n°018985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018985.pto --stitching --prefix=assemblage_018985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018985.jpg - -# capture n°018986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018986.pto --stitching --prefix=assemblage_018986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018986.jpg - -# capture n°018987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018987.pto --stitching --prefix=assemblage_018987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018987.jpg - -# capture n°018988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018988.pto --stitching --prefix=assemblage_018988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018988.jpg - -# capture n°018989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018989.pto --stitching --prefix=assemblage_018989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018989.jpg - -# capture n°018990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018990.pto --stitching --prefix=assemblage_018990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018990.jpg - -# capture n°018991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018991.pto --stitching --prefix=assemblage_018991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018991.jpg - -# capture n°018992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018992.pto --stitching --prefix=assemblage_018992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018992.jpg - -# capture n°018993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018993.pto --stitching --prefix=assemblage_018993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018993.jpg - -# capture n°018994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018994.pto --stitching --prefix=assemblage_018994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018994.jpg - -# capture n°018995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018995.pto --stitching --prefix=assemblage_018995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018995.jpg - -# capture n°018996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018996.pto --stitching --prefix=assemblage_018996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018996.jpg - -# capture n°018997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018997.pto --stitching --prefix=assemblage_018997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018997.jpg - -# capture n°018998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018998.pto --stitching --prefix=assemblage_018998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018998.jpg - -# capture n°018999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_018999.pto --stitching --prefix=assemblage_018999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF018999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_018999.jpg - -# capture n°019000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019000.pto --stitching --prefix=assemblage_019000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019000.jpg - -# capture n°019001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019001.pto --stitching --prefix=assemblage_019001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019001.jpg - -# capture n°019002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019002.pto --stitching --prefix=assemblage_019002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019002.jpg - -# capture n°019003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019003.pto --stitching --prefix=assemblage_019003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019003.jpg - -# capture n°019004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019004.pto --stitching --prefix=assemblage_019004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019004.jpg - -# capture n°019005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019005.pto --stitching --prefix=assemblage_019005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019005.jpg - -# capture n°019006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019006.pto --stitching --prefix=assemblage_019006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019006.jpg - -# capture n°019007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019007.pto --stitching --prefix=assemblage_019007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019007.jpg - -# capture n°019008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019008.pto --stitching --prefix=assemblage_019008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019008.jpg - -# capture n°019009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019009.pto --stitching --prefix=assemblage_019009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019009.jpg - -# capture n°019010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019010.pto --stitching --prefix=assemblage_019010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019010.jpg - -# capture n°019011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019011.pto --stitching --prefix=assemblage_019011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019011.jpg - -# capture n°019012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019012.pto --stitching --prefix=assemblage_019012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019012.jpg - -# capture n°019013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019013.pto --stitching --prefix=assemblage_019013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019013.jpg - -# capture n°019014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019014.pto --stitching --prefix=assemblage_019014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019014.jpg - -# capture n°019015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019015.pto --stitching --prefix=assemblage_019015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019015.jpg - -# capture n°019016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019016.pto --stitching --prefix=assemblage_019016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019016.jpg - -# capture n°019017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019017.pto --stitching --prefix=assemblage_019017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019017.jpg - -# capture n°019018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019018.pto --stitching --prefix=assemblage_019018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019018.jpg - -# capture n°019019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019019.pto --stitching --prefix=assemblage_019019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019019.jpg - -# capture n°019020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019020.pto --stitching --prefix=assemblage_019020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019020.jpg - -# capture n°019021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019021.pto --stitching --prefix=assemblage_019021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019021.jpg - -# capture n°019022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019022.pto --stitching --prefix=assemblage_019022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019022.jpg - -# capture n°019023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019023.pto --stitching --prefix=assemblage_019023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019023.jpg - -# capture n°019024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019024.pto --stitching --prefix=assemblage_019024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019024.jpg - -# capture n°019025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019025.pto --stitching --prefix=assemblage_019025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019025.jpg - -# capture n°019026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019026.pto --stitching --prefix=assemblage_019026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019026.jpg - -# capture n°019027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019027.pto --stitching --prefix=assemblage_019027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019027.jpg - -# capture n°019028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019028.pto --stitching --prefix=assemblage_019028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019028.jpg - -# capture n°019029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019029.pto --stitching --prefix=assemblage_019029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019029.jpg - -# capture n°019030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019030.pto --stitching --prefix=assemblage_019030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019030.jpg - -# capture n°019031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019031.pto --stitching --prefix=assemblage_019031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019031.jpg - -# capture n°019032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019032.pto --stitching --prefix=assemblage_019032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019032.jpg - -# capture n°019033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019033.pto --stitching --prefix=assemblage_019033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019033.jpg - -# capture n°019034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019034.pto --stitching --prefix=assemblage_019034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019034.jpg - -# capture n°019035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019035.pto --stitching --prefix=assemblage_019035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019035.jpg - -# capture n°019036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019036.pto --stitching --prefix=assemblage_019036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019036.jpg - -# capture n°019037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019037.pto --stitching --prefix=assemblage_019037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019037.jpg - -# capture n°019038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019038.pto --stitching --prefix=assemblage_019038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019038.jpg - -# capture n°019039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019039.pto --stitching --prefix=assemblage_019039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019039.jpg - -# capture n°019040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019040.pto --stitching --prefix=assemblage_019040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019040.jpg - -# capture n°019041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019041.pto --stitching --prefix=assemblage_019041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019041.jpg - -# capture n°019042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019042.pto --stitching --prefix=assemblage_019042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019042.jpg - -# capture n°019043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019043.pto --stitching --prefix=assemblage_019043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019043.jpg - -# capture n°019044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019044.pto --stitching --prefix=assemblage_019044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019044.jpg - -# capture n°019045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019045.pto --stitching --prefix=assemblage_019045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019045.jpg - -# capture n°019046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019046.pto --stitching --prefix=assemblage_019046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019046.jpg - -# capture n°019047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019047.pto --stitching --prefix=assemblage_019047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019047.jpg - -# capture n°019048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019048.pto --stitching --prefix=assemblage_019048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019048.jpg - -# capture n°019049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019049.pto --stitching --prefix=assemblage_019049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019049.jpg - -# capture n°019050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019050.pto --stitching --prefix=assemblage_019050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019050.jpg - -# capture n°019051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019051.pto --stitching --prefix=assemblage_019051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019051.jpg - -# capture n°019052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019052.pto --stitching --prefix=assemblage_019052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019052.jpg - -# capture n°019053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019053.pto --stitching --prefix=assemblage_019053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019053.jpg - -# capture n°019054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019054.pto --stitching --prefix=assemblage_019054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019054.jpg - -# capture n°019055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019055.pto --stitching --prefix=assemblage_019055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019055.jpg - -# capture n°019056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019056.pto --stitching --prefix=assemblage_019056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019056.jpg - -# capture n°019057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019057.pto --stitching --prefix=assemblage_019057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019057.jpg - -# capture n°019058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019058.pto --stitching --prefix=assemblage_019058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019058.jpg - -# capture n°019059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019059.pto --stitching --prefix=assemblage_019059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019059.jpg - -# capture n°019060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019060.pto --stitching --prefix=assemblage_019060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019060.jpg - -# capture n°019061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019061.pto --stitching --prefix=assemblage_019061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019061.jpg - -# capture n°019062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019062.pto --stitching --prefix=assemblage_019062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019062.jpg - -# capture n°019063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019063.pto --stitching --prefix=assemblage_019063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019063.jpg - -# capture n°019064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019064.pto --stitching --prefix=assemblage_019064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019064.jpg - -# capture n°019065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019065.pto --stitching --prefix=assemblage_019065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019065.jpg - -# capture n°019066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019066.pto --stitching --prefix=assemblage_019066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019066.jpg - -# capture n°019067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019067.pto --stitching --prefix=assemblage_019067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019067.jpg - -# capture n°019068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019068.pto --stitching --prefix=assemblage_019068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019068.jpg - -# capture n°019069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019069.pto --stitching --prefix=assemblage_019069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019069.jpg - -# capture n°019070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019070.pto --stitching --prefix=assemblage_019070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019070.jpg - -# capture n°019071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019071.pto --stitching --prefix=assemblage_019071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019071.jpg - -# capture n°019072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019072.pto --stitching --prefix=assemblage_019072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019072.jpg - -# capture n°019073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019073.pto --stitching --prefix=assemblage_019073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019073.jpg - -# capture n°019074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019074.pto --stitching --prefix=assemblage_019074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019074.jpg - -# capture n°019075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019075.pto --stitching --prefix=assemblage_019075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019075.jpg - -# capture n°019076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019076.pto --stitching --prefix=assemblage_019076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019076.jpg - -# capture n°019077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019077.pto --stitching --prefix=assemblage_019077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019077.jpg - -# capture n°019078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019078.pto --stitching --prefix=assemblage_019078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019078.jpg - -# capture n°019079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019079.pto --stitching --prefix=assemblage_019079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019079.jpg - -# capture n°019080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019080.pto --stitching --prefix=assemblage_019080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019080.jpg - -# capture n°019081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019081.pto --stitching --prefix=assemblage_019081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019081.jpg - -# capture n°019082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019082.pto --stitching --prefix=assemblage_019082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019082.jpg - -# capture n°019083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019083.pto --stitching --prefix=assemblage_019083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019083.jpg - -# capture n°019084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019084.pto --stitching --prefix=assemblage_019084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019084.jpg - -# capture n°019085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019085.pto --stitching --prefix=assemblage_019085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019085.jpg - -# capture n°019086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019086.pto --stitching --prefix=assemblage_019086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019086.jpg - -# capture n°019087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019087.pto --stitching --prefix=assemblage_019087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019087.jpg - -# capture n°019088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019088.pto --stitching --prefix=assemblage_019088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019088.jpg - -# capture n°019089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019089.pto --stitching --prefix=assemblage_019089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019089.jpg - -# capture n°019090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019090.pto --stitching --prefix=assemblage_019090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019090.jpg - -# capture n°019091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019091.pto --stitching --prefix=assemblage_019091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019091.jpg - -# capture n°019092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019092.pto --stitching --prefix=assemblage_019092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019092.jpg - -# capture n°019093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019093.pto --stitching --prefix=assemblage_019093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019093.jpg - -# capture n°019094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019094.pto --stitching --prefix=assemblage_019094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019094.jpg - -# capture n°019095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019095.pto --stitching --prefix=assemblage_019095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019095.jpg - -# capture n°019096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019096.pto --stitching --prefix=assemblage_019096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019096.jpg - -# capture n°019097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019097.pto --stitching --prefix=assemblage_019097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019097.jpg - -# capture n°019098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019098.pto --stitching --prefix=assemblage_019098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019098.jpg - -# capture n°019099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019099.pto --stitching --prefix=assemblage_019099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019099.jpg - -# capture n°019100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019100.pto --stitching --prefix=assemblage_019100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019100.jpg - -# capture n°019101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019101.pto --stitching --prefix=assemblage_019101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019101.jpg - -# capture n°019102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019102.pto --stitching --prefix=assemblage_019102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019102.jpg - -# capture n°019103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019103.pto --stitching --prefix=assemblage_019103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019103.jpg - -# capture n°019104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019104.pto --stitching --prefix=assemblage_019104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019104.jpg - -# capture n°019105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019105.pto --stitching --prefix=assemblage_019105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019105.jpg - -# capture n°019106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019106.pto --stitching --prefix=assemblage_019106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019106.jpg - -# capture n°019107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019107.pto --stitching --prefix=assemblage_019107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019107.jpg - -# capture n°019108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019108.pto --stitching --prefix=assemblage_019108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019108.jpg - -# capture n°019109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019109.pto --stitching --prefix=assemblage_019109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019109.jpg - -# capture n°019110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019110.pto --stitching --prefix=assemblage_019110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019110.jpg - -# capture n°019111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019111.pto --stitching --prefix=assemblage_019111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019111.jpg - -# capture n°019112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019112.pto --stitching --prefix=assemblage_019112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019112.jpg - -# capture n°019113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019113.pto --stitching --prefix=assemblage_019113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019113.jpg - -# capture n°019114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019114.pto --stitching --prefix=assemblage_019114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019114.jpg - -# capture n°019115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019115.pto --stitching --prefix=assemblage_019115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019115.jpg - -# capture n°019116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019116.pto --stitching --prefix=assemblage_019116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019116.jpg - -# capture n°019117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019117.pto --stitching --prefix=assemblage_019117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019117.jpg - -# capture n°019118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019118.pto --stitching --prefix=assemblage_019118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019118.jpg - -# capture n°019119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019119.pto --stitching --prefix=assemblage_019119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019119.jpg - -# capture n°019120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019120.pto --stitching --prefix=assemblage_019120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019120.jpg - -# capture n°019121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019121.pto --stitching --prefix=assemblage_019121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019121.jpg - -# capture n°019122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019122.pto --stitching --prefix=assemblage_019122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019122.jpg - -# capture n°019123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019123.pto --stitching --prefix=assemblage_019123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019123.jpg - -# capture n°019124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019124.pto --stitching --prefix=assemblage_019124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019124.jpg - -# capture n°019125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019125.pto --stitching --prefix=assemblage_019125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019125.jpg - -# capture n°019126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019126.pto --stitching --prefix=assemblage_019126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019126.jpg - -# capture n°019127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019127.pto --stitching --prefix=assemblage_019127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019127.jpg - -# capture n°019128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019128.pto --stitching --prefix=assemblage_019128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019128.jpg - -# capture n°019129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019129.pto --stitching --prefix=assemblage_019129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019129.jpg - -# capture n°019130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019130.pto --stitching --prefix=assemblage_019130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019130.jpg - -# capture n°019131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019131.pto --stitching --prefix=assemblage_019131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019131.jpg - -# capture n°019132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019132.pto --stitching --prefix=assemblage_019132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019132.jpg - -# capture n°019133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019133.pto --stitching --prefix=assemblage_019133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019133.jpg - -# capture n°019134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019134.pto --stitching --prefix=assemblage_019134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019134.jpg - -# capture n°019135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019135.pto --stitching --prefix=assemblage_019135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019135.jpg - -# capture n°019136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019136.pto --stitching --prefix=assemblage_019136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019136.jpg - -# capture n°019137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019137.pto --stitching --prefix=assemblage_019137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019137.jpg - -# capture n°019138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019138.pto --stitching --prefix=assemblage_019138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019138.jpg - -# capture n°019139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019139.pto --stitching --prefix=assemblage_019139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019139.jpg - -# capture n°019140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019140.pto --stitching --prefix=assemblage_019140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019140.jpg - -# capture n°019141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019141.pto --stitching --prefix=assemblage_019141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019141.jpg - -# capture n°019142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019142.pto --stitching --prefix=assemblage_019142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019142.jpg - -# capture n°019143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019143.pto --stitching --prefix=assemblage_019143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019143.jpg - -# capture n°019144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019144.pto --stitching --prefix=assemblage_019144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019144.jpg - -# capture n°019145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019145.pto --stitching --prefix=assemblage_019145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019145.jpg - -# capture n°019146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019146.pto --stitching --prefix=assemblage_019146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019146.jpg - -# capture n°019147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019147.pto --stitching --prefix=assemblage_019147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019147.jpg - -# capture n°019148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019148.pto --stitching --prefix=assemblage_019148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019148.jpg - -# capture n°019149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019149.pto --stitching --prefix=assemblage_019149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019149.jpg - -# capture n°019150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019150.pto --stitching --prefix=assemblage_019150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019150.jpg - -# capture n°019151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019151.pto --stitching --prefix=assemblage_019151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019151.jpg - -# capture n°019152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019152.pto --stitching --prefix=assemblage_019152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019152.jpg - -# capture n°019153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019153.pto --stitching --prefix=assemblage_019153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019153.jpg - -# capture n°019154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019154.pto --stitching --prefix=assemblage_019154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019154.jpg - -# capture n°019155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019155.pto --stitching --prefix=assemblage_019155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019155.jpg - -# capture n°019156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019156.pto --stitching --prefix=assemblage_019156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019156.jpg - -# capture n°019157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019157.pto --stitching --prefix=assemblage_019157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019157.jpg - -# capture n°019158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019158.pto --stitching --prefix=assemblage_019158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019158.jpg - -# capture n°019159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019159.pto --stitching --prefix=assemblage_019159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019159.jpg - -# capture n°019160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019160.pto --stitching --prefix=assemblage_019160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019160.jpg - -# capture n°019161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019161.pto --stitching --prefix=assemblage_019161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019161.jpg - -# capture n°019162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019162.pto --stitching --prefix=assemblage_019162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019162.jpg - -# capture n°019163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019163.pto --stitching --prefix=assemblage_019163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019163.jpg - -# capture n°019164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019164.pto --stitching --prefix=assemblage_019164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019164.jpg - -# capture n°019165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019165.pto --stitching --prefix=assemblage_019165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019165.jpg - -# capture n°019166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019166.pto --stitching --prefix=assemblage_019166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019166.jpg - -# capture n°019167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019167.pto --stitching --prefix=assemblage_019167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019167.jpg - -# capture n°019168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019168.pto --stitching --prefix=assemblage_019168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019168.jpg - -# capture n°019169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019169.pto --stitching --prefix=assemblage_019169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019169.jpg - -# capture n°019170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019170.pto --stitching --prefix=assemblage_019170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019170.jpg - -# capture n°019171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019171.pto --stitching --prefix=assemblage_019171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019171.jpg - -# capture n°019172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019172.pto --stitching --prefix=assemblage_019172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019172.jpg - -# capture n°019173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019173.pto --stitching --prefix=assemblage_019173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019173.jpg - -# capture n°019174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019174.pto --stitching --prefix=assemblage_019174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019174.jpg - -# capture n°019175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019175.pto --stitching --prefix=assemblage_019175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019175.jpg - -# capture n°019176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019176.pto --stitching --prefix=assemblage_019176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019176.jpg - -# capture n°019177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019177.pto --stitching --prefix=assemblage_019177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019177.jpg - -# capture n°019178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019178.pto --stitching --prefix=assemblage_019178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019178.jpg - -# capture n°019179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019179.pto --stitching --prefix=assemblage_019179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019179.jpg - -# capture n°019180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019180.pto --stitching --prefix=assemblage_019180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019180.jpg - -# capture n°019181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019181.pto --stitching --prefix=assemblage_019181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019181.jpg - -# capture n°019182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019182.pto --stitching --prefix=assemblage_019182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019182.jpg - -# capture n°019183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019183.pto --stitching --prefix=assemblage_019183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019183.jpg - -# capture n°019184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019184.pto --stitching --prefix=assemblage_019184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019184.jpg - -# capture n°019185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019185.pto --stitching --prefix=assemblage_019185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019185.jpg - -# capture n°019186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019186.pto --stitching --prefix=assemblage_019186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019186.jpg - -# capture n°019187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019187.pto --stitching --prefix=assemblage_019187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019187.jpg - -# capture n°019188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019188.pto --stitching --prefix=assemblage_019188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019188.jpg - -# capture n°019189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019189.pto --stitching --prefix=assemblage_019189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019189.jpg - -# capture n°019190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019190.pto --stitching --prefix=assemblage_019190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019190.jpg - -# capture n°019191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019191.pto --stitching --prefix=assemblage_019191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019191.jpg - -# capture n°019192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019192.pto --stitching --prefix=assemblage_019192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019192.jpg - -# capture n°019193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019193.pto --stitching --prefix=assemblage_019193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019193.jpg - -# capture n°019194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019194.pto --stitching --prefix=assemblage_019194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019194.jpg - -# capture n°019195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019195.pto --stitching --prefix=assemblage_019195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019195.jpg - -# capture n°019196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019196.pto --stitching --prefix=assemblage_019196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019196.jpg - -# capture n°019197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019197.pto --stitching --prefix=assemblage_019197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019197.jpg - -# capture n°019198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019198.pto --stitching --prefix=assemblage_019198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019198.jpg - -# capture n°019199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019199.pto --stitching --prefix=assemblage_019199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019199.jpg - -# capture n°019200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019200.pto --stitching --prefix=assemblage_019200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019200.jpg - -# capture n°019201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019201.pto --stitching --prefix=assemblage_019201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019201.jpg - -# capture n°019202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019202.pto --stitching --prefix=assemblage_019202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019202.jpg - -# capture n°019203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019203.pto --stitching --prefix=assemblage_019203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019203.jpg - -# capture n°019204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019204.pto --stitching --prefix=assemblage_019204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019204.jpg - -# capture n°019205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019205.pto --stitching --prefix=assemblage_019205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019205.jpg - -# capture n°019206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019206.pto --stitching --prefix=assemblage_019206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019206.jpg - -# capture n°019207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019207.pto --stitching --prefix=assemblage_019207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019207.jpg - -# capture n°019208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019208.pto --stitching --prefix=assemblage_019208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019208.jpg - -# capture n°019209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019209.pto --stitching --prefix=assemblage_019209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019209.jpg - -# capture n°019210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019210.pto --stitching --prefix=assemblage_019210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019210.jpg - -# capture n°019211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019211.pto --stitching --prefix=assemblage_019211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019211.jpg - -# capture n°019212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019212.pto --stitching --prefix=assemblage_019212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019212.jpg - -# capture n°019213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019213.pto --stitching --prefix=assemblage_019213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019213.jpg - -# capture n°019214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019214.pto --stitching --prefix=assemblage_019214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019214.jpg - -# capture n°019215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019215.pto --stitching --prefix=assemblage_019215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019215.jpg - -# capture n°019216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019216.pto --stitching --prefix=assemblage_019216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019216.jpg - -# capture n°019217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019217.pto --stitching --prefix=assemblage_019217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019217.jpg - -# capture n°019218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019218.pto --stitching --prefix=assemblage_019218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019218.jpg - -# capture n°019219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019219.pto --stitching --prefix=assemblage_019219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019219.jpg - -# capture n°019220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019220.pto --stitching --prefix=assemblage_019220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019220.jpg - -# capture n°019221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019221.pto --stitching --prefix=assemblage_019221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019221.jpg - -# capture n°019222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019222.pto --stitching --prefix=assemblage_019222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019222.jpg - -# capture n°019223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019223.pto --stitching --prefix=assemblage_019223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019223.jpg - -# capture n°019224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019224.pto --stitching --prefix=assemblage_019224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019224.jpg - -# capture n°019225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019225.pto --stitching --prefix=assemblage_019225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019225.jpg - -# capture n°019226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019226.pto --stitching --prefix=assemblage_019226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019226.jpg - -# capture n°019227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019227.pto --stitching --prefix=assemblage_019227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019227.jpg - -# capture n°019228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019228.pto --stitching --prefix=assemblage_019228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019228.jpg - -# capture n°019229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019229.pto --stitching --prefix=assemblage_019229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019229.jpg - -# capture n°019230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019230.pto --stitching --prefix=assemblage_019230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019230.jpg - -# capture n°019231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019231.pto --stitching --prefix=assemblage_019231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019231.jpg - -# capture n°019232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019232.pto --stitching --prefix=assemblage_019232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019232.jpg - -# capture n°019233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019233.pto --stitching --prefix=assemblage_019233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019233.jpg - -# capture n°019234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019234.pto --stitching --prefix=assemblage_019234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019234.jpg - -# capture n°019235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019235.pto --stitching --prefix=assemblage_019235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019235.jpg - -# capture n°019236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019236.pto --stitching --prefix=assemblage_019236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019236.jpg - -# capture n°019237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019237.pto --stitching --prefix=assemblage_019237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019237.jpg - -# capture n°019238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019238.pto --stitching --prefix=assemblage_019238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019238.jpg - -# capture n°019239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019239.pto --stitching --prefix=assemblage_019239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019239.jpg - -# capture n°019240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019240.pto --stitching --prefix=assemblage_019240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019240.jpg - -# capture n°019241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019241.pto --stitching --prefix=assemblage_019241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019241.jpg - -# capture n°019242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019242.pto --stitching --prefix=assemblage_019242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019242.jpg - -# capture n°019243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019243.pto --stitching --prefix=assemblage_019243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019243.jpg - -# capture n°019244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019244.pto --stitching --prefix=assemblage_019244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019244.jpg - -# capture n°019245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019245.pto --stitching --prefix=assemblage_019245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019245.jpg - -# capture n°019246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019246.pto --stitching --prefix=assemblage_019246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019246.jpg - -# capture n°019247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019247.pto --stitching --prefix=assemblage_019247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019247.jpg - -# capture n°019248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019248.pto --stitching --prefix=assemblage_019248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019248.jpg - -# capture n°019249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019249.pto --stitching --prefix=assemblage_019249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019249.jpg - -# capture n°019250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019250.pto --stitching --prefix=assemblage_019250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019250.jpg - -# capture n°019251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019251.pto --stitching --prefix=assemblage_019251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019251.jpg - -# capture n°019252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019252.pto --stitching --prefix=assemblage_019252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019252.jpg - -# capture n°019253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019253.pto --stitching --prefix=assemblage_019253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019253.jpg - -# capture n°019254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019254.pto --stitching --prefix=assemblage_019254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019254.jpg - -# capture n°019255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019255.pto --stitching --prefix=assemblage_019255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019255.jpg - -# capture n°019256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019256.pto --stitching --prefix=assemblage_019256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019256.jpg - -# capture n°019257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019257.pto --stitching --prefix=assemblage_019257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019257.jpg - -# capture n°019258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019258.pto --stitching --prefix=assemblage_019258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019258.jpg - -# capture n°019259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019259.pto --stitching --prefix=assemblage_019259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019259.jpg - -# capture n°019260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019260.pto --stitching --prefix=assemblage_019260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019260.jpg - -# capture n°019261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019261.pto --stitching --prefix=assemblage_019261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019261.jpg - -# capture n°019262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019262.pto --stitching --prefix=assemblage_019262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019262.jpg - -# capture n°019263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019263.pto --stitching --prefix=assemblage_019263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019263.jpg - -# capture n°019264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019264.pto --stitching --prefix=assemblage_019264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019264.jpg - -# capture n°019265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019265.pto --stitching --prefix=assemblage_019265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019265.jpg - -# capture n°019266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019266.pto --stitching --prefix=assemblage_019266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019266.jpg - -# capture n°019267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019267.pto --stitching --prefix=assemblage_019267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019267.jpg - -# capture n°019268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019268.pto --stitching --prefix=assemblage_019268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019268.jpg - -# capture n°019269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019269.pto --stitching --prefix=assemblage_019269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019269.jpg - -# capture n°019270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019270.pto --stitching --prefix=assemblage_019270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019270.jpg - -# capture n°019271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019271.pto --stitching --prefix=assemblage_019271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019271.jpg - -# capture n°019272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019272.pto --stitching --prefix=assemblage_019272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019272.jpg - -# capture n°019273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019273.pto --stitching --prefix=assemblage_019273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019273.jpg - -# capture n°019274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019274.pto --stitching --prefix=assemblage_019274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019274.jpg - -# capture n°019275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019275.pto --stitching --prefix=assemblage_019275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019275.jpg - -# capture n°019276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019276.pto --stitching --prefix=assemblage_019276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019276.jpg - -# capture n°019277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019277.pto --stitching --prefix=assemblage_019277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019277.jpg - -# capture n°019278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019278.pto --stitching --prefix=assemblage_019278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019278.jpg - -# capture n°019279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019279.pto --stitching --prefix=assemblage_019279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019279.jpg - -# capture n°019280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019280.pto --stitching --prefix=assemblage_019280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019280.jpg - -# capture n°019281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019281.pto --stitching --prefix=assemblage_019281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019281.jpg - -# capture n°019282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019282.pto --stitching --prefix=assemblage_019282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019282.jpg - -# capture n°019283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019283.pto --stitching --prefix=assemblage_019283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019283.jpg - -# capture n°019284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019284.pto --stitching --prefix=assemblage_019284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019284.jpg - -# capture n°019285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019285.pto --stitching --prefix=assemblage_019285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019285.jpg - -# capture n°019286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019286.pto --stitching --prefix=assemblage_019286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019286.jpg - -# capture n°019287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019287.pto --stitching --prefix=assemblage_019287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019287.jpg - -# capture n°019288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019288.pto --stitching --prefix=assemblage_019288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019288.jpg - -# capture n°019289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019289.pto --stitching --prefix=assemblage_019289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019289.jpg - -# capture n°019290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019290.pto --stitching --prefix=assemblage_019290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019290.jpg - -# capture n°019291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019291.pto --stitching --prefix=assemblage_019291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019291.jpg - -# capture n°019292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019292.pto --stitching --prefix=assemblage_019292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019292.jpg - -# capture n°019293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019293.pto --stitching --prefix=assemblage_019293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019293.jpg - -# capture n°019294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019294.pto --stitching --prefix=assemblage_019294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019294.jpg - -# capture n°019295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019295.pto --stitching --prefix=assemblage_019295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019295.jpg - -# capture n°019296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019296.pto --stitching --prefix=assemblage_019296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019296.jpg - -# capture n°019297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019297.pto --stitching --prefix=assemblage_019297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019297.jpg - -# capture n°019298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019298.pto --stitching --prefix=assemblage_019298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019298.jpg - -# capture n°019299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019299.pto --stitching --prefix=assemblage_019299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019299.jpg - -# capture n°019300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019300.pto --stitching --prefix=assemblage_019300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019300.jpg - -# capture n°019301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019301.pto --stitching --prefix=assemblage_019301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019301.jpg - -# capture n°019302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019302.pto --stitching --prefix=assemblage_019302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019302.jpg - -# capture n°019303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019303.pto --stitching --prefix=assemblage_019303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019303.jpg - -# capture n°019304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019304.pto --stitching --prefix=assemblage_019304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019304.jpg - -# capture n°019305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019305.pto --stitching --prefix=assemblage_019305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019305.jpg - -# capture n°019306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019306.pto --stitching --prefix=assemblage_019306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019306.jpg - -# capture n°019307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019307.pto --stitching --prefix=assemblage_019307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019307.jpg - -# capture n°019308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019308.pto --stitching --prefix=assemblage_019308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019308.jpg - -# capture n°019309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019309.pto --stitching --prefix=assemblage_019309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019309.jpg - -# capture n°019310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019310.pto --stitching --prefix=assemblage_019310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019310.jpg - -# capture n°019311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019311.pto --stitching --prefix=assemblage_019311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019311.jpg - -# capture n°019312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019312.pto --stitching --prefix=assemblage_019312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019312.jpg - -# capture n°019313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019313.pto --stitching --prefix=assemblage_019313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019313.jpg - -# capture n°019314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019314.pto --stitching --prefix=assemblage_019314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019314.jpg - -# capture n°019315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019315.pto --stitching --prefix=assemblage_019315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019315.jpg - -# capture n°019316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019316.pto --stitching --prefix=assemblage_019316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019316.jpg - -# capture n°019317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019317.pto --stitching --prefix=assemblage_019317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019317.jpg - -# capture n°019318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019318.pto --stitching --prefix=assemblage_019318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019318.jpg - -# capture n°019319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019319.pto --stitching --prefix=assemblage_019319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019319.jpg - -# capture n°019320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019320.pto --stitching --prefix=assemblage_019320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019320.jpg - -# capture n°019321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019321.pto --stitching --prefix=assemblage_019321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019321.jpg - -# capture n°019322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019322.pto --stitching --prefix=assemblage_019322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019322.jpg - -# capture n°019323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019323.pto --stitching --prefix=assemblage_019323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019323.jpg - -# capture n°019324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019324.pto --stitching --prefix=assemblage_019324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019324.jpg - -# capture n°019325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019325.pto --stitching --prefix=assemblage_019325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019325.jpg - -# capture n°019326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019326.pto --stitching --prefix=assemblage_019326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019326.jpg - -# capture n°019327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019327.pto --stitching --prefix=assemblage_019327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019327.jpg - -# capture n°019328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019328.pto --stitching --prefix=assemblage_019328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019328.jpg - -# capture n°019329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019329.pto --stitching --prefix=assemblage_019329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019329.jpg - -# capture n°019330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019330.pto --stitching --prefix=assemblage_019330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019330.jpg - -# capture n°019331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019331.pto --stitching --prefix=assemblage_019331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019331.jpg - -# capture n°019332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019332.pto --stitching --prefix=assemblage_019332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019332.jpg - -# capture n°019333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019333.pto --stitching --prefix=assemblage_019333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019333.jpg - -# capture n°019334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019334.pto --stitching --prefix=assemblage_019334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019334.jpg - -# capture n°019335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019335.pto --stitching --prefix=assemblage_019335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019335.jpg - -# capture n°019336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019336.pto --stitching --prefix=assemblage_019336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019336.jpg - -# capture n°019337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019337.pto --stitching --prefix=assemblage_019337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019337.jpg - -# capture n°019338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019338.pto --stitching --prefix=assemblage_019338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019338.jpg - -# capture n°019339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019339.pto --stitching --prefix=assemblage_019339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019339.jpg - -# capture n°019340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019340.pto --stitching --prefix=assemblage_019340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019340.jpg - -# capture n°019341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019341.pto --stitching --prefix=assemblage_019341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019341.jpg - -# capture n°019342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019342.pto --stitching --prefix=assemblage_019342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019342.jpg - -# capture n°019343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019343.pto --stitching --prefix=assemblage_019343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019343.jpg - -# capture n°019344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019344.pto --stitching --prefix=assemblage_019344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019344.jpg - -# capture n°019345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019345.pto --stitching --prefix=assemblage_019345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019345.jpg - -# capture n°019346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019346.pto --stitching --prefix=assemblage_019346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019346.jpg - -# capture n°019347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019347.pto --stitching --prefix=assemblage_019347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019347.jpg - -# capture n°019348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019348.pto --stitching --prefix=assemblage_019348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019348.jpg - -# capture n°019349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019349.pto --stitching --prefix=assemblage_019349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019349.jpg - -# capture n°019350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019350.pto --stitching --prefix=assemblage_019350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019350.jpg - -# capture n°019351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019351.pto --stitching --prefix=assemblage_019351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019351.jpg - -# capture n°019352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019352.pto --stitching --prefix=assemblage_019352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019352.jpg - -# capture n°019353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019353.pto --stitching --prefix=assemblage_019353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019353.jpg - -# capture n°019354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019354.pto --stitching --prefix=assemblage_019354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019354.jpg - -# capture n°019355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019355.pto --stitching --prefix=assemblage_019355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019355.jpg - -# capture n°019356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019356.pto --stitching --prefix=assemblage_019356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019356.jpg - -# capture n°019357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019357.pto --stitching --prefix=assemblage_019357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019357.jpg - -# capture n°019358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019358.pto --stitching --prefix=assemblage_019358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019358.jpg - -# capture n°019359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019359.pto --stitching --prefix=assemblage_019359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019359.jpg - -# capture n°019360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019360.pto --stitching --prefix=assemblage_019360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019360.jpg - -# capture n°019361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019361.pto --stitching --prefix=assemblage_019361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019361.jpg - -# capture n°019362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019362.pto --stitching --prefix=assemblage_019362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019362.jpg - -# capture n°019363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019363.pto --stitching --prefix=assemblage_019363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019363.jpg - -# capture n°019364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019364.pto --stitching --prefix=assemblage_019364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019364.jpg - -# capture n°019365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019365.pto --stitching --prefix=assemblage_019365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019365.jpg - -# capture n°019366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019366.pto --stitching --prefix=assemblage_019366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019366.jpg - -# capture n°019367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019367.pto --stitching --prefix=assemblage_019367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019367.jpg - -# capture n°019368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019368.pto --stitching --prefix=assemblage_019368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019368.jpg - -# capture n°019369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019369.pto --stitching --prefix=assemblage_019369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019369.jpg - -# capture n°019370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019370.pto --stitching --prefix=assemblage_019370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019370.jpg - -# capture n°019371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019371.pto --stitching --prefix=assemblage_019371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019371.jpg - -# capture n°019372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019372.pto --stitching --prefix=assemblage_019372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019372.jpg - -# capture n°019373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019373.pto --stitching --prefix=assemblage_019373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019373.jpg - -# capture n°019374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019374.pto --stitching --prefix=assemblage_019374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019374.jpg - -# capture n°019375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019375.pto --stitching --prefix=assemblage_019375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019375.jpg - -# capture n°019376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019376.pto --stitching --prefix=assemblage_019376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019376.jpg - -# capture n°019377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019377.pto --stitching --prefix=assemblage_019377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019377.jpg - -# capture n°019378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019378.pto --stitching --prefix=assemblage_019378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019378.jpg - -# capture n°019379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019379.pto --stitching --prefix=assemblage_019379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019379.jpg - -# capture n°019380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019380.pto --stitching --prefix=assemblage_019380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019380.jpg - -# capture n°019381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019381.pto --stitching --prefix=assemblage_019381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019381.jpg - -# capture n°019382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019382.pto --stitching --prefix=assemblage_019382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019382.jpg - -# capture n°019383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019383.pto --stitching --prefix=assemblage_019383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019383.jpg - -# capture n°019384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019384.pto --stitching --prefix=assemblage_019384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019384.jpg - -# capture n°019385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019385.pto --stitching --prefix=assemblage_019385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019385.jpg - -# capture n°019386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019386.pto --stitching --prefix=assemblage_019386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019386.jpg - -# capture n°019387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019387.pto --stitching --prefix=assemblage_019387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019387.jpg - -# capture n°019388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019388.pto --stitching --prefix=assemblage_019388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019388.jpg - -# capture n°019389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019389.pto --stitching --prefix=assemblage_019389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019389.jpg - -# capture n°019390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019390.pto --stitching --prefix=assemblage_019390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019390.jpg - -# capture n°019391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019391.pto --stitching --prefix=assemblage_019391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019391.jpg - -# capture n°019392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019392.pto --stitching --prefix=assemblage_019392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019392.jpg - -# capture n°019393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019393.pto --stitching --prefix=assemblage_019393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019393.jpg - -# capture n°019394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019394.pto --stitching --prefix=assemblage_019394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019394.jpg - -# capture n°019395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019395.pto --stitching --prefix=assemblage_019395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019395.jpg - -# capture n°019396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019396.pto --stitching --prefix=assemblage_019396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019396.jpg - -# capture n°019397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019397.pto --stitching --prefix=assemblage_019397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019397.jpg - -# capture n°019398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019398.pto --stitching --prefix=assemblage_019398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019398.jpg - -# capture n°019399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019399.pto --stitching --prefix=assemblage_019399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019399.jpg - -# capture n°019400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019400.pto --stitching --prefix=assemblage_019400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019400.jpg - -# capture n°019401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019401.pto --stitching --prefix=assemblage_019401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019401.jpg - -# capture n°019402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019402.pto --stitching --prefix=assemblage_019402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019402.jpg - -# capture n°019403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019403.pto --stitching --prefix=assemblage_019403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019403.jpg - -# capture n°019404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019404.pto --stitching --prefix=assemblage_019404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019404.jpg - -# capture n°019405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019405.pto --stitching --prefix=assemblage_019405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019405.jpg - -# capture n°019406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019406.pto --stitching --prefix=assemblage_019406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019406.jpg - -# capture n°019407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019407.pto --stitching --prefix=assemblage_019407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019407.jpg - -# capture n°019408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019408.pto --stitching --prefix=assemblage_019408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019408.jpg - -# capture n°019409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019409.pto --stitching --prefix=assemblage_019409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019409.jpg - -# capture n°019410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019410.pto --stitching --prefix=assemblage_019410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019410.jpg - -# capture n°019411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019411.pto --stitching --prefix=assemblage_019411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019411.jpg - -# capture n°019412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019412.pto --stitching --prefix=assemblage_019412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019412.jpg - -# capture n°019413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019413.pto --stitching --prefix=assemblage_019413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019413.jpg - -# capture n°019414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019414.pto --stitching --prefix=assemblage_019414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019414.jpg - -# capture n°019415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019415.pto --stitching --prefix=assemblage_019415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019415.jpg - -# capture n°019416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019416.pto --stitching --prefix=assemblage_019416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019416.jpg - -# capture n°019417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019417.pto --stitching --prefix=assemblage_019417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019417.jpg - -# capture n°019418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019418.pto --stitching --prefix=assemblage_019418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019418.jpg - -# capture n°019419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019419.pto --stitching --prefix=assemblage_019419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019419.jpg - -# capture n°019420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019420.pto --stitching --prefix=assemblage_019420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019420.jpg - -# capture n°019421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019421.pto --stitching --prefix=assemblage_019421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019421.jpg - -# capture n°019422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019422.pto --stitching --prefix=assemblage_019422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019422.jpg - -# capture n°019423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019423.pto --stitching --prefix=assemblage_019423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019423.jpg - -# capture n°019424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019424.pto --stitching --prefix=assemblage_019424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019424.jpg - -# capture n°019425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019425.pto --stitching --prefix=assemblage_019425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019425.jpg - -# capture n°019426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019426.pto --stitching --prefix=assemblage_019426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019426.jpg - -# capture n°019427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019427.pto --stitching --prefix=assemblage_019427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019427.jpg - -# capture n°019428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019428.pto --stitching --prefix=assemblage_019428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019428.jpg - -# capture n°019429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019429.pto --stitching --prefix=assemblage_019429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019429.jpg - -# capture n°019430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019430.pto --stitching --prefix=assemblage_019430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019430.jpg - -# capture n°019431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019431.pto --stitching --prefix=assemblage_019431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019431.jpg - -# capture n°019432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019432.pto --stitching --prefix=assemblage_019432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019432.jpg - -# capture n°019433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019433.pto --stitching --prefix=assemblage_019433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019433.jpg - -# capture n°019434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019434.pto --stitching --prefix=assemblage_019434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019434.jpg - -# capture n°019435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019435.pto --stitching --prefix=assemblage_019435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019435.jpg - -# capture n°019436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019436.pto --stitching --prefix=assemblage_019436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019436.jpg - -# capture n°019437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019437.pto --stitching --prefix=assemblage_019437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019437.jpg - -# capture n°019438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019438.pto --stitching --prefix=assemblage_019438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019438.jpg - -# capture n°019439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019439.pto --stitching --prefix=assemblage_019439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019439.jpg - -# capture n°019440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019440.pto --stitching --prefix=assemblage_019440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019440.jpg - -# capture n°019441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019441.pto --stitching --prefix=assemblage_019441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019441.jpg - -# capture n°019442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019442.pto --stitching --prefix=assemblage_019442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019442.jpg - -# capture n°019443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019443.pto --stitching --prefix=assemblage_019443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019443.jpg - -# capture n°019444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019444.pto --stitching --prefix=assemblage_019444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019444.jpg - -# capture n°019445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019445.pto --stitching --prefix=assemblage_019445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019445.jpg - -# capture n°019446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019446.pto --stitching --prefix=assemblage_019446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019446.jpg - -# capture n°019447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019447.pto --stitching --prefix=assemblage_019447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019447.jpg - -# capture n°019448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019448.pto --stitching --prefix=assemblage_019448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019448.jpg - -# capture n°019449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019449.pto --stitching --prefix=assemblage_019449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019449.jpg - -# capture n°019450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019450.pto --stitching --prefix=assemblage_019450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019450.jpg - -# capture n°019451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019451.pto --stitching --prefix=assemblage_019451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019451.jpg - -# capture n°019452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019452.pto --stitching --prefix=assemblage_019452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019452.jpg - -# capture n°019453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019453.pto --stitching --prefix=assemblage_019453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019453.jpg - -# capture n°019454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019454.pto --stitching --prefix=assemblage_019454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019454.jpg - -# capture n°019455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019455.pto --stitching --prefix=assemblage_019455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019455.jpg - -# capture n°019456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019456.pto --stitching --prefix=assemblage_019456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019456.jpg - -# capture n°019457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019457.pto --stitching --prefix=assemblage_019457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019457.jpg - -# capture n°019458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019458.pto --stitching --prefix=assemblage_019458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019458.jpg - -# capture n°019459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019459.pto --stitching --prefix=assemblage_019459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019459.jpg - -# capture n°019460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019460.pto --stitching --prefix=assemblage_019460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019460.jpg - -# capture n°019461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019461.pto --stitching --prefix=assemblage_019461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019461.jpg - -# capture n°019462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019462.pto --stitching --prefix=assemblage_019462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019462.jpg - -# capture n°019463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019463.pto --stitching --prefix=assemblage_019463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019463.jpg - -# capture n°019464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019464.pto --stitching --prefix=assemblage_019464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019464.jpg - -# capture n°019465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019465.pto --stitching --prefix=assemblage_019465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019465.jpg - -# capture n°019466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019466.pto --stitching --prefix=assemblage_019466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019466.jpg - -# capture n°019467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019467.pto --stitching --prefix=assemblage_019467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019467.jpg - -# capture n°019468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019468.pto --stitching --prefix=assemblage_019468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019468.jpg - -# capture n°019469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019469.pto --stitching --prefix=assemblage_019469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019469.jpg - -# capture n°019470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019470.pto --stitching --prefix=assemblage_019470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019470.jpg - -# capture n°019471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019471.pto --stitching --prefix=assemblage_019471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019471.jpg - -# capture n°019472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019472.pto --stitching --prefix=assemblage_019472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019472.jpg - -# capture n°019473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019473.pto --stitching --prefix=assemblage_019473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019473.jpg - -# capture n°019474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019474.pto --stitching --prefix=assemblage_019474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019474.jpg - -# capture n°019475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019475.pto --stitching --prefix=assemblage_019475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019475.jpg - -# capture n°019476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019476.pto --stitching --prefix=assemblage_019476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019476.jpg - -# capture n°019477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019477.pto --stitching --prefix=assemblage_019477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019477.jpg - -# capture n°019478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019478.pto --stitching --prefix=assemblage_019478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019478.jpg - -# capture n°019479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019479.pto --stitching --prefix=assemblage_019479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019479.jpg - -# capture n°019480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019480.pto --stitching --prefix=assemblage_019480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019480.jpg - -# capture n°019481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019481.pto --stitching --prefix=assemblage_019481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019481.jpg - -# capture n°019482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019482.pto --stitching --prefix=assemblage_019482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019482.jpg - -# capture n°019483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019483.pto --stitching --prefix=assemblage_019483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019483.jpg - -# capture n°019484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019484.pto --stitching --prefix=assemblage_019484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019484.jpg - -# capture n°019485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019485.pto --stitching --prefix=assemblage_019485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019485.jpg - -# capture n°019486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019486.pto --stitching --prefix=assemblage_019486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019486.jpg - -# capture n°019487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019487.pto --stitching --prefix=assemblage_019487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019487.jpg - -# capture n°019488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019488.pto --stitching --prefix=assemblage_019488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019488.jpg - -# capture n°019489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019489.pto --stitching --prefix=assemblage_019489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019489.jpg - -# capture n°019490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019490.pto --stitching --prefix=assemblage_019490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019490.jpg - -# capture n°019491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019491.pto --stitching --prefix=assemblage_019491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019491.jpg - -# capture n°019492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019492.pto --stitching --prefix=assemblage_019492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019492.jpg - -# capture n°019493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019493.pto --stitching --prefix=assemblage_019493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019493.jpg - -# capture n°019494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019494.pto --stitching --prefix=assemblage_019494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019494.jpg - -# capture n°019495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019495.pto --stitching --prefix=assemblage_019495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019495.jpg - -# capture n°019496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019496.pto --stitching --prefix=assemblage_019496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019496.jpg - -# capture n°019497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019497.pto --stitching --prefix=assemblage_019497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019497.jpg - -# capture n°019498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019498.pto --stitching --prefix=assemblage_019498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019498.jpg - -# capture n°019499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019499.pto --stitching --prefix=assemblage_019499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019499.jpg - -# capture n°019500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019500.pto --stitching --prefix=assemblage_019500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019500.jpg - -# capture n°019501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019501.pto --stitching --prefix=assemblage_019501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019501.jpg - -# capture n°019502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019502.pto --stitching --prefix=assemblage_019502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019502.jpg - -# capture n°019503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019503.pto --stitching --prefix=assemblage_019503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019503.jpg - -# capture n°019504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019504.pto --stitching --prefix=assemblage_019504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019504.jpg - -# capture n°019505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019505.pto --stitching --prefix=assemblage_019505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019505.jpg - -# capture n°019506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019506.pto --stitching --prefix=assemblage_019506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019506.jpg - -# capture n°019507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019507.pto --stitching --prefix=assemblage_019507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019507.jpg - -# capture n°019508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019508.pto --stitching --prefix=assemblage_019508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019508.jpg - -# capture n°019509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019509.pto --stitching --prefix=assemblage_019509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019509.jpg - -# capture n°019510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019510.pto --stitching --prefix=assemblage_019510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019510.jpg - -# capture n°019511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019511.pto --stitching --prefix=assemblage_019511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019511.jpg - -# capture n°019512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019512.pto --stitching --prefix=assemblage_019512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019512.jpg - -# capture n°019513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019513.pto --stitching --prefix=assemblage_019513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019513.jpg - -# capture n°019514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019514.pto --stitching --prefix=assemblage_019514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019514.jpg - -# capture n°019515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019515.pto --stitching --prefix=assemblage_019515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019515.jpg - -# capture n°019516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019516.pto --stitching --prefix=assemblage_019516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019516.jpg - -# capture n°019517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019517.pto --stitching --prefix=assemblage_019517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019517.jpg - -# capture n°019518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019518.pto --stitching --prefix=assemblage_019518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019518.jpg - -# capture n°019519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019519.pto --stitching --prefix=assemblage_019519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019519.jpg - -# capture n°019520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019520.pto --stitching --prefix=assemblage_019520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019520.jpg - -# capture n°019521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019521.pto --stitching --prefix=assemblage_019521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019521.jpg - -# capture n°019522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019522.pto --stitching --prefix=assemblage_019522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019522.jpg - -# capture n°019523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019523.pto --stitching --prefix=assemblage_019523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019523.jpg - -# capture n°019524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019524.pto --stitching --prefix=assemblage_019524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019524.jpg - -# capture n°019525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019525.pto --stitching --prefix=assemblage_019525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019525.jpg - -# capture n°019526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019526.pto --stitching --prefix=assemblage_019526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019526.jpg - -# capture n°019527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019527.pto --stitching --prefix=assemblage_019527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019527.jpg - -# capture n°019528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019528.pto --stitching --prefix=assemblage_019528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019528.jpg - -# capture n°019529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019529.pto --stitching --prefix=assemblage_019529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019529.jpg - -# capture n°019530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019530.pto --stitching --prefix=assemblage_019530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019530.jpg - -# capture n°019531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019531.pto --stitching --prefix=assemblage_019531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019531.jpg - -# capture n°019532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019532.pto --stitching --prefix=assemblage_019532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019532.jpg - -# capture n°019533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019533.pto --stitching --prefix=assemblage_019533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019533.jpg - -# capture n°019534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019534.pto --stitching --prefix=assemblage_019534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019534.jpg - -# capture n°019535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019535.pto --stitching --prefix=assemblage_019535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019535.jpg - -# capture n°019536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019536.pto --stitching --prefix=assemblage_019536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019536.jpg - -# capture n°019537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019537.pto --stitching --prefix=assemblage_019537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019537.jpg - -# capture n°019538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019538.pto --stitching --prefix=assemblage_019538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019538.jpg - -# capture n°019539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019539.pto --stitching --prefix=assemblage_019539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019539.jpg - -# capture n°019540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019540.pto --stitching --prefix=assemblage_019540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019540.jpg - -# capture n°019541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019541.pto --stitching --prefix=assemblage_019541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019541.jpg - -# capture n°019542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019542.pto --stitching --prefix=assemblage_019542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019542.jpg - -# capture n°019543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019543.pto --stitching --prefix=assemblage_019543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019543.jpg - -# capture n°019544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019544.pto --stitching --prefix=assemblage_019544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019544.jpg - -# capture n°019545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019545.pto --stitching --prefix=assemblage_019545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019545.jpg - -# capture n°019546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019546.pto --stitching --prefix=assemblage_019546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019546.jpg - -# capture n°019547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019547.pto --stitching --prefix=assemblage_019547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019547.jpg - -# capture n°019548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019548.pto --stitching --prefix=assemblage_019548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019548.jpg - -# capture n°019549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019549.pto --stitching --prefix=assemblage_019549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019549.jpg - -# capture n°019550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019550.pto --stitching --prefix=assemblage_019550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019550.jpg - -# capture n°019551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019551.pto --stitching --prefix=assemblage_019551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019551.jpg - -# capture n°019552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019552.pto --stitching --prefix=assemblage_019552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019552.jpg - -# capture n°019553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019553.pto --stitching --prefix=assemblage_019553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019553.jpg - -# capture n°019554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019554.pto --stitching --prefix=assemblage_019554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019554.jpg - -# capture n°019555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019555.pto --stitching --prefix=assemblage_019555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019555.jpg - -# capture n°019556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019556.pto --stitching --prefix=assemblage_019556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019556.jpg - -# capture n°019557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019557.pto --stitching --prefix=assemblage_019557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019557.jpg - -# capture n°019558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019558.pto --stitching --prefix=assemblage_019558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019558.jpg - -# capture n°019559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019559.pto --stitching --prefix=assemblage_019559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019559.jpg - -# capture n°019560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019560.pto --stitching --prefix=assemblage_019560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019560.jpg - -# capture n°019561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019561.pto --stitching --prefix=assemblage_019561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019561.jpg - -# capture n°019562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019562.pto --stitching --prefix=assemblage_019562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019562.jpg - -# capture n°019563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019563.pto --stitching --prefix=assemblage_019563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019563.jpg - -# capture n°019564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019564.pto --stitching --prefix=assemblage_019564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019564.jpg - -# capture n°019565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019565.pto --stitching --prefix=assemblage_019565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019565.jpg - -# capture n°019566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019566.pto --stitching --prefix=assemblage_019566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019566.jpg - -# capture n°019567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019567.pto --stitching --prefix=assemblage_019567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019567.jpg - -# capture n°019568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019568.pto --stitching --prefix=assemblage_019568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019568.jpg - -# capture n°019569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019569.pto --stitching --prefix=assemblage_019569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019569.jpg - -# capture n°019570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019570.pto --stitching --prefix=assemblage_019570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019570.jpg - -# capture n°019571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019571.pto --stitching --prefix=assemblage_019571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019571.jpg - -# capture n°019572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019572.pto --stitching --prefix=assemblage_019572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019572.jpg - -# capture n°019573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019573.pto --stitching --prefix=assemblage_019573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019573.jpg - -# capture n°019574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019574.pto --stitching --prefix=assemblage_019574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019574.jpg - -# capture n°019575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019575.pto --stitching --prefix=assemblage_019575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019575.jpg - -# capture n°019576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019576.pto --stitching --prefix=assemblage_019576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019576.jpg - -# capture n°019577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019577.pto --stitching --prefix=assemblage_019577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019577.jpg - -# capture n°019578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019578.pto --stitching --prefix=assemblage_019578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019578.jpg - -# capture n°019579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019579.pto --stitching --prefix=assemblage_019579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019579.jpg - -# capture n°019580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019580.pto --stitching --prefix=assemblage_019580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019580.jpg - -# capture n°019581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019581.pto --stitching --prefix=assemblage_019581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019581.jpg - -# capture n°019582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019582.pto --stitching --prefix=assemblage_019582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019582.jpg - -# capture n°019583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019583.pto --stitching --prefix=assemblage_019583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019583.jpg - -# capture n°019584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019584.pto --stitching --prefix=assemblage_019584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019584.jpg - -# capture n°019585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019585.pto --stitching --prefix=assemblage_019585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019585.jpg - -# capture n°019586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019586.pto --stitching --prefix=assemblage_019586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019586.jpg - -# capture n°019587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019587.pto --stitching --prefix=assemblage_019587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019587.jpg - -# capture n°019588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019588.pto --stitching --prefix=assemblage_019588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019588.jpg - -# capture n°019589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019589.pto --stitching --prefix=assemblage_019589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019589.jpg - -# capture n°019590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019590.pto --stitching --prefix=assemblage_019590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019590.jpg - -# capture n°019591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019591.pto --stitching --prefix=assemblage_019591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019591.jpg - -# capture n°019592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019592.pto --stitching --prefix=assemblage_019592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019592.jpg - -# capture n°019593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019593.pto --stitching --prefix=assemblage_019593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019593.jpg - -# capture n°019594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019594.pto --stitching --prefix=assemblage_019594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019594.jpg - -# capture n°019595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019595.pto --stitching --prefix=assemblage_019595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019595.jpg - -# capture n°019596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019596.pto --stitching --prefix=assemblage_019596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019596.jpg - -# capture n°019597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019597.pto --stitching --prefix=assemblage_019597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019597.jpg - -# capture n°019598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019598.pto --stitching --prefix=assemblage_019598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019598.jpg - -# capture n°019599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019599.pto --stitching --prefix=assemblage_019599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019599.jpg - -# capture n°019600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019600.pto --stitching --prefix=assemblage_019600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019600.jpg - -# capture n°019601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019601.pto --stitching --prefix=assemblage_019601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019601.jpg - -# capture n°019602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019602.pto --stitching --prefix=assemblage_019602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019602.jpg - -# capture n°019603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019603.pto --stitching --prefix=assemblage_019603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019603.jpg - -# capture n°019604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019604.pto --stitching --prefix=assemblage_019604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019604.jpg - -# capture n°019605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019605.pto --stitching --prefix=assemblage_019605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019605.jpg - -# capture n°019606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019606.pto --stitching --prefix=assemblage_019606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019606.jpg - -# capture n°019607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019607.pto --stitching --prefix=assemblage_019607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019607.jpg - -# capture n°019608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019608.pto --stitching --prefix=assemblage_019608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019608.jpg - -# capture n°019609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019609.pto --stitching --prefix=assemblage_019609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019609.jpg - -# capture n°019610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019610.pto --stitching --prefix=assemblage_019610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019610.jpg - -# capture n°019611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019611.pto --stitching --prefix=assemblage_019611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019611.jpg - -# capture n°019612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019612.pto --stitching --prefix=assemblage_019612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019612.jpg - -# capture n°019613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019613.pto --stitching --prefix=assemblage_019613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019613.jpg - -# capture n°019614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019614.pto --stitching --prefix=assemblage_019614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019614.jpg - -# capture n°019615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019615.pto --stitching --prefix=assemblage_019615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019615.jpg - -# capture n°019616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019616.pto --stitching --prefix=assemblage_019616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019616.jpg - -# capture n°019617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019617.pto --stitching --prefix=assemblage_019617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019617.jpg - -# capture n°019618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019618.pto --stitching --prefix=assemblage_019618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019618.jpg - -# capture n°019619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019619.pto --stitching --prefix=assemblage_019619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019619.jpg - -# capture n°019620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019620.pto --stitching --prefix=assemblage_019620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019620.jpg - -# capture n°019621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019621.pto --stitching --prefix=assemblage_019621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019621.jpg - -# capture n°019622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019622.pto --stitching --prefix=assemblage_019622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019622.jpg - -# capture n°019623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019623.pto --stitching --prefix=assemblage_019623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019623.jpg - -# capture n°019624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019624.pto --stitching --prefix=assemblage_019624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019624.jpg - -# capture n°019625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019625.pto --stitching --prefix=assemblage_019625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019625.jpg - -# capture n°019626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019626.pto --stitching --prefix=assemblage_019626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019626.jpg - -# capture n°019627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019627.pto --stitching --prefix=assemblage_019627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019627.jpg - -# capture n°019628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019628.pto --stitching --prefix=assemblage_019628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019628.jpg - -# capture n°019629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019629.pto --stitching --prefix=assemblage_019629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019629.jpg - -# capture n°019630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019630.pto --stitching --prefix=assemblage_019630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019630.jpg - -# capture n°019631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019631.pto --stitching --prefix=assemblage_019631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019631.jpg - -# capture n°019632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019632.pto --stitching --prefix=assemblage_019632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019632.jpg - -# capture n°019633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019633.pto --stitching --prefix=assemblage_019633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019633.jpg - -# capture n°019634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019634.pto --stitching --prefix=assemblage_019634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019634.jpg - -# capture n°019635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019635.pto --stitching --prefix=assemblage_019635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019635.jpg - -# capture n°019636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019636.pto --stitching --prefix=assemblage_019636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019636.jpg - -# capture n°019637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019637.pto --stitching --prefix=assemblage_019637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019637.jpg - -# capture n°019638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019638.pto --stitching --prefix=assemblage_019638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019638.jpg - -# capture n°019639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019639.pto --stitching --prefix=assemblage_019639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019639.jpg - -# capture n°019640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019640.pto --stitching --prefix=assemblage_019640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019640.jpg - -# capture n°019641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019641.pto --stitching --prefix=assemblage_019641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019641.jpg - -# capture n°019642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019642.pto --stitching --prefix=assemblage_019642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019642.jpg - -# capture n°019643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019643.pto --stitching --prefix=assemblage_019643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019643.jpg - -# capture n°019644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019644.pto --stitching --prefix=assemblage_019644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019644.jpg - -# capture n°019645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019645.pto --stitching --prefix=assemblage_019645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019645.jpg - -# capture n°019646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019646.pto --stitching --prefix=assemblage_019646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019646.jpg - -# capture n°019647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019647.pto --stitching --prefix=assemblage_019647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019647.jpg - -# capture n°019648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019648.pto --stitching --prefix=assemblage_019648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019648.jpg - -# capture n°019649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019649.pto --stitching --prefix=assemblage_019649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019649.jpg - -# capture n°019650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019650.pto --stitching --prefix=assemblage_019650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019650.jpg - -# capture n°019651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019651.pto --stitching --prefix=assemblage_019651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019651.jpg - -# capture n°019652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019652.pto --stitching --prefix=assemblage_019652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019652.jpg - -# capture n°019653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019653.pto --stitching --prefix=assemblage_019653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019653.jpg - -# capture n°019654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019654.pto --stitching --prefix=assemblage_019654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019654.jpg - -# capture n°019655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019655.pto --stitching --prefix=assemblage_019655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019655.jpg - -# capture n°019656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019656.pto --stitching --prefix=assemblage_019656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019656.jpg - -# capture n°019657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019657.pto --stitching --prefix=assemblage_019657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019657.jpg - -# capture n°019658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019658.pto --stitching --prefix=assemblage_019658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019658.jpg - -# capture n°019659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019659.pto --stitching --prefix=assemblage_019659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019659.jpg - -# capture n°019660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019660.pto --stitching --prefix=assemblage_019660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019660.jpg - -# capture n°019661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019661.pto --stitching --prefix=assemblage_019661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019661.jpg - -# capture n°019662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019662.pto --stitching --prefix=assemblage_019662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019662.jpg - -# capture n°019663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019663.pto --stitching --prefix=assemblage_019663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019663.jpg - -# capture n°019664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019664.pto --stitching --prefix=assemblage_019664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019664.jpg - -# capture n°019665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019665.pto --stitching --prefix=assemblage_019665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019665.jpg - -# capture n°019666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019666.pto --stitching --prefix=assemblage_019666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019666.jpg - -# capture n°019667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019667.pto --stitching --prefix=assemblage_019667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019667.jpg - -# capture n°019668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019668.pto --stitching --prefix=assemblage_019668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019668.jpg - -# capture n°019669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019669.pto --stitching --prefix=assemblage_019669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019669.jpg - -# capture n°019670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019670.pto --stitching --prefix=assemblage_019670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019670.jpg - -# capture n°019671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019671.pto --stitching --prefix=assemblage_019671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019671.jpg - -# capture n°019672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019672.pto --stitching --prefix=assemblage_019672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019672.jpg - -# capture n°019673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019673.pto --stitching --prefix=assemblage_019673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019673.jpg - -# capture n°019674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019674.pto --stitching --prefix=assemblage_019674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019674.jpg - -# capture n°019675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019675.pto --stitching --prefix=assemblage_019675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019675.jpg - -# capture n°019676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019676.pto --stitching --prefix=assemblage_019676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019676.jpg - -# capture n°019677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019677.pto --stitching --prefix=assemblage_019677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019677.jpg - -# capture n°019678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019678.pto --stitching --prefix=assemblage_019678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019678.jpg - -# capture n°019679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019679.pto --stitching --prefix=assemblage_019679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019679.jpg - -# capture n°019680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019680.pto --stitching --prefix=assemblage_019680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019680.jpg - -# capture n°019681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019681.pto --stitching --prefix=assemblage_019681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019681.jpg - -# capture n°019682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019682.pto --stitching --prefix=assemblage_019682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019682.jpg - -# capture n°019683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019683.pto --stitching --prefix=assemblage_019683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019683.jpg - -# capture n°019684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019684.pto --stitching --prefix=assemblage_019684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019684.jpg - -# capture n°019685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019685.pto --stitching --prefix=assemblage_019685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019685.jpg - -# capture n°019686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019686.pto --stitching --prefix=assemblage_019686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019686.jpg - -# capture n°019687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019687.pto --stitching --prefix=assemblage_019687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019687.jpg - -# capture n°019688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019688.pto --stitching --prefix=assemblage_019688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019688.jpg - -# capture n°019689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019689.pto --stitching --prefix=assemblage_019689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019689.jpg - -# capture n°019690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019690.pto --stitching --prefix=assemblage_019690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019690.jpg - -# capture n°019691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019691.pto --stitching --prefix=assemblage_019691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019691.jpg - -# capture n°019692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019692.pto --stitching --prefix=assemblage_019692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019692.jpg - -# capture n°019693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019693.pto --stitching --prefix=assemblage_019693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019693.jpg - -# capture n°019694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019694.pto --stitching --prefix=assemblage_019694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019694.jpg - -# capture n°019695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019695.pto --stitching --prefix=assemblage_019695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019695.jpg - -# capture n°019696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019696.pto --stitching --prefix=assemblage_019696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019696.jpg - -# capture n°019697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019697.pto --stitching --prefix=assemblage_019697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019697.jpg - -# capture n°019698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019698.pto --stitching --prefix=assemblage_019698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019698.jpg - -# capture n°019699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019699.pto --stitching --prefix=assemblage_019699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019699.jpg - -# capture n°019700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019700.pto --stitching --prefix=assemblage_019700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019700.jpg - -# capture n°019701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019701.pto --stitching --prefix=assemblage_019701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019701.jpg - -# capture n°019702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019702.pto --stitching --prefix=assemblage_019702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019702.jpg - -# capture n°019703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019703.pto --stitching --prefix=assemblage_019703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019703.jpg - -# capture n°019704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019704.pto --stitching --prefix=assemblage_019704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019704.jpg - -# capture n°019705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019705.pto --stitching --prefix=assemblage_019705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019705.jpg - -# capture n°019706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019706.pto --stitching --prefix=assemblage_019706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019706.jpg - -# capture n°019707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019707.pto --stitching --prefix=assemblage_019707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019707.jpg - -# capture n°019708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019708.pto --stitching --prefix=assemblage_019708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019708.jpg - -# capture n°019709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019709.pto --stitching --prefix=assemblage_019709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019709.jpg - -# capture n°019710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019710.pto --stitching --prefix=assemblage_019710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019710.jpg - -# capture n°019711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019711.pto --stitching --prefix=assemblage_019711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019711.jpg - -# capture n°019712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019712.pto --stitching --prefix=assemblage_019712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019712.jpg - -# capture n°019713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019713.pto --stitching --prefix=assemblage_019713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019713.jpg - -# capture n°019714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019714.pto --stitching --prefix=assemblage_019714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019714.jpg - -# capture n°019715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019715.pto --stitching --prefix=assemblage_019715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019715.jpg - -# capture n°019716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019716.pto --stitching --prefix=assemblage_019716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019716.jpg - -# capture n°019717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019717.pto --stitching --prefix=assemblage_019717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019717.jpg - -# capture n°019718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019718.pto --stitching --prefix=assemblage_019718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019718.jpg - -# capture n°019719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019719.pto --stitching --prefix=assemblage_019719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019719.jpg - -# capture n°019720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019720.pto --stitching --prefix=assemblage_019720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019720.jpg - -# capture n°019721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019721.pto --stitching --prefix=assemblage_019721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019721.jpg - -# capture n°019722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019722.pto --stitching --prefix=assemblage_019722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019722.jpg - -# capture n°019723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019723.pto --stitching --prefix=assemblage_019723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019723.jpg - -# capture n°019724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019724.pto --stitching --prefix=assemblage_019724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019724.jpg - -# capture n°019725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019725.pto --stitching --prefix=assemblage_019725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019725.jpg - -# capture n°019726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019726.pto --stitching --prefix=assemblage_019726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019726.jpg - -# capture n°019727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019727.pto --stitching --prefix=assemblage_019727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019727.jpg - -# capture n°019728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019728.pto --stitching --prefix=assemblage_019728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019728.jpg - -# capture n°019729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019729.pto --stitching --prefix=assemblage_019729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019729.jpg - -# capture n°019730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019730.pto --stitching --prefix=assemblage_019730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019730.jpg - -# capture n°019731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019731.pto --stitching --prefix=assemblage_019731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019731.jpg - -# capture n°019732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019732.pto --stitching --prefix=assemblage_019732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019732.jpg - -# capture n°019733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019733.pto --stitching --prefix=assemblage_019733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019733.jpg - -# capture n°019734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019734.pto --stitching --prefix=assemblage_019734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019734.jpg - -# capture n°019735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019735.pto --stitching --prefix=assemblage_019735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019735.jpg - -# capture n°019736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019736.pto --stitching --prefix=assemblage_019736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019736.jpg - -# capture n°019737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019737.pto --stitching --prefix=assemblage_019737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019737.jpg - -# capture n°019738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019738.pto --stitching --prefix=assemblage_019738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019738.jpg - -# capture n°019739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019739.pto --stitching --prefix=assemblage_019739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019739.jpg - -# capture n°019740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019740.pto --stitching --prefix=assemblage_019740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019740.jpg - -# capture n°019741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019741.pto --stitching --prefix=assemblage_019741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019741.jpg - -# capture n°019742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019742.pto --stitching --prefix=assemblage_019742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019742.jpg - -# capture n°019743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019743.pto --stitching --prefix=assemblage_019743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019743.jpg - -# capture n°019744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019744.pto --stitching --prefix=assemblage_019744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019744.jpg - -# capture n°019745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019745.pto --stitching --prefix=assemblage_019745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019745.jpg - -# capture n°019746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019746.pto --stitching --prefix=assemblage_019746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019746.jpg - -# capture n°019747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019747.pto --stitching --prefix=assemblage_019747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019747.jpg - -# capture n°019748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019748.pto --stitching --prefix=assemblage_019748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019748.jpg - -# capture n°019749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019749.pto --stitching --prefix=assemblage_019749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019749.jpg - -# capture n°019750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019750.pto --stitching --prefix=assemblage_019750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019750.jpg - -# capture n°019751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019751.pto --stitching --prefix=assemblage_019751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019751.jpg - -# capture n°019752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019752.pto --stitching --prefix=assemblage_019752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019752.jpg - -# capture n°019753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019753.pto --stitching --prefix=assemblage_019753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019753.jpg - -# capture n°019754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019754.pto --stitching --prefix=assemblage_019754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019754.jpg - -# capture n°019755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019755.pto --stitching --prefix=assemblage_019755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019755.jpg - -# capture n°019756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019756.pto --stitching --prefix=assemblage_019756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019756.jpg - -# capture n°019757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019757.pto --stitching --prefix=assemblage_019757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019757.jpg - -# capture n°019758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019758.pto --stitching --prefix=assemblage_019758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019758.jpg - -# capture n°019759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019759.pto --stitching --prefix=assemblage_019759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019759.jpg - -# capture n°019760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019760.pto --stitching --prefix=assemblage_019760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019760.jpg - -# capture n°019761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019761.pto --stitching --prefix=assemblage_019761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019761.jpg - -# capture n°019762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019762.pto --stitching --prefix=assemblage_019762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019762.jpg - -# capture n°019763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019763.pto --stitching --prefix=assemblage_019763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019763.jpg - -# capture n°019764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019764.pto --stitching --prefix=assemblage_019764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019764.jpg - -# capture n°019765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019765.pto --stitching --prefix=assemblage_019765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019765.jpg - -# capture n°019766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019766.pto --stitching --prefix=assemblage_019766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019766.jpg - -# capture n°019767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019767.pto --stitching --prefix=assemblage_019767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019767.jpg - -# capture n°019768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019768.pto --stitching --prefix=assemblage_019768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019768.jpg - -# capture n°019769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019769.pto --stitching --prefix=assemblage_019769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019769.jpg - -# capture n°019770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019770.pto --stitching --prefix=assemblage_019770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019770.jpg - -# capture n°019771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019771.pto --stitching --prefix=assemblage_019771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019771.jpg - -# capture n°019772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019772.pto --stitching --prefix=assemblage_019772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019772.jpg - -# capture n°019773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019773.pto --stitching --prefix=assemblage_019773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019773.jpg - -# capture n°019774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019774.pto --stitching --prefix=assemblage_019774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019774.jpg - -# capture n°019775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019775.pto --stitching --prefix=assemblage_019775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019775.jpg - -# capture n°019776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019776.pto --stitching --prefix=assemblage_019776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019776.jpg - -# capture n°019777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019777.pto --stitching --prefix=assemblage_019777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019777.jpg - -# capture n°019778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019778.pto --stitching --prefix=assemblage_019778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019778.jpg - -# capture n°019779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019779.pto --stitching --prefix=assemblage_019779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019779.jpg - -# capture n°019780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019780.pto --stitching --prefix=assemblage_019780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019780.jpg - -# capture n°019781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019781.pto --stitching --prefix=assemblage_019781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019781.jpg - -# capture n°019782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019782.pto --stitching --prefix=assemblage_019782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019782.jpg - -# capture n°019783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019783.pto --stitching --prefix=assemblage_019783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019783.jpg - -# capture n°019784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019784.pto --stitching --prefix=assemblage_019784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019784.jpg - -# capture n°019785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019785.pto --stitching --prefix=assemblage_019785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019785.jpg - -# capture n°019786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019786.pto --stitching --prefix=assemblage_019786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019786.jpg - -# capture n°019787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019787.pto --stitching --prefix=assemblage_019787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019787.jpg - -# capture n°019788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019788.pto --stitching --prefix=assemblage_019788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019788.jpg - -# capture n°019789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019789.pto --stitching --prefix=assemblage_019789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019789.jpg - -# capture n°019790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019790.pto --stitching --prefix=assemblage_019790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019790.jpg - -# capture n°019791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019791.pto --stitching --prefix=assemblage_019791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019791.jpg - -# capture n°019792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019792.pto --stitching --prefix=assemblage_019792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019792.jpg - -# capture n°019793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019793.pto --stitching --prefix=assemblage_019793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019793.jpg - -# capture n°019794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019794.pto --stitching --prefix=assemblage_019794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019794.jpg - -# capture n°019795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019795.pto --stitching --prefix=assemblage_019795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019795.jpg - -# capture n°019796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019796.pto --stitching --prefix=assemblage_019796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019796.jpg - -# capture n°019797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019797.pto --stitching --prefix=assemblage_019797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019797.jpg - -# capture n°019798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019798.pto --stitching --prefix=assemblage_019798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019798.jpg - -# capture n°019799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019799.pto --stitching --prefix=assemblage_019799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019799.jpg - -# capture n°019800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019800.pto --stitching --prefix=assemblage_019800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019800.jpg - -# capture n°019801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019801.pto --stitching --prefix=assemblage_019801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019801.jpg - -# capture n°019802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019802.pto --stitching --prefix=assemblage_019802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019802.jpg - -# capture n°019803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019803.pto --stitching --prefix=assemblage_019803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019803.jpg - -# capture n°019804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019804.pto --stitching --prefix=assemblage_019804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019804.jpg - -# capture n°019805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019805.pto --stitching --prefix=assemblage_019805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019805.jpg - -# capture n°019806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019806.pto --stitching --prefix=assemblage_019806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019806.jpg - -# capture n°019807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019807.pto --stitching --prefix=assemblage_019807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019807.jpg - -# capture n°019808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019808.pto --stitching --prefix=assemblage_019808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019808.jpg - -# capture n°019809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019809.pto --stitching --prefix=assemblage_019809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019809.jpg - -# capture n°019810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019810.pto --stitching --prefix=assemblage_019810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019810.jpg - -# capture n°019811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019811.pto --stitching --prefix=assemblage_019811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019811.jpg - -# capture n°019812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019812.pto --stitching --prefix=assemblage_019812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019812.jpg - -# capture n°019813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019813.pto --stitching --prefix=assemblage_019813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019813.jpg - -# capture n°019814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019814.pto --stitching --prefix=assemblage_019814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019814.jpg - -# capture n°019815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019815.pto --stitching --prefix=assemblage_019815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019815.jpg - -# capture n°019816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019816.pto --stitching --prefix=assemblage_019816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019816.jpg - -# capture n°019817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019817.pto --stitching --prefix=assemblage_019817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019817.jpg - -# capture n°019818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019818.pto --stitching --prefix=assemblage_019818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019818.jpg - -# capture n°019819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019819.pto --stitching --prefix=assemblage_019819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019819.jpg - -# capture n°019820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019820.pto --stitching --prefix=assemblage_019820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019820.jpg - -# capture n°019821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019821.pto --stitching --prefix=assemblage_019821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019821.jpg - -# capture n°019822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019822.pto --stitching --prefix=assemblage_019822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019822.jpg - -# capture n°019823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019823.pto --stitching --prefix=assemblage_019823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019823.jpg - -# capture n°019824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019824.pto --stitching --prefix=assemblage_019824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019824.jpg - -# capture n°019825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019825.pto --stitching --prefix=assemblage_019825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019825.jpg - -# capture n°019826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019826.pto --stitching --prefix=assemblage_019826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019826.jpg - -# capture n°019827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019827.pto --stitching --prefix=assemblage_019827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019827.jpg - -# capture n°019828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019828.pto --stitching --prefix=assemblage_019828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019828.jpg - -# capture n°019829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019829.pto --stitching --prefix=assemblage_019829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019829.jpg - -# capture n°019830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019830.pto --stitching --prefix=assemblage_019830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019830.jpg - -# capture n°019831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019831.pto --stitching --prefix=assemblage_019831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019831.jpg - -# capture n°019832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019832.pto --stitching --prefix=assemblage_019832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019832.jpg - -# capture n°019833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019833.pto --stitching --prefix=assemblage_019833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019833.jpg - -# capture n°019834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019834.pto --stitching --prefix=assemblage_019834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019834.jpg - -# capture n°019835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019835.pto --stitching --prefix=assemblage_019835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019835.jpg - -# capture n°019836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019836.pto --stitching --prefix=assemblage_019836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019836.jpg - -# capture n°019837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019837.pto --stitching --prefix=assemblage_019837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019837.jpg - -# capture n°019838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019838.pto --stitching --prefix=assemblage_019838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019838.jpg - -# capture n°019839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019839.pto --stitching --prefix=assemblage_019839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019839.jpg - -# capture n°019840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019840.pto --stitching --prefix=assemblage_019840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019840.jpg - -# capture n°019841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019841.pto --stitching --prefix=assemblage_019841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019841.jpg - -# capture n°019842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019842.pto --stitching --prefix=assemblage_019842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019842.jpg - -# capture n°019843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019843.pto --stitching --prefix=assemblage_019843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019843.jpg - -# capture n°019844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019844.pto --stitching --prefix=assemblage_019844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019844.jpg - -# capture n°019845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019845.pto --stitching --prefix=assemblage_019845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019845.jpg - -# capture n°019846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019846.pto --stitching --prefix=assemblage_019846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019846.jpg - -# capture n°019847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019847.pto --stitching --prefix=assemblage_019847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019847.jpg - -# capture n°019848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019848.pto --stitching --prefix=assemblage_019848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019848.jpg - -# capture n°019849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019849.pto --stitching --prefix=assemblage_019849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019849.jpg - -# capture n°019850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019850.pto --stitching --prefix=assemblage_019850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019850.jpg - -# capture n°019851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019851.pto --stitching --prefix=assemblage_019851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019851.jpg - -# capture n°019852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019852.pto --stitching --prefix=assemblage_019852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019852.jpg - -# capture n°019853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019853.pto --stitching --prefix=assemblage_019853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019853.jpg - -# capture n°019854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019854.pto --stitching --prefix=assemblage_019854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019854.jpg - -# capture n°019855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019855.pto --stitching --prefix=assemblage_019855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019855.jpg - -# capture n°019856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019856.pto --stitching --prefix=assemblage_019856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019856.jpg - -# capture n°019857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019857.pto --stitching --prefix=assemblage_019857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019857.jpg - -# capture n°019858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019858.pto --stitching --prefix=assemblage_019858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019858.jpg - -# capture n°019859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019859.pto --stitching --prefix=assemblage_019859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019859.jpg - -# capture n°019860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019860.pto --stitching --prefix=assemblage_019860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019860.jpg - -# capture n°019861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019861.pto --stitching --prefix=assemblage_019861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019861.jpg - -# capture n°019862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019862.pto --stitching --prefix=assemblage_019862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019862.jpg - -# capture n°019863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019863.pto --stitching --prefix=assemblage_019863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019863.jpg - -# capture n°019864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019864.pto --stitching --prefix=assemblage_019864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019864.jpg - -# capture n°019865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019865.pto --stitching --prefix=assemblage_019865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019865.jpg - -# capture n°019866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019866.pto --stitching --prefix=assemblage_019866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019866.jpg - -# capture n°019867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019867.pto --stitching --prefix=assemblage_019867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019867.jpg - -# capture n°019868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019868.pto --stitching --prefix=assemblage_019868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019868.jpg - -# capture n°019869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019869.pto --stitching --prefix=assemblage_019869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019869.jpg - -# capture n°019870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019870.pto --stitching --prefix=assemblage_019870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019870.jpg - -# capture n°019871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019871.pto --stitching --prefix=assemblage_019871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019871.jpg - -# capture n°019872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019872.pto --stitching --prefix=assemblage_019872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019872.jpg - -# capture n°019873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019873.pto --stitching --prefix=assemblage_019873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019873.jpg - -# capture n°019874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019874.pto --stitching --prefix=assemblage_019874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019874.jpg - -# capture n°019875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019875.pto --stitching --prefix=assemblage_019875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019875.jpg - -# capture n°019876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019876.pto --stitching --prefix=assemblage_019876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019876.jpg - -# capture n°019877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019877.pto --stitching --prefix=assemblage_019877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019877.jpg - -# capture n°019878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019878.pto --stitching --prefix=assemblage_019878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019878.jpg - -# capture n°019879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019879.pto --stitching --prefix=assemblage_019879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019879.jpg - -# capture n°019880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019880.pto --stitching --prefix=assemblage_019880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019880.jpg - -# capture n°019881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019881.pto --stitching --prefix=assemblage_019881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019881.jpg - -# capture n°019882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019882.pto --stitching --prefix=assemblage_019882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019882.jpg - -# capture n°019883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019883.pto --stitching --prefix=assemblage_019883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019883.jpg - -# capture n°019884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019884.pto --stitching --prefix=assemblage_019884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019884.jpg - -# capture n°019885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019885.pto --stitching --prefix=assemblage_019885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019885.jpg - -# capture n°019886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019886.pto --stitching --prefix=assemblage_019886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019886.jpg - -# capture n°019887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019887.pto --stitching --prefix=assemblage_019887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019887.jpg - -# capture n°019888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019888.pto --stitching --prefix=assemblage_019888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019888.jpg - -# capture n°019889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019889.pto --stitching --prefix=assemblage_019889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019889.jpg - -# capture n°019890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019890.pto --stitching --prefix=assemblage_019890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019890.jpg - -# capture n°019891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019891.pto --stitching --prefix=assemblage_019891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019891.jpg - -# capture n°019892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019892.pto --stitching --prefix=assemblage_019892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019892.jpg - -# capture n°019893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019893.pto --stitching --prefix=assemblage_019893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019893.jpg - -# capture n°019894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019894.pto --stitching --prefix=assemblage_019894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019894.jpg - -# capture n°019895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019895.pto --stitching --prefix=assemblage_019895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019895.jpg - -# capture n°019896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019896.pto --stitching --prefix=assemblage_019896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019896.jpg - -# capture n°019897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019897.pto --stitching --prefix=assemblage_019897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019897.jpg - -# capture n°019898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019898.pto --stitching --prefix=assemblage_019898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019898.jpg - -# capture n°019899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019899.pto --stitching --prefix=assemblage_019899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019899.jpg - -# capture n°019900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019900.pto --stitching --prefix=assemblage_019900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019900.jpg - -# capture n°019901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019901.pto --stitching --prefix=assemblage_019901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019901.jpg - -# capture n°019902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019902.pto --stitching --prefix=assemblage_019902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019902.jpg - -# capture n°019903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019903.pto --stitching --prefix=assemblage_019903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019903.jpg - -# capture n°019904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019904.pto --stitching --prefix=assemblage_019904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019904.jpg - -# capture n°019905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019905.pto --stitching --prefix=assemblage_019905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019905.jpg - -# capture n°019906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019906.pto --stitching --prefix=assemblage_019906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019906.jpg - -# capture n°019907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019907.pto --stitching --prefix=assemblage_019907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019907.jpg - -# capture n°019908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019908.pto --stitching --prefix=assemblage_019908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019908.jpg - -# capture n°019909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019909.pto --stitching --prefix=assemblage_019909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019909.jpg - -# capture n°019910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019910.pto --stitching --prefix=assemblage_019910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019910.jpg - -# capture n°019911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019911.pto --stitching --prefix=assemblage_019911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019911.jpg - -# capture n°019912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019912.pto --stitching --prefix=assemblage_019912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019912.jpg - -# capture n°019913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019913.pto --stitching --prefix=assemblage_019913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019913.jpg - -# capture n°019914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019914.pto --stitching --prefix=assemblage_019914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019914.jpg - -# capture n°019915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019915.pto --stitching --prefix=assemblage_019915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019915.jpg - -# capture n°019916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019916.pto --stitching --prefix=assemblage_019916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019916.jpg - -# capture n°019917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019917.pto --stitching --prefix=assemblage_019917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019917.jpg - -# capture n°019918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019918.pto --stitching --prefix=assemblage_019918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019918.jpg - -# capture n°019919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019919.pto --stitching --prefix=assemblage_019919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019919.jpg - -# capture n°019920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019920.pto --stitching --prefix=assemblage_019920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019920.jpg - -# capture n°019921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019921.pto --stitching --prefix=assemblage_019921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019921.jpg - -# capture n°019922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019922.pto --stitching --prefix=assemblage_019922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019922.jpg - -# capture n°019923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019923.pto --stitching --prefix=assemblage_019923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019923.jpg - -# capture n°019924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019924.pto --stitching --prefix=assemblage_019924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019924.jpg - -# capture n°019925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019925.pto --stitching --prefix=assemblage_019925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019925.jpg - -# capture n°019926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019926.pto --stitching --prefix=assemblage_019926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019926.jpg - -# capture n°019927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019927.pto --stitching --prefix=assemblage_019927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019927.jpg - -# capture n°019928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019928.pto --stitching --prefix=assemblage_019928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019928.jpg - -# capture n°019929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019929.pto --stitching --prefix=assemblage_019929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019929.jpg - -# capture n°019930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019930.pto --stitching --prefix=assemblage_019930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019930.jpg - -# capture n°019931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019931.pto --stitching --prefix=assemblage_019931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019931.jpg - -# capture n°019932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019932.pto --stitching --prefix=assemblage_019932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019932.jpg - -# capture n°019933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019933.pto --stitching --prefix=assemblage_019933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019933.jpg - -# capture n°019934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019934.pto --stitching --prefix=assemblage_019934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019934.jpg - -# capture n°019935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019935.pto --stitching --prefix=assemblage_019935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019935.jpg - -# capture n°019936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019936.pto --stitching --prefix=assemblage_019936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019936.jpg - -# capture n°019937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019937.pto --stitching --prefix=assemblage_019937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019937.jpg - -# capture n°019938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019938.pto --stitching --prefix=assemblage_019938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019938.jpg - -# capture n°019939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019939.pto --stitching --prefix=assemblage_019939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019939.jpg - -# capture n°019940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019940.pto --stitching --prefix=assemblage_019940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019940.jpg - -# capture n°019941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019941.pto --stitching --prefix=assemblage_019941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019941.jpg - -# capture n°019942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019942.pto --stitching --prefix=assemblage_019942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019942.jpg - -# capture n°019943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019943.pto --stitching --prefix=assemblage_019943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019943.jpg - -# capture n°019944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019944.pto --stitching --prefix=assemblage_019944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019944.jpg - -# capture n°019945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019945.pto --stitching --prefix=assemblage_019945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019945.jpg - -# capture n°019946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019946.pto --stitching --prefix=assemblage_019946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019946.jpg - -# capture n°019947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019947.pto --stitching --prefix=assemblage_019947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019947.jpg - -# capture n°019948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019948.pto --stitching --prefix=assemblage_019948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019948.jpg - -# capture n°019949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019949.pto --stitching --prefix=assemblage_019949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019949.jpg - -# capture n°019950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019950.pto --stitching --prefix=assemblage_019950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019950.jpg - -# capture n°019951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019951.pto --stitching --prefix=assemblage_019951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019951.jpg - -# capture n°019952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019952.pto --stitching --prefix=assemblage_019952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019952.jpg - -# capture n°019953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019953.pto --stitching --prefix=assemblage_019953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019953.jpg - -# capture n°019954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019954.pto --stitching --prefix=assemblage_019954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019954.jpg - -# capture n°019955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019955.pto --stitching --prefix=assemblage_019955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019955.jpg - -# capture n°019956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019956.pto --stitching --prefix=assemblage_019956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019956.jpg - -# capture n°019957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019957.pto --stitching --prefix=assemblage_019957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019957.jpg - -# capture n°019958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019958.pto --stitching --prefix=assemblage_019958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019958.jpg - -# capture n°019959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019959.pto --stitching --prefix=assemblage_019959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019959.jpg - -# capture n°019960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019960.pto --stitching --prefix=assemblage_019960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019960.jpg - -# capture n°019961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019961.pto --stitching --prefix=assemblage_019961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019961.jpg - -# capture n°019962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019962.pto --stitching --prefix=assemblage_019962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019962.jpg - -# capture n°019963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019963.pto --stitching --prefix=assemblage_019963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019963.jpg - -# capture n°019964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019964.pto --stitching --prefix=assemblage_019964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019964.jpg - -# capture n°019965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019965.pto --stitching --prefix=assemblage_019965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019965.jpg - -# capture n°019966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019966.pto --stitching --prefix=assemblage_019966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019966.jpg - -# capture n°019967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019967.pto --stitching --prefix=assemblage_019967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019967.jpg - -# capture n°019968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019968.pto --stitching --prefix=assemblage_019968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019968.jpg - -# capture n°019969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019969.pto --stitching --prefix=assemblage_019969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019969.jpg - -# capture n°019970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019970.pto --stitching --prefix=assemblage_019970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019970.jpg - -# capture n°019971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019971.pto --stitching --prefix=assemblage_019971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019971.jpg - -# capture n°019972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019972.pto --stitching --prefix=assemblage_019972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019972.jpg - -# capture n°019973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019973.pto --stitching --prefix=assemblage_019973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019973.jpg - -# capture n°019974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019974.pto --stitching --prefix=assemblage_019974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019974.jpg - -# capture n°019975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019975.pto --stitching --prefix=assemblage_019975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019975.jpg - -# capture n°019976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019976.pto --stitching --prefix=assemblage_019976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019976.jpg - -# capture n°019977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019977.pto --stitching --prefix=assemblage_019977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019977.jpg - -# capture n°019978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019978.pto --stitching --prefix=assemblage_019978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019978.jpg - -# capture n°019979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019979.pto --stitching --prefix=assemblage_019979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019979.jpg - -# capture n°019980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019980.pto --stitching --prefix=assemblage_019980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019980.jpg - -# capture n°019981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019981.pto --stitching --prefix=assemblage_019981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019981.jpg - -# capture n°019982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019982.pto --stitching --prefix=assemblage_019982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019982.jpg - -# capture n°019983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019983.pto --stitching --prefix=assemblage_019983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019983.jpg - -# capture n°019984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019984.pto --stitching --prefix=assemblage_019984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019984.jpg - -# capture n°019985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019985.pto --stitching --prefix=assemblage_019985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019985.jpg - -# capture n°019986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019986.pto --stitching --prefix=assemblage_019986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019986.jpg - -# capture n°019987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019987.pto --stitching --prefix=assemblage_019987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019987.jpg - -# capture n°019988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019988.pto --stitching --prefix=assemblage_019988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019988.jpg - -# capture n°019989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019989.pto --stitching --prefix=assemblage_019989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019989.jpg - -# capture n°019990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019990.pto --stitching --prefix=assemblage_019990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019990.jpg - -# capture n°019991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019991.pto --stitching --prefix=assemblage_019991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019991.jpg - -# capture n°019992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019992.pto --stitching --prefix=assemblage_019992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019992.jpg - -# capture n°019993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019993.pto --stitching --prefix=assemblage_019993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019993.jpg - -# capture n°019994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019994.pto --stitching --prefix=assemblage_019994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019994.jpg - -# capture n°019995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019995.pto --stitching --prefix=assemblage_019995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019995.jpg - -# capture n°019996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019996.pto --stitching --prefix=assemblage_019996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019996.jpg - -# capture n°019997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019997.pto --stitching --prefix=assemblage_019997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019997.jpg - -# capture n°019998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019998.pto --stitching --prefix=assemblage_019998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019998.jpg - -# capture n°019999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_019999.pto --stitching --prefix=assemblage_019999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF019999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_019999.jpg - -# capture n°020000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020000.pto --stitching --prefix=assemblage_020000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020000.jpg - -# capture n°020001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020001.pto --stitching --prefix=assemblage_020001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020001.jpg - -# capture n°020002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020002.pto --stitching --prefix=assemblage_020002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020002.jpg - -# capture n°020003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020003.pto --stitching --prefix=assemblage_020003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020003.jpg - -# capture n°020004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020004.pto --stitching --prefix=assemblage_020004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020004.jpg - -# capture n°020005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020005.pto --stitching --prefix=assemblage_020005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020005.jpg - -# capture n°020006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020006.pto --stitching --prefix=assemblage_020006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020006.jpg - -# capture n°020007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020007.pto --stitching --prefix=assemblage_020007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020007.jpg - -# capture n°020008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020008.pto --stitching --prefix=assemblage_020008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020008.jpg - -# capture n°020009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020009.pto --stitching --prefix=assemblage_020009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020009.jpg - -# capture n°020010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020010.pto --stitching --prefix=assemblage_020010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020010.jpg - -# capture n°020011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020011.pto --stitching --prefix=assemblage_020011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020011.jpg - -# capture n°020012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020012.pto --stitching --prefix=assemblage_020012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020012.jpg - -# capture n°020013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020013.pto --stitching --prefix=assemblage_020013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020013.jpg - -# capture n°020014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020014.pto --stitching --prefix=assemblage_020014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020014.jpg - -# capture n°020015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020015.pto --stitching --prefix=assemblage_020015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020015.jpg - -# capture n°020016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020016.pto --stitching --prefix=assemblage_020016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020016.jpg - -# capture n°020017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020017.pto --stitching --prefix=assemblage_020017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020017.jpg - -# capture n°020018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020018.pto --stitching --prefix=assemblage_020018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020018.jpg - -# capture n°020019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020019.pto --stitching --prefix=assemblage_020019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020019.jpg - -# capture n°020020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020020.pto --stitching --prefix=assemblage_020020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020020.jpg - -# capture n°020021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020021.pto --stitching --prefix=assemblage_020021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020021.jpg - -# capture n°020022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020022.pto --stitching --prefix=assemblage_020022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020022.jpg - -# capture n°020023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020023.pto --stitching --prefix=assemblage_020023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020023.jpg - -# capture n°020024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020024.pto --stitching --prefix=assemblage_020024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020024.jpg - -# capture n°020025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020025.pto --stitching --prefix=assemblage_020025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020025.jpg - -# capture n°020026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020026.pto --stitching --prefix=assemblage_020026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020026.jpg - -# capture n°020027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020027.pto --stitching --prefix=assemblage_020027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020027.jpg - -# capture n°020028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020028.pto --stitching --prefix=assemblage_020028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020028.jpg - -# capture n°020029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020029.pto --stitching --prefix=assemblage_020029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020029.jpg - -# capture n°020030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020030.pto --stitching --prefix=assemblage_020030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020030.jpg - -# capture n°020031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020031.pto --stitching --prefix=assemblage_020031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020031.jpg - -# capture n°020032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020032.pto --stitching --prefix=assemblage_020032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020032.jpg - -# capture n°020033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020033.pto --stitching --prefix=assemblage_020033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020033.jpg - -# capture n°020034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020034.pto --stitching --prefix=assemblage_020034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020034.jpg - -# capture n°020035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020035.pto --stitching --prefix=assemblage_020035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020035.jpg - -# capture n°020036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020036.pto --stitching --prefix=assemblage_020036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020036.jpg - -# capture n°020037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020037.pto --stitching --prefix=assemblage_020037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020037.jpg - -# capture n°020038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020038.pto --stitching --prefix=assemblage_020038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020038.jpg - -# capture n°020039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020039.pto --stitching --prefix=assemblage_020039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020039.jpg - -# capture n°020040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020040.pto --stitching --prefix=assemblage_020040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020040.jpg - -# capture n°020041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020041.pto --stitching --prefix=assemblage_020041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020041.jpg - -# capture n°020042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020042.pto --stitching --prefix=assemblage_020042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020042.jpg - -# capture n°020043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020043.pto --stitching --prefix=assemblage_020043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020043.jpg - -# capture n°020044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020044.pto --stitching --prefix=assemblage_020044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020044.jpg - -# capture n°020045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020045.pto --stitching --prefix=assemblage_020045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020045.jpg - -# capture n°020046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020046.pto --stitching --prefix=assemblage_020046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020046.jpg - -# capture n°020047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020047.pto --stitching --prefix=assemblage_020047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020047.jpg - -# capture n°020048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020048.pto --stitching --prefix=assemblage_020048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020048.jpg - -# capture n°020049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020049.pto --stitching --prefix=assemblage_020049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020049.jpg - -# capture n°020050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020050.pto --stitching --prefix=assemblage_020050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020050.jpg - -# capture n°020051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020051.pto --stitching --prefix=assemblage_020051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020051.jpg - -# capture n°020052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020052.pto --stitching --prefix=assemblage_020052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020052.jpg - -# capture n°020053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020053.pto --stitching --prefix=assemblage_020053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020053.jpg - -# capture n°020054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020054.pto --stitching --prefix=assemblage_020054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020054.jpg - -# capture n°020055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020055.pto --stitching --prefix=assemblage_020055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020055.jpg - -# capture n°020056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020056.pto --stitching --prefix=assemblage_020056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020056.jpg - -# capture n°020057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020057.pto --stitching --prefix=assemblage_020057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020057.jpg - -# capture n°020058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020058.pto --stitching --prefix=assemblage_020058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020058.jpg - -# capture n°020059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020059.pto --stitching --prefix=assemblage_020059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020059.jpg - -# capture n°020060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020060.pto --stitching --prefix=assemblage_020060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020060.jpg - -# capture n°020061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020061.pto --stitching --prefix=assemblage_020061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020061.jpg - -# capture n°020062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020062.pto --stitching --prefix=assemblage_020062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020062.jpg - -# capture n°020063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020063.pto --stitching --prefix=assemblage_020063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020063.jpg - -# capture n°020064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020064.pto --stitching --prefix=assemblage_020064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020064.jpg - -# capture n°020065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020065.pto --stitching --prefix=assemblage_020065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020065.jpg - -# capture n°020066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020066.pto --stitching --prefix=assemblage_020066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020066.jpg - -# capture n°020067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020067.pto --stitching --prefix=assemblage_020067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020067.jpg - -# capture n°020068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020068.pto --stitching --prefix=assemblage_020068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020068.jpg - -# capture n°020069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020069.pto --stitching --prefix=assemblage_020069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020069.jpg - -# capture n°020070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020070.pto --stitching --prefix=assemblage_020070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020070.jpg - -# capture n°020071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020071.pto --stitching --prefix=assemblage_020071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020071.jpg - -# capture n°020072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020072.pto --stitching --prefix=assemblage_020072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020072.jpg - -# capture n°020073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020073.pto --stitching --prefix=assemblage_020073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020073.jpg - -# capture n°020074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020074.pto --stitching --prefix=assemblage_020074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020074.jpg - -# capture n°020075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020075.pto --stitching --prefix=assemblage_020075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020075.jpg - -# capture n°020076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020076.pto --stitching --prefix=assemblage_020076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020076.jpg - -# capture n°020077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020077.pto --stitching --prefix=assemblage_020077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020077.jpg - -# capture n°020078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020078.pto --stitching --prefix=assemblage_020078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020078.jpg - -# capture n°020079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020079.pto --stitching --prefix=assemblage_020079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020079.jpg - -# capture n°020080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020080.pto --stitching --prefix=assemblage_020080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020080.jpg - -# capture n°020081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020081.pto --stitching --prefix=assemblage_020081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020081.jpg - -# capture n°020082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020082.pto --stitching --prefix=assemblage_020082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020082.jpg - -# capture n°020083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020083.pto --stitching --prefix=assemblage_020083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020083.jpg - -# capture n°020084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020084.pto --stitching --prefix=assemblage_020084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020084.jpg - -# capture n°020085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020085.pto --stitching --prefix=assemblage_020085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020085.jpg - -# capture n°020086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020086.pto --stitching --prefix=assemblage_020086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020086.jpg - -# capture n°020087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020087.pto --stitching --prefix=assemblage_020087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020087.jpg - -# capture n°020088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020088.pto --stitching --prefix=assemblage_020088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020088.jpg - -# capture n°020089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020089.pto --stitching --prefix=assemblage_020089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020089.jpg - -# capture n°020090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020090.pto --stitching --prefix=assemblage_020090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020090.jpg - -# capture n°020091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020091.pto --stitching --prefix=assemblage_020091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020091.jpg - -# capture n°020092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020092.pto --stitching --prefix=assemblage_020092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020092.jpg - -# capture n°020093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020093.pto --stitching --prefix=assemblage_020093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020093.jpg - -# capture n°020094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020094.pto --stitching --prefix=assemblage_020094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020094.jpg - -# capture n°020095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020095.pto --stitching --prefix=assemblage_020095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020095.jpg - -# capture n°020096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020096.pto --stitching --prefix=assemblage_020096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020096.jpg - -# capture n°020097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020097.pto --stitching --prefix=assemblage_020097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020097.jpg - -# capture n°020098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020098.pto --stitching --prefix=assemblage_020098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020098.jpg - -# capture n°020099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020099.pto --stitching --prefix=assemblage_020099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020099.jpg - -# capture n°020100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020100.pto --stitching --prefix=assemblage_020100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020100.jpg - -# capture n°020101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020101.pto --stitching --prefix=assemblage_020101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020101.jpg - -# capture n°020102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020102.pto --stitching --prefix=assemblage_020102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020102.jpg - -# capture n°020103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020103.pto --stitching --prefix=assemblage_020103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020103.jpg - -# capture n°020104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020104.pto --stitching --prefix=assemblage_020104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020104.jpg - -# capture n°020105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020105.pto --stitching --prefix=assemblage_020105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020105.jpg - -# capture n°020106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020106.pto --stitching --prefix=assemblage_020106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020106.jpg - -# capture n°020107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020107.pto --stitching --prefix=assemblage_020107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020107.jpg - -# capture n°020108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020108.pto --stitching --prefix=assemblage_020108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020108.jpg - -# capture n°020109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020109.pto --stitching --prefix=assemblage_020109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020109.jpg - -# capture n°020110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020110.pto --stitching --prefix=assemblage_020110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020110.jpg - -# capture n°020111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020111.pto --stitching --prefix=assemblage_020111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020111.jpg - -# capture n°020112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020112.pto --stitching --prefix=assemblage_020112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020112.jpg - -# capture n°020113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020113.pto --stitching --prefix=assemblage_020113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020113.jpg - -# capture n°020114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020114.pto --stitching --prefix=assemblage_020114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020114.jpg - -# capture n°020115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020115.pto --stitching --prefix=assemblage_020115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020115.jpg - -# capture n°020116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020116.pto --stitching --prefix=assemblage_020116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020116.jpg - -# capture n°020117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020117.pto --stitching --prefix=assemblage_020117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020117.jpg - -# capture n°020118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020118.pto --stitching --prefix=assemblage_020118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020118.jpg - -# capture n°020119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020119.pto --stitching --prefix=assemblage_020119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020119.jpg - -# capture n°020120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020120.pto --stitching --prefix=assemblage_020120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020120.jpg - -# capture n°020121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020121.pto --stitching --prefix=assemblage_020121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020121.jpg - -# capture n°020122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020122.pto --stitching --prefix=assemblage_020122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020122.jpg - -# capture n°020123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020123.pto --stitching --prefix=assemblage_020123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020123.jpg - -# capture n°020124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020124.pto --stitching --prefix=assemblage_020124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020124.jpg - -# capture n°020125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020125.pto --stitching --prefix=assemblage_020125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020125.jpg - -# capture n°020126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020126.pto --stitching --prefix=assemblage_020126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020126.jpg - -# capture n°020127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020127.pto --stitching --prefix=assemblage_020127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020127.jpg - -# capture n°020128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020128.pto --stitching --prefix=assemblage_020128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020128.jpg - -# capture n°020129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020129.pto --stitching --prefix=assemblage_020129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020129.jpg - -# capture n°020130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020130.pto --stitching --prefix=assemblage_020130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020130.jpg - -# capture n°020131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020131.pto --stitching --prefix=assemblage_020131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020131.jpg - -# capture n°020132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020132.pto --stitching --prefix=assemblage_020132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020132.jpg - -# capture n°020133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020133.pto --stitching --prefix=assemblage_020133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020133.jpg - -# capture n°020134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020134.pto --stitching --prefix=assemblage_020134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020134.jpg - -# capture n°020135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020135.pto --stitching --prefix=assemblage_020135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020135.jpg - -# capture n°020136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020136.pto --stitching --prefix=assemblage_020136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020136.jpg - -# capture n°020137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020137.pto --stitching --prefix=assemblage_020137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020137.jpg - -# capture n°020138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020138.pto --stitching --prefix=assemblage_020138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020138.jpg - -# capture n°020139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020139.pto --stitching --prefix=assemblage_020139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020139.jpg - -# capture n°020140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020140.pto --stitching --prefix=assemblage_020140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020140.jpg - -# capture n°020141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020141.pto --stitching --prefix=assemblage_020141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020141.jpg - -# capture n°020142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020142.pto --stitching --prefix=assemblage_020142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020142.jpg - -# capture n°020143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020143.pto --stitching --prefix=assemblage_020143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020143.jpg - -# capture n°020144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020144.pto --stitching --prefix=assemblage_020144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020144.jpg - -# capture n°020145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020145.pto --stitching --prefix=assemblage_020145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020145.jpg - -# capture n°020146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020146.pto --stitching --prefix=assemblage_020146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020146.jpg - -# capture n°020147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020147.pto --stitching --prefix=assemblage_020147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020147.jpg - -# capture n°020148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020148.pto --stitching --prefix=assemblage_020148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020148.jpg - -# capture n°020149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020149.pto --stitching --prefix=assemblage_020149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020149.jpg - -# capture n°020150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020150.pto --stitching --prefix=assemblage_020150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020150.jpg - -# capture n°020151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020151.pto --stitching --prefix=assemblage_020151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020151.jpg - -# capture n°020152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020152.pto --stitching --prefix=assemblage_020152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020152.jpg - -# capture n°020153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020153.pto --stitching --prefix=assemblage_020153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020153.jpg - -# capture n°020154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020154.pto --stitching --prefix=assemblage_020154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020154.jpg - -# capture n°020155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020155.pto --stitching --prefix=assemblage_020155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020155.jpg - -# capture n°020156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020156.pto --stitching --prefix=assemblage_020156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020156.jpg - -# capture n°020157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020157.pto --stitching --prefix=assemblage_020157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020157.jpg - -# capture n°020158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020158.pto --stitching --prefix=assemblage_020158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020158.jpg - -# capture n°020159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020159.pto --stitching --prefix=assemblage_020159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020159.jpg - -# capture n°020160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020160.pto --stitching --prefix=assemblage_020160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020160.jpg - -# capture n°020161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020161.pto --stitching --prefix=assemblage_020161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020161.jpg - -# capture n°020162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020162.pto --stitching --prefix=assemblage_020162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020162.jpg - -# capture n°020163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020163.pto --stitching --prefix=assemblage_020163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020163.jpg - -# capture n°020164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020164.pto --stitching --prefix=assemblage_020164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020164.jpg - -# capture n°020165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020165.pto --stitching --prefix=assemblage_020165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020165.jpg - -# capture n°020166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020166.pto --stitching --prefix=assemblage_020166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020166.jpg - -# capture n°020167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020167.pto --stitching --prefix=assemblage_020167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020167.jpg - -# capture n°020168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020168.pto --stitching --prefix=assemblage_020168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020168.jpg - -# capture n°020169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020169.pto --stitching --prefix=assemblage_020169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020169.jpg - -# capture n°020170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020170.pto --stitching --prefix=assemblage_020170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020170.jpg - -# capture n°020171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020171.pto --stitching --prefix=assemblage_020171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020171.jpg - -# capture n°020172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020172.pto --stitching --prefix=assemblage_020172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020172.jpg - -# capture n°020173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020173.pto --stitching --prefix=assemblage_020173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020173.jpg - -# capture n°020174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020174.pto --stitching --prefix=assemblage_020174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020174.jpg - -# capture n°020175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020175.pto --stitching --prefix=assemblage_020175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020175.jpg - -# capture n°020176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020176.pto --stitching --prefix=assemblage_020176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020176.jpg - -# capture n°020177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020177.pto --stitching --prefix=assemblage_020177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020177.jpg - -# capture n°020178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020178.pto --stitching --prefix=assemblage_020178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020178.jpg - -# capture n°020179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020179.pto --stitching --prefix=assemblage_020179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020179.jpg - -# capture n°020180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020180.pto --stitching --prefix=assemblage_020180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020180.jpg - -# capture n°020181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020181.pto --stitching --prefix=assemblage_020181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020181.jpg - -# capture n°020182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020182.pto --stitching --prefix=assemblage_020182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020182.jpg - -# capture n°020183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020183.pto --stitching --prefix=assemblage_020183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020183.jpg - -# capture n°020184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020184.pto --stitching --prefix=assemblage_020184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020184.jpg - -# capture n°020185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020185.pto --stitching --prefix=assemblage_020185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020185.jpg - -# capture n°020186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020186.pto --stitching --prefix=assemblage_020186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020186.jpg - -# capture n°020187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020187.pto --stitching --prefix=assemblage_020187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020187.jpg - -# capture n°020188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020188.pto --stitching --prefix=assemblage_020188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020188.jpg - -# capture n°020189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020189.pto --stitching --prefix=assemblage_020189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020189.jpg - -# capture n°020190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020190.pto --stitching --prefix=assemblage_020190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020190.jpg - -# capture n°020191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020191.pto --stitching --prefix=assemblage_020191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020191.jpg - -# capture n°020192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020192.pto --stitching --prefix=assemblage_020192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020192.jpg - -# capture n°020193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020193.pto --stitching --prefix=assemblage_020193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020193.jpg - -# capture n°020194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020194.pto --stitching --prefix=assemblage_020194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020194.jpg - -# capture n°020195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020195.pto --stitching --prefix=assemblage_020195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020195.jpg - -# capture n°020196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020196.pto --stitching --prefix=assemblage_020196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020196.jpg - -# capture n°020197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020197.pto --stitching --prefix=assemblage_020197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020197.jpg - -# capture n°020198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020198.pto --stitching --prefix=assemblage_020198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020198.jpg - -# capture n°020199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020199.pto --stitching --prefix=assemblage_020199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020199.jpg - -# capture n°020200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020200.pto --stitching --prefix=assemblage_020200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020200.jpg - -# capture n°020201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020201.pto --stitching --prefix=assemblage_020201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020201.jpg - -# capture n°020202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020202.pto --stitching --prefix=assemblage_020202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020202.jpg - -# capture n°020203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020203.pto --stitching --prefix=assemblage_020203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020203.jpg - -# capture n°020204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020204.pto --stitching --prefix=assemblage_020204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020204.jpg - -# capture n°020205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020205.pto --stitching --prefix=assemblage_020205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020205.jpg - -# capture n°020206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020206.pto --stitching --prefix=assemblage_020206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020206.jpg - -# capture n°020207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020207.pto --stitching --prefix=assemblage_020207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020207.jpg - -# capture n°020208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020208.pto --stitching --prefix=assemblage_020208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020208.jpg - -# capture n°020209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020209.pto --stitching --prefix=assemblage_020209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020209.jpg - -# capture n°020210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020210.pto --stitching --prefix=assemblage_020210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020210.jpg - -# capture n°020211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020211.pto --stitching --prefix=assemblage_020211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020211.jpg - -# capture n°020212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020212.pto --stitching --prefix=assemblage_020212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020212.jpg - -# capture n°020213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020213.pto --stitching --prefix=assemblage_020213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020213.jpg - -# capture n°020214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020214.pto --stitching --prefix=assemblage_020214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020214.jpg - -# capture n°020215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020215.pto --stitching --prefix=assemblage_020215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020215.jpg - -# capture n°020216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020216.pto --stitching --prefix=assemblage_020216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020216.jpg - -# capture n°020217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020217.pto --stitching --prefix=assemblage_020217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020217.jpg - -# capture n°020218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020218.pto --stitching --prefix=assemblage_020218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020218.jpg - -# capture n°020219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020219.pto --stitching --prefix=assemblage_020219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020219.jpg - -# capture n°020220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020220.pto --stitching --prefix=assemblage_020220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020220.jpg - -# capture n°020221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020221.pto --stitching --prefix=assemblage_020221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020221.jpg - -# capture n°020222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020222.pto --stitching --prefix=assemblage_020222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020222.jpg - -# capture n°020223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020223.pto --stitching --prefix=assemblage_020223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020223.jpg - -# capture n°020224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020224.pto --stitching --prefix=assemblage_020224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020224.jpg - -# capture n°020225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020225.pto --stitching --prefix=assemblage_020225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020225.jpg - -# capture n°020226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020226.pto --stitching --prefix=assemblage_020226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020226.jpg - -# capture n°020227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020227.pto --stitching --prefix=assemblage_020227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020227.jpg - -# capture n°020228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020228.pto --stitching --prefix=assemblage_020228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020228.jpg - -# capture n°020229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020229.pto --stitching --prefix=assemblage_020229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020229.jpg - -# capture n°020230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020230.pto --stitching --prefix=assemblage_020230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020230.jpg - -# capture n°020231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020231.pto --stitching --prefix=assemblage_020231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020231.jpg - -# capture n°020232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020232.pto --stitching --prefix=assemblage_020232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020232.jpg - -# capture n°020233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020233.pto --stitching --prefix=assemblage_020233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020233.jpg - -# capture n°020234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020234.pto --stitching --prefix=assemblage_020234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020234.jpg - -# capture n°020235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020235.pto --stitching --prefix=assemblage_020235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020235.jpg - -# capture n°020236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020236.pto --stitching --prefix=assemblage_020236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020236.jpg - -# capture n°020237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020237.pto --stitching --prefix=assemblage_020237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020237.jpg - -# capture n°020238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020238.pto --stitching --prefix=assemblage_020238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020238.jpg - -# capture n°020239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020239.pto --stitching --prefix=assemblage_020239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020239.jpg - -# capture n°020240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020240.pto --stitching --prefix=assemblage_020240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020240.jpg - -# capture n°020241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020241.pto --stitching --prefix=assemblage_020241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020241.jpg - -# capture n°020242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020242.pto --stitching --prefix=assemblage_020242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020242.jpg - -# capture n°020243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020243.pto --stitching --prefix=assemblage_020243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020243.jpg - -# capture n°020244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020244.pto --stitching --prefix=assemblage_020244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020244.jpg - -# capture n°020245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020245.pto --stitching --prefix=assemblage_020245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020245.jpg - -# capture n°020246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020246.pto --stitching --prefix=assemblage_020246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020246.jpg - -# capture n°020247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020247.pto --stitching --prefix=assemblage_020247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020247.jpg - -# capture n°020248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020248.pto --stitching --prefix=assemblage_020248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020248.jpg - -# capture n°020249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020249.pto --stitching --prefix=assemblage_020249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020249.jpg - -# capture n°020250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020250.pto --stitching --prefix=assemblage_020250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020250.jpg - -# capture n°020251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020251.pto --stitching --prefix=assemblage_020251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020251.jpg - -# capture n°020252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020252.pto --stitching --prefix=assemblage_020252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020252.jpg - -# capture n°020253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020253.pto --stitching --prefix=assemblage_020253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020253.jpg - -# capture n°020254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020254.pto --stitching --prefix=assemblage_020254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020254.jpg - -# capture n°020255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020255.pto --stitching --prefix=assemblage_020255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020255.jpg - -# capture n°020256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020256.pto --stitching --prefix=assemblage_020256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020256.jpg - -# capture n°020257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020257.pto --stitching --prefix=assemblage_020257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020257.jpg - -# capture n°020258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020258.pto --stitching --prefix=assemblage_020258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020258.jpg - -# capture n°020259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020259.pto --stitching --prefix=assemblage_020259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020259.jpg - -# capture n°020260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020260.pto --stitching --prefix=assemblage_020260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020260.jpg - -# capture n°020261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020261.pto --stitching --prefix=assemblage_020261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020261.jpg - -# capture n°020262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020262.pto --stitching --prefix=assemblage_020262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020262.jpg - -# capture n°020263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020263.pto --stitching --prefix=assemblage_020263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020263.jpg - -# capture n°020264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020264.pto --stitching --prefix=assemblage_020264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020264.jpg - -# capture n°020265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020265.pto --stitching --prefix=assemblage_020265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020265.jpg - -# capture n°020266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020266.pto --stitching --prefix=assemblage_020266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020266.jpg - -# capture n°020267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020267.pto --stitching --prefix=assemblage_020267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020267.jpg - -# capture n°020268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020268.pto --stitching --prefix=assemblage_020268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020268.jpg - -# capture n°020269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020269.pto --stitching --prefix=assemblage_020269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020269.jpg - -# capture n°020270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020270.pto --stitching --prefix=assemblage_020270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020270.jpg - -# capture n°020271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020271.pto --stitching --prefix=assemblage_020271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020271.jpg - -# capture n°020272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020272.pto --stitching --prefix=assemblage_020272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020272.jpg - -# capture n°020273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020273.pto --stitching --prefix=assemblage_020273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020273.jpg - -# capture n°020274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020274.pto --stitching --prefix=assemblage_020274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020274.jpg - -# capture n°020275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020275.pto --stitching --prefix=assemblage_020275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020275.jpg - -# capture n°020276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020276.pto --stitching --prefix=assemblage_020276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020276.jpg - -# capture n°020277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020277.pto --stitching --prefix=assemblage_020277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020277.jpg - -# capture n°020278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020278.pto --stitching --prefix=assemblage_020278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020278.jpg - -# capture n°020279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020279.pto --stitching --prefix=assemblage_020279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020279.jpg - -# capture n°020280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020280.pto --stitching --prefix=assemblage_020280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020280.jpg - -# capture n°020281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020281.pto --stitching --prefix=assemblage_020281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020281.jpg - -# capture n°020282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020282.pto --stitching --prefix=assemblage_020282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020282.jpg - -# capture n°020283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020283.pto --stitching --prefix=assemblage_020283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020283.jpg - -# capture n°020284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020284.pto --stitching --prefix=assemblage_020284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020284.jpg - -# capture n°020285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020285.pto --stitching --prefix=assemblage_020285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020285.jpg - -# capture n°020286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020286.pto --stitching --prefix=assemblage_020286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020286.jpg - -# capture n°020287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020287.pto --stitching --prefix=assemblage_020287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020287.jpg - -# capture n°020288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020288.pto --stitching --prefix=assemblage_020288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020288.jpg - -# capture n°020289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020289.pto --stitching --prefix=assemblage_020289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020289.jpg - -# capture n°020290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020290.pto --stitching --prefix=assemblage_020290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020290.jpg - -# capture n°020291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020291.pto --stitching --prefix=assemblage_020291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020291.jpg - -# capture n°020292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020292.pto --stitching --prefix=assemblage_020292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020292.jpg - -# capture n°020293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020293.pto --stitching --prefix=assemblage_020293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020293.jpg - -# capture n°020294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020294.pto --stitching --prefix=assemblage_020294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020294.jpg - -# capture n°020295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020295.pto --stitching --prefix=assemblage_020295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020295.jpg - -# capture n°020296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020296.pto --stitching --prefix=assemblage_020296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020296.jpg - -# capture n°020297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020297.pto --stitching --prefix=assemblage_020297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020297.jpg - -# capture n°020298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020298.pto --stitching --prefix=assemblage_020298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020298.jpg - -# capture n°020299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020299.pto --stitching --prefix=assemblage_020299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020299.jpg - -# capture n°020300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020300.pto --stitching --prefix=assemblage_020300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020300.jpg - -# capture n°020301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020301.pto --stitching --prefix=assemblage_020301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020301.jpg - -# capture n°020302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020302.pto --stitching --prefix=assemblage_020302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020302.jpg - -# capture n°020303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020303.pto --stitching --prefix=assemblage_020303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020303.jpg - -# capture n°020304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020304.pto --stitching --prefix=assemblage_020304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020304.jpg - -# capture n°020305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020305.pto --stitching --prefix=assemblage_020305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020305.jpg - -# capture n°020306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020306.pto --stitching --prefix=assemblage_020306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020306.jpg - -# capture n°020307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020307.pto --stitching --prefix=assemblage_020307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020307.jpg - -# capture n°020308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020308.pto --stitching --prefix=assemblage_020308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020308.jpg - -# capture n°020309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020309.pto --stitching --prefix=assemblage_020309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020309.jpg - -# capture n°020310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020310.pto --stitching --prefix=assemblage_020310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020310.jpg - -# capture n°020311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020311.pto --stitching --prefix=assemblage_020311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020311.jpg - -# capture n°020312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020312.pto --stitching --prefix=assemblage_020312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020312.jpg - -# capture n°020313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020313.pto --stitching --prefix=assemblage_020313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020313.jpg - -# capture n°020314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020314.pto --stitching --prefix=assemblage_020314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020314.jpg - -# capture n°020315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020315.pto --stitching --prefix=assemblage_020315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020315.jpg - -# capture n°020316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020316.pto --stitching --prefix=assemblage_020316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020316.jpg - -# capture n°020317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020317.pto --stitching --prefix=assemblage_020317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020317.jpg - -# capture n°020318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020318.pto --stitching --prefix=assemblage_020318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020318.jpg - -# capture n°020319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020319.pto --stitching --prefix=assemblage_020319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020319.jpg - -# capture n°020320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020320.pto --stitching --prefix=assemblage_020320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020320.jpg - -# capture n°020321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020321.pto --stitching --prefix=assemblage_020321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020321.jpg - -# capture n°020322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020322.pto --stitching --prefix=assemblage_020322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020322.jpg - -# capture n°020323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020323.pto --stitching --prefix=assemblage_020323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020323.jpg - -# capture n°020324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020324.pto --stitching --prefix=assemblage_020324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020324.jpg - -# capture n°020325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020325.pto --stitching --prefix=assemblage_020325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020325.jpg - -# capture n°020326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020326.pto --stitching --prefix=assemblage_020326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020326.jpg - -# capture n°020327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020327.pto --stitching --prefix=assemblage_020327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020327.jpg - -# capture n°020328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020328.pto --stitching --prefix=assemblage_020328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020328.jpg - -# capture n°020329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020329.pto --stitching --prefix=assemblage_020329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020329.jpg - -# capture n°020330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020330.pto --stitching --prefix=assemblage_020330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020330.jpg - -# capture n°020331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020331.pto --stitching --prefix=assemblage_020331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020331.jpg - -# capture n°020332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020332.pto --stitching --prefix=assemblage_020332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020332.jpg - -# capture n°020333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020333.pto --stitching --prefix=assemblage_020333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020333.jpg - -# capture n°020334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020334.pto --stitching --prefix=assemblage_020334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020334.jpg - -# capture n°020335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020335.pto --stitching --prefix=assemblage_020335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020335.jpg - -# capture n°020336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020336.pto --stitching --prefix=assemblage_020336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020336.jpg - -# capture n°020337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020337.pto --stitching --prefix=assemblage_020337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020337.jpg - -# capture n°020338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020338.pto --stitching --prefix=assemblage_020338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020338.jpg - -# capture n°020339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020339.pto --stitching --prefix=assemblage_020339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020339.jpg - -# capture n°020340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020340.pto --stitching --prefix=assemblage_020340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020340.jpg - -# capture n°020341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020341.pto --stitching --prefix=assemblage_020341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020341.jpg - -# capture n°020342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020342.pto --stitching --prefix=assemblage_020342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020342.jpg - -# capture n°020343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020343.pto --stitching --prefix=assemblage_020343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020343.jpg - -# capture n°020344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020344.pto --stitching --prefix=assemblage_020344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020344.jpg - -# capture n°020345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020345.pto --stitching --prefix=assemblage_020345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020345.jpg - -# capture n°020346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020346.pto --stitching --prefix=assemblage_020346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020346.jpg - -# capture n°020347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020347.pto --stitching --prefix=assemblage_020347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020347.jpg - -# capture n°020348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020348.pto --stitching --prefix=assemblage_020348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020348.jpg - -# capture n°020349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020349.pto --stitching --prefix=assemblage_020349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020349.jpg - -# capture n°020350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020350.pto --stitching --prefix=assemblage_020350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020350.jpg - -# capture n°020351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020351.pto --stitching --prefix=assemblage_020351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020351.jpg - -# capture n°020352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020352.pto --stitching --prefix=assemblage_020352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020352.jpg - -# capture n°020353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020353.pto --stitching --prefix=assemblage_020353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020353.jpg - -# capture n°020354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020354.pto --stitching --prefix=assemblage_020354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020354.jpg - -# capture n°020355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020355.pto --stitching --prefix=assemblage_020355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020355.jpg - -# capture n°020356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020356.pto --stitching --prefix=assemblage_020356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020356.jpg - -# capture n°020357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020357.pto --stitching --prefix=assemblage_020357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020357.jpg - -# capture n°020358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020358.pto --stitching --prefix=assemblage_020358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020358.jpg - -# capture n°020359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020359.pto --stitching --prefix=assemblage_020359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020359.jpg - -# capture n°020360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020360.pto --stitching --prefix=assemblage_020360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020360.jpg - -# capture n°020361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020361.pto --stitching --prefix=assemblage_020361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020361.jpg - -# capture n°020362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020362.pto --stitching --prefix=assemblage_020362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020362.jpg - -# capture n°020363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020363.pto --stitching --prefix=assemblage_020363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020363.jpg - -# capture n°020364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020364.pto --stitching --prefix=assemblage_020364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020364.jpg - -# capture n°020365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020365.pto --stitching --prefix=assemblage_020365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020365.jpg - -# capture n°020366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020366.pto --stitching --prefix=assemblage_020366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020366.jpg - -# capture n°020367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020367.pto --stitching --prefix=assemblage_020367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020367.jpg - -# capture n°020368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020368.pto --stitching --prefix=assemblage_020368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020368.jpg - -# capture n°020369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020369.pto --stitching --prefix=assemblage_020369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020369.jpg - -# capture n°020370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020370.pto --stitching --prefix=assemblage_020370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020370.jpg - -# capture n°020371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020371.pto --stitching --prefix=assemblage_020371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020371.jpg - -# capture n°020372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020372.pto --stitching --prefix=assemblage_020372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020372.jpg - -# capture n°020373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020373.pto --stitching --prefix=assemblage_020373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020373.jpg - -# capture n°020374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020374.pto --stitching --prefix=assemblage_020374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020374.jpg - -# capture n°020375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020375.pto --stitching --prefix=assemblage_020375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020375.jpg - -# capture n°020376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020376.pto --stitching --prefix=assemblage_020376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020376.jpg - -# capture n°020377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020377.pto --stitching --prefix=assemblage_020377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020377.jpg - -# capture n°020378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020378.pto --stitching --prefix=assemblage_020378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020378.jpg - -# capture n°020379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020379.pto --stitching --prefix=assemblage_020379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020379.jpg - -# capture n°020380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020380.pto --stitching --prefix=assemblage_020380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020380.jpg - -# capture n°020381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020381.pto --stitching --prefix=assemblage_020381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020381.jpg - -# capture n°020382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020382.pto --stitching --prefix=assemblage_020382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020382.jpg - -# capture n°020383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020383.pto --stitching --prefix=assemblage_020383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020383.jpg - -# capture n°020384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020384.pto --stitching --prefix=assemblage_020384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020384.jpg - -# capture n°020385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020385.pto --stitching --prefix=assemblage_020385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020385.jpg - -# capture n°020386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020386.pto --stitching --prefix=assemblage_020386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020386.jpg - -# capture n°020387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020387.pto --stitching --prefix=assemblage_020387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020387.jpg - -# capture n°020388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020388.pto --stitching --prefix=assemblage_020388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020388.jpg - -# capture n°020389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020389.pto --stitching --prefix=assemblage_020389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020389.jpg - -# capture n°020390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020390.pto --stitching --prefix=assemblage_020390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020390.jpg - -# capture n°020391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020391.pto --stitching --prefix=assemblage_020391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020391.jpg - -# capture n°020392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020392.pto --stitching --prefix=assemblage_020392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020392.jpg - -# capture n°020393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020393.pto --stitching --prefix=assemblage_020393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020393.jpg - -# capture n°020394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020394.pto --stitching --prefix=assemblage_020394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020394.jpg - -# capture n°020395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020395.pto --stitching --prefix=assemblage_020395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020395.jpg - -# capture n°020396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020396.pto --stitching --prefix=assemblage_020396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020396.jpg - -# capture n°020397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020397.pto --stitching --prefix=assemblage_020397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020397.jpg - -# capture n°020398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020398.pto --stitching --prefix=assemblage_020398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020398.jpg - -# capture n°020399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020399.pto --stitching --prefix=assemblage_020399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020399.jpg - -# capture n°020400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020400.pto --stitching --prefix=assemblage_020400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020400.jpg - -# capture n°020401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020401.pto --stitching --prefix=assemblage_020401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020401.jpg - -# capture n°020402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020402.pto --stitching --prefix=assemblage_020402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020402.jpg - -# capture n°020403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020403.pto --stitching --prefix=assemblage_020403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020403.jpg - -# capture n°020404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020404.pto --stitching --prefix=assemblage_020404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020404.jpg - -# capture n°020405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020405.pto --stitching --prefix=assemblage_020405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020405.jpg - -# capture n°020406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020406.pto --stitching --prefix=assemblage_020406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020406.jpg - -# capture n°020407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020407.pto --stitching --prefix=assemblage_020407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020407.jpg - -# capture n°020408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020408.pto --stitching --prefix=assemblage_020408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020408.jpg - -# capture n°020409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020409.pto --stitching --prefix=assemblage_020409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020409.jpg - -# capture n°020410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020410.pto --stitching --prefix=assemblage_020410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020410.jpg - -# capture n°020411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020411.pto --stitching --prefix=assemblage_020411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020411.jpg - -# capture n°020412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020412.pto --stitching --prefix=assemblage_020412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020412.jpg - -# capture n°020413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020413.pto --stitching --prefix=assemblage_020413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020413.jpg - -# capture n°020414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020414.pto --stitching --prefix=assemblage_020414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020414.jpg - -# capture n°020415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020415.pto --stitching --prefix=assemblage_020415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020415.jpg - -# capture n°020416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020416.pto --stitching --prefix=assemblage_020416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020416.jpg - -# capture n°020417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020417.pto --stitching --prefix=assemblage_020417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020417.jpg - -# capture n°020418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020418.pto --stitching --prefix=assemblage_020418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020418.jpg - -# capture n°020419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020419.pto --stitching --prefix=assemblage_020419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020419.jpg - -# capture n°020420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020420.pto --stitching --prefix=assemblage_020420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020420.jpg - -# capture n°020421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020421.pto --stitching --prefix=assemblage_020421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020421.jpg - -# capture n°020422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020422.pto --stitching --prefix=assemblage_020422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020422.jpg - -# capture n°020423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020423.pto --stitching --prefix=assemblage_020423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020423.jpg - -# capture n°020424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020424.pto --stitching --prefix=assemblage_020424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020424.jpg - -# capture n°020425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020425.pto --stitching --prefix=assemblage_020425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020425.jpg - -# capture n°020426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020426.pto --stitching --prefix=assemblage_020426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020426.jpg - -# capture n°020427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020427.pto --stitching --prefix=assemblage_020427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020427.jpg - -# capture n°020428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020428.pto --stitching --prefix=assemblage_020428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020428.jpg - -# capture n°020429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020429.pto --stitching --prefix=assemblage_020429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020429.jpg - -# capture n°020430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020430.pto --stitching --prefix=assemblage_020430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020430.jpg - -# capture n°020431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020431.pto --stitching --prefix=assemblage_020431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020431.jpg - -# capture n°020432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020432.pto --stitching --prefix=assemblage_020432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020432.jpg - -# capture n°020433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020433.pto --stitching --prefix=assemblage_020433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020433.jpg - -# capture n°020434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020434.pto --stitching --prefix=assemblage_020434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020434.jpg - -# capture n°020435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020435.pto --stitching --prefix=assemblage_020435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020435.jpg - -# capture n°020436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020436.pto --stitching --prefix=assemblage_020436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020436.jpg - -# capture n°020437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020437.pto --stitching --prefix=assemblage_020437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020437.jpg - -# capture n°020438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020438.pto --stitching --prefix=assemblage_020438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020438.jpg - -# capture n°020439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020439.pto --stitching --prefix=assemblage_020439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020439.jpg - -# capture n°020440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020440.pto --stitching --prefix=assemblage_020440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020440.jpg - -# capture n°020441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020441.pto --stitching --prefix=assemblage_020441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020441.jpg - -# capture n°020442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020442.pto --stitching --prefix=assemblage_020442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020442.jpg - -# capture n°020443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020443.pto --stitching --prefix=assemblage_020443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020443.jpg - -# capture n°020444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020444.pto --stitching --prefix=assemblage_020444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020444.jpg - -# capture n°020445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020445.pto --stitching --prefix=assemblage_020445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020445.jpg - -# capture n°020446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020446.pto --stitching --prefix=assemblage_020446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020446.jpg - -# capture n°020447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020447.pto --stitching --prefix=assemblage_020447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020447.jpg - -# capture n°020448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020448.pto --stitching --prefix=assemblage_020448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020448.jpg - -# capture n°020449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020449.pto --stitching --prefix=assemblage_020449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020449.jpg - -# capture n°020450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020450.pto --stitching --prefix=assemblage_020450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020450.jpg - -# capture n°020451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020451.pto --stitching --prefix=assemblage_020451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020451.jpg - -# capture n°020452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020452.pto --stitching --prefix=assemblage_020452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020452.jpg - -# capture n°020453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020453.pto --stitching --prefix=assemblage_020453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020453.jpg - -# capture n°020454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020454.pto --stitching --prefix=assemblage_020454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020454.jpg - -# capture n°020455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020455.pto --stitching --prefix=assemblage_020455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020455.jpg - -# capture n°020456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020456.pto --stitching --prefix=assemblage_020456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020456.jpg - -# capture n°020457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020457.pto --stitching --prefix=assemblage_020457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020457.jpg - -# capture n°020458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020458.pto --stitching --prefix=assemblage_020458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020458.jpg - -# capture n°020459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020459.pto --stitching --prefix=assemblage_020459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020459.jpg - -# capture n°020460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020460.pto --stitching --prefix=assemblage_020460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020460.jpg - -# capture n°020461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020461.pto --stitching --prefix=assemblage_020461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020461.jpg - -# capture n°020462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020462.pto --stitching --prefix=assemblage_020462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020462.jpg - -# capture n°020463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020463.pto --stitching --prefix=assemblage_020463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020463.jpg - -# capture n°020464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020464.pto --stitching --prefix=assemblage_020464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020464.jpg - -# capture n°020465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020465.pto --stitching --prefix=assemblage_020465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020465.jpg - -# capture n°020466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020466.pto --stitching --prefix=assemblage_020466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020466.jpg - -# capture n°020467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020467.pto --stitching --prefix=assemblage_020467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020467.jpg - -# capture n°020468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020468.pto --stitching --prefix=assemblage_020468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020468.jpg - -# capture n°020469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020469.pto --stitching --prefix=assemblage_020469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020469.jpg - -# capture n°020470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020470.pto --stitching --prefix=assemblage_020470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020470.jpg - -# capture n°020471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020471.pto --stitching --prefix=assemblage_020471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020471.jpg - -# capture n°020472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020472.pto --stitching --prefix=assemblage_020472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020472.jpg - -# capture n°020473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020473.pto --stitching --prefix=assemblage_020473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020473.jpg - -# capture n°020474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020474.pto --stitching --prefix=assemblage_020474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020474.jpg - -# capture n°020475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020475.pto --stitching --prefix=assemblage_020475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020475.jpg - -# capture n°020476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020476.pto --stitching --prefix=assemblage_020476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020476.jpg - -# capture n°020477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020477.pto --stitching --prefix=assemblage_020477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020477.jpg - -# capture n°020478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020478.pto --stitching --prefix=assemblage_020478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020478.jpg - -# capture n°020479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020479.pto --stitching --prefix=assemblage_020479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020479.jpg - -# capture n°020480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020480.pto --stitching --prefix=assemblage_020480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020480.jpg - -# capture n°020481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020481.pto --stitching --prefix=assemblage_020481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020481.jpg - -# capture n°020482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020482.pto --stitching --prefix=assemblage_020482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020482.jpg - -# capture n°020483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020483.pto --stitching --prefix=assemblage_020483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020483.jpg - -# capture n°020484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020484.pto --stitching --prefix=assemblage_020484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020484.jpg - -# capture n°020485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020485.pto --stitching --prefix=assemblage_020485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020485.jpg - -# capture n°020486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020486.pto --stitching --prefix=assemblage_020486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020486.jpg - -# capture n°020487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020487.pto --stitching --prefix=assemblage_020487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020487.jpg - -# capture n°020488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020488.pto --stitching --prefix=assemblage_020488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020488.jpg - -# capture n°020489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020489.pto --stitching --prefix=assemblage_020489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020489.jpg - -# capture n°020490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020490.pto --stitching --prefix=assemblage_020490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020490.jpg - -# capture n°020491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020491.pto --stitching --prefix=assemblage_020491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020491.jpg - -# capture n°020492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020492.pto --stitching --prefix=assemblage_020492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020492.jpg - -# capture n°020493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020493.pto --stitching --prefix=assemblage_020493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020493.jpg - -# capture n°020494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020494.pto --stitching --prefix=assemblage_020494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020494.jpg - -# capture n°020495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020495.pto --stitching --prefix=assemblage_020495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020495.jpg - -# capture n°020496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020496.pto --stitching --prefix=assemblage_020496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020496.jpg - -# capture n°020497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020497.pto --stitching --prefix=assemblage_020497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020497.jpg - -# capture n°020498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020498.pto --stitching --prefix=assemblage_020498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020498.jpg - -# capture n°020499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020499.pto --stitching --prefix=assemblage_020499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020499.jpg - -# capture n°020500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020500.pto --stitching --prefix=assemblage_020500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020500.jpg - -# capture n°020501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020501.pto --stitching --prefix=assemblage_020501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020501.jpg - -# capture n°020502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020502.pto --stitching --prefix=assemblage_020502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020502.jpg - -# capture n°020503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020503.pto --stitching --prefix=assemblage_020503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020503.jpg - -# capture n°020504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020504.pto --stitching --prefix=assemblage_020504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020504.jpg - -# capture n°020505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020505.pto --stitching --prefix=assemblage_020505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020505.jpg - -# capture n°020506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020506.pto --stitching --prefix=assemblage_020506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020506.jpg - -# capture n°020507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020507.pto --stitching --prefix=assemblage_020507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020507.jpg - -# capture n°020508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020508.pto --stitching --prefix=assemblage_020508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020508.jpg - -# capture n°020509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020509.pto --stitching --prefix=assemblage_020509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020509.jpg - -# capture n°020510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020510.pto --stitching --prefix=assemblage_020510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020510.jpg - -# capture n°020511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020511.pto --stitching --prefix=assemblage_020511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020511.jpg - -# capture n°020512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020512.pto --stitching --prefix=assemblage_020512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020512.jpg - -# capture n°020513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020513.pto --stitching --prefix=assemblage_020513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020513.jpg - -# capture n°020514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020514.pto --stitching --prefix=assemblage_020514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020514.jpg - -# capture n°020515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020515.pto --stitching --prefix=assemblage_020515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020515.jpg - -# capture n°020516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020516.pto --stitching --prefix=assemblage_020516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020516.jpg - -# capture n°020517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020517.pto --stitching --prefix=assemblage_020517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020517.jpg - -# capture n°020518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020518.pto --stitching --prefix=assemblage_020518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020518.jpg - -# capture n°020519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020519.pto --stitching --prefix=assemblage_020519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020519.jpg - -# capture n°020520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020520.pto --stitching --prefix=assemblage_020520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020520.jpg - -# capture n°020521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020521.pto --stitching --prefix=assemblage_020521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020521.jpg - -# capture n°020522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020522.pto --stitching --prefix=assemblage_020522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020522.jpg - -# capture n°020523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020523.pto --stitching --prefix=assemblage_020523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020523.jpg - -# capture n°020524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020524.pto --stitching --prefix=assemblage_020524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020524.jpg - -# capture n°020525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020525.pto --stitching --prefix=assemblage_020525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020525.jpg - -# capture n°020526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020526.pto --stitching --prefix=assemblage_020526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020526.jpg - -# capture n°020527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020527.pto --stitching --prefix=assemblage_020527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020527.jpg - -# capture n°020528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020528.pto --stitching --prefix=assemblage_020528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020528.jpg - -# capture n°020529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020529.pto --stitching --prefix=assemblage_020529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020529.jpg - -# capture n°020530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020530.pto --stitching --prefix=assemblage_020530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020530.jpg - -# capture n°020531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020531.pto --stitching --prefix=assemblage_020531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020531.jpg - -# capture n°020532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020532.pto --stitching --prefix=assemblage_020532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020532.jpg - -# capture n°020533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020533.pto --stitching --prefix=assemblage_020533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020533.jpg - -# capture n°020534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020534.pto --stitching --prefix=assemblage_020534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020534.jpg - -# capture n°020535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020535.pto --stitching --prefix=assemblage_020535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020535.jpg - -# capture n°020536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020536.pto --stitching --prefix=assemblage_020536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020536.jpg - -# capture n°020537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020537.pto --stitching --prefix=assemblage_020537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020537.jpg - -# capture n°020538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020538.pto --stitching --prefix=assemblage_020538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020538.jpg - -# capture n°020539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020539.pto --stitching --prefix=assemblage_020539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020539.jpg - -# capture n°020540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020540.pto --stitching --prefix=assemblage_020540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020540.jpg - -# capture n°020541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020541.pto --stitching --prefix=assemblage_020541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020541.jpg - -# capture n°020542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020542.pto --stitching --prefix=assemblage_020542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020542.jpg - -# capture n°020543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020543.pto --stitching --prefix=assemblage_020543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020543.jpg - -# capture n°020544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020544.pto --stitching --prefix=assemblage_020544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020544.jpg - -# capture n°020545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020545.pto --stitching --prefix=assemblage_020545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020545.jpg - -# capture n°020546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020546.pto --stitching --prefix=assemblage_020546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020546.jpg - -# capture n°020547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020547.pto --stitching --prefix=assemblage_020547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020547.jpg - -# capture n°020548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020548.pto --stitching --prefix=assemblage_020548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020548.jpg - -# capture n°020549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020549.pto --stitching --prefix=assemblage_020549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020549.jpg - -# capture n°020550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020550.pto --stitching --prefix=assemblage_020550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020550.jpg - -# capture n°020551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020551.pto --stitching --prefix=assemblage_020551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020551.jpg - -# capture n°020552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020552.pto --stitching --prefix=assemblage_020552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020552.jpg - -# capture n°020553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020553.pto --stitching --prefix=assemblage_020553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020553.jpg - -# capture n°020554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020554.pto --stitching --prefix=assemblage_020554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020554.jpg - -# capture n°020555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020555.pto --stitching --prefix=assemblage_020555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020555.jpg - -# capture n°020556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020556.pto --stitching --prefix=assemblage_020556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020556.jpg - -# capture n°020557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020557.pto --stitching --prefix=assemblage_020557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020557.jpg - -# capture n°020558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020558.pto --stitching --prefix=assemblage_020558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020558.jpg - -# capture n°020559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020559.pto --stitching --prefix=assemblage_020559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020559.jpg - -# capture n°020560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020560.pto --stitching --prefix=assemblage_020560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020560.jpg - -# capture n°020561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020561.pto --stitching --prefix=assemblage_020561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020561.jpg - -# capture n°020562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020562.pto --stitching --prefix=assemblage_020562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020562.jpg - -# capture n°020563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020563.pto --stitching --prefix=assemblage_020563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020563.jpg - -# capture n°020564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020564.pto --stitching --prefix=assemblage_020564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020564.jpg - -# capture n°020565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020565.pto --stitching --prefix=assemblage_020565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020565.jpg - -# capture n°020566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020566.pto --stitching --prefix=assemblage_020566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020566.jpg - -# capture n°020567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020567.pto --stitching --prefix=assemblage_020567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020567.jpg - -# capture n°020568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020568.pto --stitching --prefix=assemblage_020568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020568.jpg - -# capture n°020569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020569.pto --stitching --prefix=assemblage_020569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020569.jpg - -# capture n°020570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020570.pto --stitching --prefix=assemblage_020570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020570.jpg - -# capture n°020571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020571.pto --stitching --prefix=assemblage_020571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020571.jpg - -# capture n°020572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020572.pto --stitching --prefix=assemblage_020572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020572.jpg - -# capture n°020573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020573.pto --stitching --prefix=assemblage_020573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020573.jpg - -# capture n°020574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020574.pto --stitching --prefix=assemblage_020574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020574.jpg - -# capture n°020575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020575.pto --stitching --prefix=assemblage_020575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020575.jpg - -# capture n°020576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020576.pto --stitching --prefix=assemblage_020576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020576.jpg - -# capture n°020577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020577.pto --stitching --prefix=assemblage_020577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020577.jpg - -# capture n°020578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020578.pto --stitching --prefix=assemblage_020578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020578.jpg - -# capture n°020579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020579.pto --stitching --prefix=assemblage_020579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020579.jpg - -# capture n°020580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020580.pto --stitching --prefix=assemblage_020580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020580.jpg - -# capture n°020581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020581.pto --stitching --prefix=assemblage_020581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020581.jpg - -# capture n°020582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020582.pto --stitching --prefix=assemblage_020582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020582.jpg - -# capture n°020583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020583.pto --stitching --prefix=assemblage_020583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020583.jpg - -# capture n°020584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020584.pto --stitching --prefix=assemblage_020584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020584.jpg - -# capture n°020585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020585.pto --stitching --prefix=assemblage_020585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020585.jpg - -# capture n°020586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020586.pto --stitching --prefix=assemblage_020586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020586.jpg - -# capture n°020587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020587.pto --stitching --prefix=assemblage_020587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020587.jpg - -# capture n°020588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020588.pto --stitching --prefix=assemblage_020588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020588.jpg - -# capture n°020589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020589.pto --stitching --prefix=assemblage_020589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020589.jpg - -# capture n°020590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020590.pto --stitching --prefix=assemblage_020590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020590.jpg - -# capture n°020591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020591.pto --stitching --prefix=assemblage_020591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020591.jpg - -# capture n°020592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020592.pto --stitching --prefix=assemblage_020592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020592.jpg - -# capture n°020593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020593.pto --stitching --prefix=assemblage_020593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020593.jpg - -# capture n°020594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020594.pto --stitching --prefix=assemblage_020594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020594.jpg - -# capture n°020595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020595.pto --stitching --prefix=assemblage_020595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020595.jpg - -# capture n°020596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020596.pto --stitching --prefix=assemblage_020596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020596.jpg - -# capture n°020597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020597.pto --stitching --prefix=assemblage_020597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020597.jpg - -# capture n°020598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020598.pto --stitching --prefix=assemblage_020598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020598.jpg - -# capture n°020599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020599.pto --stitching --prefix=assemblage_020599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020599.jpg - -# capture n°020600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020600.pto --stitching --prefix=assemblage_020600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020600.jpg - -# capture n°020601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020601.pto --stitching --prefix=assemblage_020601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020601.jpg - -# capture n°020602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020602.pto --stitching --prefix=assemblage_020602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020602.jpg - -# capture n°020603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020603.pto --stitching --prefix=assemblage_020603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020603.jpg - -# capture n°020604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020604.pto --stitching --prefix=assemblage_020604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020604.jpg - -# capture n°020605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020605.pto --stitching --prefix=assemblage_020605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020605.jpg - -# capture n°020606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020606.pto --stitching --prefix=assemblage_020606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020606.jpg - -# capture n°020607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020607.pto --stitching --prefix=assemblage_020607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020607.jpg - -# capture n°020608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020608.pto --stitching --prefix=assemblage_020608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020608.jpg - -# capture n°020609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020609.pto --stitching --prefix=assemblage_020609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020609.jpg - -# capture n°020610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020610.pto --stitching --prefix=assemblage_020610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020610.jpg - -# capture n°020611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020611.pto --stitching --prefix=assemblage_020611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020611.jpg - -# capture n°020612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020612.pto --stitching --prefix=assemblage_020612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020612.jpg - -# capture n°020613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020613.pto --stitching --prefix=assemblage_020613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020613.jpg - -# capture n°020614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020614.pto --stitching --prefix=assemblage_020614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020614.jpg - -# capture n°020615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020615.pto --stitching --prefix=assemblage_020615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020615.jpg - -# capture n°020616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020616.pto --stitching --prefix=assemblage_020616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020616.jpg - -# capture n°020617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020617.pto --stitching --prefix=assemblage_020617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020617.jpg - -# capture n°020618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020618.pto --stitching --prefix=assemblage_020618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020618.jpg - -# capture n°020619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020619.pto --stitching --prefix=assemblage_020619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020619.jpg - -# capture n°020620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020620.pto --stitching --prefix=assemblage_020620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020620.jpg - -# capture n°020621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020621.pto --stitching --prefix=assemblage_020621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020621.jpg - -# capture n°020622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020622.pto --stitching --prefix=assemblage_020622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020622.jpg - -# capture n°020623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020623.pto --stitching --prefix=assemblage_020623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020623.jpg - -# capture n°020624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020624.pto --stitching --prefix=assemblage_020624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020624.jpg - -# capture n°020625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020625.pto --stitching --prefix=assemblage_020625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020625.jpg - -# capture n°020626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020626.pto --stitching --prefix=assemblage_020626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020626.jpg - -# capture n°020627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020627.pto --stitching --prefix=assemblage_020627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020627.jpg - -# capture n°020628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020628.pto --stitching --prefix=assemblage_020628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020628.jpg - -# capture n°020629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020629.pto --stitching --prefix=assemblage_020629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020629.jpg - -# capture n°020630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020630.pto --stitching --prefix=assemblage_020630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020630.jpg - -# capture n°020631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020631.pto --stitching --prefix=assemblage_020631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020631.jpg - -# capture n°020632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020632.pto --stitching --prefix=assemblage_020632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020632.jpg - -# capture n°020633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020633.pto --stitching --prefix=assemblage_020633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020633.jpg - -# capture n°020634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020634.pto --stitching --prefix=assemblage_020634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020634.jpg - -# capture n°020635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020635.pto --stitching --prefix=assemblage_020635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020635.jpg - -# capture n°020636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020636.pto --stitching --prefix=assemblage_020636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020636.jpg - -# capture n°020637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020637.pto --stitching --prefix=assemblage_020637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020637.jpg - -# capture n°020638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020638.pto --stitching --prefix=assemblage_020638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020638.jpg - -# capture n°020639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020639.pto --stitching --prefix=assemblage_020639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020639.jpg - -# capture n°020640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020640.pto --stitching --prefix=assemblage_020640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020640.jpg - -# capture n°020641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020641.pto --stitching --prefix=assemblage_020641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020641.jpg - -# capture n°020642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020642.pto --stitching --prefix=assemblage_020642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020642.jpg - -# capture n°020643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020643.pto --stitching --prefix=assemblage_020643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020643.jpg - -# capture n°020644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020644.pto --stitching --prefix=assemblage_020644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020644.jpg - -# capture n°020645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020645.pto --stitching --prefix=assemblage_020645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020645.jpg - -# capture n°020646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020646.pto --stitching --prefix=assemblage_020646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020646.jpg - -# capture n°020647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020647.pto --stitching --prefix=assemblage_020647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020647.jpg - -# capture n°020648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020648.pto --stitching --prefix=assemblage_020648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020648.jpg - -# capture n°020649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020649.pto --stitching --prefix=assemblage_020649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020649.jpg - -# capture n°020650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020650.pto --stitching --prefix=assemblage_020650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020650.jpg - -# capture n°020651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020651.pto --stitching --prefix=assemblage_020651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020651.jpg - -# capture n°020652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020652.pto --stitching --prefix=assemblage_020652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020652.jpg - -# capture n°020653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020653.pto --stitching --prefix=assemblage_020653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020653.jpg - -# capture n°020654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020654.pto --stitching --prefix=assemblage_020654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020654.jpg - -# capture n°020655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020655.pto --stitching --prefix=assemblage_020655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020655.jpg - -# capture n°020656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020656.pto --stitching --prefix=assemblage_020656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020656.jpg - -# capture n°020657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020657.pto --stitching --prefix=assemblage_020657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020657.jpg - -# capture n°020658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020658.pto --stitching --prefix=assemblage_020658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020658.jpg - -# capture n°020659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020659.pto --stitching --prefix=assemblage_020659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020659.jpg - -# capture n°020660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020660.pto --stitching --prefix=assemblage_020660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020660.jpg - -# capture n°020661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020661.pto --stitching --prefix=assemblage_020661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020661.jpg - -# capture n°020662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020662.pto --stitching --prefix=assemblage_020662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020662.jpg - -# capture n°020663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020663.pto --stitching --prefix=assemblage_020663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020663.jpg - -# capture n°020664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020664.pto --stitching --prefix=assemblage_020664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020664.jpg - -# capture n°020665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020665.pto --stitching --prefix=assemblage_020665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020665.jpg - -# capture n°020666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020666.pto --stitching --prefix=assemblage_020666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020666.jpg - -# capture n°020667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020667.pto --stitching --prefix=assemblage_020667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020667.jpg - -# capture n°020668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020668.pto --stitching --prefix=assemblage_020668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020668.jpg - -# capture n°020669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020669.pto --stitching --prefix=assemblage_020669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020669.jpg - -# capture n°020670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020670.pto --stitching --prefix=assemblage_020670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020670.jpg - -# capture n°020671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020671.pto --stitching --prefix=assemblage_020671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020671.jpg - -# capture n°020672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020672.pto --stitching --prefix=assemblage_020672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020672.jpg - -# capture n°020673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020673.pto --stitching --prefix=assemblage_020673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020673.jpg - -# capture n°020674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020674.pto --stitching --prefix=assemblage_020674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020674.jpg - -# capture n°020675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020675.pto --stitching --prefix=assemblage_020675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020675.jpg - -# capture n°020676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020676.pto --stitching --prefix=assemblage_020676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020676.jpg - -# capture n°020677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020677.pto --stitching --prefix=assemblage_020677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020677.jpg - -# capture n°020678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020678.pto --stitching --prefix=assemblage_020678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020678.jpg - -# capture n°020679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020679.pto --stitching --prefix=assemblage_020679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020679.jpg - -# capture n°020680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020680.pto --stitching --prefix=assemblage_020680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020680.jpg - -# capture n°020681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020681.pto --stitching --prefix=assemblage_020681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020681.jpg - -# capture n°020682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020682.pto --stitching --prefix=assemblage_020682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020682.jpg - -# capture n°020683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020683.pto --stitching --prefix=assemblage_020683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020683.jpg - -# capture n°020684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020684.pto --stitching --prefix=assemblage_020684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020684.jpg - -# capture n°020685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020685.pto --stitching --prefix=assemblage_020685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020685.jpg - -# capture n°020686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020686.pto --stitching --prefix=assemblage_020686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020686.jpg - -# capture n°020687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020687.pto --stitching --prefix=assemblage_020687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020687.jpg - -# capture n°020688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020688.pto --stitching --prefix=assemblage_020688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020688.jpg - -# capture n°020689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020689.pto --stitching --prefix=assemblage_020689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020689.jpg - -# capture n°020690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020690.pto --stitching --prefix=assemblage_020690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020690.jpg - -# capture n°020691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020691.pto --stitching --prefix=assemblage_020691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020691.jpg - -# capture n°020692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020692.pto --stitching --prefix=assemblage_020692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020692.jpg - -# capture n°020693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020693.pto --stitching --prefix=assemblage_020693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020693.jpg - -# capture n°020694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020694.pto --stitching --prefix=assemblage_020694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020694.jpg - -# capture n°020695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020695.pto --stitching --prefix=assemblage_020695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020695.jpg - -# capture n°020696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020696.pto --stitching --prefix=assemblage_020696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020696.jpg - -# capture n°020697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020697.pto --stitching --prefix=assemblage_020697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020697.jpg - -# capture n°020698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020698.pto --stitching --prefix=assemblage_020698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020698.jpg - -# capture n°020699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020699.pto --stitching --prefix=assemblage_020699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020699.jpg - -# capture n°020700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020700.pto --stitching --prefix=assemblage_020700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020700.jpg - -# capture n°020701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020701.pto --stitching --prefix=assemblage_020701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020701.jpg - -# capture n°020702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020702.pto --stitching --prefix=assemblage_020702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020702.jpg - -# capture n°020703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020703.pto --stitching --prefix=assemblage_020703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020703.jpg - -# capture n°020704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020704.pto --stitching --prefix=assemblage_020704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020704.jpg - -# capture n°020705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020705.pto --stitching --prefix=assemblage_020705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020705.jpg - -# capture n°020706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020706.pto --stitching --prefix=assemblage_020706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020706.jpg - -# capture n°020707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020707.pto --stitching --prefix=assemblage_020707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020707.jpg - -# capture n°020708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020708.pto --stitching --prefix=assemblage_020708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020708.jpg - -# capture n°020709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020709.pto --stitching --prefix=assemblage_020709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020709.jpg - -# capture n°020710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020710.pto --stitching --prefix=assemblage_020710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020710.jpg - -# capture n°020711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020711.pto --stitching --prefix=assemblage_020711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020711.jpg - -# capture n°020712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020712.pto --stitching --prefix=assemblage_020712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020712.jpg - -# capture n°020713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020713.pto --stitching --prefix=assemblage_020713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020713.jpg - -# capture n°020714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020714.pto --stitching --prefix=assemblage_020714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020714.jpg - -# capture n°020715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020715.pto --stitching --prefix=assemblage_020715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020715.jpg - -# capture n°020716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020716.pto --stitching --prefix=assemblage_020716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020716.jpg - -# capture n°020717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020717.pto --stitching --prefix=assemblage_020717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020717.jpg - -# capture n°020718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020718.pto --stitching --prefix=assemblage_020718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020718.jpg - -# capture n°020719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020719.pto --stitching --prefix=assemblage_020719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020719.jpg - -# capture n°020720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020720.pto --stitching --prefix=assemblage_020720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020720.jpg - -# capture n°020721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020721.pto --stitching --prefix=assemblage_020721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020721.jpg - -# capture n°020722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020722.pto --stitching --prefix=assemblage_020722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020722.jpg - -# capture n°020723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020723.pto --stitching --prefix=assemblage_020723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020723.jpg - -# capture n°020724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020724.pto --stitching --prefix=assemblage_020724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020724.jpg - -# capture n°020725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020725.pto --stitching --prefix=assemblage_020725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020725.jpg - -# capture n°020726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020726.pto --stitching --prefix=assemblage_020726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020726.jpg - -# capture n°020727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020727.pto --stitching --prefix=assemblage_020727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020727.jpg - -# capture n°020728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020728.pto --stitching --prefix=assemblage_020728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020728.jpg - -# capture n°020729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020729.pto --stitching --prefix=assemblage_020729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020729.jpg - -# capture n°020730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020730.pto --stitching --prefix=assemblage_020730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020730.jpg - -# capture n°020731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020731.pto --stitching --prefix=assemblage_020731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020731.jpg - -# capture n°020732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020732.pto --stitching --prefix=assemblage_020732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020732.jpg - -# capture n°020733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020733.pto --stitching --prefix=assemblage_020733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020733.jpg - -# capture n°020734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020734.pto --stitching --prefix=assemblage_020734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020734.jpg - -# capture n°020735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020735.pto --stitching --prefix=assemblage_020735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020735.jpg - -# capture n°020736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020736.pto --stitching --prefix=assemblage_020736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020736.jpg - -# capture n°020737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020737.pto --stitching --prefix=assemblage_020737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020737.jpg - -# capture n°020738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020738.pto --stitching --prefix=assemblage_020738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020738.jpg - -# capture n°020739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020739.pto --stitching --prefix=assemblage_020739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020739.jpg - -# capture n°020740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020740.pto --stitching --prefix=assemblage_020740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020740.jpg - -# capture n°020741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020741.pto --stitching --prefix=assemblage_020741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020741.jpg - -# capture n°020742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020742.pto --stitching --prefix=assemblage_020742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020742.jpg - -# capture n°020743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020743.pto --stitching --prefix=assemblage_020743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020743.jpg - -# capture n°020744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020744.pto --stitching --prefix=assemblage_020744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020744.jpg - -# capture n°020745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020745.pto --stitching --prefix=assemblage_020745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020745.jpg - -# capture n°020746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020746.pto --stitching --prefix=assemblage_020746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020746.jpg - -# capture n°020747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020747.pto --stitching --prefix=assemblage_020747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020747.jpg - -# capture n°020748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020748.pto --stitching --prefix=assemblage_020748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020748.jpg - -# capture n°020749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020749.pto --stitching --prefix=assemblage_020749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020749.jpg - -# capture n°020750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020750.pto --stitching --prefix=assemblage_020750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020750.jpg - -# capture n°020751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020751.pto --stitching --prefix=assemblage_020751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020751.jpg - -# capture n°020752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020752.pto --stitching --prefix=assemblage_020752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020752.jpg - -# capture n°020753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020753.pto --stitching --prefix=assemblage_020753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020753.jpg - -# capture n°020754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020754.pto --stitching --prefix=assemblage_020754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020754.jpg - -# capture n°020755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020755.pto --stitching --prefix=assemblage_020755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020755.jpg - -# capture n°020756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020756.pto --stitching --prefix=assemblage_020756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020756.jpg - -# capture n°020757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020757.pto --stitching --prefix=assemblage_020757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020757.jpg - -# capture n°020758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020758.pto --stitching --prefix=assemblage_020758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020758.jpg - -# capture n°020759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020759.pto --stitching --prefix=assemblage_020759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020759.jpg - -# capture n°020760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020760.pto --stitching --prefix=assemblage_020760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020760.jpg - -# capture n°020761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020761.pto --stitching --prefix=assemblage_020761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020761.jpg - -# capture n°020762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020762.pto --stitching --prefix=assemblage_020762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020762.jpg - -# capture n°020763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020763.pto --stitching --prefix=assemblage_020763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020763.jpg - -# capture n°020764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020764.pto --stitching --prefix=assemblage_020764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020764.jpg - -# capture n°020765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020765.pto --stitching --prefix=assemblage_020765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020765.jpg - -# capture n°020766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020766.pto --stitching --prefix=assemblage_020766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020766.jpg - -# capture n°020767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020767.pto --stitching --prefix=assemblage_020767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020767.jpg - -# capture n°020768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020768.pto --stitching --prefix=assemblage_020768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020768.jpg - -# capture n°020769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020769.pto --stitching --prefix=assemblage_020769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020769.jpg - -# capture n°020770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020770.pto --stitching --prefix=assemblage_020770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020770.jpg - -# capture n°020771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020771.pto --stitching --prefix=assemblage_020771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020771.jpg - -# capture n°020772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020772.pto --stitching --prefix=assemblage_020772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020772.jpg - -# capture n°020773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020773.pto --stitching --prefix=assemblage_020773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020773.jpg - -# capture n°020774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020774.pto --stitching --prefix=assemblage_020774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020774.jpg - -# capture n°020775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020775.pto --stitching --prefix=assemblage_020775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020775.jpg - -# capture n°020776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020776.pto --stitching --prefix=assemblage_020776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020776.jpg - -# capture n°020777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020777.pto --stitching --prefix=assemblage_020777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020777.jpg - -# capture n°020778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020778.pto --stitching --prefix=assemblage_020778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020778.jpg - -# capture n°020779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020779.pto --stitching --prefix=assemblage_020779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020779.jpg - -# capture n°020780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020780.pto --stitching --prefix=assemblage_020780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020780.jpg - -# capture n°020781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020781.pto --stitching --prefix=assemblage_020781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020781.jpg - -# capture n°020782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020782.pto --stitching --prefix=assemblage_020782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020782.jpg - -# capture n°020783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020783.pto --stitching --prefix=assemblage_020783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020783.jpg - -# capture n°020784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020784.pto --stitching --prefix=assemblage_020784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020784.jpg - -# capture n°020785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020785.pto --stitching --prefix=assemblage_020785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020785.jpg - -# capture n°020786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020786.pto --stitching --prefix=assemblage_020786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020786.jpg - -# capture n°020787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020787.pto --stitching --prefix=assemblage_020787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020787.jpg - -# capture n°020788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020788.pto --stitching --prefix=assemblage_020788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020788.jpg - -# capture n°020789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020789.pto --stitching --prefix=assemblage_020789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020789.jpg - -# capture n°020790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020790.pto --stitching --prefix=assemblage_020790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020790.jpg - -# capture n°020791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020791.pto --stitching --prefix=assemblage_020791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020791.jpg - -# capture n°020792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020792.pto --stitching --prefix=assemblage_020792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020792.jpg - -# capture n°020793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020793.pto --stitching --prefix=assemblage_020793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020793.jpg - -# capture n°020794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020794.pto --stitching --prefix=assemblage_020794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020794.jpg - -# capture n°020795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020795.pto --stitching --prefix=assemblage_020795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020795.jpg - -# capture n°020796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020796.pto --stitching --prefix=assemblage_020796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020796.jpg - -# capture n°020797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020797.pto --stitching --prefix=assemblage_020797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020797.jpg - -# capture n°020798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020798.pto --stitching --prefix=assemblage_020798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020798.jpg - -# capture n°020799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020799.pto --stitching --prefix=assemblage_020799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020799.jpg - -# capture n°020800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020800.pto --stitching --prefix=assemblage_020800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020800.jpg - -# capture n°020801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020801.pto --stitching --prefix=assemblage_020801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020801.jpg - -# capture n°020802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020802.pto --stitching --prefix=assemblage_020802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020802.jpg - -# capture n°020803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020803.pto --stitching --prefix=assemblage_020803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020803.jpg - -# capture n°020804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020804.pto --stitching --prefix=assemblage_020804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020804.jpg - -# capture n°020805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020805.pto --stitching --prefix=assemblage_020805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020805.jpg - -# capture n°020806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020806.pto --stitching --prefix=assemblage_020806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020806.jpg - -# capture n°020807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020807.pto --stitching --prefix=assemblage_020807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020807.jpg - -# capture n°020808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020808.pto --stitching --prefix=assemblage_020808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020808.jpg - -# capture n°020809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020809.pto --stitching --prefix=assemblage_020809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020809.jpg - -# capture n°020810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020810.pto --stitching --prefix=assemblage_020810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020810.jpg - -# capture n°020811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020811.pto --stitching --prefix=assemblage_020811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020811.jpg - -# capture n°020812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020812.pto --stitching --prefix=assemblage_020812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020812.jpg - -# capture n°020813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020813.pto --stitching --prefix=assemblage_020813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020813.jpg - -# capture n°020814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020814.pto --stitching --prefix=assemblage_020814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020814.jpg - -# capture n°020815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020815.pto --stitching --prefix=assemblage_020815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020815.jpg - -# capture n°020816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020816.pto --stitching --prefix=assemblage_020816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020816.jpg - -# capture n°020817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020817.pto --stitching --prefix=assemblage_020817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020817.jpg - -# capture n°020818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020818.pto --stitching --prefix=assemblage_020818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020818.jpg - -# capture n°020819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020819.pto --stitching --prefix=assemblage_020819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020819.jpg - -# capture n°020820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020820.pto --stitching --prefix=assemblage_020820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020820.jpg - -# capture n°020821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020821.pto --stitching --prefix=assemblage_020821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020821.jpg - -# capture n°020822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020822.pto --stitching --prefix=assemblage_020822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020822.jpg - -# capture n°020823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020823.pto --stitching --prefix=assemblage_020823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020823.jpg - -# capture n°020824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020824.pto --stitching --prefix=assemblage_020824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020824.jpg - -# capture n°020825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020825.pto --stitching --prefix=assemblage_020825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020825.jpg - -# capture n°020826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020826.pto --stitching --prefix=assemblage_020826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020826.jpg - -# capture n°020827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020827.pto --stitching --prefix=assemblage_020827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020827.jpg - -# capture n°020828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020828.pto --stitching --prefix=assemblage_020828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020828.jpg - -# capture n°020829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020829.pto --stitching --prefix=assemblage_020829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020829.jpg - -# capture n°020830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020830.pto --stitching --prefix=assemblage_020830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020830.jpg - -# capture n°020831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020831.pto --stitching --prefix=assemblage_020831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020831.jpg - -# capture n°020832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020832.pto --stitching --prefix=assemblage_020832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020832.jpg - -# capture n°020833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020833.pto --stitching --prefix=assemblage_020833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020833.jpg - -# capture n°020834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020834.pto --stitching --prefix=assemblage_020834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020834.jpg - -# capture n°020835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020835.pto --stitching --prefix=assemblage_020835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020835.jpg - -# capture n°020836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020836.pto --stitching --prefix=assemblage_020836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020836.jpg - -# capture n°020837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020837.pto --stitching --prefix=assemblage_020837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020837.jpg - -# capture n°020838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020838.pto --stitching --prefix=assemblage_020838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020838.jpg - -# capture n°020839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020839.pto --stitching --prefix=assemblage_020839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020839.jpg - -# capture n°020840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020840.pto --stitching --prefix=assemblage_020840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020840.jpg - -# capture n°020841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020841.pto --stitching --prefix=assemblage_020841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020841.jpg - -# capture n°020842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020842.pto --stitching --prefix=assemblage_020842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020842.jpg - -# capture n°020843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020843.pto --stitching --prefix=assemblage_020843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020843.jpg - -# capture n°020844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020844.pto --stitching --prefix=assemblage_020844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020844.jpg - -# capture n°020845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020845.pto --stitching --prefix=assemblage_020845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020845.jpg - -# capture n°020846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020846.pto --stitching --prefix=assemblage_020846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020846.jpg - -# capture n°020847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020847.pto --stitching --prefix=assemblage_020847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020847.jpg - -# capture n°020848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020848.pto --stitching --prefix=assemblage_020848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020848.jpg - -# capture n°020849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020849.pto --stitching --prefix=assemblage_020849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020849.jpg - -# capture n°020850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020850.pto --stitching --prefix=assemblage_020850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020850.jpg - -# capture n°020851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020851.pto --stitching --prefix=assemblage_020851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020851.jpg - -# capture n°020852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020852.pto --stitching --prefix=assemblage_020852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020852.jpg - -# capture n°020853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020853.pto --stitching --prefix=assemblage_020853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020853.jpg - -# capture n°020854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020854.pto --stitching --prefix=assemblage_020854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020854.jpg - -# capture n°020855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020855.pto --stitching --prefix=assemblage_020855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020855.jpg - -# capture n°020856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020856.pto --stitching --prefix=assemblage_020856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020856.jpg - -# capture n°020857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020857.pto --stitching --prefix=assemblage_020857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020857.jpg - -# capture n°020858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020858.pto --stitching --prefix=assemblage_020858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020858.jpg - -# capture n°020859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020859.pto --stitching --prefix=assemblage_020859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020859.jpg - -# capture n°020860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020860.pto --stitching --prefix=assemblage_020860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020860.jpg - -# capture n°020861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020861.pto --stitching --prefix=assemblage_020861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020861.jpg - -# capture n°020862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020862.pto --stitching --prefix=assemblage_020862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020862.jpg - -# capture n°020863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020863.pto --stitching --prefix=assemblage_020863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020863.jpg - -# capture n°020864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020864.pto --stitching --prefix=assemblage_020864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020864.jpg - -# capture n°020865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020865.pto --stitching --prefix=assemblage_020865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020865.jpg - -# capture n°020866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020866.pto --stitching --prefix=assemblage_020866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020866.jpg - -# capture n°020867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020867.pto --stitching --prefix=assemblage_020867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020867.jpg - -# capture n°020868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020868.pto --stitching --prefix=assemblage_020868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020868.jpg - -# capture n°020869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020869.pto --stitching --prefix=assemblage_020869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020869.jpg - -# capture n°020870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020870.pto --stitching --prefix=assemblage_020870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020870.jpg - -# capture n°020871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020871.pto --stitching --prefix=assemblage_020871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020871.jpg - -# capture n°020872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020872.pto --stitching --prefix=assemblage_020872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020872.jpg - -# capture n°020873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020873.pto --stitching --prefix=assemblage_020873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020873.jpg - -# capture n°020874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020874.pto --stitching --prefix=assemblage_020874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020874.jpg - -# capture n°020875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020875.pto --stitching --prefix=assemblage_020875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020875.jpg - -# capture n°020876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020876.pto --stitching --prefix=assemblage_020876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020876.jpg - -# capture n°020877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020877.pto --stitching --prefix=assemblage_020877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020877.jpg - -# capture n°020878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020878.pto --stitching --prefix=assemblage_020878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020878.jpg - -# capture n°020879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020879.pto --stitching --prefix=assemblage_020879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020879.jpg - -# capture n°020880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020880.pto --stitching --prefix=assemblage_020880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020880.jpg - -# capture n°020881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020881.pto --stitching --prefix=assemblage_020881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020881.jpg - -# capture n°020882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020882.pto --stitching --prefix=assemblage_020882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020882.jpg - -# capture n°020883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020883.pto --stitching --prefix=assemblage_020883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020883.jpg - -# capture n°020884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020884.pto --stitching --prefix=assemblage_020884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020884.jpg - -# capture n°020885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020885.pto --stitching --prefix=assemblage_020885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020885.jpg - -# capture n°020886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020886.pto --stitching --prefix=assemblage_020886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020886.jpg - -# capture n°020887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020887.pto --stitching --prefix=assemblage_020887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020887.jpg - -# capture n°020888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020888.pto --stitching --prefix=assemblage_020888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020888.jpg - -# capture n°020889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020889.pto --stitching --prefix=assemblage_020889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020889.jpg - -# capture n°020890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020890.pto --stitching --prefix=assemblage_020890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020890.jpg - -# capture n°020891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020891.pto --stitching --prefix=assemblage_020891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020891.jpg - -# capture n°020892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020892.pto --stitching --prefix=assemblage_020892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020892.jpg - -# capture n°020893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020893.pto --stitching --prefix=assemblage_020893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020893.jpg - -# capture n°020894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020894.pto --stitching --prefix=assemblage_020894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020894.jpg - -# capture n°020895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020895.pto --stitching --prefix=assemblage_020895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020895.jpg - -# capture n°020896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020896.pto --stitching --prefix=assemblage_020896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020896.jpg - -# capture n°020897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020897.pto --stitching --prefix=assemblage_020897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020897.jpg - -# capture n°020898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020898.pto --stitching --prefix=assemblage_020898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020898.jpg - -# capture n°020899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020899.pto --stitching --prefix=assemblage_020899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020899.jpg - -# capture n°020900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020900.pto --stitching --prefix=assemblage_020900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020900.jpg - -# capture n°020901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020901.pto --stitching --prefix=assemblage_020901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020901.jpg - -# capture n°020902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020902.pto --stitching --prefix=assemblage_020902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020902.jpg - -# capture n°020903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020903.pto --stitching --prefix=assemblage_020903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020903.jpg - -# capture n°020904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020904.pto --stitching --prefix=assemblage_020904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020904.jpg - -# capture n°020905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020905.pto --stitching --prefix=assemblage_020905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020905.jpg - -# capture n°020906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020906.pto --stitching --prefix=assemblage_020906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020906.jpg - -# capture n°020907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020907.pto --stitching --prefix=assemblage_020907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020907.jpg - -# capture n°020908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020908.pto --stitching --prefix=assemblage_020908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020908.jpg - -# capture n°020909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020909.pto --stitching --prefix=assemblage_020909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020909.jpg - -# capture n°020910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020910.pto --stitching --prefix=assemblage_020910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020910.jpg - -# capture n°020911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020911.pto --stitching --prefix=assemblage_020911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020911.jpg - -# capture n°020912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020912.pto --stitching --prefix=assemblage_020912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020912.jpg - -# capture n°020913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020913.pto --stitching --prefix=assemblage_020913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020913.jpg - -# capture n°020914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020914.pto --stitching --prefix=assemblage_020914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020914.jpg - -# capture n°020915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020915.pto --stitching --prefix=assemblage_020915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020915.jpg - -# capture n°020916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020916.pto --stitching --prefix=assemblage_020916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020916.jpg - -# capture n°020917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020917.pto --stitching --prefix=assemblage_020917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020917.jpg - -# capture n°020918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020918.pto --stitching --prefix=assemblage_020918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020918.jpg - -# capture n°020919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020919.pto --stitching --prefix=assemblage_020919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020919.jpg - -# capture n°020920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020920.pto --stitching --prefix=assemblage_020920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020920.jpg - -# capture n°020921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020921.pto --stitching --prefix=assemblage_020921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020921.jpg - -# capture n°020922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020922.pto --stitching --prefix=assemblage_020922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020922.jpg - -# capture n°020923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020923.pto --stitching --prefix=assemblage_020923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020923.jpg - -# capture n°020924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020924.pto --stitching --prefix=assemblage_020924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020924.jpg - -# capture n°020925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020925.pto --stitching --prefix=assemblage_020925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020925.jpg - -# capture n°020926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020926.pto --stitching --prefix=assemblage_020926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020926.jpg - -# capture n°020927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020927.pto --stitching --prefix=assemblage_020927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020927.jpg - -# capture n°020928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020928.pto --stitching --prefix=assemblage_020928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020928.jpg - -# capture n°020929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020929.pto --stitching --prefix=assemblage_020929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020929.jpg - -# capture n°020930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020930.pto --stitching --prefix=assemblage_020930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020930.jpg - -# capture n°020931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020931.pto --stitching --prefix=assemblage_020931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020931.jpg - -# capture n°020932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020932.pto --stitching --prefix=assemblage_020932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020932.jpg - -# capture n°020933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020933.pto --stitching --prefix=assemblage_020933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020933.jpg - -# capture n°020934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020934.pto --stitching --prefix=assemblage_020934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020934.jpg - -# capture n°020935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020935.pto --stitching --prefix=assemblage_020935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020935.jpg - -# capture n°020936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020936.pto --stitching --prefix=assemblage_020936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020936.jpg - -# capture n°020937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020937.pto --stitching --prefix=assemblage_020937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020937.jpg - -# capture n°020938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020938.pto --stitching --prefix=assemblage_020938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020938.jpg - -# capture n°020939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020939.pto --stitching --prefix=assemblage_020939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020939.jpg - -# capture n°020940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020940.pto --stitching --prefix=assemblage_020940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020940.jpg - -# capture n°020941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020941.pto --stitching --prefix=assemblage_020941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020941.jpg - -# capture n°020942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020942.pto --stitching --prefix=assemblage_020942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020942.jpg - -# capture n°020943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020943.pto --stitching --prefix=assemblage_020943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020943.jpg - -# capture n°020944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020944.pto --stitching --prefix=assemblage_020944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020944.jpg - -# capture n°020945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020945.pto --stitching --prefix=assemblage_020945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020945.jpg - -# capture n°020946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020946.pto --stitching --prefix=assemblage_020946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020946.jpg - -# capture n°020947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020947.pto --stitching --prefix=assemblage_020947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020947.jpg - -# capture n°020948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020948.pto --stitching --prefix=assemblage_020948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020948.jpg - -# capture n°020949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020949.pto --stitching --prefix=assemblage_020949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020949.jpg - -# capture n°020950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020950.pto --stitching --prefix=assemblage_020950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020950.jpg - -# capture n°020951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020951.pto --stitching --prefix=assemblage_020951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020951.jpg - -# capture n°020952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020952.pto --stitching --prefix=assemblage_020952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020952.jpg - -# capture n°020953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020953.pto --stitching --prefix=assemblage_020953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020953.jpg - -# capture n°020954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020954.pto --stitching --prefix=assemblage_020954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020954.jpg - -# capture n°020955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020955.pto --stitching --prefix=assemblage_020955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020955.jpg - -# capture n°020956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020956.pto --stitching --prefix=assemblage_020956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020956.jpg - -# capture n°020957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020957.pto --stitching --prefix=assemblage_020957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020957.jpg - -# capture n°020958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020958.pto --stitching --prefix=assemblage_020958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020958.jpg - -# capture n°020959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020959.pto --stitching --prefix=assemblage_020959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020959.jpg - -# capture n°020960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020960.pto --stitching --prefix=assemblage_020960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020960.jpg - -# capture n°020961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020961.pto --stitching --prefix=assemblage_020961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020961.jpg - -# capture n°020962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020962.pto --stitching --prefix=assemblage_020962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020962.jpg - -# capture n°020963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020963.pto --stitching --prefix=assemblage_020963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020963.jpg - -# capture n°020964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020964.pto --stitching --prefix=assemblage_020964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020964.jpg - -# capture n°020965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020965.pto --stitching --prefix=assemblage_020965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020965.jpg - -# capture n°020966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020966.pto --stitching --prefix=assemblage_020966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020966.jpg - -# capture n°020967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020967.pto --stitching --prefix=assemblage_020967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020967.jpg - -# capture n°020968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020968.pto --stitching --prefix=assemblage_020968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020968.jpg - -# capture n°020969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020969.pto --stitching --prefix=assemblage_020969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020969.jpg - -# capture n°020970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020970.pto --stitching --prefix=assemblage_020970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020970.jpg - -# capture n°020971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020971.pto --stitching --prefix=assemblage_020971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020971.jpg - -# capture n°020972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020972.pto --stitching --prefix=assemblage_020972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020972.jpg - -# capture n°020973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020973.pto --stitching --prefix=assemblage_020973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020973.jpg - -# capture n°020974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020974.pto --stitching --prefix=assemblage_020974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020974.jpg - -# capture n°020975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020975.pto --stitching --prefix=assemblage_020975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020975.jpg - -# capture n°020976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020976.pto --stitching --prefix=assemblage_020976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020976.jpg - -# capture n°020977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020977.pto --stitching --prefix=assemblage_020977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020977.jpg - -# capture n°020978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020978.pto --stitching --prefix=assemblage_020978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020978.jpg - -# capture n°020979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020979.pto --stitching --prefix=assemblage_020979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020979.jpg - -# capture n°020980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020980.pto --stitching --prefix=assemblage_020980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020980.jpg - -# capture n°020981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020981.pto --stitching --prefix=assemblage_020981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020981.jpg - -# capture n°020982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020982.pto --stitching --prefix=assemblage_020982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020982.jpg - -# capture n°020983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020983.pto --stitching --prefix=assemblage_020983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020983.jpg - -# capture n°020984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020984.pto --stitching --prefix=assemblage_020984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020984.jpg - -# capture n°020985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020985.pto --stitching --prefix=assemblage_020985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020985.jpg - -# capture n°020986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020986.pto --stitching --prefix=assemblage_020986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020986.jpg - -# capture n°020987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020987.pto --stitching --prefix=assemblage_020987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020987.jpg - -# capture n°020988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020988.pto --stitching --prefix=assemblage_020988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020988.jpg - -# capture n°020989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020989.pto --stitching --prefix=assemblage_020989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020989.jpg - -# capture n°020990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020990.pto --stitching --prefix=assemblage_020990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020990.jpg - -# capture n°020991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020991.pto --stitching --prefix=assemblage_020991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020991.jpg - -# capture n°020992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020992.pto --stitching --prefix=assemblage_020992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020992.jpg - -# capture n°020993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020993.pto --stitching --prefix=assemblage_020993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020993.jpg - -# capture n°020994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020994.pto --stitching --prefix=assemblage_020994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020994.jpg - -# capture n°020995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020995.pto --stitching --prefix=assemblage_020995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020995.jpg - -# capture n°020996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020996.pto --stitching --prefix=assemblage_020996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020996.jpg - -# capture n°020997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020997.pto --stitching --prefix=assemblage_020997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020997.jpg - -# capture n°020998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020998.pto --stitching --prefix=assemblage_020998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020998.jpg - -# capture n°020999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_020999.pto --stitching --prefix=assemblage_020999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF020999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_020999.jpg - -# capture n°021000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021000.pto --stitching --prefix=assemblage_021000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021000.jpg - -# capture n°021001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021001.pto --stitching --prefix=assemblage_021001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021001.jpg - -# capture n°021002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021002.pto --stitching --prefix=assemblage_021002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021002.jpg - -# capture n°021003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021003.pto --stitching --prefix=assemblage_021003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021003.jpg - -# capture n°021004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021004.pto --stitching --prefix=assemblage_021004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021004.jpg - -# capture n°021005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021005.pto --stitching --prefix=assemblage_021005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021005.jpg - -# capture n°021006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021006.pto --stitching --prefix=assemblage_021006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021006.jpg - -# capture n°021007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021007.pto --stitching --prefix=assemblage_021007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021007.jpg - -# capture n°021008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021008.pto --stitching --prefix=assemblage_021008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021008.jpg - -# capture n°021009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021009.pto --stitching --prefix=assemblage_021009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021009.jpg - -# capture n°021010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021010.pto --stitching --prefix=assemblage_021010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021010.jpg - -# capture n°021011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021011.pto --stitching --prefix=assemblage_021011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021011.jpg - -# capture n°021012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021012.pto --stitching --prefix=assemblage_021012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021012.jpg - -# capture n°021013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021013.pto --stitching --prefix=assemblage_021013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021013.jpg - -# capture n°021014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021014.pto --stitching --prefix=assemblage_021014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021014.jpg - -# capture n°021015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021015.pto --stitching --prefix=assemblage_021015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021015.jpg - -# capture n°021016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021016.pto --stitching --prefix=assemblage_021016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021016.jpg - -# capture n°021017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021017.pto --stitching --prefix=assemblage_021017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021017.jpg - -# capture n°021018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021018.pto --stitching --prefix=assemblage_021018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021018.jpg - -# capture n°021019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021019.pto --stitching --prefix=assemblage_021019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021019.jpg - -# capture n°021020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021020.pto --stitching --prefix=assemblage_021020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021020.jpg - -# capture n°021021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021021.pto --stitching --prefix=assemblage_021021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021021.jpg - -# capture n°021022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021022.pto --stitching --prefix=assemblage_021022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021022.jpg - -# capture n°021023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021023.pto --stitching --prefix=assemblage_021023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021023.jpg - -# capture n°021024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021024.pto --stitching --prefix=assemblage_021024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021024.jpg - -# capture n°021025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021025.pto --stitching --prefix=assemblage_021025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021025.jpg - -# capture n°021026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021026.pto --stitching --prefix=assemblage_021026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021026.jpg - -# capture n°021027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021027.pto --stitching --prefix=assemblage_021027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021027.jpg - -# capture n°021028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021028.pto --stitching --prefix=assemblage_021028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021028.jpg - -# capture n°021029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021029.pto --stitching --prefix=assemblage_021029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021029.jpg - -# capture n°021030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021030.pto --stitching --prefix=assemblage_021030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021030.jpg - -# capture n°021031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021031.pto --stitching --prefix=assemblage_021031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021031.jpg - -# capture n°021032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021032.pto --stitching --prefix=assemblage_021032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021032.jpg - -# capture n°021033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021033.pto --stitching --prefix=assemblage_021033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021033.jpg - -# capture n°021034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021034.pto --stitching --prefix=assemblage_021034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021034.jpg - -# capture n°021035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021035.pto --stitching --prefix=assemblage_021035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021035.jpg - -# capture n°021036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021036.pto --stitching --prefix=assemblage_021036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021036.jpg - -# capture n°021037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021037.pto --stitching --prefix=assemblage_021037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021037.jpg - -# capture n°021038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021038.pto --stitching --prefix=assemblage_021038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021038.jpg - -# capture n°021039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021039.pto --stitching --prefix=assemblage_021039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021039.jpg - -# capture n°021040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021040.pto --stitching --prefix=assemblage_021040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021040.jpg - -# capture n°021041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021041.pto --stitching --prefix=assemblage_021041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021041.jpg - -# capture n°021042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021042.pto --stitching --prefix=assemblage_021042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021042.jpg - -# capture n°021043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021043.pto --stitching --prefix=assemblage_021043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021043.jpg - -# capture n°021044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021044.pto --stitching --prefix=assemblage_021044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021044.jpg - -# capture n°021045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021045.pto --stitching --prefix=assemblage_021045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021045.jpg - -# capture n°021046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021046.pto --stitching --prefix=assemblage_021046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021046.jpg - -# capture n°021047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021047.pto --stitching --prefix=assemblage_021047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021047.jpg - -# capture n°021048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021048.pto --stitching --prefix=assemblage_021048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021048.jpg - -# capture n°021049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021049.pto --stitching --prefix=assemblage_021049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021049.jpg - -# capture n°021050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021050.pto --stitching --prefix=assemblage_021050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021050.jpg - -# capture n°021051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021051.pto --stitching --prefix=assemblage_021051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021051.jpg - -# capture n°021052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021052.pto --stitching --prefix=assemblage_021052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021052.jpg - -# capture n°021053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021053.pto --stitching --prefix=assemblage_021053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021053.jpg - -# capture n°021054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021054.pto --stitching --prefix=assemblage_021054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021054.jpg - -# capture n°021055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021055.pto --stitching --prefix=assemblage_021055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021055.jpg - -# capture n°021056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021056.pto --stitching --prefix=assemblage_021056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021056.jpg - -# capture n°021057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021057.pto --stitching --prefix=assemblage_021057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021057.jpg - -# capture n°021058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021058.pto --stitching --prefix=assemblage_021058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021058.jpg - -# capture n°021059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021059.pto --stitching --prefix=assemblage_021059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021059.jpg - -# capture n°021060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021060.pto --stitching --prefix=assemblage_021060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021060.jpg - -# capture n°021061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021061.pto --stitching --prefix=assemblage_021061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021061.jpg - -# capture n°021062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021062.pto --stitching --prefix=assemblage_021062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021062.jpg - -# capture n°021063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021063.pto --stitching --prefix=assemblage_021063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021063.jpg - -# capture n°021064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021064.pto --stitching --prefix=assemblage_021064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021064.jpg - -# capture n°021065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021065.pto --stitching --prefix=assemblage_021065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021065.jpg - -# capture n°021066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021066.pto --stitching --prefix=assemblage_021066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021066.jpg - -# capture n°021067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021067.pto --stitching --prefix=assemblage_021067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021067.jpg - -# capture n°021068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021068.pto --stitching --prefix=assemblage_021068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021068.jpg - -# capture n°021069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021069.pto --stitching --prefix=assemblage_021069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021069.jpg - -# capture n°021070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021070.pto --stitching --prefix=assemblage_021070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021070.jpg - -# capture n°021071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021071.pto --stitching --prefix=assemblage_021071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021071.jpg - -# capture n°021072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021072.pto --stitching --prefix=assemblage_021072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021072.jpg - -# capture n°021073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021073.pto --stitching --prefix=assemblage_021073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021073.jpg - -# capture n°021074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021074.pto --stitching --prefix=assemblage_021074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021074.jpg - -# capture n°021075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021075.pto --stitching --prefix=assemblage_021075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021075.jpg - -# capture n°021076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021076.pto --stitching --prefix=assemblage_021076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021076.jpg - -# capture n°021077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021077.pto --stitching --prefix=assemblage_021077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021077.jpg - -# capture n°021078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021078.pto --stitching --prefix=assemblage_021078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021078.jpg - -# capture n°021079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021079.pto --stitching --prefix=assemblage_021079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021079.jpg - -# capture n°021080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021080.pto --stitching --prefix=assemblage_021080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021080.jpg - -# capture n°021081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021081.pto --stitching --prefix=assemblage_021081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021081.jpg - -# capture n°021082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021082.pto --stitching --prefix=assemblage_021082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021082.jpg - -# capture n°021083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021083.pto --stitching --prefix=assemblage_021083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021083.jpg - -# capture n°021084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021084.pto --stitching --prefix=assemblage_021084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021084.jpg - -# capture n°021085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021085.pto --stitching --prefix=assemblage_021085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021085.jpg - -# capture n°021086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021086.pto --stitching --prefix=assemblage_021086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021086.jpg - -# capture n°021087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021087.pto --stitching --prefix=assemblage_021087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021087.jpg - -# capture n°021088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021088.pto --stitching --prefix=assemblage_021088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021088.jpg - -# capture n°021089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021089.pto --stitching --prefix=assemblage_021089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021089.jpg - -# capture n°021090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021090.pto --stitching --prefix=assemblage_021090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021090.jpg - -# capture n°021091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021091.pto --stitching --prefix=assemblage_021091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021091.jpg - -# capture n°021092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021092.pto --stitching --prefix=assemblage_021092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021092.jpg - -# capture n°021093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021093.pto --stitching --prefix=assemblage_021093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021093.jpg - -# capture n°021094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021094.pto --stitching --prefix=assemblage_021094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021094.jpg - -# capture n°021095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021095.pto --stitching --prefix=assemblage_021095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021095.jpg - -# capture n°021096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021096.pto --stitching --prefix=assemblage_021096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021096.jpg - -# capture n°021097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021097.pto --stitching --prefix=assemblage_021097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021097.jpg - -# capture n°021098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021098.pto --stitching --prefix=assemblage_021098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021098.jpg - -# capture n°021099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021099.pto --stitching --prefix=assemblage_021099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021099.jpg - -# capture n°021100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021100.pto --stitching --prefix=assemblage_021100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021100.jpg - -# capture n°021101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021101.pto --stitching --prefix=assemblage_021101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021101.jpg - -# capture n°021102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021102.pto --stitching --prefix=assemblage_021102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021102.jpg - -# capture n°021103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021103.pto --stitching --prefix=assemblage_021103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021103.jpg - -# capture n°021104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021104.pto --stitching --prefix=assemblage_021104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021104.jpg - -# capture n°021105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021105.pto --stitching --prefix=assemblage_021105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021105.jpg - -# capture n°021106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021106.pto --stitching --prefix=assemblage_021106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021106.jpg - -# capture n°021107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021107.pto --stitching --prefix=assemblage_021107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021107.jpg - -# capture n°021108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021108.pto --stitching --prefix=assemblage_021108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021108.jpg - -# capture n°021109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021109.pto --stitching --prefix=assemblage_021109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021109.jpg - -# capture n°021110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021110.pto --stitching --prefix=assemblage_021110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021110.jpg - -# capture n°021111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021111.pto --stitching --prefix=assemblage_021111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021111.jpg - -# capture n°021112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021112.pto --stitching --prefix=assemblage_021112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021112.jpg - -# capture n°021113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021113.pto --stitching --prefix=assemblage_021113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021113.jpg - -# capture n°021114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021114.pto --stitching --prefix=assemblage_021114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021114.jpg - -# capture n°021115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021115.pto --stitching --prefix=assemblage_021115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021115.jpg - -# capture n°021116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021116.pto --stitching --prefix=assemblage_021116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021116.jpg - -# capture n°021117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021117.pto --stitching --prefix=assemblage_021117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021117.jpg - -# capture n°021118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021118.pto --stitching --prefix=assemblage_021118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021118.jpg - -# capture n°021119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021119.pto --stitching --prefix=assemblage_021119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021119.jpg - -# capture n°021120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021120.pto --stitching --prefix=assemblage_021120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021120.jpg - -# capture n°021121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021121.pto --stitching --prefix=assemblage_021121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021121.jpg - -# capture n°021122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021122.pto --stitching --prefix=assemblage_021122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021122.jpg - -# capture n°021123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021123.pto --stitching --prefix=assemblage_021123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021123.jpg - -# capture n°021124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021124.pto --stitching --prefix=assemblage_021124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021124.jpg - -# capture n°021125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021125.pto --stitching --prefix=assemblage_021125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021125.jpg - -# capture n°021126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021126.pto --stitching --prefix=assemblage_021126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021126.jpg - -# capture n°021127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021127.pto --stitching --prefix=assemblage_021127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021127.jpg - -# capture n°021128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021128.pto --stitching --prefix=assemblage_021128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021128.jpg - -# capture n°021129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021129.pto --stitching --prefix=assemblage_021129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021129.jpg - -# capture n°021130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021130.pto --stitching --prefix=assemblage_021130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021130.jpg - -# capture n°021131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021131.pto --stitching --prefix=assemblage_021131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021131.jpg - -# capture n°021132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021132.pto --stitching --prefix=assemblage_021132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021132.jpg - -# capture n°021133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021133.pto --stitching --prefix=assemblage_021133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021133.jpg - -# capture n°021134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021134.pto --stitching --prefix=assemblage_021134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021134.jpg - -# capture n°021135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021135.pto --stitching --prefix=assemblage_021135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021135.jpg - -# capture n°021136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021136.pto --stitching --prefix=assemblage_021136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021136.jpg - -# capture n°021137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021137.pto --stitching --prefix=assemblage_021137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021137.jpg - -# capture n°021138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021138.pto --stitching --prefix=assemblage_021138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021138.jpg - -# capture n°021139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021139.pto --stitching --prefix=assemblage_021139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021139.jpg - -# capture n°021140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021140.pto --stitching --prefix=assemblage_021140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021140.jpg - -# capture n°021141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021141.pto --stitching --prefix=assemblage_021141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021141.jpg - -# capture n°021142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021142.pto --stitching --prefix=assemblage_021142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021142.jpg - -# capture n°021143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021143.pto --stitching --prefix=assemblage_021143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021143.jpg - -# capture n°021144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021144.pto --stitching --prefix=assemblage_021144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021144.jpg - -# capture n°021145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021145.pto --stitching --prefix=assemblage_021145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021145.jpg - -# capture n°021146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021146.pto --stitching --prefix=assemblage_021146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021146.jpg - -# capture n°021147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021147.pto --stitching --prefix=assemblage_021147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021147.jpg - -# capture n°021148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021148.pto --stitching --prefix=assemblage_021148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021148.jpg - -# capture n°021149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021149.pto --stitching --prefix=assemblage_021149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021149.jpg - -# capture n°021150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021150.pto --stitching --prefix=assemblage_021150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021150.jpg - -# capture n°021151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021151.pto --stitching --prefix=assemblage_021151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021151.jpg - -# capture n°021152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021152.pto --stitching --prefix=assemblage_021152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021152.jpg - -# capture n°021153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021153.pto --stitching --prefix=assemblage_021153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021153.jpg - -# capture n°021154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021154.pto --stitching --prefix=assemblage_021154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021154.jpg - -# capture n°021155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021155.pto --stitching --prefix=assemblage_021155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021155.jpg - -# capture n°021156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021156.pto --stitching --prefix=assemblage_021156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021156.jpg - -# capture n°021157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021157.pto --stitching --prefix=assemblage_021157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021157.jpg - -# capture n°021158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021158.pto --stitching --prefix=assemblage_021158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021158.jpg - -# capture n°021159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021159.pto --stitching --prefix=assemblage_021159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021159.jpg - -# capture n°021160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021160.pto --stitching --prefix=assemblage_021160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021160.jpg - -# capture n°021161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021161.pto --stitching --prefix=assemblage_021161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021161.jpg - -# capture n°021162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021162.pto --stitching --prefix=assemblage_021162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021162.jpg - -# capture n°021163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021163.pto --stitching --prefix=assemblage_021163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021163.jpg - -# capture n°021164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021164.pto --stitching --prefix=assemblage_021164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021164.jpg - -# capture n°021165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021165.pto --stitching --prefix=assemblage_021165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021165.jpg - -# capture n°021166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021166.pto --stitching --prefix=assemblage_021166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021166.jpg - -# capture n°021167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021167.pto --stitching --prefix=assemblage_021167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021167.jpg - -# capture n°021168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021168.pto --stitching --prefix=assemblage_021168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021168.jpg - -# capture n°021169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021169.pto --stitching --prefix=assemblage_021169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021169.jpg - -# capture n°021170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021170.pto --stitching --prefix=assemblage_021170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021170.jpg - -# capture n°021171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021171.pto --stitching --prefix=assemblage_021171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021171.jpg - -# capture n°021172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021172.pto --stitching --prefix=assemblage_021172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021172.jpg - -# capture n°021173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021173.pto --stitching --prefix=assemblage_021173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021173.jpg - -# capture n°021174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021174.pto --stitching --prefix=assemblage_021174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021174.jpg - -# capture n°021175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021175.pto --stitching --prefix=assemblage_021175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021175.jpg - -# capture n°021176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021176.pto --stitching --prefix=assemblage_021176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021176.jpg - -# capture n°021177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021177.pto --stitching --prefix=assemblage_021177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021177.jpg - -# capture n°021178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021178.pto --stitching --prefix=assemblage_021178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021178.jpg - -# capture n°021179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021179.pto --stitching --prefix=assemblage_021179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021179.jpg - -# capture n°021180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021180.pto --stitching --prefix=assemblage_021180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021180.jpg - -# capture n°021181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021181.pto --stitching --prefix=assemblage_021181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021181.jpg - -# capture n°021182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021182.pto --stitching --prefix=assemblage_021182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021182.jpg - -# capture n°021183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021183.pto --stitching --prefix=assemblage_021183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021183.jpg - -# capture n°021184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021184.pto --stitching --prefix=assemblage_021184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021184.jpg - -# capture n°021185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021185.pto --stitching --prefix=assemblage_021185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021185.jpg - -# capture n°021186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021186.pto --stitching --prefix=assemblage_021186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021186.jpg - -# capture n°021187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021187.pto --stitching --prefix=assemblage_021187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021187.jpg - -# capture n°021188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021188.pto --stitching --prefix=assemblage_021188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021188.jpg - -# capture n°021189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021189.pto --stitching --prefix=assemblage_021189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021189.jpg - -# capture n°021190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021190.pto --stitching --prefix=assemblage_021190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021190.jpg - -# capture n°021191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021191.pto --stitching --prefix=assemblage_021191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021191.jpg - -# capture n°021192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021192.pto --stitching --prefix=assemblage_021192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021192.jpg - -# capture n°021193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021193.pto --stitching --prefix=assemblage_021193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021193.jpg - -# capture n°021194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021194.pto --stitching --prefix=assemblage_021194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021194.jpg - -# capture n°021195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021195.pto --stitching --prefix=assemblage_021195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021195.jpg - -# capture n°021196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021196.pto --stitching --prefix=assemblage_021196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021196.jpg - -# capture n°021197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021197.pto --stitching --prefix=assemblage_021197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021197.jpg - -# capture n°021198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021198.pto --stitching --prefix=assemblage_021198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021198.jpg - -# capture n°021199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021199.pto --stitching --prefix=assemblage_021199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021199.jpg - -# capture n°021200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021200.pto --stitching --prefix=assemblage_021200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021200.jpg - -# capture n°021201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021201.pto --stitching --prefix=assemblage_021201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021201.jpg - -# capture n°021202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021202.pto --stitching --prefix=assemblage_021202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021202.jpg - -# capture n°021203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021203.pto --stitching --prefix=assemblage_021203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021203.jpg - -# capture n°021204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021204.pto --stitching --prefix=assemblage_021204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021204.jpg - -# capture n°021205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021205.pto --stitching --prefix=assemblage_021205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021205.jpg - -# capture n°021206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021206.pto --stitching --prefix=assemblage_021206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021206.jpg - -# capture n°021207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021207.pto --stitching --prefix=assemblage_021207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021207.jpg - -# capture n°021208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021208.pto --stitching --prefix=assemblage_021208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021208.jpg - -# capture n°021209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021209.pto --stitching --prefix=assemblage_021209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021209.jpg - -# capture n°021210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021210.pto --stitching --prefix=assemblage_021210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021210.jpg - -# capture n°021211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021211.pto --stitching --prefix=assemblage_021211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021211.jpg - -# capture n°021212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021212.pto --stitching --prefix=assemblage_021212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021212.jpg - -# capture n°021213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021213.pto --stitching --prefix=assemblage_021213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021213.jpg - -# capture n°021214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021214.pto --stitching --prefix=assemblage_021214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021214.jpg - -# capture n°021215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021215.pto --stitching --prefix=assemblage_021215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021215.jpg - -# capture n°021216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021216.pto --stitching --prefix=assemblage_021216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021216.jpg - -# capture n°021217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021217.pto --stitching --prefix=assemblage_021217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021217.jpg - -# capture n°021218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021218.pto --stitching --prefix=assemblage_021218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021218.jpg - -# capture n°021219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021219.pto --stitching --prefix=assemblage_021219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021219.jpg - -# capture n°021220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021220.pto --stitching --prefix=assemblage_021220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021220.jpg - -# capture n°021221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021221.pto --stitching --prefix=assemblage_021221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021221.jpg - -# capture n°021222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021222.pto --stitching --prefix=assemblage_021222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021222.jpg - -# capture n°021223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021223.pto --stitching --prefix=assemblage_021223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021223.jpg - -# capture n°021224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021224.pto --stitching --prefix=assemblage_021224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021224.jpg - -# capture n°021225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021225.pto --stitching --prefix=assemblage_021225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021225.jpg - -# capture n°021226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021226.pto --stitching --prefix=assemblage_021226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021226.jpg - -# capture n°021227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021227.pto --stitching --prefix=assemblage_021227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021227.jpg - -# capture n°021228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021228.pto --stitching --prefix=assemblage_021228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021228.jpg - -# capture n°021229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021229.pto --stitching --prefix=assemblage_021229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021229.jpg - -# capture n°021230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021230.pto --stitching --prefix=assemblage_021230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021230.jpg - -# capture n°021231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021231.pto --stitching --prefix=assemblage_021231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021231.jpg - -# capture n°021232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021232.pto --stitching --prefix=assemblage_021232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021232.jpg - -# capture n°021233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021233.pto --stitching --prefix=assemblage_021233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021233.jpg - -# capture n°021234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021234.pto --stitching --prefix=assemblage_021234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021234.jpg - -# capture n°021235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021235.pto --stitching --prefix=assemblage_021235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021235.jpg - -# capture n°021236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021236.pto --stitching --prefix=assemblage_021236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021236.jpg - -# capture n°021237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021237.pto --stitching --prefix=assemblage_021237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021237.jpg - -# capture n°021238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021238.pto --stitching --prefix=assemblage_021238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021238.jpg - -# capture n°021239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021239.pto --stitching --prefix=assemblage_021239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021239.jpg - -# capture n°021240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021240.pto --stitching --prefix=assemblage_021240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021240.jpg - -# capture n°021241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021241.pto --stitching --prefix=assemblage_021241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021241.jpg - -# capture n°021242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021242.pto --stitching --prefix=assemblage_021242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021242.jpg - -# capture n°021243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021243.pto --stitching --prefix=assemblage_021243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021243.jpg - -# capture n°021244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021244.pto --stitching --prefix=assemblage_021244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021244.jpg - -# capture n°021245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021245.pto --stitching --prefix=assemblage_021245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021245.jpg - -# capture n°021246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021246.pto --stitching --prefix=assemblage_021246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021246.jpg - -# capture n°021247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021247.pto --stitching --prefix=assemblage_021247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021247.jpg - -# capture n°021248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021248.pto --stitching --prefix=assemblage_021248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021248.jpg - -# capture n°021249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021249.pto --stitching --prefix=assemblage_021249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021249.jpg - -# capture n°021250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021250.pto --stitching --prefix=assemblage_021250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021250.jpg - -# capture n°021251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021251.pto --stitching --prefix=assemblage_021251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021251.jpg - -# capture n°021252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021252.pto --stitching --prefix=assemblage_021252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021252.jpg - -# capture n°021253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021253.pto --stitching --prefix=assemblage_021253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021253.jpg - -# capture n°021254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021254.pto --stitching --prefix=assemblage_021254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021254.jpg - -# capture n°021255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021255.pto --stitching --prefix=assemblage_021255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021255.jpg - -# capture n°021256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021256.pto --stitching --prefix=assemblage_021256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021256.jpg - -# capture n°021257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021257.pto --stitching --prefix=assemblage_021257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021257.jpg - -# capture n°021258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021258.pto --stitching --prefix=assemblage_021258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021258.jpg - -# capture n°021259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021259.pto --stitching --prefix=assemblage_021259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021259.jpg - -# capture n°021260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021260.pto --stitching --prefix=assemblage_021260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021260.jpg - -# capture n°021261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021261.pto --stitching --prefix=assemblage_021261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021261.jpg - -# capture n°021262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021262.pto --stitching --prefix=assemblage_021262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021262.jpg - -# capture n°021263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021263.pto --stitching --prefix=assemblage_021263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021263.jpg - -# capture n°021264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021264.pto --stitching --prefix=assemblage_021264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021264.jpg - -# capture n°021265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021265.pto --stitching --prefix=assemblage_021265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021265.jpg - -# capture n°021266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021266.pto --stitching --prefix=assemblage_021266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021266.jpg - -# capture n°021267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021267.pto --stitching --prefix=assemblage_021267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021267.jpg - -# capture n°021268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021268.pto --stitching --prefix=assemblage_021268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021268.jpg - -# capture n°021269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021269.pto --stitching --prefix=assemblage_021269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021269.jpg - -# capture n°021270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021270.pto --stitching --prefix=assemblage_021270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021270.jpg - -# capture n°021271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021271.pto --stitching --prefix=assemblage_021271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021271.jpg - -# capture n°021272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021272.pto --stitching --prefix=assemblage_021272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021272.jpg - -# capture n°021273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021273.pto --stitching --prefix=assemblage_021273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021273.jpg - -# capture n°021274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021274.pto --stitching --prefix=assemblage_021274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021274.jpg - -# capture n°021275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021275.pto --stitching --prefix=assemblage_021275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021275.jpg - -# capture n°021276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021276.pto --stitching --prefix=assemblage_021276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021276.jpg - -# capture n°021277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021277.pto --stitching --prefix=assemblage_021277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021277.jpg - -# capture n°021278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021278.pto --stitching --prefix=assemblage_021278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021278.jpg - -# capture n°021279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021279.pto --stitching --prefix=assemblage_021279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021279.jpg - -# capture n°021280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021280.pto --stitching --prefix=assemblage_021280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021280.jpg - -# capture n°021281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021281.pto --stitching --prefix=assemblage_021281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021281.jpg - -# capture n°021282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021282.pto --stitching --prefix=assemblage_021282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021282.jpg - -# capture n°021283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021283.pto --stitching --prefix=assemblage_021283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021283.jpg - -# capture n°021284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021284.pto --stitching --prefix=assemblage_021284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021284.jpg - -# capture n°021285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021285.pto --stitching --prefix=assemblage_021285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021285.jpg - -# capture n°021286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021286.pto --stitching --prefix=assemblage_021286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021286.jpg - -# capture n°021287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021287.pto --stitching --prefix=assemblage_021287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021287.jpg - -# capture n°021288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021288.pto --stitching --prefix=assemblage_021288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021288.jpg - -# capture n°021289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021289.pto --stitching --prefix=assemblage_021289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021289.jpg - -# capture n°021290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021290.pto --stitching --prefix=assemblage_021290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021290.jpg - -# capture n°021291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021291.pto --stitching --prefix=assemblage_021291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021291.jpg - -# capture n°021292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021292.pto --stitching --prefix=assemblage_021292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021292.jpg - -# capture n°021293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021293.pto --stitching --prefix=assemblage_021293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021293.jpg - -# capture n°021294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021294.pto --stitching --prefix=assemblage_021294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021294.jpg - -# capture n°021295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021295.pto --stitching --prefix=assemblage_021295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021295.jpg - -# capture n°021296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021296.pto --stitching --prefix=assemblage_021296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021296.jpg - -# capture n°021297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021297.pto --stitching --prefix=assemblage_021297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021297.jpg - -# capture n°021298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021298.pto --stitching --prefix=assemblage_021298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021298.jpg - -# capture n°021299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021299.pto --stitching --prefix=assemblage_021299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021299.jpg - -# capture n°021300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021300.pto --stitching --prefix=assemblage_021300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021300.jpg - -# capture n°021301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021301.pto --stitching --prefix=assemblage_021301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021301.jpg - -# capture n°021302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021302.pto --stitching --prefix=assemblage_021302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021302.jpg - -# capture n°021303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021303.pto --stitching --prefix=assemblage_021303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021303.jpg - -# capture n°021304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021304.pto --stitching --prefix=assemblage_021304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021304.jpg - -# capture n°021305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021305.pto --stitching --prefix=assemblage_021305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021305.jpg - -# capture n°021306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021306.pto --stitching --prefix=assemblage_021306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021306.jpg - -# capture n°021307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021307.pto --stitching --prefix=assemblage_021307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021307.jpg - -# capture n°021308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021308.pto --stitching --prefix=assemblage_021308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021308.jpg - -# capture n°021309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021309.pto --stitching --prefix=assemblage_021309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021309.jpg - -# capture n°021310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021310.pto --stitching --prefix=assemblage_021310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021310.jpg - -# capture n°021311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021311.pto --stitching --prefix=assemblage_021311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021311.jpg - -# capture n°021312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021312.pto --stitching --prefix=assemblage_021312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021312.jpg - -# capture n°021313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021313.pto --stitching --prefix=assemblage_021313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021313.jpg - -# capture n°021314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021314.pto --stitching --prefix=assemblage_021314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021314.jpg - -# capture n°021315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021315.pto --stitching --prefix=assemblage_021315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021315.jpg - -# capture n°021316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021316.pto --stitching --prefix=assemblage_021316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021316.jpg - -# capture n°021317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021317.pto --stitching --prefix=assemblage_021317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021317.jpg - -# capture n°021318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021318.pto --stitching --prefix=assemblage_021318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021318.jpg - -# capture n°021319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021319.pto --stitching --prefix=assemblage_021319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021319.jpg - -# capture n°021320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021320.pto --stitching --prefix=assemblage_021320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021320.jpg - -# capture n°021321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021321.pto --stitching --prefix=assemblage_021321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021321.jpg - -# capture n°021322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021322.pto --stitching --prefix=assemblage_021322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021322.jpg - -# capture n°021323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021323.pto --stitching --prefix=assemblage_021323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021323.jpg - -# capture n°021324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021324.pto --stitching --prefix=assemblage_021324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021324.jpg - -# capture n°021325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021325.pto --stitching --prefix=assemblage_021325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021325.jpg - -# capture n°021326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021326.pto --stitching --prefix=assemblage_021326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021326.jpg - -# capture n°021327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021327.pto --stitching --prefix=assemblage_021327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021327.jpg - -# capture n°021328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021328.pto --stitching --prefix=assemblage_021328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021328.jpg - -# capture n°021329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021329.pto --stitching --prefix=assemblage_021329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021329.jpg - -# capture n°021330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021330.pto --stitching --prefix=assemblage_021330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021330.jpg - -# capture n°021331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021331.pto --stitching --prefix=assemblage_021331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021331.jpg - -# capture n°021332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021332.pto --stitching --prefix=assemblage_021332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021332.jpg - -# capture n°021333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021333.pto --stitching --prefix=assemblage_021333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021333.jpg - -# capture n°021334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021334.pto --stitching --prefix=assemblage_021334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021334.jpg - -# capture n°021335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021335.pto --stitching --prefix=assemblage_021335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021335.jpg - -# capture n°021336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021336.pto --stitching --prefix=assemblage_021336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021336.jpg - -# capture n°021337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021337.pto --stitching --prefix=assemblage_021337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021337.jpg - -# capture n°021338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021338.pto --stitching --prefix=assemblage_021338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021338.jpg - -# capture n°021339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021339.pto --stitching --prefix=assemblage_021339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021339.jpg - -# capture n°021340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021340.pto --stitching --prefix=assemblage_021340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021340.jpg - -# capture n°021341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021341.pto --stitching --prefix=assemblage_021341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021341.jpg - -# capture n°021342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021342.pto --stitching --prefix=assemblage_021342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021342.jpg - -# capture n°021343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021343.pto --stitching --prefix=assemblage_021343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021343.jpg - -# capture n°021344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021344.pto --stitching --prefix=assemblage_021344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021344.jpg - -# capture n°021345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021345.pto --stitching --prefix=assemblage_021345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021345.jpg - -# capture n°021346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021346.pto --stitching --prefix=assemblage_021346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021346.jpg - -# capture n°021347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021347.pto --stitching --prefix=assemblage_021347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021347.jpg - -# capture n°021348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021348.pto --stitching --prefix=assemblage_021348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021348.jpg - -# capture n°021349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021349.pto --stitching --prefix=assemblage_021349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021349.jpg - -# capture n°021350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021350.pto --stitching --prefix=assemblage_021350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021350.jpg - -# capture n°021351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021351.pto --stitching --prefix=assemblage_021351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021351.jpg - -# capture n°021352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021352.pto --stitching --prefix=assemblage_021352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021352.jpg - -# capture n°021353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021353.pto --stitching --prefix=assemblage_021353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021353.jpg - -# capture n°021354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021354.pto --stitching --prefix=assemblage_021354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021354.jpg - -# capture n°021355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021355.pto --stitching --prefix=assemblage_021355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021355.jpg - -# capture n°021356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021356.pto --stitching --prefix=assemblage_021356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021356.jpg - -# capture n°021357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021357.pto --stitching --prefix=assemblage_021357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021357.jpg - -# capture n°021358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021358.pto --stitching --prefix=assemblage_021358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021358.jpg - -# capture n°021359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021359.pto --stitching --prefix=assemblage_021359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021359.jpg - -# capture n°021360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021360.pto --stitching --prefix=assemblage_021360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021360.jpg - -# capture n°021361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021361.pto --stitching --prefix=assemblage_021361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021361.jpg - -# capture n°021362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021362.pto --stitching --prefix=assemblage_021362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021362.jpg - -# capture n°021363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021363.pto --stitching --prefix=assemblage_021363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021363.jpg - -# capture n°021364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021364.pto --stitching --prefix=assemblage_021364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021364.jpg - -# capture n°021365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021365.pto --stitching --prefix=assemblage_021365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021365.jpg - -# capture n°021366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021366.pto --stitching --prefix=assemblage_021366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021366.jpg - -# capture n°021367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021367.pto --stitching --prefix=assemblage_021367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021367.jpg - -# capture n°021368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021368.pto --stitching --prefix=assemblage_021368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021368.jpg - -# capture n°021369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021369.pto --stitching --prefix=assemblage_021369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021369.jpg - -# capture n°021370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021370.pto --stitching --prefix=assemblage_021370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021370.jpg - -# capture n°021371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021371.pto --stitching --prefix=assemblage_021371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021371.jpg - -# capture n°021372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021372.pto --stitching --prefix=assemblage_021372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021372.jpg - -# capture n°021373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021373.pto --stitching --prefix=assemblage_021373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021373.jpg - -# capture n°021374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021374.pto --stitching --prefix=assemblage_021374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021374.jpg - -# capture n°021375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021375.pto --stitching --prefix=assemblage_021375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021375.jpg - -# capture n°021376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021376.pto --stitching --prefix=assemblage_021376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021376.jpg - -# capture n°021377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021377.pto --stitching --prefix=assemblage_021377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021377.jpg - -# capture n°021378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021378.pto --stitching --prefix=assemblage_021378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021378.jpg - -# capture n°021379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021379.pto --stitching --prefix=assemblage_021379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021379.jpg - -# capture n°021380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021380.pto --stitching --prefix=assemblage_021380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021380.jpg - -# capture n°021381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021381.pto --stitching --prefix=assemblage_021381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021381.jpg - -# capture n°021382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021382.pto --stitching --prefix=assemblage_021382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021382.jpg - -# capture n°021383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021383.pto --stitching --prefix=assemblage_021383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021383.jpg - -# capture n°021384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021384.pto --stitching --prefix=assemblage_021384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021384.jpg - -# capture n°021385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021385.pto --stitching --prefix=assemblage_021385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021385.jpg - -# capture n°021386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021386.pto --stitching --prefix=assemblage_021386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021386.jpg - -# capture n°021387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021387.pto --stitching --prefix=assemblage_021387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021387.jpg - -# capture n°021388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021388.pto --stitching --prefix=assemblage_021388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021388.jpg - -# capture n°021389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021389.pto --stitching --prefix=assemblage_021389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021389.jpg - -# capture n°021390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021390.pto --stitching --prefix=assemblage_021390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021390.jpg - -# capture n°021391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021391.pto --stitching --prefix=assemblage_021391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021391.jpg - -# capture n°021392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021392.pto --stitching --prefix=assemblage_021392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021392.jpg - -# capture n°021393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021393.pto --stitching --prefix=assemblage_021393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021393.jpg - -# capture n°021394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021394.pto --stitching --prefix=assemblage_021394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021394.jpg - -# capture n°021395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021395.pto --stitching --prefix=assemblage_021395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021395.jpg - -# capture n°021396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021396.pto --stitching --prefix=assemblage_021396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021396.jpg - -# capture n°021397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021397.pto --stitching --prefix=assemblage_021397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021397.jpg - -# capture n°021398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021398.pto --stitching --prefix=assemblage_021398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021398.jpg - -# capture n°021399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021399.pto --stitching --prefix=assemblage_021399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021399.jpg - -# capture n°021400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021400.pto --stitching --prefix=assemblage_021400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021400.jpg - -# capture n°021401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021401.pto --stitching --prefix=assemblage_021401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021401.jpg - -# capture n°021402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021402.pto --stitching --prefix=assemblage_021402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021402.jpg - -# capture n°021403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021403.pto --stitching --prefix=assemblage_021403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021403.jpg - -# capture n°021404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021404.pto --stitching --prefix=assemblage_021404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021404.jpg - -# capture n°021405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021405.pto --stitching --prefix=assemblage_021405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021405.jpg - -# capture n°021406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021406.pto --stitching --prefix=assemblage_021406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021406.jpg - -# capture n°021407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021407.pto --stitching --prefix=assemblage_021407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021407.jpg - -# capture n°021408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021408.pto --stitching --prefix=assemblage_021408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021408.jpg - -# capture n°021409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021409.pto --stitching --prefix=assemblage_021409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021409.jpg - -# capture n°021410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021410.pto --stitching --prefix=assemblage_021410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021410.jpg - -# capture n°021411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021411.pto --stitching --prefix=assemblage_021411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021411.jpg - -# capture n°021412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021412.pto --stitching --prefix=assemblage_021412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021412.jpg - -# capture n°021413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021413.pto --stitching --prefix=assemblage_021413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021413.jpg - -# capture n°021414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021414.pto --stitching --prefix=assemblage_021414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021414.jpg - -# capture n°021415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021415.pto --stitching --prefix=assemblage_021415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021415.jpg - -# capture n°021416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021416.pto --stitching --prefix=assemblage_021416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021416.jpg - -# capture n°021417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021417.pto --stitching --prefix=assemblage_021417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021417.jpg - -# capture n°021418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021418.pto --stitching --prefix=assemblage_021418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021418.jpg - -# capture n°021419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021419.pto --stitching --prefix=assemblage_021419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021419.jpg - -# capture n°021420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021420.pto --stitching --prefix=assemblage_021420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021420.jpg - -# capture n°021421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021421.pto --stitching --prefix=assemblage_021421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021421.jpg - -# capture n°021422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021422.pto --stitching --prefix=assemblage_021422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021422.jpg - -# capture n°021423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021423.pto --stitching --prefix=assemblage_021423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021423.jpg - -# capture n°021424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021424.pto --stitching --prefix=assemblage_021424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021424.jpg - -# capture n°021425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021425.pto --stitching --prefix=assemblage_021425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021425.jpg - -# capture n°021426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021426.pto --stitching --prefix=assemblage_021426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021426.jpg - -# capture n°021427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021427.pto --stitching --prefix=assemblage_021427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021427.jpg - -# capture n°021428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021428.pto --stitching --prefix=assemblage_021428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021428.jpg - -# capture n°021429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021429.pto --stitching --prefix=assemblage_021429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021429.jpg - -# capture n°021430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021430.pto --stitching --prefix=assemblage_021430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021430.jpg - -# capture n°021431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021431.pto --stitching --prefix=assemblage_021431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021431.jpg - -# capture n°021432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021432.pto --stitching --prefix=assemblage_021432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021432.jpg - -# capture n°021433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021433.pto --stitching --prefix=assemblage_021433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021433.jpg - -# capture n°021434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021434.pto --stitching --prefix=assemblage_021434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021434.jpg - -# capture n°021435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021435.pto --stitching --prefix=assemblage_021435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021435.jpg - -# capture n°021436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021436.pto --stitching --prefix=assemblage_021436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021436.jpg - -# capture n°021437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021437.pto --stitching --prefix=assemblage_021437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021437.jpg - -# capture n°021438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021438.pto --stitching --prefix=assemblage_021438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021438.jpg - -# capture n°021439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021439.pto --stitching --prefix=assemblage_021439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021439.jpg - -# capture n°021440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021440.pto --stitching --prefix=assemblage_021440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021440.jpg - -# capture n°021441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021441.pto --stitching --prefix=assemblage_021441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021441.jpg - -# capture n°021442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021442.pto --stitching --prefix=assemblage_021442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021442.jpg - -# capture n°021443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021443.pto --stitching --prefix=assemblage_021443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021443.jpg - -# capture n°021444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021444.pto --stitching --prefix=assemblage_021444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021444.jpg - -# capture n°021445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021445.pto --stitching --prefix=assemblage_021445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021445.jpg - -# capture n°021446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021446.pto --stitching --prefix=assemblage_021446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021446.jpg - -# capture n°021447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021447.pto --stitching --prefix=assemblage_021447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021447.jpg - -# capture n°021448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021448.pto --stitching --prefix=assemblage_021448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021448.jpg - -# capture n°021449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021449.pto --stitching --prefix=assemblage_021449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021449.jpg - -# capture n°021450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021450.pto --stitching --prefix=assemblage_021450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021450.jpg - -# capture n°021451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021451.pto --stitching --prefix=assemblage_021451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021451.jpg - -# capture n°021452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021452.pto --stitching --prefix=assemblage_021452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021452.jpg - -# capture n°021453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021453.pto --stitching --prefix=assemblage_021453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021453.jpg - -# capture n°021454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021454.pto --stitching --prefix=assemblage_021454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021454.jpg - -# capture n°021455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021455.pto --stitching --prefix=assemblage_021455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021455.jpg - -# capture n°021456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021456.pto --stitching --prefix=assemblage_021456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021456.jpg - -# capture n°021457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021457.pto --stitching --prefix=assemblage_021457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021457.jpg - -# capture n°021458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021458.pto --stitching --prefix=assemblage_021458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021458.jpg - -# capture n°021459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021459.pto --stitching --prefix=assemblage_021459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021459.jpg - -# capture n°021460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021460.pto --stitching --prefix=assemblage_021460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021460.jpg - -# capture n°021461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021461.pto --stitching --prefix=assemblage_021461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021461.jpg - -# capture n°021462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021462.pto --stitching --prefix=assemblage_021462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021462.jpg - -# capture n°021463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021463.pto --stitching --prefix=assemblage_021463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021463.jpg - -# capture n°021464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021464.pto --stitching --prefix=assemblage_021464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021464.jpg - -# capture n°021465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021465.pto --stitching --prefix=assemblage_021465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021465.jpg - -# capture n°021466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021466.pto --stitching --prefix=assemblage_021466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021466.jpg - -# capture n°021467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021467.pto --stitching --prefix=assemblage_021467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021467.jpg - -# capture n°021468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021468.pto --stitching --prefix=assemblage_021468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021468.jpg - -# capture n°021469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021469.pto --stitching --prefix=assemblage_021469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021469.jpg - -# capture n°021470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021470.pto --stitching --prefix=assemblage_021470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021470.jpg - -# capture n°021471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021471.pto --stitching --prefix=assemblage_021471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021471.jpg - -# capture n°021472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021472.pto --stitching --prefix=assemblage_021472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021472.jpg - -# capture n°021473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021473.pto --stitching --prefix=assemblage_021473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021473.jpg - -# capture n°021474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021474.pto --stitching --prefix=assemblage_021474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021474.jpg - -# capture n°021475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021475.pto --stitching --prefix=assemblage_021475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021475.jpg - -# capture n°021476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021476.pto --stitching --prefix=assemblage_021476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021476.jpg - -# capture n°021477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021477.pto --stitching --prefix=assemblage_021477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021477.jpg - -# capture n°021478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021478.pto --stitching --prefix=assemblage_021478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021478.jpg - -# capture n°021479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021479.pto --stitching --prefix=assemblage_021479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021479.jpg - -# capture n°021480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021480.pto --stitching --prefix=assemblage_021480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021480.jpg - -# capture n°021481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021481.pto --stitching --prefix=assemblage_021481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021481.jpg - -# capture n°021482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021482.pto --stitching --prefix=assemblage_021482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021482.jpg - -# capture n°021483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021483.pto --stitching --prefix=assemblage_021483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021483.jpg - -# capture n°021484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021484.pto --stitching --prefix=assemblage_021484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021484.jpg - -# capture n°021485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021485.pto --stitching --prefix=assemblage_021485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021485.jpg - -# capture n°021486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021486.pto --stitching --prefix=assemblage_021486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021486.jpg - -# capture n°021487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021487.pto --stitching --prefix=assemblage_021487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021487.jpg - -# capture n°021488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021488.pto --stitching --prefix=assemblage_021488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021488.jpg - -# capture n°021489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021489.pto --stitching --prefix=assemblage_021489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021489.jpg - -# capture n°021490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021490.pto --stitching --prefix=assemblage_021490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021490.jpg - -# capture n°021491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021491.pto --stitching --prefix=assemblage_021491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021491.jpg - -# capture n°021492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021492.pto --stitching --prefix=assemblage_021492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021492.jpg - -# capture n°021493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021493.pto --stitching --prefix=assemblage_021493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021493.jpg - -# capture n°021494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021494.pto --stitching --prefix=assemblage_021494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021494.jpg - -# capture n°021495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021495.pto --stitching --prefix=assemblage_021495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021495.jpg - -# capture n°021496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021496.pto --stitching --prefix=assemblage_021496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021496.jpg - -# capture n°021497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021497.pto --stitching --prefix=assemblage_021497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021497.jpg - -# capture n°021498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021498.pto --stitching --prefix=assemblage_021498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021498.jpg - -# capture n°021499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021499.pto --stitching --prefix=assemblage_021499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021499.jpg - -# capture n°021500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021500.pto --stitching --prefix=assemblage_021500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021500.jpg - -# capture n°021501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021501.pto --stitching --prefix=assemblage_021501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021501.jpg - -# capture n°021502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021502.pto --stitching --prefix=assemblage_021502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021502.jpg - -# capture n°021503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021503.pto --stitching --prefix=assemblage_021503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021503.jpg - -# capture n°021504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021504.pto --stitching --prefix=assemblage_021504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021504.jpg - -# capture n°021505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021505.pto --stitching --prefix=assemblage_021505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021505.jpg - -# capture n°021506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021506.pto --stitching --prefix=assemblage_021506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021506.jpg - -# capture n°021507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021507.pto --stitching --prefix=assemblage_021507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021507.jpg - -# capture n°021508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021508.pto --stitching --prefix=assemblage_021508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021508.jpg - -# capture n°021509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021509.pto --stitching --prefix=assemblage_021509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021509.jpg - -# capture n°021510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021510.pto --stitching --prefix=assemblage_021510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021510.jpg - -# capture n°021511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021511.pto --stitching --prefix=assemblage_021511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021511.jpg - -# capture n°021512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021512.pto --stitching --prefix=assemblage_021512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021512.jpg - -# capture n°021513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021513.pto --stitching --prefix=assemblage_021513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021513.jpg - -# capture n°021514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021514.pto --stitching --prefix=assemblage_021514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021514.jpg - -# capture n°021515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021515.pto --stitching --prefix=assemblage_021515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021515.jpg - -# capture n°021516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021516.pto --stitching --prefix=assemblage_021516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021516.jpg - -# capture n°021517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021517.pto --stitching --prefix=assemblage_021517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021517.jpg - -# capture n°021518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021518.pto --stitching --prefix=assemblage_021518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021518.jpg - -# capture n°021519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021519.pto --stitching --prefix=assemblage_021519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021519.jpg - -# capture n°021520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021520.pto --stitching --prefix=assemblage_021520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021520.jpg - -# capture n°021521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021521.pto --stitching --prefix=assemblage_021521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021521.jpg - -# capture n°021522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021522.pto --stitching --prefix=assemblage_021522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021522.jpg - -# capture n°021523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021523.pto --stitching --prefix=assemblage_021523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021523.jpg - -# capture n°021524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021524.pto --stitching --prefix=assemblage_021524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021524.jpg - -# capture n°021525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021525.pto --stitching --prefix=assemblage_021525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021525.jpg - -# capture n°021526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021526.pto --stitching --prefix=assemblage_021526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021526.jpg - -# capture n°021527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021527.pto --stitching --prefix=assemblage_021527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021527.jpg - -# capture n°021528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021528.pto --stitching --prefix=assemblage_021528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021528.jpg - -# capture n°021529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021529.pto --stitching --prefix=assemblage_021529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021529.jpg - -# capture n°021530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021530.pto --stitching --prefix=assemblage_021530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021530.jpg - -# capture n°021531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021531.pto --stitching --prefix=assemblage_021531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021531.jpg - -# capture n°021532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021532.pto --stitching --prefix=assemblage_021532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021532.jpg - -# capture n°021533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021533.pto --stitching --prefix=assemblage_021533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021533.jpg - -# capture n°021534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021534.pto --stitching --prefix=assemblage_021534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021534.jpg - -# capture n°021535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021535.pto --stitching --prefix=assemblage_021535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021535.jpg - -# capture n°021536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021536.pto --stitching --prefix=assemblage_021536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021536.jpg - -# capture n°021537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021537.pto --stitching --prefix=assemblage_021537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021537.jpg - -# capture n°021538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021538.pto --stitching --prefix=assemblage_021538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021538.jpg - -# capture n°021539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021539.pto --stitching --prefix=assemblage_021539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021539.jpg - -# capture n°021540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021540.pto --stitching --prefix=assemblage_021540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021540.jpg - -# capture n°021541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021541.pto --stitching --prefix=assemblage_021541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021541.jpg - -# capture n°021542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021542.pto --stitching --prefix=assemblage_021542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021542.jpg - -# capture n°021543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021543.pto --stitching --prefix=assemblage_021543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021543.jpg - -# capture n°021544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021544.pto --stitching --prefix=assemblage_021544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021544.jpg - -# capture n°021545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021545.pto --stitching --prefix=assemblage_021545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021545.jpg - -# capture n°021546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021546.pto --stitching --prefix=assemblage_021546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021546.jpg - -# capture n°021547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021547.pto --stitching --prefix=assemblage_021547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021547.jpg - -# capture n°021548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021548.pto --stitching --prefix=assemblage_021548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021548.jpg - -# capture n°021549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021549.pto --stitching --prefix=assemblage_021549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021549.jpg - -# capture n°021550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021550.pto --stitching --prefix=assemblage_021550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021550.jpg - -# capture n°021551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021551.pto --stitching --prefix=assemblage_021551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021551.jpg - -# capture n°021552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021552.pto --stitching --prefix=assemblage_021552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021552.jpg - -# capture n°021553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021553.pto --stitching --prefix=assemblage_021553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021553.jpg - -# capture n°021554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021554.pto --stitching --prefix=assemblage_021554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021554.jpg - -# capture n°021555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021555.pto --stitching --prefix=assemblage_021555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021555.jpg - -# capture n°021556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021556.pto --stitching --prefix=assemblage_021556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021556.jpg - -# capture n°021557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021557.pto --stitching --prefix=assemblage_021557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021557.jpg - -# capture n°021558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021558.pto --stitching --prefix=assemblage_021558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021558.jpg - -# capture n°021559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021559.pto --stitching --prefix=assemblage_021559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021559.jpg - -# capture n°021560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021560.pto --stitching --prefix=assemblage_021560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021560.jpg - -# capture n°021561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021561.pto --stitching --prefix=assemblage_021561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021561.jpg - -# capture n°021562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021562.pto --stitching --prefix=assemblage_021562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021562.jpg - -# capture n°021563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021563.pto --stitching --prefix=assemblage_021563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021563.jpg - -# capture n°021564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021564.pto --stitching --prefix=assemblage_021564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021564.jpg - -# capture n°021565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021565.pto --stitching --prefix=assemblage_021565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021565.jpg - -# capture n°021566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021566.pto --stitching --prefix=assemblage_021566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021566.jpg - -# capture n°021567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021567.pto --stitching --prefix=assemblage_021567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021567.jpg - -# capture n°021568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021568.pto --stitching --prefix=assemblage_021568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021568.jpg - -# capture n°021569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021569.pto --stitching --prefix=assemblage_021569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021569.jpg - -# capture n°021570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021570.pto --stitching --prefix=assemblage_021570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021570.jpg - -# capture n°021571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021571.pto --stitching --prefix=assemblage_021571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021571.jpg - -# capture n°021572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021572.pto --stitching --prefix=assemblage_021572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021572.jpg - -# capture n°021573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021573.pto --stitching --prefix=assemblage_021573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021573.jpg - -# capture n°021574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021574.pto --stitching --prefix=assemblage_021574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021574.jpg - -# capture n°021575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021575.pto --stitching --prefix=assemblage_021575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021575.jpg - -# capture n°021576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021576.pto --stitching --prefix=assemblage_021576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021576.jpg - -# capture n°021577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021577.pto --stitching --prefix=assemblage_021577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021577.jpg - -# capture n°021578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021578.pto --stitching --prefix=assemblage_021578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021578.jpg - -# capture n°021579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021579.pto --stitching --prefix=assemblage_021579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021579.jpg - -# capture n°021580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021580.pto --stitching --prefix=assemblage_021580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021580.jpg - -# capture n°021581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021581.pto --stitching --prefix=assemblage_021581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021581.jpg - -# capture n°021582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021582.pto --stitching --prefix=assemblage_021582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021582.jpg - -# capture n°021583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021583.pto --stitching --prefix=assemblage_021583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021583.jpg - -# capture n°021584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021584.pto --stitching --prefix=assemblage_021584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021584.jpg - -# capture n°021585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021585.pto --stitching --prefix=assemblage_021585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021585.jpg - -# capture n°021586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021586.pto --stitching --prefix=assemblage_021586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021586.jpg - -# capture n°021587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021587.pto --stitching --prefix=assemblage_021587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021587.jpg - -# capture n°021588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021588.pto --stitching --prefix=assemblage_021588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021588.jpg - -# capture n°021589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021589.pto --stitching --prefix=assemblage_021589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021589.jpg - -# capture n°021590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021590.pto --stitching --prefix=assemblage_021590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021590.jpg - -# capture n°021591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021591.pto --stitching --prefix=assemblage_021591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021591.jpg - -# capture n°021592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021592.pto --stitching --prefix=assemblage_021592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021592.jpg - -# capture n°021593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021593.pto --stitching --prefix=assemblage_021593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021593.jpg - -# capture n°021594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021594.pto --stitching --prefix=assemblage_021594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021594.jpg - -# capture n°021595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021595.pto --stitching --prefix=assemblage_021595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021595.jpg - -# capture n°021596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021596.pto --stitching --prefix=assemblage_021596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021596.jpg - -# capture n°021597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021597.pto --stitching --prefix=assemblage_021597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021597.jpg - -# capture n°021598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021598.pto --stitching --prefix=assemblage_021598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021598.jpg - -# capture n°021599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021599.pto --stitching --prefix=assemblage_021599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021599.jpg - -# capture n°021600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021600.pto --stitching --prefix=assemblage_021600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021600.jpg - -# capture n°021601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021601.pto --stitching --prefix=assemblage_021601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021601.jpg - -# capture n°021602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021602.pto --stitching --prefix=assemblage_021602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021602.jpg - -# capture n°021603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021603.pto --stitching --prefix=assemblage_021603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021603.jpg - -# capture n°021604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021604.pto --stitching --prefix=assemblage_021604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021604.jpg - -# capture n°021605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021605.pto --stitching --prefix=assemblage_021605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021605.jpg - -# capture n°021606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021606.pto --stitching --prefix=assemblage_021606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021606.jpg - -# capture n°021607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021607.pto --stitching --prefix=assemblage_021607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021607.jpg - -# capture n°021608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021608.pto --stitching --prefix=assemblage_021608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021608.jpg - -# capture n°021609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021609.pto --stitching --prefix=assemblage_021609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021609.jpg - -# capture n°021610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021610.pto --stitching --prefix=assemblage_021610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021610.jpg - -# capture n°021611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021611.pto --stitching --prefix=assemblage_021611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021611.jpg - -# capture n°021612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021612.pto --stitching --prefix=assemblage_021612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021612.jpg - -# capture n°021613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021613.pto --stitching --prefix=assemblage_021613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021613.jpg - -# capture n°021614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021614.pto --stitching --prefix=assemblage_021614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021614.jpg - -# capture n°021615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021615.pto --stitching --prefix=assemblage_021615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021615.jpg - -# capture n°021616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021616.pto --stitching --prefix=assemblage_021616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021616.jpg - -# capture n°021617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021617.pto --stitching --prefix=assemblage_021617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021617.jpg - -# capture n°021618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021618.pto --stitching --prefix=assemblage_021618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021618.jpg - -# capture n°021619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021619.pto --stitching --prefix=assemblage_021619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021619.jpg - -# capture n°021620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021620.pto --stitching --prefix=assemblage_021620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021620.jpg - -# capture n°021621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021621.pto --stitching --prefix=assemblage_021621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021621.jpg - -# capture n°021622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021622.pto --stitching --prefix=assemblage_021622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021622.jpg - -# capture n°021623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021623.pto --stitching --prefix=assemblage_021623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021623.jpg - -# capture n°021624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021624.pto --stitching --prefix=assemblage_021624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021624.jpg - -# capture n°021625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021625.pto --stitching --prefix=assemblage_021625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021625.jpg - -# capture n°021626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021626.pto --stitching --prefix=assemblage_021626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021626.jpg - -# capture n°021627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021627.pto --stitching --prefix=assemblage_021627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021627.jpg - -# capture n°021628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021628.pto --stitching --prefix=assemblage_021628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021628.jpg - -# capture n°021629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021629.pto --stitching --prefix=assemblage_021629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021629.jpg - -# capture n°021630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021630.pto --stitching --prefix=assemblage_021630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021630.jpg - -# capture n°021631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021631.pto --stitching --prefix=assemblage_021631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021631.jpg - -# capture n°021632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021632.pto --stitching --prefix=assemblage_021632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021632.jpg - -# capture n°021633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021633.pto --stitching --prefix=assemblage_021633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021633.jpg - -# capture n°021634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021634.pto --stitching --prefix=assemblage_021634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021634.jpg - -# capture n°021635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021635.pto --stitching --prefix=assemblage_021635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021635.jpg - -# capture n°021636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021636.pto --stitching --prefix=assemblage_021636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021636.jpg - -# capture n°021637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021637.pto --stitching --prefix=assemblage_021637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021637.jpg - -# capture n°021638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021638.pto --stitching --prefix=assemblage_021638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021638.jpg - -# capture n°021639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021639.pto --stitching --prefix=assemblage_021639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021639.jpg - -# capture n°021640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021640.pto --stitching --prefix=assemblage_021640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021640.jpg - -# capture n°021641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021641.pto --stitching --prefix=assemblage_021641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021641.jpg - -# capture n°021642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021642.pto --stitching --prefix=assemblage_021642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021642.jpg - -# capture n°021643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021643.pto --stitching --prefix=assemblage_021643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021643.jpg - -# capture n°021644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021644.pto --stitching --prefix=assemblage_021644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021644.jpg - -# capture n°021645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021645.pto --stitching --prefix=assemblage_021645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021645.jpg - -# capture n°021646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021646.pto --stitching --prefix=assemblage_021646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021646.jpg - -# capture n°021647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021647.pto --stitching --prefix=assemblage_021647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021647.jpg - -# capture n°021648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021648.pto --stitching --prefix=assemblage_021648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021648.jpg - -# capture n°021649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021649.pto --stitching --prefix=assemblage_021649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021649.jpg - -# capture n°021650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021650.pto --stitching --prefix=assemblage_021650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021650.jpg - -# capture n°021651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021651.pto --stitching --prefix=assemblage_021651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021651.jpg - -# capture n°021652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021652.pto --stitching --prefix=assemblage_021652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021652.jpg - -# capture n°021653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021653.pto --stitching --prefix=assemblage_021653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021653.jpg - -# capture n°021654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021654.pto --stitching --prefix=assemblage_021654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021654.jpg - -# capture n°021655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021655.pto --stitching --prefix=assemblage_021655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021655.jpg - -# capture n°021656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021656.pto --stitching --prefix=assemblage_021656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021656.jpg - -# capture n°021657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021657.pto --stitching --prefix=assemblage_021657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021657.jpg - -# capture n°021658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021658.pto --stitching --prefix=assemblage_021658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021658.jpg - -# capture n°021659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021659.pto --stitching --prefix=assemblage_021659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021659.jpg - -# capture n°021660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021660.pto --stitching --prefix=assemblage_021660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021660.jpg - -# capture n°021661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021661.pto --stitching --prefix=assemblage_021661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021661.jpg - -# capture n°021662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021662.pto --stitching --prefix=assemblage_021662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021662.jpg - -# capture n°021663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021663.pto --stitching --prefix=assemblage_021663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021663.jpg - -# capture n°021664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021664.pto --stitching --prefix=assemblage_021664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021664.jpg - -# capture n°021665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021665.pto --stitching --prefix=assemblage_021665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021665.jpg - -# capture n°021666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021666.pto --stitching --prefix=assemblage_021666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021666.jpg - -# capture n°021667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021667.pto --stitching --prefix=assemblage_021667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021667.jpg - -# capture n°021668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021668.pto --stitching --prefix=assemblage_021668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021668.jpg - -# capture n°021669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021669.pto --stitching --prefix=assemblage_021669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021669.jpg - -# capture n°021670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021670.pto --stitching --prefix=assemblage_021670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021670.jpg - -# capture n°021671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021671.pto --stitching --prefix=assemblage_021671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021671.jpg - -# capture n°021672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021672.pto --stitching --prefix=assemblage_021672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021672.jpg - -# capture n°021673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021673.pto --stitching --prefix=assemblage_021673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021673.jpg - -# capture n°021674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021674.pto --stitching --prefix=assemblage_021674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021674.jpg - -# capture n°021675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021675.pto --stitching --prefix=assemblage_021675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021675.jpg - -# capture n°021676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021676.pto --stitching --prefix=assemblage_021676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021676.jpg - -# capture n°021677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021677.pto --stitching --prefix=assemblage_021677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021677.jpg - -# capture n°021678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021678.pto --stitching --prefix=assemblage_021678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021678.jpg - -# capture n°021679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021679.pto --stitching --prefix=assemblage_021679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021679.jpg - -# capture n°021680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021680.pto --stitching --prefix=assemblage_021680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021680.jpg - -# capture n°021681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021681.pto --stitching --prefix=assemblage_021681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021681.jpg - -# capture n°021682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021682.pto --stitching --prefix=assemblage_021682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021682.jpg - -# capture n°021683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021683.pto --stitching --prefix=assemblage_021683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021683.jpg - -# capture n°021684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021684.pto --stitching --prefix=assemblage_021684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021684.jpg - -# capture n°021685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021685.pto --stitching --prefix=assemblage_021685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021685.jpg - -# capture n°021686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021686.pto --stitching --prefix=assemblage_021686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021686.jpg - -# capture n°021687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021687.pto --stitching --prefix=assemblage_021687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021687.jpg - -# capture n°021688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021688.pto --stitching --prefix=assemblage_021688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021688.jpg - -# capture n°021689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021689.pto --stitching --prefix=assemblage_021689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021689.jpg - -# capture n°021690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021690.pto --stitching --prefix=assemblage_021690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021690.jpg - -# capture n°021691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021691.pto --stitching --prefix=assemblage_021691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021691.jpg - -# capture n°021692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021692.pto --stitching --prefix=assemblage_021692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021692.jpg - -# capture n°021693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021693.pto --stitching --prefix=assemblage_021693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021693.jpg - -# capture n°021694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021694.pto --stitching --prefix=assemblage_021694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021694.jpg - -# capture n°021695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021695.pto --stitching --prefix=assemblage_021695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021695.jpg - -# capture n°021696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021696.pto --stitching --prefix=assemblage_021696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021696.jpg - -# capture n°021697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021697.pto --stitching --prefix=assemblage_021697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021697.jpg - -# capture n°021698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021698.pto --stitching --prefix=assemblage_021698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021698.jpg - -# capture n°021699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021699.pto --stitching --prefix=assemblage_021699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021699.jpg - -# capture n°021700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021700.pto --stitching --prefix=assemblage_021700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021700.jpg - -# capture n°021701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021701.pto --stitching --prefix=assemblage_021701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021701.jpg - -# capture n°021702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021702.pto --stitching --prefix=assemblage_021702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021702.jpg - -# capture n°021703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021703.pto --stitching --prefix=assemblage_021703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021703.jpg - -# capture n°021704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021704.pto --stitching --prefix=assemblage_021704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021704.jpg - -# capture n°021705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021705.pto --stitching --prefix=assemblage_021705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021705.jpg - -# capture n°021706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021706.pto --stitching --prefix=assemblage_021706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021706.jpg - -# capture n°021707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021707.pto --stitching --prefix=assemblage_021707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021707.jpg - -# capture n°021708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021708.pto --stitching --prefix=assemblage_021708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021708.jpg - -# capture n°021709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021709.pto --stitching --prefix=assemblage_021709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021709.jpg - -# capture n°021710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021710.pto --stitching --prefix=assemblage_021710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021710.jpg - -# capture n°021711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021711.pto --stitching --prefix=assemblage_021711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021711.jpg - -# capture n°021712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021712.pto --stitching --prefix=assemblage_021712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021712.jpg - -# capture n°021713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021713.pto --stitching --prefix=assemblage_021713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021713.jpg - -# capture n°021714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021714.pto --stitching --prefix=assemblage_021714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021714.jpg - -# capture n°021715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021715.pto --stitching --prefix=assemblage_021715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021715.jpg - -# capture n°021716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021716.pto --stitching --prefix=assemblage_021716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021716.jpg - -# capture n°021717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021717.pto --stitching --prefix=assemblage_021717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021717.jpg - -# capture n°021718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021718.pto --stitching --prefix=assemblage_021718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021718.jpg - -# capture n°021719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021719.pto --stitching --prefix=assemblage_021719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021719.jpg - -# capture n°021720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021720.pto --stitching --prefix=assemblage_021720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021720.jpg - -# capture n°021721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021721.pto --stitching --prefix=assemblage_021721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021721.jpg - -# capture n°021722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021722.pto --stitching --prefix=assemblage_021722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021722.jpg - -# capture n°021723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021723.pto --stitching --prefix=assemblage_021723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021723.jpg - -# capture n°021724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021724.pto --stitching --prefix=assemblage_021724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021724.jpg - -# capture n°021725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021725.pto --stitching --prefix=assemblage_021725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021725.jpg - -# capture n°021726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021726.pto --stitching --prefix=assemblage_021726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021726.jpg - -# capture n°021727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021727.pto --stitching --prefix=assemblage_021727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021727.jpg - -# capture n°021728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021728.pto --stitching --prefix=assemblage_021728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021728.jpg - -# capture n°021729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021729.pto --stitching --prefix=assemblage_021729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021729.jpg - -# capture n°021730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021730.pto --stitching --prefix=assemblage_021730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021730.jpg - -# capture n°021731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021731.pto --stitching --prefix=assemblage_021731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021731.jpg - -# capture n°021732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021732.pto --stitching --prefix=assemblage_021732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021732.jpg - -# capture n°021733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021733.pto --stitching --prefix=assemblage_021733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021733.jpg - -# capture n°021734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021734.pto --stitching --prefix=assemblage_021734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021734.jpg - -# capture n°021735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021735.pto --stitching --prefix=assemblage_021735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021735.jpg - -# capture n°021736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021736.pto --stitching --prefix=assemblage_021736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021736.jpg - -# capture n°021737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021737.pto --stitching --prefix=assemblage_021737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021737.jpg - -# capture n°021738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021738.pto --stitching --prefix=assemblage_021738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021738.jpg - -# capture n°021739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021739.pto --stitching --prefix=assemblage_021739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021739.jpg - -# capture n°021740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021740.pto --stitching --prefix=assemblage_021740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021740.jpg - -# capture n°021741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021741.pto --stitching --prefix=assemblage_021741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021741.jpg - -# capture n°021742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021742.pto --stitching --prefix=assemblage_021742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021742.jpg - -# capture n°021743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021743.pto --stitching --prefix=assemblage_021743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021743.jpg - -# capture n°021744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021744.pto --stitching --prefix=assemblage_021744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021744.jpg - -# capture n°021745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021745.pto --stitching --prefix=assemblage_021745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021745.jpg - -# capture n°021746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021746.pto --stitching --prefix=assemblage_021746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021746.jpg - -# capture n°021747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021747.pto --stitching --prefix=assemblage_021747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021747.jpg - -# capture n°021748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021748.pto --stitching --prefix=assemblage_021748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021748.jpg - -# capture n°021749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021749.pto --stitching --prefix=assemblage_021749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021749.jpg - -# capture n°021750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021750.pto --stitching --prefix=assemblage_021750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021750.jpg - -# capture n°021751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021751.pto --stitching --prefix=assemblage_021751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021751.jpg - -# capture n°021752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021752.pto --stitching --prefix=assemblage_021752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021752.jpg - -# capture n°021753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021753.pto --stitching --prefix=assemblage_021753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021753.jpg - -# capture n°021754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021754.pto --stitching --prefix=assemblage_021754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021754.jpg - -# capture n°021755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021755.pto --stitching --prefix=assemblage_021755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021755.jpg - -# capture n°021756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021756.pto --stitching --prefix=assemblage_021756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021756.jpg - -# capture n°021757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021757.pto --stitching --prefix=assemblage_021757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021757.jpg - -# capture n°021758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021758.pto --stitching --prefix=assemblage_021758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021758.jpg - -# capture n°021759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021759.pto --stitching --prefix=assemblage_021759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021759.jpg - -# capture n°021760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021760.pto --stitching --prefix=assemblage_021760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021760.jpg - -# capture n°021761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021761.pto --stitching --prefix=assemblage_021761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021761.jpg - -# capture n°021762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021762.pto --stitching --prefix=assemblage_021762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021762.jpg - -# capture n°021763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021763.pto --stitching --prefix=assemblage_021763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021763.jpg - -# capture n°021764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021764.pto --stitching --prefix=assemblage_021764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021764.jpg - -# capture n°021765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021765.pto --stitching --prefix=assemblage_021765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021765.jpg - -# capture n°021766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021766.pto --stitching --prefix=assemblage_021766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021766.jpg - -# capture n°021767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021767.pto --stitching --prefix=assemblage_021767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021767.jpg - -# capture n°021768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021768.pto --stitching --prefix=assemblage_021768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021768.jpg - -# capture n°021769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021769.pto --stitching --prefix=assemblage_021769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021769.jpg - -# capture n°021770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021770.pto --stitching --prefix=assemblage_021770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021770.jpg - -# capture n°021771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021771.pto --stitching --prefix=assemblage_021771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021771.jpg - -# capture n°021772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021772.pto --stitching --prefix=assemblage_021772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021772.jpg - -# capture n°021773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021773.pto --stitching --prefix=assemblage_021773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021773.jpg - -# capture n°021774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021774.pto --stitching --prefix=assemblage_021774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021774.jpg - -# capture n°021775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021775.pto --stitching --prefix=assemblage_021775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021775.jpg - -# capture n°021776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021776.pto --stitching --prefix=assemblage_021776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021776.jpg - -# capture n°021777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021777.pto --stitching --prefix=assemblage_021777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021777.jpg - -# capture n°021778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021778.pto --stitching --prefix=assemblage_021778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021778.jpg - -# capture n°021779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021779.pto --stitching --prefix=assemblage_021779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021779.jpg - -# capture n°021780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021780.pto --stitching --prefix=assemblage_021780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021780.jpg - -# capture n°021781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021781.pto --stitching --prefix=assemblage_021781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021781.jpg - -# capture n°021782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021782.pto --stitching --prefix=assemblage_021782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021782.jpg - -# capture n°021783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021783.pto --stitching --prefix=assemblage_021783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021783.jpg - -# capture n°021784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021784.pto --stitching --prefix=assemblage_021784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021784.jpg - -# capture n°021785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021785.pto --stitching --prefix=assemblage_021785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021785.jpg - -# capture n°021786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021786.pto --stitching --prefix=assemblage_021786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021786.jpg - -# capture n°021787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021787.pto --stitching --prefix=assemblage_021787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021787.jpg - -# capture n°021788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021788.pto --stitching --prefix=assemblage_021788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021788.jpg - -# capture n°021789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021789.pto --stitching --prefix=assemblage_021789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021789.jpg - -# capture n°021790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021790.pto --stitching --prefix=assemblage_021790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021790.jpg - -# capture n°021791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021791.pto --stitching --prefix=assemblage_021791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021791.jpg - -# capture n°021792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021792.pto --stitching --prefix=assemblage_021792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021792.jpg - -# capture n°021793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021793.pto --stitching --prefix=assemblage_021793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021793.jpg - -# capture n°021794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021794.pto --stitching --prefix=assemblage_021794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021794.jpg - -# capture n°021795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021795.pto --stitching --prefix=assemblage_021795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021795.jpg - -# capture n°021796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021796.pto --stitching --prefix=assemblage_021796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021796.jpg - -# capture n°021797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021797.pto --stitching --prefix=assemblage_021797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021797.jpg - -# capture n°021798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021798.pto --stitching --prefix=assemblage_021798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021798.jpg - -# capture n°021799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021799.pto --stitching --prefix=assemblage_021799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021799.jpg - -# capture n°021800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021800.pto --stitching --prefix=assemblage_021800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021800.jpg - -# capture n°021801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021801.pto --stitching --prefix=assemblage_021801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021801.jpg - -# capture n°021802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021802.pto --stitching --prefix=assemblage_021802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021802.jpg - -# capture n°021803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021803.pto --stitching --prefix=assemblage_021803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021803.jpg - -# capture n°021804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021804.pto --stitching --prefix=assemblage_021804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021804.jpg - -# capture n°021805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021805.pto --stitching --prefix=assemblage_021805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021805.jpg - -# capture n°021806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021806.pto --stitching --prefix=assemblage_021806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021806.jpg - -# capture n°021807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021807.pto --stitching --prefix=assemblage_021807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021807.jpg - -# capture n°021808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021808.pto --stitching --prefix=assemblage_021808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021808.jpg - -# capture n°021809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021809.pto --stitching --prefix=assemblage_021809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021809.jpg - -# capture n°021810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021810.pto --stitching --prefix=assemblage_021810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021810.jpg - -# capture n°021811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021811.pto --stitching --prefix=assemblage_021811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021811.jpg - -# capture n°021812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021812.pto --stitching --prefix=assemblage_021812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021812.jpg - -# capture n°021813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021813.pto --stitching --prefix=assemblage_021813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021813.jpg - -# capture n°021814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021814.pto --stitching --prefix=assemblage_021814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021814.jpg - -# capture n°021815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021815.pto --stitching --prefix=assemblage_021815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021815.jpg - -# capture n°021816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021816.pto --stitching --prefix=assemblage_021816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021816.jpg - -# capture n°021817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021817.pto --stitching --prefix=assemblage_021817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021817.jpg - -# capture n°021818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021818.pto --stitching --prefix=assemblage_021818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021818.jpg - -# capture n°021819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021819.pto --stitching --prefix=assemblage_021819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021819.jpg - -# capture n°021820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021820.pto --stitching --prefix=assemblage_021820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021820.jpg - -# capture n°021821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021821.pto --stitching --prefix=assemblage_021821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021821.jpg - -# capture n°021822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021822.pto --stitching --prefix=assemblage_021822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021822.jpg - -# capture n°021823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021823.pto --stitching --prefix=assemblage_021823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021823.jpg - -# capture n°021824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021824.pto --stitching --prefix=assemblage_021824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021824.jpg - -# capture n°021825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021825.pto --stitching --prefix=assemblage_021825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021825.jpg - -# capture n°021826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021826.pto --stitching --prefix=assemblage_021826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021826.jpg - -# capture n°021827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021827.pto --stitching --prefix=assemblage_021827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021827.jpg - -# capture n°021828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021828.pto --stitching --prefix=assemblage_021828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021828.jpg - -# capture n°021829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021829.pto --stitching --prefix=assemblage_021829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021829.jpg - -# capture n°021830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021830.pto --stitching --prefix=assemblage_021830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021830.jpg - -# capture n°021831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021831.pto --stitching --prefix=assemblage_021831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021831.jpg - -# capture n°021832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021832.pto --stitching --prefix=assemblage_021832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021832.jpg - -# capture n°021833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021833.pto --stitching --prefix=assemblage_021833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021833.jpg - -# capture n°021834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021834.pto --stitching --prefix=assemblage_021834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021834.jpg - -# capture n°021835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021835.pto --stitching --prefix=assemblage_021835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021835.jpg - -# capture n°021836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021836.pto --stitching --prefix=assemblage_021836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021836.jpg - -# capture n°021837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021837.pto --stitching --prefix=assemblage_021837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021837.jpg - -# capture n°021838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021838.pto --stitching --prefix=assemblage_021838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021838.jpg - -# capture n°021839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021839.pto --stitching --prefix=assemblage_021839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021839.jpg - -# capture n°021840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021840.pto --stitching --prefix=assemblage_021840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021840.jpg - -# capture n°021841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021841.pto --stitching --prefix=assemblage_021841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021841.jpg - -# capture n°021842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021842.pto --stitching --prefix=assemblage_021842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021842.jpg - -# capture n°021843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021843.pto --stitching --prefix=assemblage_021843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021843.jpg - -# capture n°021844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021844.pto --stitching --prefix=assemblage_021844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021844.jpg - -# capture n°021845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021845.pto --stitching --prefix=assemblage_021845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021845.jpg - -# capture n°021846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021846.pto --stitching --prefix=assemblage_021846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021846.jpg - -# capture n°021847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021847.pto --stitching --prefix=assemblage_021847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021847.jpg - -# capture n°021848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021848.pto --stitching --prefix=assemblage_021848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021848.jpg - -# capture n°021849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021849.pto --stitching --prefix=assemblage_021849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021849.jpg - -# capture n°021850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021850.pto --stitching --prefix=assemblage_021850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021850.jpg - -# capture n°021851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021851.pto --stitching --prefix=assemblage_021851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021851.jpg - -# capture n°021852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021852.pto --stitching --prefix=assemblage_021852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021852.jpg - -# capture n°021853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021853.pto --stitching --prefix=assemblage_021853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021853.jpg - -# capture n°021854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021854.pto --stitching --prefix=assemblage_021854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021854.jpg - -# capture n°021855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021855.pto --stitching --prefix=assemblage_021855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021855.jpg - -# capture n°021856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021856.pto --stitching --prefix=assemblage_021856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021856.jpg - -# capture n°021857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021857.pto --stitching --prefix=assemblage_021857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021857.jpg - -# capture n°021858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021858.pto --stitching --prefix=assemblage_021858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021858.jpg - -# capture n°021859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021859.pto --stitching --prefix=assemblage_021859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021859.jpg - -# capture n°021860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021860.pto --stitching --prefix=assemblage_021860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021860.jpg - -# capture n°021861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021861.pto --stitching --prefix=assemblage_021861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021861.jpg - -# capture n°021862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021862.pto --stitching --prefix=assemblage_021862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021862.jpg - -# capture n°021863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021863.pto --stitching --prefix=assemblage_021863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021863.jpg - -# capture n°021864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021864.pto --stitching --prefix=assemblage_021864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021864.jpg - -# capture n°021865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021865.pto --stitching --prefix=assemblage_021865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021865.jpg - -# capture n°021866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021866.pto --stitching --prefix=assemblage_021866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021866.jpg - -# capture n°021867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021867.pto --stitching --prefix=assemblage_021867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021867.jpg - -# capture n°021868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021868.pto --stitching --prefix=assemblage_021868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021868.jpg - -# capture n°021869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021869.pto --stitching --prefix=assemblage_021869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021869.jpg - -# capture n°021870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021870.pto --stitching --prefix=assemblage_021870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021870.jpg - -# capture n°021871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021871.pto --stitching --prefix=assemblage_021871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021871.jpg - -# capture n°021872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021872.pto --stitching --prefix=assemblage_021872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021872.jpg - -# capture n°021873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021873.pto --stitching --prefix=assemblage_021873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021873.jpg - -# capture n°021874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021874.pto --stitching --prefix=assemblage_021874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021874.jpg - -# capture n°021875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021875.pto --stitching --prefix=assemblage_021875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021875.jpg - -# capture n°021876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021876.pto --stitching --prefix=assemblage_021876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021876.jpg - -# capture n°021877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021877.pto --stitching --prefix=assemblage_021877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021877.jpg - -# capture n°021878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021878.pto --stitching --prefix=assemblage_021878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021878.jpg - -# capture n°021879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021879.pto --stitching --prefix=assemblage_021879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021879.jpg - -# capture n°021880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021880.pto --stitching --prefix=assemblage_021880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021880.jpg - -# capture n°021881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021881.pto --stitching --prefix=assemblage_021881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021881.jpg - -# capture n°021882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021882.pto --stitching --prefix=assemblage_021882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021882.jpg - -# capture n°021883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021883.pto --stitching --prefix=assemblage_021883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021883.jpg - -# capture n°021884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021884.pto --stitching --prefix=assemblage_021884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021884.jpg - -# capture n°021885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021885.pto --stitching --prefix=assemblage_021885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021885.jpg - -# capture n°021886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021886.pto --stitching --prefix=assemblage_021886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021886.jpg - -# capture n°021887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021887.pto --stitching --prefix=assemblage_021887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021887.jpg - -# capture n°021888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021888.pto --stitching --prefix=assemblage_021888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021888.jpg - -# capture n°021889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021889.pto --stitching --prefix=assemblage_021889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021889.jpg - -# capture n°021890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021890.pto --stitching --prefix=assemblage_021890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021890.jpg - -# capture n°021891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021891.pto --stitching --prefix=assemblage_021891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021891.jpg - -# capture n°021892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021892.pto --stitching --prefix=assemblage_021892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021892.jpg - -# capture n°021893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021893.pto --stitching --prefix=assemblage_021893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021893.jpg - -# capture n°021894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021894.pto --stitching --prefix=assemblage_021894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021894.jpg - -# capture n°021895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021895.pto --stitching --prefix=assemblage_021895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021895.jpg - -# capture n°021896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021896.pto --stitching --prefix=assemblage_021896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021896.jpg - -# capture n°021897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021897.pto --stitching --prefix=assemblage_021897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021897.jpg - -# capture n°021898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021898.pto --stitching --prefix=assemblage_021898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021898.jpg - -# capture n°021899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021899.pto --stitching --prefix=assemblage_021899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021899.jpg - -# capture n°021900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021900.pto --stitching --prefix=assemblage_021900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021900.jpg - -# capture n°021901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021901.pto --stitching --prefix=assemblage_021901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021901.jpg - -# capture n°021902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021902.pto --stitching --prefix=assemblage_021902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021902.jpg - -# capture n°021903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021903.pto --stitching --prefix=assemblage_021903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021903.jpg - -# capture n°021904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021904.pto --stitching --prefix=assemblage_021904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021904.jpg - -# capture n°021905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021905.pto --stitching --prefix=assemblage_021905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021905.jpg - -# capture n°021906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021906.pto --stitching --prefix=assemblage_021906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021906.jpg - -# capture n°021907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021907.pto --stitching --prefix=assemblage_021907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021907.jpg - -# capture n°021908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021908.pto --stitching --prefix=assemblage_021908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021908.jpg - -# capture n°021909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021909.pto --stitching --prefix=assemblage_021909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021909.jpg - -# capture n°021910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021910.pto --stitching --prefix=assemblage_021910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021910.jpg - -# capture n°021911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021911.pto --stitching --prefix=assemblage_021911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021911.jpg - -# capture n°021912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021912.pto --stitching --prefix=assemblage_021912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021912.jpg - -# capture n°021913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021913.pto --stitching --prefix=assemblage_021913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021913.jpg - -# capture n°021914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021914.pto --stitching --prefix=assemblage_021914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021914.jpg - -# capture n°021915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021915.pto --stitching --prefix=assemblage_021915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021915.jpg - -# capture n°021916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021916.pto --stitching --prefix=assemblage_021916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021916.jpg - -# capture n°021917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021917.pto --stitching --prefix=assemblage_021917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021917.jpg - -# capture n°021918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021918.pto --stitching --prefix=assemblage_021918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021918.jpg - -# capture n°021919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021919.pto --stitching --prefix=assemblage_021919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021919.jpg - -# capture n°021920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021920.pto --stitching --prefix=assemblage_021920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021920.jpg - -# capture n°021921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021921.pto --stitching --prefix=assemblage_021921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021921.jpg - -# capture n°021922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021922.pto --stitching --prefix=assemblage_021922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021922.jpg - -# capture n°021923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021923.pto --stitching --prefix=assemblage_021923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021923.jpg - -# capture n°021924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021924.pto --stitching --prefix=assemblage_021924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021924.jpg - -# capture n°021925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021925.pto --stitching --prefix=assemblage_021925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021925.jpg - -# capture n°021926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021926.pto --stitching --prefix=assemblage_021926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021926.jpg - -# capture n°021927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021927.pto --stitching --prefix=assemblage_021927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021927.jpg - -# capture n°021928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021928.pto --stitching --prefix=assemblage_021928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021928.jpg - -# capture n°021929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021929.pto --stitching --prefix=assemblage_021929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021929.jpg - -# capture n°021930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021930.pto --stitching --prefix=assemblage_021930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021930.jpg - -# capture n°021931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021931.pto --stitching --prefix=assemblage_021931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021931.jpg - -# capture n°021932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021932.pto --stitching --prefix=assemblage_021932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021932.jpg - -# capture n°021933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021933.pto --stitching --prefix=assemblage_021933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021933.jpg - -# capture n°021934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021934.pto --stitching --prefix=assemblage_021934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021934.jpg - -# capture n°021935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021935.pto --stitching --prefix=assemblage_021935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021935.jpg - -# capture n°021936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021936.pto --stitching --prefix=assemblage_021936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021936.jpg - -# capture n°021937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021937.pto --stitching --prefix=assemblage_021937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021937.jpg - -# capture n°021938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021938.pto --stitching --prefix=assemblage_021938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021938.jpg - -# capture n°021939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021939.pto --stitching --prefix=assemblage_021939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021939.jpg - -# capture n°021940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021940.pto --stitching --prefix=assemblage_021940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021940.jpg - -# capture n°021941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021941.pto --stitching --prefix=assemblage_021941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021941.jpg - -# capture n°021942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021942.pto --stitching --prefix=assemblage_021942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021942.jpg - -# capture n°021943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021943.pto --stitching --prefix=assemblage_021943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021943.jpg - -# capture n°021944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021944.pto --stitching --prefix=assemblage_021944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021944.jpg - -# capture n°021945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021945.pto --stitching --prefix=assemblage_021945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021945.jpg - -# capture n°021946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021946.pto --stitching --prefix=assemblage_021946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021946.jpg - -# capture n°021947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021947.pto --stitching --prefix=assemblage_021947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021947.jpg - -# capture n°021948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021948.pto --stitching --prefix=assemblage_021948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021948.jpg - -# capture n°021949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021949.pto --stitching --prefix=assemblage_021949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021949.jpg - -# capture n°021950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021950.pto --stitching --prefix=assemblage_021950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021950.jpg - -# capture n°021951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021951.pto --stitching --prefix=assemblage_021951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021951.jpg - -# capture n°021952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021952.pto --stitching --prefix=assemblage_021952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021952.jpg - -# capture n°021953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021953.pto --stitching --prefix=assemblage_021953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021953.jpg - -# capture n°021954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021954.pto --stitching --prefix=assemblage_021954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021954.jpg - -# capture n°021955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021955.pto --stitching --prefix=assemblage_021955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021955.jpg - -# capture n°021956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021956.pto --stitching --prefix=assemblage_021956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021956.jpg - -# capture n°021957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021957.pto --stitching --prefix=assemblage_021957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021957.jpg - -# capture n°021958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021958.pto --stitching --prefix=assemblage_021958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021958.jpg - -# capture n°021959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021959.pto --stitching --prefix=assemblage_021959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021959.jpg - -# capture n°021960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021960.pto --stitching --prefix=assemblage_021960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021960.jpg - -# capture n°021961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021961.pto --stitching --prefix=assemblage_021961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021961.jpg - -# capture n°021962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021962.pto --stitching --prefix=assemblage_021962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021962.jpg - -# capture n°021963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021963.pto --stitching --prefix=assemblage_021963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021963.jpg - -# capture n°021964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021964.pto --stitching --prefix=assemblage_021964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021964.jpg - -# capture n°021965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021965.pto --stitching --prefix=assemblage_021965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021965.jpg - -# capture n°021966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021966.pto --stitching --prefix=assemblage_021966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021966.jpg - -# capture n°021967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021967.pto --stitching --prefix=assemblage_021967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021967.jpg - -# capture n°021968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021968.pto --stitching --prefix=assemblage_021968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021968.jpg - -# capture n°021969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021969.pto --stitching --prefix=assemblage_021969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021969.jpg - -# capture n°021970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021970.pto --stitching --prefix=assemblage_021970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021970.jpg - -# capture n°021971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021971.pto --stitching --prefix=assemblage_021971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021971.jpg - -# capture n°021972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021972.pto --stitching --prefix=assemblage_021972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021972.jpg - -# capture n°021973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021973.pto --stitching --prefix=assemblage_021973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021973.jpg - -# capture n°021974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021974.pto --stitching --prefix=assemblage_021974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021974.jpg - -# capture n°021975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021975.pto --stitching --prefix=assemblage_021975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021975.jpg - -# capture n°021976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021976.pto --stitching --prefix=assemblage_021976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021976.jpg - -# capture n°021977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021977.pto --stitching --prefix=assemblage_021977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021977.jpg - -# capture n°021978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021978.pto --stitching --prefix=assemblage_021978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021978.jpg - -# capture n°021979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021979.pto --stitching --prefix=assemblage_021979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021979.jpg - -# capture n°021980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021980.pto --stitching --prefix=assemblage_021980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021980.jpg - -# capture n°021981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021981.pto --stitching --prefix=assemblage_021981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021981.jpg - -# capture n°021982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021982.pto --stitching --prefix=assemblage_021982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021982.jpg - -# capture n°021983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021983.pto --stitching --prefix=assemblage_021983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021983.jpg - -# capture n°021984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021984.pto --stitching --prefix=assemblage_021984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021984.jpg - -# capture n°021985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021985.pto --stitching --prefix=assemblage_021985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021985.jpg - -# capture n°021986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021986.pto --stitching --prefix=assemblage_021986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021986.jpg - -# capture n°021987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021987.pto --stitching --prefix=assemblage_021987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021987.jpg - -# capture n°021988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021988.pto --stitching --prefix=assemblage_021988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021988.jpg - -# capture n°021989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021989.pto --stitching --prefix=assemblage_021989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021989.jpg - -# capture n°021990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021990.pto --stitching --prefix=assemblage_021990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021990.jpg - -# capture n°021991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021991.pto --stitching --prefix=assemblage_021991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021991.jpg - -# capture n°021992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021992.pto --stitching --prefix=assemblage_021992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021992.jpg - -# capture n°021993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021993.pto --stitching --prefix=assemblage_021993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021993.jpg - -# capture n°021994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021994.pto --stitching --prefix=assemblage_021994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021994.jpg - -# capture n°021995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021995.pto --stitching --prefix=assemblage_021995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021995.jpg - -# capture n°021996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021996.pto --stitching --prefix=assemblage_021996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021996.jpg - -# capture n°021997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021997.pto --stitching --prefix=assemblage_021997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021997.jpg - -# capture n°021998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021998.pto --stitching --prefix=assemblage_021998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021998.jpg - -# capture n°021999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_021999.pto --stitching --prefix=assemblage_021999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF021999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_021999.jpg - -# capture n°022000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022000.pto --stitching --prefix=assemblage_022000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022000.jpg - -# capture n°022001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022001.pto --stitching --prefix=assemblage_022001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022001.jpg - -# capture n°022002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022002.pto --stitching --prefix=assemblage_022002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022002.jpg - -# capture n°022003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022003.pto --stitching --prefix=assemblage_022003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022003.jpg - -# capture n°022004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022004.pto --stitching --prefix=assemblage_022004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022004.jpg - -# capture n°022005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022005.pto --stitching --prefix=assemblage_022005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022005.jpg - -# capture n°022006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022006.pto --stitching --prefix=assemblage_022006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022006.jpg - -# capture n°022007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022007.pto --stitching --prefix=assemblage_022007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022007.jpg - -# capture n°022008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022008.pto --stitching --prefix=assemblage_022008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022008.jpg - -# capture n°022009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022009.pto --stitching --prefix=assemblage_022009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022009.jpg - -# capture n°022010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022010.pto --stitching --prefix=assemblage_022010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022010.jpg - -# capture n°022011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022011.pto --stitching --prefix=assemblage_022011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022011.jpg - -# capture n°022012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022012.pto --stitching --prefix=assemblage_022012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022012.jpg - -# capture n°022013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022013.pto --stitching --prefix=assemblage_022013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022013.jpg - -# capture n°022014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022014.pto --stitching --prefix=assemblage_022014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022014.jpg - -# capture n°022015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022015.pto --stitching --prefix=assemblage_022015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022015.jpg - -# capture n°022016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022016.pto --stitching --prefix=assemblage_022016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022016.jpg - -# capture n°022017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022017.pto --stitching --prefix=assemblage_022017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022017.jpg - -# capture n°022018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022018.pto --stitching --prefix=assemblage_022018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022018.jpg - -# capture n°022019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022019.pto --stitching --prefix=assemblage_022019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022019.jpg - -# capture n°022020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022020.pto --stitching --prefix=assemblage_022020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022020.jpg - -# capture n°022021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022021.pto --stitching --prefix=assemblage_022021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022021.jpg - -# capture n°022022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022022.pto --stitching --prefix=assemblage_022022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022022.jpg - -# capture n°022023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022023.pto --stitching --prefix=assemblage_022023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022023.jpg - -# capture n°022024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022024.pto --stitching --prefix=assemblage_022024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022024.jpg - -# capture n°022025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022025.pto --stitching --prefix=assemblage_022025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022025.jpg - -# capture n°022026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022026.pto --stitching --prefix=assemblage_022026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022026.jpg - -# capture n°022027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022027.pto --stitching --prefix=assemblage_022027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022027.jpg - -# capture n°022028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022028.pto --stitching --prefix=assemblage_022028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022028.jpg - -# capture n°022029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022029.pto --stitching --prefix=assemblage_022029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022029.jpg - -# capture n°022030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022030.pto --stitching --prefix=assemblage_022030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022030.jpg - -# capture n°022031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022031.pto --stitching --prefix=assemblage_022031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022031.jpg - -# capture n°022032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022032.pto --stitching --prefix=assemblage_022032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022032.jpg - -# capture n°022033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022033.pto --stitching --prefix=assemblage_022033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022033.jpg - -# capture n°022034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022034.pto --stitching --prefix=assemblage_022034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022034.jpg - -# capture n°022035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022035.pto --stitching --prefix=assemblage_022035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022035.jpg - -# capture n°022036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022036.pto --stitching --prefix=assemblage_022036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022036.jpg - -# capture n°022037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022037.pto --stitching --prefix=assemblage_022037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022037.jpg - -# capture n°022038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022038.pto --stitching --prefix=assemblage_022038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022038.jpg - -# capture n°022039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022039.pto --stitching --prefix=assemblage_022039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022039.jpg - -# capture n°022040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022040.pto --stitching --prefix=assemblage_022040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022040.jpg - -# capture n°022041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022041.pto --stitching --prefix=assemblage_022041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022041.jpg - -# capture n°022042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022042.pto --stitching --prefix=assemblage_022042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022042.jpg - -# capture n°022043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022043.pto --stitching --prefix=assemblage_022043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022043.jpg - -# capture n°022044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022044.pto --stitching --prefix=assemblage_022044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022044.jpg - -# capture n°022045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022045.pto --stitching --prefix=assemblage_022045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022045.jpg - -# capture n°022046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022046.pto --stitching --prefix=assemblage_022046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022046.jpg - -# capture n°022047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022047.pto --stitching --prefix=assemblage_022047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022047.jpg - -# capture n°022048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022048.pto --stitching --prefix=assemblage_022048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022048.jpg - -# capture n°022049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022049.pto --stitching --prefix=assemblage_022049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022049.jpg - -# capture n°022050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022050.pto --stitching --prefix=assemblage_022050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022050.jpg - -# capture n°022051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022051.pto --stitching --prefix=assemblage_022051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022051.jpg - -# capture n°022052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022052.pto --stitching --prefix=assemblage_022052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022052.jpg - -# capture n°022053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022053.pto --stitching --prefix=assemblage_022053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022053.jpg - -# capture n°022054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022054.pto --stitching --prefix=assemblage_022054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022054.jpg - -# capture n°022055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022055.pto --stitching --prefix=assemblage_022055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022055.jpg - -# capture n°022056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022056.pto --stitching --prefix=assemblage_022056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022056.jpg - -# capture n°022057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022057.pto --stitching --prefix=assemblage_022057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022057.jpg - -# capture n°022058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022058.pto --stitching --prefix=assemblage_022058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022058.jpg - -# capture n°022059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022059.pto --stitching --prefix=assemblage_022059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022059.jpg - -# capture n°022060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022060.pto --stitching --prefix=assemblage_022060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022060.jpg - -# capture n°022061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022061.pto --stitching --prefix=assemblage_022061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022061.jpg - -# capture n°022062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022062.pto --stitching --prefix=assemblage_022062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022062.jpg - -# capture n°022063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022063.pto --stitching --prefix=assemblage_022063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022063.jpg - -# capture n°022064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022064.pto --stitching --prefix=assemblage_022064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022064.jpg - -# capture n°022065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022065.pto --stitching --prefix=assemblage_022065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022065.jpg - -# capture n°022066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022066.pto --stitching --prefix=assemblage_022066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022066.jpg - -# capture n°022067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022067.pto --stitching --prefix=assemblage_022067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022067.jpg - -# capture n°022068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022068.pto --stitching --prefix=assemblage_022068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022068.jpg - -# capture n°022069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022069.pto --stitching --prefix=assemblage_022069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022069.jpg - -# capture n°022070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022070.pto --stitching --prefix=assemblage_022070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022070.jpg - -# capture n°022071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022071.pto --stitching --prefix=assemblage_022071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022071.jpg - -# capture n°022072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022072.pto --stitching --prefix=assemblage_022072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022072.jpg - -# capture n°022073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022073.pto --stitching --prefix=assemblage_022073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022073.jpg - -# capture n°022074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022074.pto --stitching --prefix=assemblage_022074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022074.jpg - -# capture n°022075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022075.pto --stitching --prefix=assemblage_022075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022075.jpg - -# capture n°022076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022076.pto --stitching --prefix=assemblage_022076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022076.jpg - -# capture n°022077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022077.pto --stitching --prefix=assemblage_022077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022077.jpg - -# capture n°022078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022078.pto --stitching --prefix=assemblage_022078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022078.jpg - -# capture n°022079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022079.pto --stitching --prefix=assemblage_022079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022079.jpg - -# capture n°022080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022080.pto --stitching --prefix=assemblage_022080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022080.jpg - -# capture n°022081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022081.pto --stitching --prefix=assemblage_022081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022081.jpg - -# capture n°022082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022082.pto --stitching --prefix=assemblage_022082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022082.jpg - -# capture n°022083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022083.pto --stitching --prefix=assemblage_022083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022083.jpg - -# capture n°022084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022084.pto --stitching --prefix=assemblage_022084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022084.jpg - -# capture n°022085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022085.pto --stitching --prefix=assemblage_022085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022085.jpg - -# capture n°022086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022086.pto --stitching --prefix=assemblage_022086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022086.jpg - -# capture n°022087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022087.pto --stitching --prefix=assemblage_022087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022087.jpg - -# capture n°022088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022088.pto --stitching --prefix=assemblage_022088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022088.jpg - -# capture n°022089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022089.pto --stitching --prefix=assemblage_022089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022089.jpg - -# capture n°022090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022090.pto --stitching --prefix=assemblage_022090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022090.jpg - -# capture n°022091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022091.pto --stitching --prefix=assemblage_022091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022091.jpg - -# capture n°022092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022092.pto --stitching --prefix=assemblage_022092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022092.jpg - -# capture n°022093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022093.pto --stitching --prefix=assemblage_022093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022093.jpg - -# capture n°022094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022094.pto --stitching --prefix=assemblage_022094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022094.jpg - -# capture n°022095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022095.pto --stitching --prefix=assemblage_022095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022095.jpg - -# capture n°022096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022096.pto --stitching --prefix=assemblage_022096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022096.jpg - -# capture n°022097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022097.pto --stitching --prefix=assemblage_022097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022097.jpg - -# capture n°022098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022098.pto --stitching --prefix=assemblage_022098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022098.jpg - -# capture n°022099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022099.pto --stitching --prefix=assemblage_022099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022099.jpg - -# capture n°022100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022100.pto --stitching --prefix=assemblage_022100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022100.jpg - -# capture n°022101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022101.pto --stitching --prefix=assemblage_022101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022101.jpg - -# capture n°022102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022102.pto --stitching --prefix=assemblage_022102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022102.jpg - -# capture n°022103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022103.pto --stitching --prefix=assemblage_022103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022103.jpg - -# capture n°022104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022104.pto --stitching --prefix=assemblage_022104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022104.jpg - -# capture n°022105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022105.pto --stitching --prefix=assemblage_022105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022105.jpg - -# capture n°022106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022106.pto --stitching --prefix=assemblage_022106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022106.jpg - -# capture n°022107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022107.pto --stitching --prefix=assemblage_022107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022107.jpg - -# capture n°022108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022108.pto --stitching --prefix=assemblage_022108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022108.jpg - -# capture n°022109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022109.pto --stitching --prefix=assemblage_022109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022109.jpg - -# capture n°022110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022110.pto --stitching --prefix=assemblage_022110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022110.jpg - -# capture n°022111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022111.pto --stitching --prefix=assemblage_022111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022111.jpg - -# capture n°022112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022112.pto --stitching --prefix=assemblage_022112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022112.jpg - -# capture n°022113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022113.pto --stitching --prefix=assemblage_022113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022113.jpg - -# capture n°022114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022114.pto --stitching --prefix=assemblage_022114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022114.jpg - -# capture n°022115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022115.pto --stitching --prefix=assemblage_022115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022115.jpg - -# capture n°022116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022116.pto --stitching --prefix=assemblage_022116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022116.jpg - -# capture n°022117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022117.pto --stitching --prefix=assemblage_022117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022117.jpg - -# capture n°022118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022118.pto --stitching --prefix=assemblage_022118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022118.jpg - -# capture n°022119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022119.pto --stitching --prefix=assemblage_022119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022119.jpg - -# capture n°022120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022120.pto --stitching --prefix=assemblage_022120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022120.jpg - -# capture n°022121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022121.pto --stitching --prefix=assemblage_022121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022121.jpg - -# capture n°022122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022122.pto --stitching --prefix=assemblage_022122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022122.jpg - -# capture n°022123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022123.pto --stitching --prefix=assemblage_022123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022123.jpg - -# capture n°022124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022124.pto --stitching --prefix=assemblage_022124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022124.jpg - -# capture n°022125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022125.pto --stitching --prefix=assemblage_022125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022125.jpg - -# capture n°022126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022126.pto --stitching --prefix=assemblage_022126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022126.jpg - -# capture n°022127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022127.pto --stitching --prefix=assemblage_022127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022127.jpg - -# capture n°022128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022128.pto --stitching --prefix=assemblage_022128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022128.jpg - -# capture n°022129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022129.pto --stitching --prefix=assemblage_022129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022129.jpg - -# capture n°022130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022130.pto --stitching --prefix=assemblage_022130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022130.jpg - -# capture n°022131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022131.pto --stitching --prefix=assemblage_022131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022131.jpg - -# capture n°022132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022132.pto --stitching --prefix=assemblage_022132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022132.jpg - -# capture n°022133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022133.pto --stitching --prefix=assemblage_022133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022133.jpg - -# capture n°022134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022134.pto --stitching --prefix=assemblage_022134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022134.jpg - -# capture n°022135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022135.pto --stitching --prefix=assemblage_022135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022135.jpg - -# capture n°022136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022136.pto --stitching --prefix=assemblage_022136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022136.jpg - -# capture n°022137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022137.pto --stitching --prefix=assemblage_022137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022137.jpg - -# capture n°022138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022138.pto --stitching --prefix=assemblage_022138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022138.jpg - -# capture n°022139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022139.pto --stitching --prefix=assemblage_022139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022139.jpg - -# capture n°022140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022140.pto --stitching --prefix=assemblage_022140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022140.jpg - -# capture n°022141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022141.pto --stitching --prefix=assemblage_022141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022141.jpg - -# capture n°022142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022142.pto --stitching --prefix=assemblage_022142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022142.jpg - -# capture n°022143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022143.pto --stitching --prefix=assemblage_022143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022143.jpg - -# capture n°022144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022144.pto --stitching --prefix=assemblage_022144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022144.jpg - -# capture n°022145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022145.pto --stitching --prefix=assemblage_022145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022145.jpg - -# capture n°022146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022146.pto --stitching --prefix=assemblage_022146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022146.jpg - -# capture n°022147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022147.pto --stitching --prefix=assemblage_022147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022147.jpg - -# capture n°022148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022148.pto --stitching --prefix=assemblage_022148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022148.jpg - -# capture n°022149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022149.pto --stitching --prefix=assemblage_022149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022149.jpg - -# capture n°022150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022150.pto --stitching --prefix=assemblage_022150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022150.jpg - -# capture n°022151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022151.pto --stitching --prefix=assemblage_022151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022151.jpg - -# capture n°022152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022152.pto --stitching --prefix=assemblage_022152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022152.jpg - -# capture n°022153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022153.pto --stitching --prefix=assemblage_022153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022153.jpg - -# capture n°022154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022154.pto --stitching --prefix=assemblage_022154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022154.jpg - -# capture n°022155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022155.pto --stitching --prefix=assemblage_022155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022155.jpg - -# capture n°022156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022156.pto --stitching --prefix=assemblage_022156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022156.jpg - -# capture n°022157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022157.pto --stitching --prefix=assemblage_022157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022157.jpg - -# capture n°022158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022158.pto --stitching --prefix=assemblage_022158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022158.jpg - -# capture n°022159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022159.pto --stitching --prefix=assemblage_022159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022159.jpg - -# capture n°022160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022160.pto --stitching --prefix=assemblage_022160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022160.jpg - -# capture n°022161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022161.pto --stitching --prefix=assemblage_022161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022161.jpg - -# capture n°022162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022162.pto --stitching --prefix=assemblage_022162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022162.jpg - -# capture n°022163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022163.pto --stitching --prefix=assemblage_022163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022163.jpg - -# capture n°022164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022164.pto --stitching --prefix=assemblage_022164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022164.jpg - -# capture n°022165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022165.pto --stitching --prefix=assemblage_022165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022165.jpg - -# capture n°022166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022166.pto --stitching --prefix=assemblage_022166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022166.jpg - -# capture n°022167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022167.pto --stitching --prefix=assemblage_022167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022167.jpg - -# capture n°022168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022168.pto --stitching --prefix=assemblage_022168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022168.jpg - -# capture n°022169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022169.pto --stitching --prefix=assemblage_022169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022169.jpg - -# capture n°022170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022170.pto --stitching --prefix=assemblage_022170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022170.jpg - -# capture n°022171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022171.pto --stitching --prefix=assemblage_022171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022171.jpg - -# capture n°022172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022172.pto --stitching --prefix=assemblage_022172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022172.jpg - -# capture n°022173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022173.pto --stitching --prefix=assemblage_022173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022173.jpg - -# capture n°022174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022174.pto --stitching --prefix=assemblage_022174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022174.jpg - -# capture n°022175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022175.pto --stitching --prefix=assemblage_022175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022175.jpg - -# capture n°022176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022176.pto --stitching --prefix=assemblage_022176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022176.jpg - -# capture n°022177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022177.pto --stitching --prefix=assemblage_022177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022177.jpg - -# capture n°022178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022178.pto --stitching --prefix=assemblage_022178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022178.jpg - -# capture n°022179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022179.pto --stitching --prefix=assemblage_022179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022179.jpg - -# capture n°022180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022180.pto --stitching --prefix=assemblage_022180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022180.jpg - -# capture n°022181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022181.pto --stitching --prefix=assemblage_022181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022181.jpg - -# capture n°022182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022182.pto --stitching --prefix=assemblage_022182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022182.jpg - -# capture n°022183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022183.pto --stitching --prefix=assemblage_022183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022183.jpg - -# capture n°022184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022184.pto --stitching --prefix=assemblage_022184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022184.jpg - -# capture n°022185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022185.pto --stitching --prefix=assemblage_022185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022185.jpg - -# capture n°022186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022186.pto --stitching --prefix=assemblage_022186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022186.jpg - -# capture n°022187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022187.pto --stitching --prefix=assemblage_022187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022187.jpg - -# capture n°022188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022188.pto --stitching --prefix=assemblage_022188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022188.jpg - -# capture n°022189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022189.pto --stitching --prefix=assemblage_022189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022189.jpg - -# capture n°022190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022190.pto --stitching --prefix=assemblage_022190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022190.jpg - -# capture n°022191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022191.pto --stitching --prefix=assemblage_022191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022191.jpg - -# capture n°022192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022192.pto --stitching --prefix=assemblage_022192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022192.jpg - -# capture n°022193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022193.pto --stitching --prefix=assemblage_022193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022193.jpg - -# capture n°022194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022194.pto --stitching --prefix=assemblage_022194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022194.jpg - -# capture n°022195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022195.pto --stitching --prefix=assemblage_022195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022195.jpg - -# capture n°022196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022196.pto --stitching --prefix=assemblage_022196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022196.jpg - -# capture n°022197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022197.pto --stitching --prefix=assemblage_022197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022197.jpg - -# capture n°022198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022198.pto --stitching --prefix=assemblage_022198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022198.jpg - -# capture n°022199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022199.pto --stitching --prefix=assemblage_022199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022199.jpg - -# capture n°022200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022200.pto --stitching --prefix=assemblage_022200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022200.jpg - -# capture n°022201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022201.pto --stitching --prefix=assemblage_022201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022201.jpg - -# capture n°022202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022202.pto --stitching --prefix=assemblage_022202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022202.jpg - -# capture n°022203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022203.pto --stitching --prefix=assemblage_022203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022203.jpg - -# capture n°022204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022204.pto --stitching --prefix=assemblage_022204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022204.jpg - -# capture n°022205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022205.pto --stitching --prefix=assemblage_022205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022205.jpg - -# capture n°022206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022206.pto --stitching --prefix=assemblage_022206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022206.jpg - -# capture n°022207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022207.pto --stitching --prefix=assemblage_022207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022207.jpg - -# capture n°022208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022208.pto --stitching --prefix=assemblage_022208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022208.jpg - -# capture n°022209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022209.pto --stitching --prefix=assemblage_022209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022209.jpg - -# capture n°022210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022210.pto --stitching --prefix=assemblage_022210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022210.jpg - -# capture n°022211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022211.pto --stitching --prefix=assemblage_022211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022211.jpg - -# capture n°022212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022212.pto --stitching --prefix=assemblage_022212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022212.jpg - -# capture n°022213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022213.pto --stitching --prefix=assemblage_022213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022213.jpg - -# capture n°022214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022214.pto --stitching --prefix=assemblage_022214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022214.jpg - -# capture n°022215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022215.pto --stitching --prefix=assemblage_022215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022215.jpg - -# capture n°022216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022216.pto --stitching --prefix=assemblage_022216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022216.jpg - -# capture n°022217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022217.pto --stitching --prefix=assemblage_022217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022217.jpg - -# capture n°022218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022218.pto --stitching --prefix=assemblage_022218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022218.jpg - -# capture n°022219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022219.pto --stitching --prefix=assemblage_022219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022219.jpg - -# capture n°022220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022220.pto --stitching --prefix=assemblage_022220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022220.jpg - -# capture n°022221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022221.pto --stitching --prefix=assemblage_022221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022221.jpg - -# capture n°022222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022222.pto --stitching --prefix=assemblage_022222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022222.jpg - -# capture n°022223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022223.pto --stitching --prefix=assemblage_022223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022223.jpg - -# capture n°022224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022224.pto --stitching --prefix=assemblage_022224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022224.jpg - -# capture n°022225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022225.pto --stitching --prefix=assemblage_022225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022225.jpg - -# capture n°022226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022226.pto --stitching --prefix=assemblage_022226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022226.jpg - -# capture n°022227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022227.pto --stitching --prefix=assemblage_022227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022227.jpg - -# capture n°022228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022228.pto --stitching --prefix=assemblage_022228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022228.jpg - -# capture n°022229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022229.pto --stitching --prefix=assemblage_022229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022229.jpg - -# capture n°022230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022230.pto --stitching --prefix=assemblage_022230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022230.jpg - -# capture n°022231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022231.pto --stitching --prefix=assemblage_022231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022231.jpg - -# capture n°022232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022232.pto --stitching --prefix=assemblage_022232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022232.jpg - -# capture n°022233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022233.pto --stitching --prefix=assemblage_022233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022233.jpg - -# capture n°022234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022234.pto --stitching --prefix=assemblage_022234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022234.jpg - -# capture n°022235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022235.pto --stitching --prefix=assemblage_022235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022235.jpg - -# capture n°022236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022236.pto --stitching --prefix=assemblage_022236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022236.jpg - -# capture n°022237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022237.pto --stitching --prefix=assemblage_022237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022237.jpg - -# capture n°022238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022238.pto --stitching --prefix=assemblage_022238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022238.jpg - -# capture n°022239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022239.pto --stitching --prefix=assemblage_022239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022239.jpg - -# capture n°022240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022240.pto --stitching --prefix=assemblage_022240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022240.jpg - -# capture n°022241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022241.pto --stitching --prefix=assemblage_022241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022241.jpg - -# capture n°022242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022242.pto --stitching --prefix=assemblage_022242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022242.jpg - -# capture n°022243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022243.pto --stitching --prefix=assemblage_022243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022243.jpg - -# capture n°022244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022244.pto --stitching --prefix=assemblage_022244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022244.jpg - -# capture n°022245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022245.pto --stitching --prefix=assemblage_022245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022245.jpg - -# capture n°022246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022246.pto --stitching --prefix=assemblage_022246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022246.jpg - -# capture n°022247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022247.pto --stitching --prefix=assemblage_022247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022247.jpg - -# capture n°022248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022248.pto --stitching --prefix=assemblage_022248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022248.jpg - -# capture n°022249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022249.pto --stitching --prefix=assemblage_022249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022249.jpg - -# capture n°022250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022250.pto --stitching --prefix=assemblage_022250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022250.jpg - -# capture n°022251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022251.pto --stitching --prefix=assemblage_022251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022251.jpg - -# capture n°022252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022252.pto --stitching --prefix=assemblage_022252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022252.jpg - -# capture n°022253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022253.pto --stitching --prefix=assemblage_022253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022253.jpg - -# capture n°022254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022254.pto --stitching --prefix=assemblage_022254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022254.jpg - -# capture n°022255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022255.pto --stitching --prefix=assemblage_022255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022255.jpg - -# capture n°022256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022256.pto --stitching --prefix=assemblage_022256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022256.jpg - -# capture n°022257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022257.pto --stitching --prefix=assemblage_022257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022257.jpg - -# capture n°022258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022258.pto --stitching --prefix=assemblage_022258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022258.jpg - -# capture n°022259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022259.pto --stitching --prefix=assemblage_022259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022259.jpg - -# capture n°022260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022260.pto --stitching --prefix=assemblage_022260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022260.jpg - -# capture n°022261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022261.pto --stitching --prefix=assemblage_022261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022261.jpg - -# capture n°022262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022262.pto --stitching --prefix=assemblage_022262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022262.jpg - -# capture n°022263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022263.pto --stitching --prefix=assemblage_022263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022263.jpg - -# capture n°022264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022264.pto --stitching --prefix=assemblage_022264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022264.jpg - -# capture n°022265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022265.pto --stitching --prefix=assemblage_022265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022265.jpg - -# capture n°022266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022266.pto --stitching --prefix=assemblage_022266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022266.jpg - -# capture n°022267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022267.pto --stitching --prefix=assemblage_022267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022267.jpg - -# capture n°022268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022268.pto --stitching --prefix=assemblage_022268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022268.jpg - -# capture n°022269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022269.pto --stitching --prefix=assemblage_022269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022269.jpg - -# capture n°022270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022270.pto --stitching --prefix=assemblage_022270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022270.jpg - -# capture n°022271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022271.pto --stitching --prefix=assemblage_022271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022271.jpg - -# capture n°022272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022272.pto --stitching --prefix=assemblage_022272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022272.jpg - -# capture n°022273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022273.pto --stitching --prefix=assemblage_022273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022273.jpg - -# capture n°022274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022274.pto --stitching --prefix=assemblage_022274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022274.jpg - -# capture n°022275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022275.pto --stitching --prefix=assemblage_022275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022275.jpg - -# capture n°022276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022276.pto --stitching --prefix=assemblage_022276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022276.jpg - -# capture n°022277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022277.pto --stitching --prefix=assemblage_022277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022277.jpg - -# capture n°022278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022278.pto --stitching --prefix=assemblage_022278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022278.jpg - -# capture n°022279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022279.pto --stitching --prefix=assemblage_022279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022279.jpg - -# capture n°022280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022280.pto --stitching --prefix=assemblage_022280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022280.jpg - -# capture n°022281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022281.pto --stitching --prefix=assemblage_022281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022281.jpg - -# capture n°022282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022282.pto --stitching --prefix=assemblage_022282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022282.jpg - -# capture n°022283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022283.pto --stitching --prefix=assemblage_022283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022283.jpg - -# capture n°022284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022284.pto --stitching --prefix=assemblage_022284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022284.jpg - -# capture n°022285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022285.pto --stitching --prefix=assemblage_022285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022285.jpg - -# capture n°022286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022286.pto --stitching --prefix=assemblage_022286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022286.jpg - -# capture n°022287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022287.pto --stitching --prefix=assemblage_022287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022287.jpg - -# capture n°022288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022288.pto --stitching --prefix=assemblage_022288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022288.jpg - -# capture n°022289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022289.pto --stitching --prefix=assemblage_022289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022289.jpg - -# capture n°022290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022290.pto --stitching --prefix=assemblage_022290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022290.jpg - -# capture n°022291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022291.pto --stitching --prefix=assemblage_022291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022291.jpg - -# capture n°022292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022292.pto --stitching --prefix=assemblage_022292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022292.jpg - -# capture n°022293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022293.pto --stitching --prefix=assemblage_022293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022293.jpg - -# capture n°022294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022294.pto --stitching --prefix=assemblage_022294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022294.jpg - -# capture n°022295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022295.pto --stitching --prefix=assemblage_022295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022295.jpg - -# capture n°022296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022296.pto --stitching --prefix=assemblage_022296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022296.jpg - -# capture n°022297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022297.pto --stitching --prefix=assemblage_022297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022297.jpg - -# capture n°022298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022298.pto --stitching --prefix=assemblage_022298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022298.jpg - -# capture n°022299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022299.pto --stitching --prefix=assemblage_022299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022299.jpg - -# capture n°022300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022300.pto --stitching --prefix=assemblage_022300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022300.jpg - -# capture n°022301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022301.pto --stitching --prefix=assemblage_022301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022301.jpg - -# capture n°022302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022302.pto --stitching --prefix=assemblage_022302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022302.jpg - -# capture n°022303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022303.pto --stitching --prefix=assemblage_022303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022303.jpg - -# capture n°022304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022304.pto --stitching --prefix=assemblage_022304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022304.jpg - -# capture n°022305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022305.pto --stitching --prefix=assemblage_022305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022305.jpg - -# capture n°022306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022306.pto --stitching --prefix=assemblage_022306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022306.jpg - -# capture n°022307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022307.pto --stitching --prefix=assemblage_022307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022307.jpg - -# capture n°022308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022308.pto --stitching --prefix=assemblage_022308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022308.jpg - -# capture n°022309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022309.pto --stitching --prefix=assemblage_022309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022309.jpg - -# capture n°022310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022310.pto --stitching --prefix=assemblage_022310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022310.jpg - -# capture n°022311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022311.pto --stitching --prefix=assemblage_022311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022311.jpg - -# capture n°022312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022312.pto --stitching --prefix=assemblage_022312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022312.jpg - -# capture n°022313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022313.pto --stitching --prefix=assemblage_022313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022313.jpg - -# capture n°022314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022314.pto --stitching --prefix=assemblage_022314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022314.jpg - -# capture n°022315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022315.pto --stitching --prefix=assemblage_022315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022315.jpg - -# capture n°022316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022316.pto --stitching --prefix=assemblage_022316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022316.jpg - -# capture n°022317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022317.pto --stitching --prefix=assemblage_022317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022317.jpg - -# capture n°022318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022318.pto --stitching --prefix=assemblage_022318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022318.jpg - -# capture n°022319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022319.pto --stitching --prefix=assemblage_022319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022319.jpg - -# capture n°022320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022320.pto --stitching --prefix=assemblage_022320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022320.jpg - -# capture n°022321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022321.pto --stitching --prefix=assemblage_022321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022321.jpg - -# capture n°022322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022322.pto --stitching --prefix=assemblage_022322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022322.jpg - -# capture n°022323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022323.pto --stitching --prefix=assemblage_022323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022323.jpg - -# capture n°022324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022324.pto --stitching --prefix=assemblage_022324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022324.jpg - -# capture n°022325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022325.pto --stitching --prefix=assemblage_022325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022325.jpg - -# capture n°022326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022326.pto --stitching --prefix=assemblage_022326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022326.jpg - -# capture n°022327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022327.pto --stitching --prefix=assemblage_022327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022327.jpg - -# capture n°022328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022328.pto --stitching --prefix=assemblage_022328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022328.jpg - -# capture n°022329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022329.pto --stitching --prefix=assemblage_022329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022329.jpg - -# capture n°022330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022330.pto --stitching --prefix=assemblage_022330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022330.jpg - -# capture n°022331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022331.pto --stitching --prefix=assemblage_022331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022331.jpg - -# capture n°022332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022332.pto --stitching --prefix=assemblage_022332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022332.jpg - -# capture n°022333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022333.pto --stitching --prefix=assemblage_022333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022333.jpg - -# capture n°022334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022334.pto --stitching --prefix=assemblage_022334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022334.jpg - -# capture n°022335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022335.pto --stitching --prefix=assemblage_022335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022335.jpg - -# capture n°022336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022336.pto --stitching --prefix=assemblage_022336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022336.jpg - -# capture n°022337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022337.pto --stitching --prefix=assemblage_022337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022337.jpg - -# capture n°022338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022338.pto --stitching --prefix=assemblage_022338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022338.jpg - -# capture n°022339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022339.pto --stitching --prefix=assemblage_022339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022339.jpg - -# capture n°022340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022340.pto --stitching --prefix=assemblage_022340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022340.jpg - -# capture n°022341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022341.pto --stitching --prefix=assemblage_022341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022341.jpg - -# capture n°022342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022342.pto --stitching --prefix=assemblage_022342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022342.jpg - -# capture n°022343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022343.pto --stitching --prefix=assemblage_022343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022343.jpg - -# capture n°022344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022344.pto --stitching --prefix=assemblage_022344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022344.jpg - -# capture n°022345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022345.pto --stitching --prefix=assemblage_022345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022345.jpg - -# capture n°022346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022346.pto --stitching --prefix=assemblage_022346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022346.jpg - -# capture n°022347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022347.pto --stitching --prefix=assemblage_022347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022347.jpg - -# capture n°022348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022348.pto --stitching --prefix=assemblage_022348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022348.jpg - -# capture n°022349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022349.pto --stitching --prefix=assemblage_022349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022349.jpg - -# capture n°022350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022350.pto --stitching --prefix=assemblage_022350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022350.jpg - -# capture n°022351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022351.pto --stitching --prefix=assemblage_022351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022351.jpg - -# capture n°022352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022352.pto --stitching --prefix=assemblage_022352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022352.jpg - -# capture n°022353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022353.pto --stitching --prefix=assemblage_022353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022353.jpg - -# capture n°022354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022354.pto --stitching --prefix=assemblage_022354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022354.jpg - -# capture n°022355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022355.pto --stitching --prefix=assemblage_022355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022355.jpg - -# capture n°022356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022356.pto --stitching --prefix=assemblage_022356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022356.jpg - -# capture n°022357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022357.pto --stitching --prefix=assemblage_022357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022357.jpg - -# capture n°022358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022358.pto --stitching --prefix=assemblage_022358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022358.jpg - -# capture n°022359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022359.pto --stitching --prefix=assemblage_022359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022359.jpg - -# capture n°022360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022360.pto --stitching --prefix=assemblage_022360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022360.jpg - -# capture n°022361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022361.pto --stitching --prefix=assemblage_022361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022361.jpg - -# capture n°022362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022362.pto --stitching --prefix=assemblage_022362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022362.jpg - -# capture n°022363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022363.pto --stitching --prefix=assemblage_022363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022363.jpg - -# capture n°022364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022364.pto --stitching --prefix=assemblage_022364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022364.jpg - -# capture n°022365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022365.pto --stitching --prefix=assemblage_022365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022365.jpg - -# capture n°022366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022366.pto --stitching --prefix=assemblage_022366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022366.jpg - -# capture n°022367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022367.pto --stitching --prefix=assemblage_022367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022367.jpg - -# capture n°022368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022368.pto --stitching --prefix=assemblage_022368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022368.jpg - -# capture n°022369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022369.pto --stitching --prefix=assemblage_022369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022369.jpg - -# capture n°022370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022370.pto --stitching --prefix=assemblage_022370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022370.jpg - -# capture n°022371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022371.pto --stitching --prefix=assemblage_022371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022371.jpg - -# capture n°022372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022372.pto --stitching --prefix=assemblage_022372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022372.jpg - -# capture n°022373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022373.pto --stitching --prefix=assemblage_022373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022373.jpg - -# capture n°022374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022374.pto --stitching --prefix=assemblage_022374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022374.jpg - -# capture n°022375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022375.pto --stitching --prefix=assemblage_022375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022375.jpg - -# capture n°022376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022376.pto --stitching --prefix=assemblage_022376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022376.jpg - -# capture n°022377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022377.pto --stitching --prefix=assemblage_022377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022377.jpg - -# capture n°022378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022378.pto --stitching --prefix=assemblage_022378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022378.jpg - -# capture n°022379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022379.pto --stitching --prefix=assemblage_022379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022379.jpg - -# capture n°022380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022380.pto --stitching --prefix=assemblage_022380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022380.jpg - -# capture n°022381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022381.pto --stitching --prefix=assemblage_022381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022381.jpg - -# capture n°022382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022382.pto --stitching --prefix=assemblage_022382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022382.jpg - -# capture n°022383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022383.pto --stitching --prefix=assemblage_022383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022383.jpg - -# capture n°022384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022384.pto --stitching --prefix=assemblage_022384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022384.jpg - -# capture n°022385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022385.pto --stitching --prefix=assemblage_022385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022385.jpg - -# capture n°022386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022386.pto --stitching --prefix=assemblage_022386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022386.jpg - -# capture n°022387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022387.pto --stitching --prefix=assemblage_022387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022387.jpg - -# capture n°022388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022388.pto --stitching --prefix=assemblage_022388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022388.jpg - -# capture n°022389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022389.pto --stitching --prefix=assemblage_022389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022389.jpg - -# capture n°022390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022390.pto --stitching --prefix=assemblage_022390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022390.jpg - -# capture n°022391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022391.pto --stitching --prefix=assemblage_022391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022391.jpg - -# capture n°022392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022392.pto --stitching --prefix=assemblage_022392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022392.jpg - -# capture n°022393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022393.pto --stitching --prefix=assemblage_022393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022393.jpg - -# capture n°022394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022394.pto --stitching --prefix=assemblage_022394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022394.jpg - -# capture n°022395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022395.pto --stitching --prefix=assemblage_022395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022395.jpg - -# capture n°022396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022396.pto --stitching --prefix=assemblage_022396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022396.jpg - -# capture n°022397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022397.pto --stitching --prefix=assemblage_022397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022397.jpg - -# capture n°022398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022398.pto --stitching --prefix=assemblage_022398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022398.jpg - -# capture n°022399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022399.pto --stitching --prefix=assemblage_022399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022399.jpg - -# capture n°022400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022400.pto --stitching --prefix=assemblage_022400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022400.jpg - -# capture n°022401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022401.pto --stitching --prefix=assemblage_022401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022401.jpg - -# capture n°022402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022402.pto --stitching --prefix=assemblage_022402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022402.jpg - -# capture n°022403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022403.pto --stitching --prefix=assemblage_022403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022403.jpg - -# capture n°022404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022404.pto --stitching --prefix=assemblage_022404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022404.jpg - -# capture n°022405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022405.pto --stitching --prefix=assemblage_022405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022405.jpg - -# capture n°022406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022406.pto --stitching --prefix=assemblage_022406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022406.jpg - -# capture n°022407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022407.pto --stitching --prefix=assemblage_022407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022407.jpg - -# capture n°022408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022408.pto --stitching --prefix=assemblage_022408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022408.jpg - -# capture n°022409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022409.pto --stitching --prefix=assemblage_022409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022409.jpg - -# capture n°022410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022410.pto --stitching --prefix=assemblage_022410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022410.jpg - -# capture n°022411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022411.pto --stitching --prefix=assemblage_022411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022411.jpg - -# capture n°022412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022412.pto --stitching --prefix=assemblage_022412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022412.jpg - -# capture n°022413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022413.pto --stitching --prefix=assemblage_022413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022413.jpg - -# capture n°022414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022414.pto --stitching --prefix=assemblage_022414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022414.jpg - -# capture n°022415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022415.pto --stitching --prefix=assemblage_022415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022415.jpg - -# capture n°022416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022416.pto --stitching --prefix=assemblage_022416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022416.jpg - -# capture n°022417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022417.pto --stitching --prefix=assemblage_022417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022417.jpg - -# capture n°022418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022418.pto --stitching --prefix=assemblage_022418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022418.jpg - -# capture n°022419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022419.pto --stitching --prefix=assemblage_022419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022419.jpg - -# capture n°022420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022420.pto --stitching --prefix=assemblage_022420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022420.jpg - -# capture n°022421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022421.pto --stitching --prefix=assemblage_022421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022421.jpg - -# capture n°022422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022422.pto --stitching --prefix=assemblage_022422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022422.jpg - -# capture n°022423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022423.pto --stitching --prefix=assemblage_022423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022423.jpg - -# capture n°022424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022424.pto --stitching --prefix=assemblage_022424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022424.jpg - -# capture n°022425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022425.pto --stitching --prefix=assemblage_022425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022425.jpg - -# capture n°022426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022426.pto --stitching --prefix=assemblage_022426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022426.jpg - -# capture n°022427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022427.pto --stitching --prefix=assemblage_022427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022427.jpg - -# capture n°022428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022428.pto --stitching --prefix=assemblage_022428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022428.jpg - -# capture n°022429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022429.pto --stitching --prefix=assemblage_022429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022429.jpg - -# capture n°022430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022430.pto --stitching --prefix=assemblage_022430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022430.jpg - -# capture n°022431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022431.pto --stitching --prefix=assemblage_022431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022431.jpg - -# capture n°022432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022432.pto --stitching --prefix=assemblage_022432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022432.jpg - -# capture n°022433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022433.pto --stitching --prefix=assemblage_022433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022433.jpg - -# capture n°022434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022434.pto --stitching --prefix=assemblage_022434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022434.jpg - -# capture n°022435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022435.pto --stitching --prefix=assemblage_022435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022435.jpg - -# capture n°022436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022436.pto --stitching --prefix=assemblage_022436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022436.jpg - -# capture n°022437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022437.pto --stitching --prefix=assemblage_022437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022437.jpg - -# capture n°022438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022438.pto --stitching --prefix=assemblage_022438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022438.jpg - -# capture n°022439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022439.pto --stitching --prefix=assemblage_022439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022439.jpg - -# capture n°022440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022440.pto --stitching --prefix=assemblage_022440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022440.jpg - -# capture n°022441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022441.pto --stitching --prefix=assemblage_022441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022441.jpg - -# capture n°022442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022442.pto --stitching --prefix=assemblage_022442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022442.jpg - -# capture n°022443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022443.pto --stitching --prefix=assemblage_022443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022443.jpg - -# capture n°022444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022444.pto --stitching --prefix=assemblage_022444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022444.jpg - -# capture n°022445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022445.pto --stitching --prefix=assemblage_022445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022445.jpg - -# capture n°022446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022446.pto --stitching --prefix=assemblage_022446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022446.jpg - -# capture n°022447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022447.pto --stitching --prefix=assemblage_022447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022447.jpg - -# capture n°022448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022448.pto --stitching --prefix=assemblage_022448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022448.jpg - -# capture n°022449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022449.pto --stitching --prefix=assemblage_022449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022449.jpg - -# capture n°022450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022450.pto --stitching --prefix=assemblage_022450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022450.jpg - -# capture n°022451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022451.pto --stitching --prefix=assemblage_022451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022451.jpg - -# capture n°022452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022452.pto --stitching --prefix=assemblage_022452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022452.jpg - -# capture n°022453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022453.pto --stitching --prefix=assemblage_022453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022453.jpg - -# capture n°022454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022454.pto --stitching --prefix=assemblage_022454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022454.jpg - -# capture n°022455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022455.pto --stitching --prefix=assemblage_022455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022455.jpg - -# capture n°022456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022456.pto --stitching --prefix=assemblage_022456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022456.jpg - -# capture n°022457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022457.pto --stitching --prefix=assemblage_022457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022457.jpg - -# capture n°022458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022458.pto --stitching --prefix=assemblage_022458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022458.jpg - -# capture n°022459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022459.pto --stitching --prefix=assemblage_022459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022459.jpg - -# capture n°022460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022460.pto --stitching --prefix=assemblage_022460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022460.jpg - -# capture n°022461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022461.pto --stitching --prefix=assemblage_022461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022461.jpg - -# capture n°022462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022462.pto --stitching --prefix=assemblage_022462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022462.jpg - -# capture n°022463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022463.pto --stitching --prefix=assemblage_022463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022463.jpg - -# capture n°022464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022464.pto --stitching --prefix=assemblage_022464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022464.jpg - -# capture n°022465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022465.pto --stitching --prefix=assemblage_022465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022465.jpg - -# capture n°022466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022466.pto --stitching --prefix=assemblage_022466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022466.jpg - -# capture n°022467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022467.pto --stitching --prefix=assemblage_022467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022467.jpg - -# capture n°022468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022468.pto --stitching --prefix=assemblage_022468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022468.jpg - -# capture n°022469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022469.pto --stitching --prefix=assemblage_022469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022469.jpg - -# capture n°022470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022470.pto --stitching --prefix=assemblage_022470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022470.jpg - -# capture n°022471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022471.pto --stitching --prefix=assemblage_022471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022471.jpg - -# capture n°022472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022472.pto --stitching --prefix=assemblage_022472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022472.jpg - -# capture n°022473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022473.pto --stitching --prefix=assemblage_022473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022473.jpg - -# capture n°022474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022474.pto --stitching --prefix=assemblage_022474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022474.jpg - -# capture n°022475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022475.pto --stitching --prefix=assemblage_022475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022475.jpg - -# capture n°022476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022476.pto --stitching --prefix=assemblage_022476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022476.jpg - -# capture n°022477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022477.pto --stitching --prefix=assemblage_022477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022477.jpg - -# capture n°022478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022478.pto --stitching --prefix=assemblage_022478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022478.jpg - -# capture n°022479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022479.pto --stitching --prefix=assemblage_022479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022479.jpg - -# capture n°022480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022480.pto --stitching --prefix=assemblage_022480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022480.jpg - -# capture n°022481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022481.pto --stitching --prefix=assemblage_022481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022481.jpg - -# capture n°022482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022482.pto --stitching --prefix=assemblage_022482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022482.jpg - -# capture n°022483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022483.pto --stitching --prefix=assemblage_022483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022483.jpg - -# capture n°022484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022484.pto --stitching --prefix=assemblage_022484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022484.jpg - -# capture n°022485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022485.pto --stitching --prefix=assemblage_022485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022485.jpg - -# capture n°022486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022486.pto --stitching --prefix=assemblage_022486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022486.jpg - -# capture n°022487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022487.pto --stitching --prefix=assemblage_022487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022487.jpg - -# capture n°022488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022488.pto --stitching --prefix=assemblage_022488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022488.jpg - -# capture n°022489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022489.pto --stitching --prefix=assemblage_022489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022489.jpg - -# capture n°022490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022490.pto --stitching --prefix=assemblage_022490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022490.jpg - -# capture n°022491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022491.pto --stitching --prefix=assemblage_022491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022491.jpg - -# capture n°022492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022492.pto --stitching --prefix=assemblage_022492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022492.jpg - -# capture n°022493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022493.pto --stitching --prefix=assemblage_022493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022493.jpg - -# capture n°022494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022494.pto --stitching --prefix=assemblage_022494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022494.jpg - -# capture n°022495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022495.pto --stitching --prefix=assemblage_022495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022495.jpg - -# capture n°022496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022496.pto --stitching --prefix=assemblage_022496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022496.jpg - -# capture n°022497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022497.pto --stitching --prefix=assemblage_022497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022497.jpg - -# capture n°022498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022498.pto --stitching --prefix=assemblage_022498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022498.jpg - -# capture n°022499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022499.pto --stitching --prefix=assemblage_022499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022499.jpg - -# capture n°022500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022500.pto --stitching --prefix=assemblage_022500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022500.jpg - -# capture n°022501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022501.pto --stitching --prefix=assemblage_022501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022501.jpg - -# capture n°022502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022502.pto --stitching --prefix=assemblage_022502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022502.jpg - -# capture n°022503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022503.pto --stitching --prefix=assemblage_022503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022503.jpg - -# capture n°022504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022504.pto --stitching --prefix=assemblage_022504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022504.jpg - -# capture n°022505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022505.pto --stitching --prefix=assemblage_022505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022505.jpg - -# capture n°022506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022506.pto --stitching --prefix=assemblage_022506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022506.jpg - -# capture n°022507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022507.pto --stitching --prefix=assemblage_022507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022507.jpg - -# capture n°022508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022508.pto --stitching --prefix=assemblage_022508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022508.jpg - -# capture n°022509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022509.pto --stitching --prefix=assemblage_022509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022509.jpg - -# capture n°022510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022510.pto --stitching --prefix=assemblage_022510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022510.jpg - -# capture n°022511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022511.pto --stitching --prefix=assemblage_022511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022511.jpg - -# capture n°022512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022512.pto --stitching --prefix=assemblage_022512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022512.jpg - -# capture n°022513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022513.pto --stitching --prefix=assemblage_022513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022513.jpg - -# capture n°022514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022514.pto --stitching --prefix=assemblage_022514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022514.jpg - -# capture n°022515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022515.pto --stitching --prefix=assemblage_022515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022515.jpg - -# capture n°022516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022516.pto --stitching --prefix=assemblage_022516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022516.jpg - -# capture n°022517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022517.pto --stitching --prefix=assemblage_022517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022517.jpg - -# capture n°022518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022518.pto --stitching --prefix=assemblage_022518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022518.jpg - -# capture n°022519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022519.pto --stitching --prefix=assemblage_022519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022519.jpg - -# capture n°022520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022520.pto --stitching --prefix=assemblage_022520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022520.jpg - -# capture n°022521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022521.pto --stitching --prefix=assemblage_022521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022521.jpg - -# capture n°022522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022522.pto --stitching --prefix=assemblage_022522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022522.jpg - -# capture n°022523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022523.pto --stitching --prefix=assemblage_022523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022523.jpg - -# capture n°022524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022524.pto --stitching --prefix=assemblage_022524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022524.jpg - -# capture n°022525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022525.pto --stitching --prefix=assemblage_022525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022525.jpg - -# capture n°022526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022526.pto --stitching --prefix=assemblage_022526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022526.jpg - -# capture n°022527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022527.pto --stitching --prefix=assemblage_022527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022527.jpg - -# capture n°022528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022528.pto --stitching --prefix=assemblage_022528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022528.jpg - -# capture n°022529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022529.pto --stitching --prefix=assemblage_022529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022529.jpg - -# capture n°022530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022530.pto --stitching --prefix=assemblage_022530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022530.jpg - -# capture n°022531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022531.pto --stitching --prefix=assemblage_022531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022531.jpg - -# capture n°022532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022532.pto --stitching --prefix=assemblage_022532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022532.jpg - -# capture n°022533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022533.pto --stitching --prefix=assemblage_022533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022533.jpg - -# capture n°022534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022534.pto --stitching --prefix=assemblage_022534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022534.jpg - -# capture n°022535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022535.pto --stitching --prefix=assemblage_022535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022535.jpg - -# capture n°022536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022536.pto --stitching --prefix=assemblage_022536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022536.jpg - -# capture n°022537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022537.pto --stitching --prefix=assemblage_022537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022537.jpg - -# capture n°022538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022538.pto --stitching --prefix=assemblage_022538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022538.jpg - -# capture n°022539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022539.pto --stitching --prefix=assemblage_022539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022539.jpg - -# capture n°022540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022540.pto --stitching --prefix=assemblage_022540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022540.jpg - -# capture n°022541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022541.pto --stitching --prefix=assemblage_022541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022541.jpg - -# capture n°022542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022542.pto --stitching --prefix=assemblage_022542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022542.jpg - -# capture n°022543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022543.pto --stitching --prefix=assemblage_022543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022543.jpg - -# capture n°022544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022544.pto --stitching --prefix=assemblage_022544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022544.jpg - -# capture n°022545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022545.pto --stitching --prefix=assemblage_022545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022545.jpg - -# capture n°022546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022546.pto --stitching --prefix=assemblage_022546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022546.jpg - -# capture n°022547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022547.pto --stitching --prefix=assemblage_022547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022547.jpg - -# capture n°022548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022548.pto --stitching --prefix=assemblage_022548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022548.jpg - -# capture n°022549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022549.pto --stitching --prefix=assemblage_022549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022549.jpg - -# capture n°022550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022550.pto --stitching --prefix=assemblage_022550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022550.jpg - -# capture n°022551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022551.pto --stitching --prefix=assemblage_022551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022551.jpg - -# capture n°022552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022552.pto --stitching --prefix=assemblage_022552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022552.jpg - -# capture n°022553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022553.pto --stitching --prefix=assemblage_022553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022553.jpg - -# capture n°022554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022554.pto --stitching --prefix=assemblage_022554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022554.jpg - -# capture n°022555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022555.pto --stitching --prefix=assemblage_022555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022555.jpg - -# capture n°022556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022556.pto --stitching --prefix=assemblage_022556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022556.jpg - -# capture n°022557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022557.pto --stitching --prefix=assemblage_022557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022557.jpg - -# capture n°022558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022558.pto --stitching --prefix=assemblage_022558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022558.jpg - -# capture n°022559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022559.pto --stitching --prefix=assemblage_022559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022559.jpg - -# capture n°022560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022560.pto --stitching --prefix=assemblage_022560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022560.jpg - -# capture n°022561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022561.pto --stitching --prefix=assemblage_022561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022561.jpg - -# capture n°022562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022562.pto --stitching --prefix=assemblage_022562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022562.jpg - -# capture n°022563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022563.pto --stitching --prefix=assemblage_022563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022563.jpg - -# capture n°022564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022564.pto --stitching --prefix=assemblage_022564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022564.jpg - -# capture n°022565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022565.pto --stitching --prefix=assemblage_022565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022565.jpg - -# capture n°022566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022566.pto --stitching --prefix=assemblage_022566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022566.jpg - -# capture n°022567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022567.pto --stitching --prefix=assemblage_022567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022567.jpg - -# capture n°022568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022568.pto --stitching --prefix=assemblage_022568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022568.jpg - -# capture n°022569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022569.pto --stitching --prefix=assemblage_022569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022569.jpg - -# capture n°022570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022570.pto --stitching --prefix=assemblage_022570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022570.jpg - -# capture n°022571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022571.pto --stitching --prefix=assemblage_022571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022571.jpg - -# capture n°022572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022572.pto --stitching --prefix=assemblage_022572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022572.jpg - -# capture n°022573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022573.pto --stitching --prefix=assemblage_022573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022573.jpg - -# capture n°022574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022574.pto --stitching --prefix=assemblage_022574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022574.jpg - -# capture n°022575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022575.pto --stitching --prefix=assemblage_022575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022575.jpg - -# capture n°022576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022576.pto --stitching --prefix=assemblage_022576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022576.jpg - -# capture n°022577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022577.pto --stitching --prefix=assemblage_022577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022577.jpg - -# capture n°022578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022578.pto --stitching --prefix=assemblage_022578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022578.jpg - -# capture n°022579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022579.pto --stitching --prefix=assemblage_022579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022579.jpg - -# capture n°022580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022580.pto --stitching --prefix=assemblage_022580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022580.jpg - -# capture n°022581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022581.pto --stitching --prefix=assemblage_022581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022581.jpg - -# capture n°022582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022582.pto --stitching --prefix=assemblage_022582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022582.jpg - -# capture n°022583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022583.pto --stitching --prefix=assemblage_022583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022583.jpg - -# capture n°022584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022584.pto --stitching --prefix=assemblage_022584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022584.jpg - -# capture n°022585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022585.pto --stitching --prefix=assemblage_022585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022585.jpg - -# capture n°022586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022586.pto --stitching --prefix=assemblage_022586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022586.jpg - -# capture n°022587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022587.pto --stitching --prefix=assemblage_022587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022587.jpg - -# capture n°022588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022588.pto --stitching --prefix=assemblage_022588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022588.jpg - -# capture n°022589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022589.pto --stitching --prefix=assemblage_022589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022589.jpg - -# capture n°022590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022590.pto --stitching --prefix=assemblage_022590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022590.jpg - -# capture n°022591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022591.pto --stitching --prefix=assemblage_022591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022591.jpg - -# capture n°022592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022592.pto --stitching --prefix=assemblage_022592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022592.jpg - -# capture n°022593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022593.pto --stitching --prefix=assemblage_022593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022593.jpg - -# capture n°022594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022594.pto --stitching --prefix=assemblage_022594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022594.jpg - -# capture n°022595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022595.pto --stitching --prefix=assemblage_022595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022595.jpg - -# capture n°022596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022596.pto --stitching --prefix=assemblage_022596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022596.jpg - -# capture n°022597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022597.pto --stitching --prefix=assemblage_022597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022597.jpg - -# capture n°022598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022598.pto --stitching --prefix=assemblage_022598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022598.jpg - -# capture n°022599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022599.pto --stitching --prefix=assemblage_022599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022599.jpg - -# capture n°022600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022600.pto --stitching --prefix=assemblage_022600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022600.jpg - -# capture n°022601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022601.pto --stitching --prefix=assemblage_022601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022601.jpg - -# capture n°022602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022602.pto --stitching --prefix=assemblage_022602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022602.jpg - -# capture n°022603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022603.pto --stitching --prefix=assemblage_022603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022603.jpg - -# capture n°022604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022604.pto --stitching --prefix=assemblage_022604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022604.jpg - -# capture n°022605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022605.pto --stitching --prefix=assemblage_022605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022605.jpg - -# capture n°022606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022606.pto --stitching --prefix=assemblage_022606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022606.jpg - -# capture n°022607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022607.pto --stitching --prefix=assemblage_022607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022607.jpg - -# capture n°022608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022608.pto --stitching --prefix=assemblage_022608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022608.jpg - -# capture n°022609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022609.pto --stitching --prefix=assemblage_022609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022609.jpg - -# capture n°022610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022610.pto --stitching --prefix=assemblage_022610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022610.jpg - -# capture n°022611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022611.pto --stitching --prefix=assemblage_022611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022611.jpg - -# capture n°022612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022612.pto --stitching --prefix=assemblage_022612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022612.jpg - -# capture n°022613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022613.pto --stitching --prefix=assemblage_022613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022613.jpg - -# capture n°022614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022614.pto --stitching --prefix=assemblage_022614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022614.jpg - -# capture n°022615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022615.pto --stitching --prefix=assemblage_022615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022615.jpg - -# capture n°022616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022616.pto --stitching --prefix=assemblage_022616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022616.jpg - -# capture n°022617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022617.pto --stitching --prefix=assemblage_022617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022617.jpg - -# capture n°022618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022618.pto --stitching --prefix=assemblage_022618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022618.jpg - -# capture n°022619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022619.pto --stitching --prefix=assemblage_022619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022619.jpg - -# capture n°022620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022620.pto --stitching --prefix=assemblage_022620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022620.jpg - -# capture n°022621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022621.pto --stitching --prefix=assemblage_022621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022621.jpg - -# capture n°022622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022622.pto --stitching --prefix=assemblage_022622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022622.jpg - -# capture n°022623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022623.pto --stitching --prefix=assemblage_022623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022623.jpg - -# capture n°022624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022624.pto --stitching --prefix=assemblage_022624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022624.jpg - -# capture n°022625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022625.pto --stitching --prefix=assemblage_022625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022625.jpg - -# capture n°022626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022626.pto --stitching --prefix=assemblage_022626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022626.jpg - -# capture n°022627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022627.pto --stitching --prefix=assemblage_022627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022627.jpg - -# capture n°022628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022628.pto --stitching --prefix=assemblage_022628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022628.jpg - -# capture n°022629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022629.pto --stitching --prefix=assemblage_022629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022629.jpg - -# capture n°022630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022630.pto --stitching --prefix=assemblage_022630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022630.jpg - -# capture n°022631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022631.pto --stitching --prefix=assemblage_022631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022631.jpg - -# capture n°022632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022632.pto --stitching --prefix=assemblage_022632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022632.jpg - -# capture n°022633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022633.pto --stitching --prefix=assemblage_022633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022633.jpg - -# capture n°022634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022634.pto --stitching --prefix=assemblage_022634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022634.jpg - -# capture n°022635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022635.pto --stitching --prefix=assemblage_022635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022635.jpg - -# capture n°022636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022636.pto --stitching --prefix=assemblage_022636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022636.jpg - -# capture n°022637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022637.pto --stitching --prefix=assemblage_022637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022637.jpg - -# capture n°022638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022638.pto --stitching --prefix=assemblage_022638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022638.jpg - -# capture n°022639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022639.pto --stitching --prefix=assemblage_022639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022639.jpg - -# capture n°022640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022640.pto --stitching --prefix=assemblage_022640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022640.jpg - -# capture n°022641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022641.pto --stitching --prefix=assemblage_022641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022641.jpg - -# capture n°022642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022642.pto --stitching --prefix=assemblage_022642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022642.jpg - -# capture n°022643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022643.pto --stitching --prefix=assemblage_022643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022643.jpg - -# capture n°022644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022644.pto --stitching --prefix=assemblage_022644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022644.jpg - -# capture n°022645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022645.pto --stitching --prefix=assemblage_022645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022645.jpg - -# capture n°022646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022646.pto --stitching --prefix=assemblage_022646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022646.jpg - -# capture n°022647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022647.pto --stitching --prefix=assemblage_022647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022647.jpg - -# capture n°022648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022648.pto --stitching --prefix=assemblage_022648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022648.jpg - -# capture n°022649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022649.pto --stitching --prefix=assemblage_022649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022649.jpg - -# capture n°022650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022650.pto --stitching --prefix=assemblage_022650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022650.jpg - -# capture n°022651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022651.pto --stitching --prefix=assemblage_022651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022651.jpg - -# capture n°022652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022652.pto --stitching --prefix=assemblage_022652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022652.jpg - -# capture n°022653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022653.pto --stitching --prefix=assemblage_022653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022653.jpg - -# capture n°022654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022654.pto --stitching --prefix=assemblage_022654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022654.jpg - -# capture n°022655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022655.pto --stitching --prefix=assemblage_022655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022655.jpg - -# capture n°022656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022656.pto --stitching --prefix=assemblage_022656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022656.jpg - -# capture n°022657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022657.pto --stitching --prefix=assemblage_022657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022657.jpg - -# capture n°022658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022658.pto --stitching --prefix=assemblage_022658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022658.jpg - -# capture n°022659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022659.pto --stitching --prefix=assemblage_022659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022659.jpg - -# capture n°022660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022660.pto --stitching --prefix=assemblage_022660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022660.jpg - -# capture n°022661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022661.pto --stitching --prefix=assemblage_022661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022661.jpg - -# capture n°022662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022662.pto --stitching --prefix=assemblage_022662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022662.jpg - -# capture n°022663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022663.pto --stitching --prefix=assemblage_022663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022663.jpg - -# capture n°022664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022664.pto --stitching --prefix=assemblage_022664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022664.jpg - -# capture n°022665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022665.pto --stitching --prefix=assemblage_022665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022665.jpg - -# capture n°022666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022666.pto --stitching --prefix=assemblage_022666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022666.jpg - -# capture n°022667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022667.pto --stitching --prefix=assemblage_022667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022667.jpg - -# capture n°022668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022668.pto --stitching --prefix=assemblage_022668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022668.jpg - -# capture n°022669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022669.pto --stitching --prefix=assemblage_022669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022669.jpg - -# capture n°022670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022670.pto --stitching --prefix=assemblage_022670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022670.jpg - -# capture n°022671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022671.pto --stitching --prefix=assemblage_022671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022671.jpg - -# capture n°022672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022672.pto --stitching --prefix=assemblage_022672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022672.jpg - -# capture n°022673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022673.pto --stitching --prefix=assemblage_022673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022673.jpg - -# capture n°022674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022674.pto --stitching --prefix=assemblage_022674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022674.jpg - -# capture n°022675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022675.pto --stitching --prefix=assemblage_022675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022675.jpg - -# capture n°022676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022676.pto --stitching --prefix=assemblage_022676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022676.jpg - -# capture n°022677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022677.pto --stitching --prefix=assemblage_022677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022677.jpg - -# capture n°022678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022678.pto --stitching --prefix=assemblage_022678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022678.jpg - -# capture n°022679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022679.pto --stitching --prefix=assemblage_022679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022679.jpg - -# capture n°022680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022680.pto --stitching --prefix=assemblage_022680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022680.jpg - -# capture n°022681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022681.pto --stitching --prefix=assemblage_022681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022681.jpg - -# capture n°022682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022682.pto --stitching --prefix=assemblage_022682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022682.jpg - -# capture n°022683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022683.pto --stitching --prefix=assemblage_022683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022683.jpg - -# capture n°022684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022684.pto --stitching --prefix=assemblage_022684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022684.jpg - -# capture n°022685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022685.pto --stitching --prefix=assemblage_022685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022685.jpg - -# capture n°022686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022686.pto --stitching --prefix=assemblage_022686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022686.jpg - -# capture n°022687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022687.pto --stitching --prefix=assemblage_022687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022687.jpg - -# capture n°022688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022688.pto --stitching --prefix=assemblage_022688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022688.jpg - -# capture n°022689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022689.pto --stitching --prefix=assemblage_022689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022689.jpg - -# capture n°022690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022690.pto --stitching --prefix=assemblage_022690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022690.jpg - -# capture n°022691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022691.pto --stitching --prefix=assemblage_022691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022691.jpg - -# capture n°022692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022692.pto --stitching --prefix=assemblage_022692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022692.jpg - -# capture n°022693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022693.pto --stitching --prefix=assemblage_022693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022693.jpg - -# capture n°022694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022694.pto --stitching --prefix=assemblage_022694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022694.jpg - -# capture n°022695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022695.pto --stitching --prefix=assemblage_022695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022695.jpg - -# capture n°022696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022696.pto --stitching --prefix=assemblage_022696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022696.jpg - -# capture n°022697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022697.pto --stitching --prefix=assemblage_022697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022697.jpg - -# capture n°022698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022698.pto --stitching --prefix=assemblage_022698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022698.jpg - -# capture n°022699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022699.pto --stitching --prefix=assemblage_022699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022699.jpg - -# capture n°022700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022700.pto --stitching --prefix=assemblage_022700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022700.jpg - -# capture n°022701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022701.pto --stitching --prefix=assemblage_022701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022701.jpg - -# capture n°022702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022702.pto --stitching --prefix=assemblage_022702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022702.jpg - -# capture n°022703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022703.pto --stitching --prefix=assemblage_022703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022703.jpg - -# capture n°022704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022704.pto --stitching --prefix=assemblage_022704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022704.jpg - -# capture n°022705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022705.pto --stitching --prefix=assemblage_022705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022705.jpg - -# capture n°022706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022706.pto --stitching --prefix=assemblage_022706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022706.jpg - -# capture n°022707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022707.pto --stitching --prefix=assemblage_022707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022707.jpg - -# capture n°022708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022708.pto --stitching --prefix=assemblage_022708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022708.jpg - -# capture n°022709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022709.pto --stitching --prefix=assemblage_022709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022709.jpg - -# capture n°022710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022710.pto --stitching --prefix=assemblage_022710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022710.jpg - -# capture n°022711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022711.pto --stitching --prefix=assemblage_022711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022711.jpg - -# capture n°022712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022712.pto --stitching --prefix=assemblage_022712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022712.jpg - -# capture n°022713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022713.pto --stitching --prefix=assemblage_022713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022713.jpg - -# capture n°022714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022714.pto --stitching --prefix=assemblage_022714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022714.jpg - -# capture n°022715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022715.pto --stitching --prefix=assemblage_022715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022715.jpg - -# capture n°022716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022716.pto --stitching --prefix=assemblage_022716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022716.jpg - -# capture n°022717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022717.pto --stitching --prefix=assemblage_022717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022717.jpg - -# capture n°022718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022718.pto --stitching --prefix=assemblage_022718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022718.jpg - -# capture n°022719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022719.pto --stitching --prefix=assemblage_022719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022719.jpg - -# capture n°022720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022720.pto --stitching --prefix=assemblage_022720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022720.jpg - -# capture n°022721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022721.pto --stitching --prefix=assemblage_022721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022721.jpg - -# capture n°022722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022722.pto --stitching --prefix=assemblage_022722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022722.jpg - -# capture n°022723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022723.pto --stitching --prefix=assemblage_022723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022723.jpg - -# capture n°022724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022724.pto --stitching --prefix=assemblage_022724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022724.jpg - -# capture n°022725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022725.pto --stitching --prefix=assemblage_022725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022725.jpg - -# capture n°022726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022726.pto --stitching --prefix=assemblage_022726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022726.jpg - -# capture n°022727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022727.pto --stitching --prefix=assemblage_022727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022727.jpg - -# capture n°022728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022728.pto --stitching --prefix=assemblage_022728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022728.jpg - -# capture n°022729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022729.pto --stitching --prefix=assemblage_022729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022729.jpg - -# capture n°022730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022730.pto --stitching --prefix=assemblage_022730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022730.jpg - -# capture n°022731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022731.pto --stitching --prefix=assemblage_022731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022731.jpg - -# capture n°022732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022732.pto --stitching --prefix=assemblage_022732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022732.jpg - -# capture n°022733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022733.pto --stitching --prefix=assemblage_022733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022733.jpg - -# capture n°022734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022734.pto --stitching --prefix=assemblage_022734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022734.jpg - -# capture n°022735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022735.pto --stitching --prefix=assemblage_022735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022735.jpg - -# capture n°022736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022736.pto --stitching --prefix=assemblage_022736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022736.jpg - -# capture n°022737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022737.pto --stitching --prefix=assemblage_022737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022737.jpg - -# capture n°022738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022738.pto --stitching --prefix=assemblage_022738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022738.jpg - -# capture n°022739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022739.pto --stitching --prefix=assemblage_022739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022739.jpg - -# capture n°022740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022740.pto --stitching --prefix=assemblage_022740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022740.jpg - -# capture n°022741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022741.pto --stitching --prefix=assemblage_022741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022741.jpg - -# capture n°022742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022742.pto --stitching --prefix=assemblage_022742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022742.jpg - -# capture n°022743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022743.pto --stitching --prefix=assemblage_022743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022743.jpg - -# capture n°022744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022744.pto --stitching --prefix=assemblage_022744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022744.jpg - -# capture n°022745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022745.pto --stitching --prefix=assemblage_022745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022745.jpg - -# capture n°022746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022746.pto --stitching --prefix=assemblage_022746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022746.jpg - -# capture n°022747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022747.pto --stitching --prefix=assemblage_022747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022747.jpg - -# capture n°022748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022748.pto --stitching --prefix=assemblage_022748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022748.jpg - -# capture n°022749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022749.pto --stitching --prefix=assemblage_022749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022749.jpg - -# capture n°022750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022750.pto --stitching --prefix=assemblage_022750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022750.jpg - -# capture n°022751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022751.pto --stitching --prefix=assemblage_022751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022751.jpg - -# capture n°022752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022752.pto --stitching --prefix=assemblage_022752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022752.jpg - -# capture n°022753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022753.pto --stitching --prefix=assemblage_022753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022753.jpg - -# capture n°022754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022754.pto --stitching --prefix=assemblage_022754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022754.jpg - -# capture n°022755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022755.pto --stitching --prefix=assemblage_022755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022755.jpg - -# capture n°022756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022756.pto --stitching --prefix=assemblage_022756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022756.jpg - -# capture n°022757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022757.pto --stitching --prefix=assemblage_022757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022757.jpg - -# capture n°022758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022758.pto --stitching --prefix=assemblage_022758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022758.jpg - -# capture n°022759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022759.pto --stitching --prefix=assemblage_022759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022759.jpg - -# capture n°022760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022760.pto --stitching --prefix=assemblage_022760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022760.jpg - -# capture n°022761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022761.pto --stitching --prefix=assemblage_022761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022761.jpg - -# capture n°022762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022762.pto --stitching --prefix=assemblage_022762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022762.jpg - -# capture n°022763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022763.pto --stitching --prefix=assemblage_022763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022763.jpg - -# capture n°022764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022764.pto --stitching --prefix=assemblage_022764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022764.jpg - -# capture n°022765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022765.pto --stitching --prefix=assemblage_022765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022765.jpg - -# capture n°022766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022766.pto --stitching --prefix=assemblage_022766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022766.jpg - -# capture n°022767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022767.pto --stitching --prefix=assemblage_022767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022767.jpg - -# capture n°022768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022768.pto --stitching --prefix=assemblage_022768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022768.jpg - -# capture n°022769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022769.pto --stitching --prefix=assemblage_022769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022769.jpg - -# capture n°022770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022770.pto --stitching --prefix=assemblage_022770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022770.jpg - -# capture n°022771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022771.pto --stitching --prefix=assemblage_022771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022771.jpg - -# capture n°022772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022772.pto --stitching --prefix=assemblage_022772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022772.jpg - -# capture n°022773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022773.pto --stitching --prefix=assemblage_022773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022773.jpg - -# capture n°022774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022774.pto --stitching --prefix=assemblage_022774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022774.jpg - -# capture n°022775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022775.pto --stitching --prefix=assemblage_022775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022775.jpg - -# capture n°022776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022776.pto --stitching --prefix=assemblage_022776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022776.jpg - -# capture n°022777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022777.pto --stitching --prefix=assemblage_022777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022777.jpg - -# capture n°022778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022778.pto --stitching --prefix=assemblage_022778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022778.jpg - -# capture n°022779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022779.pto --stitching --prefix=assemblage_022779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022779.jpg - -# capture n°022780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022780.pto --stitching --prefix=assemblage_022780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022780.jpg - -# capture n°022781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022781.pto --stitching --prefix=assemblage_022781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022781.jpg - -# capture n°022782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022782.pto --stitching --prefix=assemblage_022782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022782.jpg - -# capture n°022783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022783.pto --stitching --prefix=assemblage_022783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022783.jpg - -# capture n°022784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022784.pto --stitching --prefix=assemblage_022784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022784.jpg - -# capture n°022785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022785.pto --stitching --prefix=assemblage_022785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022785.jpg - -# capture n°022786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022786.pto --stitching --prefix=assemblage_022786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022786.jpg - -# capture n°022787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022787.pto --stitching --prefix=assemblage_022787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022787.jpg - -# capture n°022788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022788.pto --stitching --prefix=assemblage_022788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022788.jpg - -# capture n°022789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022789.pto --stitching --prefix=assemblage_022789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022789.jpg - -# capture n°022790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022790.pto --stitching --prefix=assemblage_022790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022790.jpg - -# capture n°022791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022791.pto --stitching --prefix=assemblage_022791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022791.jpg - -# capture n°022792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022792.pto --stitching --prefix=assemblage_022792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022792.jpg - -# capture n°022793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022793.pto --stitching --prefix=assemblage_022793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022793.jpg - -# capture n°022794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022794.pto --stitching --prefix=assemblage_022794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022794.jpg - -# capture n°022795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022795.pto --stitching --prefix=assemblage_022795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022795.jpg - -# capture n°022796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022796.pto --stitching --prefix=assemblage_022796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022796.jpg - -# capture n°022797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022797.pto --stitching --prefix=assemblage_022797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022797.jpg - -# capture n°022798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022798.pto --stitching --prefix=assemblage_022798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022798.jpg - -# capture n°022799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022799.pto --stitching --prefix=assemblage_022799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022799.jpg - -# capture n°022800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022800.pto --stitching --prefix=assemblage_022800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022800.jpg - -# capture n°022801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022801.pto --stitching --prefix=assemblage_022801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022801.jpg - -# capture n°022802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022802.pto --stitching --prefix=assemblage_022802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022802.jpg - -# capture n°022803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022803.pto --stitching --prefix=assemblage_022803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022803.jpg - -# capture n°022804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022804.pto --stitching --prefix=assemblage_022804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022804.jpg - -# capture n°022805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022805.pto --stitching --prefix=assemblage_022805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022805.jpg - -# capture n°022806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022806.pto --stitching --prefix=assemblage_022806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022806.jpg - -# capture n°022807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022807.pto --stitching --prefix=assemblage_022807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022807.jpg - -# capture n°022808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022808.pto --stitching --prefix=assemblage_022808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022808.jpg - -# capture n°022809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022809.pto --stitching --prefix=assemblage_022809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022809.jpg - -# capture n°022810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022810.pto --stitching --prefix=assemblage_022810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022810.jpg - -# capture n°022811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022811.pto --stitching --prefix=assemblage_022811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022811.jpg - -# capture n°022812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022812.pto --stitching --prefix=assemblage_022812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022812.jpg - -# capture n°022813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022813.pto --stitching --prefix=assemblage_022813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022813.jpg - -# capture n°022814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022814.pto --stitching --prefix=assemblage_022814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022814.jpg - -# capture n°022815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022815.pto --stitching --prefix=assemblage_022815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022815.jpg - -# capture n°022816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022816.pto --stitching --prefix=assemblage_022816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022816.jpg - -# capture n°022817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022817.pto --stitching --prefix=assemblage_022817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022817.jpg - -# capture n°022818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022818.pto --stitching --prefix=assemblage_022818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022818.jpg - -# capture n°022819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022819.pto --stitching --prefix=assemblage_022819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022819.jpg - -# capture n°022820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022820.pto --stitching --prefix=assemblage_022820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022820.jpg - -# capture n°022821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022821.pto --stitching --prefix=assemblage_022821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022821.jpg - -# capture n°022822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022822.pto --stitching --prefix=assemblage_022822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022822.jpg - -# capture n°022823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022823.pto --stitching --prefix=assemblage_022823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022823.jpg - -# capture n°022824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022824.pto --stitching --prefix=assemblage_022824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022824.jpg - -# capture n°022825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022825.pto --stitching --prefix=assemblage_022825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022825.jpg - -# capture n°022826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022826.pto --stitching --prefix=assemblage_022826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022826.jpg - -# capture n°022827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022827.pto --stitching --prefix=assemblage_022827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022827.jpg - -# capture n°022828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022828.pto --stitching --prefix=assemblage_022828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022828.jpg - -# capture n°022829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022829.pto --stitching --prefix=assemblage_022829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022829.jpg - -# capture n°022830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022830.pto --stitching --prefix=assemblage_022830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022830.jpg - -# capture n°022831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022831.pto --stitching --prefix=assemblage_022831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022831.jpg - -# capture n°022832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022832.pto --stitching --prefix=assemblage_022832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022832.jpg - -# capture n°022833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022833.pto --stitching --prefix=assemblage_022833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022833.jpg - -# capture n°022834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022834.pto --stitching --prefix=assemblage_022834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022834.jpg - -# capture n°022835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022835.pto --stitching --prefix=assemblage_022835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022835.jpg - -# capture n°022836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022836.pto --stitching --prefix=assemblage_022836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022836.jpg - -# capture n°022837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022837.pto --stitching --prefix=assemblage_022837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022837.jpg - -# capture n°022838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022838.pto --stitching --prefix=assemblage_022838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022838.jpg - -# capture n°022839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022839.pto --stitching --prefix=assemblage_022839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022839.jpg - -# capture n°022840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022840.pto --stitching --prefix=assemblage_022840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022840.jpg - -# capture n°022841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022841.pto --stitching --prefix=assemblage_022841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022841.jpg - -# capture n°022842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022842.pto --stitching --prefix=assemblage_022842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022842.jpg - -# capture n°022843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022843.pto --stitching --prefix=assemblage_022843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022843.jpg - -# capture n°022844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022844.pto --stitching --prefix=assemblage_022844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022844.jpg - -# capture n°022845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022845.pto --stitching --prefix=assemblage_022845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022845.jpg - -# capture n°022846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022846.pto --stitching --prefix=assemblage_022846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022846.jpg - -# capture n°022847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022847.pto --stitching --prefix=assemblage_022847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022847.jpg - -# capture n°022848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022848.pto --stitching --prefix=assemblage_022848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022848.jpg - -# capture n°022849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022849.pto --stitching --prefix=assemblage_022849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022849.jpg - -# capture n°022850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022850.pto --stitching --prefix=assemblage_022850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022850.jpg - -# capture n°022851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022851.pto --stitching --prefix=assemblage_022851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022851.jpg - -# capture n°022852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022852.pto --stitching --prefix=assemblage_022852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022852.jpg - -# capture n°022853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022853.pto --stitching --prefix=assemblage_022853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022853.jpg - -# capture n°022854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022854.pto --stitching --prefix=assemblage_022854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022854.jpg - -# capture n°022855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022855.pto --stitching --prefix=assemblage_022855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022855.jpg - -# capture n°022856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022856.pto --stitching --prefix=assemblage_022856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022856.jpg - -# capture n°022857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022857.pto --stitching --prefix=assemblage_022857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022857.jpg - -# capture n°022858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022858.pto --stitching --prefix=assemblage_022858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022858.jpg - -# capture n°022859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022859.pto --stitching --prefix=assemblage_022859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022859.jpg - -# capture n°022860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022860.pto --stitching --prefix=assemblage_022860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022860.jpg - -# capture n°022861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022861.pto --stitching --prefix=assemblage_022861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022861.jpg - -# capture n°022862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022862.pto --stitching --prefix=assemblage_022862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022862.jpg - -# capture n°022863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022863.pto --stitching --prefix=assemblage_022863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022863.jpg - -# capture n°022864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022864.pto --stitching --prefix=assemblage_022864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022864.jpg - -# capture n°022865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022865.pto --stitching --prefix=assemblage_022865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022865.jpg - -# capture n°022866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022866.pto --stitching --prefix=assemblage_022866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022866.jpg - -# capture n°022867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022867.pto --stitching --prefix=assemblage_022867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022867.jpg - -# capture n°022868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022868.pto --stitching --prefix=assemblage_022868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022868.jpg - -# capture n°022869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022869.pto --stitching --prefix=assemblage_022869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022869.jpg - -# capture n°022870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022870.pto --stitching --prefix=assemblage_022870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022870.jpg - -# capture n°022871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022871.pto --stitching --prefix=assemblage_022871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022871.jpg - -# capture n°022872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022872.pto --stitching --prefix=assemblage_022872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022872.jpg - -# capture n°022873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022873.pto --stitching --prefix=assemblage_022873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022873.jpg - -# capture n°022874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022874.pto --stitching --prefix=assemblage_022874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022874.jpg - -# capture n°022875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022875.pto --stitching --prefix=assemblage_022875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022875.jpg - -# capture n°022876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022876.pto --stitching --prefix=assemblage_022876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022876.jpg - -# capture n°022877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022877.pto --stitching --prefix=assemblage_022877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022877.jpg - -# capture n°022878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022878.pto --stitching --prefix=assemblage_022878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022878.jpg - -# capture n°022879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022879.pto --stitching --prefix=assemblage_022879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022879.jpg - -# capture n°022880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022880.pto --stitching --prefix=assemblage_022880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022880.jpg - -# capture n°022881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022881.pto --stitching --prefix=assemblage_022881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022881.jpg - -# capture n°022882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022882.pto --stitching --prefix=assemblage_022882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022882.jpg - -# capture n°022883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022883.pto --stitching --prefix=assemblage_022883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022883.jpg - -# capture n°022884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022884.pto --stitching --prefix=assemblage_022884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022884.jpg - -# capture n°022885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022885.pto --stitching --prefix=assemblage_022885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022885.jpg - -# capture n°022886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022886.pto --stitching --prefix=assemblage_022886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022886.jpg - -# capture n°022887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022887.pto --stitching --prefix=assemblage_022887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022887.jpg - -# capture n°022888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022888.pto --stitching --prefix=assemblage_022888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022888.jpg - -# capture n°022889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022889.pto --stitching --prefix=assemblage_022889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022889.jpg - -# capture n°022890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022890.pto --stitching --prefix=assemblage_022890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022890.jpg - -# capture n°022891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022891.pto --stitching --prefix=assemblage_022891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022891.jpg - -# capture n°022892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022892.pto --stitching --prefix=assemblage_022892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022892.jpg - -# capture n°022893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022893.pto --stitching --prefix=assemblage_022893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022893.jpg - -# capture n°022894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022894.pto --stitching --prefix=assemblage_022894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022894.jpg - -# capture n°022895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022895.pto --stitching --prefix=assemblage_022895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022895.jpg - -# capture n°022896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022896.pto --stitching --prefix=assemblage_022896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022896.jpg - -# capture n°022897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022897.pto --stitching --prefix=assemblage_022897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022897.jpg - -# capture n°022898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022898.pto --stitching --prefix=assemblage_022898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022898.jpg - -# capture n°022899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022899.pto --stitching --prefix=assemblage_022899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022899.jpg - -# capture n°022900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022900.pto --stitching --prefix=assemblage_022900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022900.jpg - -# capture n°022901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022901.pto --stitching --prefix=assemblage_022901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022901.jpg - -# capture n°022902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022902.pto --stitching --prefix=assemblage_022902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022902.jpg - -# capture n°022903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022903.pto --stitching --prefix=assemblage_022903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022903.jpg - -# capture n°022904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022904.pto --stitching --prefix=assemblage_022904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022904.jpg - -# capture n°022905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022905.pto --stitching --prefix=assemblage_022905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022905.jpg - -# capture n°022906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022906.pto --stitching --prefix=assemblage_022906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022906.jpg - -# capture n°022907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022907.pto --stitching --prefix=assemblage_022907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022907.jpg - -# capture n°022908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022908.pto --stitching --prefix=assemblage_022908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022908.jpg - -# capture n°022909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022909.pto --stitching --prefix=assemblage_022909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022909.jpg - -# capture n°022910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022910.pto --stitching --prefix=assemblage_022910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022910.jpg - -# capture n°022911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022911.pto --stitching --prefix=assemblage_022911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022911.jpg - -# capture n°022912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022912.pto --stitching --prefix=assemblage_022912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022912.jpg - -# capture n°022913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022913.pto --stitching --prefix=assemblage_022913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022913.jpg - -# capture n°022914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022914.pto --stitching --prefix=assemblage_022914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022914.jpg - -# capture n°022915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022915.pto --stitching --prefix=assemblage_022915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022915.jpg - -# capture n°022916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022916.pto --stitching --prefix=assemblage_022916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022916.jpg - -# capture n°022917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022917.pto --stitching --prefix=assemblage_022917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022917.jpg - -# capture n°022918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022918.pto --stitching --prefix=assemblage_022918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022918.jpg - -# capture n°022919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022919.pto --stitching --prefix=assemblage_022919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022919.jpg - -# capture n°022920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022920.pto --stitching --prefix=assemblage_022920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022920.jpg - -# capture n°022921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022921.pto --stitching --prefix=assemblage_022921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022921.jpg - -# capture n°022922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022922.pto --stitching --prefix=assemblage_022922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022922.jpg - -# capture n°022923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022923.pto --stitching --prefix=assemblage_022923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022923.jpg - -# capture n°022924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022924.pto --stitching --prefix=assemblage_022924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022924.jpg - -# capture n°022925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022925.pto --stitching --prefix=assemblage_022925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022925.jpg - -# capture n°022926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022926.pto --stitching --prefix=assemblage_022926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022926.jpg - -# capture n°022927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022927.pto --stitching --prefix=assemblage_022927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022927.jpg - -# capture n°022928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022928.pto --stitching --prefix=assemblage_022928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022928.jpg - -# capture n°022929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022929.pto --stitching --prefix=assemblage_022929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022929.jpg - -# capture n°022930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022930.pto --stitching --prefix=assemblage_022930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022930.jpg - -# capture n°022931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022931.pto --stitching --prefix=assemblage_022931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022931.jpg - -# capture n°022932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022932.pto --stitching --prefix=assemblage_022932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022932.jpg - -# capture n°022933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022933.pto --stitching --prefix=assemblage_022933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022933.jpg - -# capture n°022934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022934.pto --stitching --prefix=assemblage_022934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022934.jpg - -# capture n°022935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022935.pto --stitching --prefix=assemblage_022935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022935.jpg - -# capture n°022936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022936.pto --stitching --prefix=assemblage_022936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022936.jpg - -# capture n°022937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022937.pto --stitching --prefix=assemblage_022937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022937.jpg - -# capture n°022938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022938.pto --stitching --prefix=assemblage_022938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022938.jpg - -# capture n°022939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022939.pto --stitching --prefix=assemblage_022939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022939.jpg - -# capture n°022940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022940.pto --stitching --prefix=assemblage_022940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022940.jpg - -# capture n°022941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022941.pto --stitching --prefix=assemblage_022941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022941.jpg - -# capture n°022942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022942.pto --stitching --prefix=assemblage_022942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022942.jpg - -# capture n°022943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022943.pto --stitching --prefix=assemblage_022943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022943.jpg - -# capture n°022944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022944.pto --stitching --prefix=assemblage_022944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022944.jpg - -# capture n°022945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022945.pto --stitching --prefix=assemblage_022945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022945.jpg - -# capture n°022946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022946.pto --stitching --prefix=assemblage_022946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022946.jpg - -# capture n°022947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022947.pto --stitching --prefix=assemblage_022947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022947.jpg - -# capture n°022948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022948.pto --stitching --prefix=assemblage_022948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022948.jpg - -# capture n°022949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022949.pto --stitching --prefix=assemblage_022949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022949.jpg - -# capture n°022950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022950.pto --stitching --prefix=assemblage_022950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022950.jpg - -# capture n°022951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022951.pto --stitching --prefix=assemblage_022951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022951.jpg - -# capture n°022952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022952.pto --stitching --prefix=assemblage_022952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022952.jpg - -# capture n°022953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022953.pto --stitching --prefix=assemblage_022953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022953.jpg - -# capture n°022954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022954.pto --stitching --prefix=assemblage_022954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022954.jpg - -# capture n°022955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022955.pto --stitching --prefix=assemblage_022955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022955.jpg - -# capture n°022956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022956.pto --stitching --prefix=assemblage_022956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022956.jpg - -# capture n°022957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022957.pto --stitching --prefix=assemblage_022957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022957.jpg - -# capture n°022958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022958.pto --stitching --prefix=assemblage_022958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022958.jpg - -# capture n°022959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022959.pto --stitching --prefix=assemblage_022959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022959.jpg - -# capture n°022960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022960.pto --stitching --prefix=assemblage_022960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022960.jpg - -# capture n°022961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022961.pto --stitching --prefix=assemblage_022961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022961.jpg - -# capture n°022962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022962.pto --stitching --prefix=assemblage_022962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022962.jpg - -# capture n°022963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022963.pto --stitching --prefix=assemblage_022963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022963.jpg - -# capture n°022964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022964.pto --stitching --prefix=assemblage_022964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022964.jpg - -# capture n°022965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022965.pto --stitching --prefix=assemblage_022965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022965.jpg - -# capture n°022966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022966.pto --stitching --prefix=assemblage_022966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022966.jpg - -# capture n°022967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022967.pto --stitching --prefix=assemblage_022967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022967.jpg - -# capture n°022968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022968.pto --stitching --prefix=assemblage_022968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022968.jpg - -# capture n°022969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022969.pto --stitching --prefix=assemblage_022969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022969.jpg - -# capture n°022970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022970.pto --stitching --prefix=assemblage_022970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022970.jpg - -# capture n°022971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022971.pto --stitching --prefix=assemblage_022971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022971.jpg - -# capture n°022972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022972.pto --stitching --prefix=assemblage_022972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022972.jpg - -# capture n°022973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022973.pto --stitching --prefix=assemblage_022973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022973.jpg - -# capture n°022974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022974.pto --stitching --prefix=assemblage_022974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022974.jpg - -# capture n°022975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022975.pto --stitching --prefix=assemblage_022975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022975.jpg - -# capture n°022976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022976.pto --stitching --prefix=assemblage_022976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022976.jpg - -# capture n°022977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022977.pto --stitching --prefix=assemblage_022977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022977.jpg - -# capture n°022978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022978.pto --stitching --prefix=assemblage_022978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022978.jpg - -# capture n°022979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022979.pto --stitching --prefix=assemblage_022979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022979.jpg - -# capture n°022980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022980.pto --stitching --prefix=assemblage_022980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022980.jpg - -# capture n°022981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022981.pto --stitching --prefix=assemblage_022981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022981.jpg - -# capture n°022982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022982.pto --stitching --prefix=assemblage_022982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022982.jpg - -# capture n°022983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022983.pto --stitching --prefix=assemblage_022983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022983.jpg - -# capture n°022984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022984.pto --stitching --prefix=assemblage_022984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022984.jpg - -# capture n°022985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022985.pto --stitching --prefix=assemblage_022985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022985.jpg - -# capture n°022986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022986.pto --stitching --prefix=assemblage_022986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022986.jpg - -# capture n°022987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022987.pto --stitching --prefix=assemblage_022987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022987.jpg - -# capture n°022988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022988.pto --stitching --prefix=assemblage_022988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022988.jpg - -# capture n°022989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022989.pto --stitching --prefix=assemblage_022989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022989.jpg - -# capture n°022990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022990.pto --stitching --prefix=assemblage_022990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022990.jpg - -# capture n°022991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022991.pto --stitching --prefix=assemblage_022991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022991.jpg - -# capture n°022992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022992.pto --stitching --prefix=assemblage_022992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022992.jpg - -# capture n°022993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022993.pto --stitching --prefix=assemblage_022993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022993.jpg - -# capture n°022994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022994.pto --stitching --prefix=assemblage_022994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022994.jpg - -# capture n°022995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022995.pto --stitching --prefix=assemblage_022995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022995.jpg - -# capture n°022996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022996.pto --stitching --prefix=assemblage_022996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022996.jpg - -# capture n°022997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022997.pto --stitching --prefix=assemblage_022997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022997.jpg - -# capture n°022998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022998.pto --stitching --prefix=assemblage_022998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022998.jpg - -# capture n°022999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_022999.pto --stitching --prefix=assemblage_022999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF022999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_022999.jpg - -# capture n°023000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023000.pto --stitching --prefix=assemblage_023000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023000.jpg - -# capture n°023001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023001.pto --stitching --prefix=assemblage_023001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023001.jpg - -# capture n°023002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023002.pto --stitching --prefix=assemblage_023002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023002.jpg - -# capture n°023003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023003.pto --stitching --prefix=assemblage_023003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023003.jpg - -# capture n°023004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023004.pto --stitching --prefix=assemblage_023004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023004.jpg - -# capture n°023005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023005.pto --stitching --prefix=assemblage_023005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023005.jpg - -# capture n°023006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023006.pto --stitching --prefix=assemblage_023006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023006.jpg - -# capture n°023007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023007.pto --stitching --prefix=assemblage_023007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023007.jpg - -# capture n°023008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023008.pto --stitching --prefix=assemblage_023008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023008.jpg - -# capture n°023009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023009.pto --stitching --prefix=assemblage_023009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023009.jpg - -# capture n°023010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023010.pto --stitching --prefix=assemblage_023010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023010.jpg - -# capture n°023011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023011.pto --stitching --prefix=assemblage_023011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023011.jpg - -# capture n°023012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023012.pto --stitching --prefix=assemblage_023012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023012.jpg - -# capture n°023013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023013.pto --stitching --prefix=assemblage_023013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023013.jpg - -# capture n°023014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023014.pto --stitching --prefix=assemblage_023014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023014.jpg - -# capture n°023015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023015.pto --stitching --prefix=assemblage_023015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023015.jpg - -# capture n°023016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023016.pto --stitching --prefix=assemblage_023016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023016.jpg - -# capture n°023017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023017.pto --stitching --prefix=assemblage_023017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023017.jpg - -# capture n°023018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023018.pto --stitching --prefix=assemblage_023018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023018.jpg - -# capture n°023019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023019.pto --stitching --prefix=assemblage_023019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023019.jpg - -# capture n°023020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023020.pto --stitching --prefix=assemblage_023020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023020.jpg - -# capture n°023021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023021.pto --stitching --prefix=assemblage_023021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023021.jpg - -# capture n°023022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023022.pto --stitching --prefix=assemblage_023022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023022.jpg - -# capture n°023023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023023.pto --stitching --prefix=assemblage_023023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023023.jpg - -# capture n°023024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023024.pto --stitching --prefix=assemblage_023024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023024.jpg - -# capture n°023025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023025.pto --stitching --prefix=assemblage_023025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023025.jpg - -# capture n°023026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023026.pto --stitching --prefix=assemblage_023026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023026.jpg - -# capture n°023027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023027.pto --stitching --prefix=assemblage_023027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023027.jpg - -# capture n°023028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023028.pto --stitching --prefix=assemblage_023028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023028.jpg - -# capture n°023029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023029.pto --stitching --prefix=assemblage_023029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023029.jpg - -# capture n°023030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023030.pto --stitching --prefix=assemblage_023030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023030.jpg - -# capture n°023031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023031.pto --stitching --prefix=assemblage_023031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023031.jpg - -# capture n°023032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023032.pto --stitching --prefix=assemblage_023032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023032.jpg - -# capture n°023033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023033.pto --stitching --prefix=assemblage_023033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023033.jpg - -# capture n°023034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023034.pto --stitching --prefix=assemblage_023034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023034.jpg - -# capture n°023035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023035.pto --stitching --prefix=assemblage_023035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023035.jpg - -# capture n°023036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023036.pto --stitching --prefix=assemblage_023036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023036.jpg - -# capture n°023037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023037.pto --stitching --prefix=assemblage_023037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023037.jpg - -# capture n°023038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023038.pto --stitching --prefix=assemblage_023038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023038.jpg - -# capture n°023039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023039.pto --stitching --prefix=assemblage_023039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023039.jpg - -# capture n°023040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023040.pto --stitching --prefix=assemblage_023040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023040.jpg - -# capture n°023041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023041.pto --stitching --prefix=assemblage_023041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023041.jpg - -# capture n°023042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023042.pto --stitching --prefix=assemblage_023042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023042.jpg - -# capture n°023043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023043.pto --stitching --prefix=assemblage_023043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023043.jpg - -# capture n°023044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023044.pto --stitching --prefix=assemblage_023044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023044.jpg - -# capture n°023045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023045.pto --stitching --prefix=assemblage_023045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023045.jpg - -# capture n°023046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023046.pto --stitching --prefix=assemblage_023046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023046.jpg - -# capture n°023047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023047.pto --stitching --prefix=assemblage_023047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023047.jpg - -# capture n°023048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023048.pto --stitching --prefix=assemblage_023048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023048.jpg - -# capture n°023049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023049.pto --stitching --prefix=assemblage_023049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023049.jpg - -# capture n°023050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023050.pto --stitching --prefix=assemblage_023050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023050.jpg - -# capture n°023051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023051.pto --stitching --prefix=assemblage_023051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023051.jpg - -# capture n°023052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023052.pto --stitching --prefix=assemblage_023052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023052.jpg - -# capture n°023053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023053.pto --stitching --prefix=assemblage_023053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023053.jpg - -# capture n°023054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023054.pto --stitching --prefix=assemblage_023054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023054.jpg - -# capture n°023055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023055.pto --stitching --prefix=assemblage_023055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023055.jpg - -# capture n°023056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023056.pto --stitching --prefix=assemblage_023056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023056.jpg - -# capture n°023057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023057.pto --stitching --prefix=assemblage_023057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023057.jpg - -# capture n°023058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023058.pto --stitching --prefix=assemblage_023058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023058.jpg - -# capture n°023059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023059.pto --stitching --prefix=assemblage_023059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023059.jpg - -# capture n°023060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023060.pto --stitching --prefix=assemblage_023060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023060.jpg - -# capture n°023061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023061.pto --stitching --prefix=assemblage_023061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023061.jpg - -# capture n°023062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023062.pto --stitching --prefix=assemblage_023062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023062.jpg - -# capture n°023063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023063.pto --stitching --prefix=assemblage_023063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023063.jpg - -# capture n°023064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023064.pto --stitching --prefix=assemblage_023064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023064.jpg - -# capture n°023065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023065.pto --stitching --prefix=assemblage_023065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023065.jpg - -# capture n°023066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023066.pto --stitching --prefix=assemblage_023066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023066.jpg - -# capture n°023067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023067.pto --stitching --prefix=assemblage_023067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023067.jpg - -# capture n°023068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023068.pto --stitching --prefix=assemblage_023068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023068.jpg - -# capture n°023069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023069.pto --stitching --prefix=assemblage_023069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023069.jpg - -# capture n°023070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023070.pto --stitching --prefix=assemblage_023070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023070.jpg - -# capture n°023071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023071.pto --stitching --prefix=assemblage_023071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023071.jpg - -# capture n°023072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023072.pto --stitching --prefix=assemblage_023072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023072.jpg - -# capture n°023073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023073.pto --stitching --prefix=assemblage_023073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023073.jpg - -# capture n°023074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023074.pto --stitching --prefix=assemblage_023074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023074.jpg - -# capture n°023075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023075.pto --stitching --prefix=assemblage_023075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023075.jpg - -# capture n°023076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023076.pto --stitching --prefix=assemblage_023076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023076.jpg - -# capture n°023077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023077.pto --stitching --prefix=assemblage_023077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023077.jpg - -# capture n°023078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023078.pto --stitching --prefix=assemblage_023078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023078.jpg - -# capture n°023079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023079.pto --stitching --prefix=assemblage_023079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023079.jpg - -# capture n°023080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023080.pto --stitching --prefix=assemblage_023080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023080.jpg - -# capture n°023081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023081.pto --stitching --prefix=assemblage_023081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023081.jpg - -# capture n°023082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023082.pto --stitching --prefix=assemblage_023082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023082.jpg - -# capture n°023083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023083.pto --stitching --prefix=assemblage_023083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023083.jpg - -# capture n°023084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023084.pto --stitching --prefix=assemblage_023084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023084.jpg - -# capture n°023085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023085.pto --stitching --prefix=assemblage_023085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023085.jpg - -# capture n°023086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023086.pto --stitching --prefix=assemblage_023086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023086.jpg - -# capture n°023087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023087.pto --stitching --prefix=assemblage_023087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023087.jpg - -# capture n°023088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023088.pto --stitching --prefix=assemblage_023088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023088.jpg - -# capture n°023089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023089.pto --stitching --prefix=assemblage_023089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023089.jpg - -# capture n°023090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023090.pto --stitching --prefix=assemblage_023090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023090.jpg - -# capture n°023091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023091.pto --stitching --prefix=assemblage_023091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023091.jpg - -# capture n°023092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023092.pto --stitching --prefix=assemblage_023092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023092.jpg - -# capture n°023093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023093.pto --stitching --prefix=assemblage_023093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023093.jpg - -# capture n°023094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023094.pto --stitching --prefix=assemblage_023094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023094.jpg - -# capture n°023095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023095.pto --stitching --prefix=assemblage_023095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023095.jpg - -# capture n°023096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023096.pto --stitching --prefix=assemblage_023096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023096.jpg - -# capture n°023097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023097.pto --stitching --prefix=assemblage_023097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023097.jpg - -# capture n°023098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023098.pto --stitching --prefix=assemblage_023098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023098.jpg - -# capture n°023099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023099.pto --stitching --prefix=assemblage_023099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023099.jpg - -# capture n°023100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023100.pto --stitching --prefix=assemblage_023100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023100.jpg - -# capture n°023101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023101.pto --stitching --prefix=assemblage_023101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023101.jpg - -# capture n°023102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023102.pto --stitching --prefix=assemblage_023102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023102.jpg - -# capture n°023103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023103.pto --stitching --prefix=assemblage_023103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023103.jpg - -# capture n°023104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023104.pto --stitching --prefix=assemblage_023104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023104.jpg - -# capture n°023105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023105.pto --stitching --prefix=assemblage_023105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023105.jpg - -# capture n°023106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023106.pto --stitching --prefix=assemblage_023106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023106.jpg - -# capture n°023107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023107.pto --stitching --prefix=assemblage_023107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023107.jpg - -# capture n°023108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023108.pto --stitching --prefix=assemblage_023108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023108.jpg - -# capture n°023109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023109.pto --stitching --prefix=assemblage_023109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023109.jpg - -# capture n°023110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023110.pto --stitching --prefix=assemblage_023110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023110.jpg - -# capture n°023111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023111.pto --stitching --prefix=assemblage_023111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023111.jpg - -# capture n°023112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023112.pto --stitching --prefix=assemblage_023112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023112.jpg - -# capture n°023113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023113.pto --stitching --prefix=assemblage_023113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023113.jpg - -# capture n°023114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023114.pto --stitching --prefix=assemblage_023114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023114.jpg - -# capture n°023115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023115.pto --stitching --prefix=assemblage_023115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023115.jpg - -# capture n°023116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023116.pto --stitching --prefix=assemblage_023116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023116.jpg - -# capture n°023117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023117.pto --stitching --prefix=assemblage_023117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023117.jpg - -# capture n°023118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023118.pto --stitching --prefix=assemblage_023118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023118.jpg - -# capture n°023119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023119.pto --stitching --prefix=assemblage_023119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023119.jpg - -# capture n°023120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023120.pto --stitching --prefix=assemblage_023120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023120.jpg - -# capture n°023121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023121.pto --stitching --prefix=assemblage_023121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023121.jpg - -# capture n°023122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023122.pto --stitching --prefix=assemblage_023122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023122.jpg - -# capture n°023123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023123.pto --stitching --prefix=assemblage_023123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023123.jpg - -# capture n°023124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023124.pto --stitching --prefix=assemblage_023124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023124.jpg - -# capture n°023125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023125.pto --stitching --prefix=assemblage_023125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023125.jpg - -# capture n°023126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023126.pto --stitching --prefix=assemblage_023126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023126.jpg - -# capture n°023127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023127.pto --stitching --prefix=assemblage_023127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023127.jpg - -# capture n°023128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023128.pto --stitching --prefix=assemblage_023128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023128.jpg - -# capture n°023129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023129.pto --stitching --prefix=assemblage_023129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023129.jpg - -# capture n°023130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023130.pto --stitching --prefix=assemblage_023130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023130.jpg - -# capture n°023131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023131.pto --stitching --prefix=assemblage_023131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023131.jpg - -# capture n°023132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023132.pto --stitching --prefix=assemblage_023132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023132.jpg - -# capture n°023133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023133.pto --stitching --prefix=assemblage_023133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023133.jpg - -# capture n°023134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023134.pto --stitching --prefix=assemblage_023134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023134.jpg - -# capture n°023135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023135.pto --stitching --prefix=assemblage_023135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023135.jpg - -# capture n°023136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023136.pto --stitching --prefix=assemblage_023136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023136.jpg - -# capture n°023137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023137.pto --stitching --prefix=assemblage_023137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023137.jpg - -# capture n°023138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023138.pto --stitching --prefix=assemblage_023138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023138.jpg - -# capture n°023139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023139.pto --stitching --prefix=assemblage_023139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023139.jpg - -# capture n°023140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023140.pto --stitching --prefix=assemblage_023140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023140.jpg - -# capture n°023141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023141.pto --stitching --prefix=assemblage_023141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023141.jpg - -# capture n°023142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023142.pto --stitching --prefix=assemblage_023142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023142.jpg - -# capture n°023143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023143.pto --stitching --prefix=assemblage_023143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023143.jpg - -# capture n°023144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023144.pto --stitching --prefix=assemblage_023144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023144.jpg - -# capture n°023145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023145.pto --stitching --prefix=assemblage_023145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023145.jpg - -# capture n°023146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023146.pto --stitching --prefix=assemblage_023146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023146.jpg - -# capture n°023147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023147.pto --stitching --prefix=assemblage_023147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023147.jpg - -# capture n°023148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023148.pto --stitching --prefix=assemblage_023148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023148.jpg - -# capture n°023149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023149.pto --stitching --prefix=assemblage_023149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023149.jpg - -# capture n°023150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023150.pto --stitching --prefix=assemblage_023150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023150.jpg - -# capture n°023151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023151.pto --stitching --prefix=assemblage_023151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023151.jpg - -# capture n°023152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023152.pto --stitching --prefix=assemblage_023152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023152.jpg - -# capture n°023153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023153.pto --stitching --prefix=assemblage_023153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023153.jpg - -# capture n°023154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023154.pto --stitching --prefix=assemblage_023154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023154.jpg - -# capture n°023155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023155.pto --stitching --prefix=assemblage_023155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023155.jpg - -# capture n°023156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023156.pto --stitching --prefix=assemblage_023156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023156.jpg - -# capture n°023157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023157.pto --stitching --prefix=assemblage_023157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023157.jpg - -# capture n°023158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023158.pto --stitching --prefix=assemblage_023158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023158.jpg - -# capture n°023159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023159.pto --stitching --prefix=assemblage_023159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023159.jpg - -# capture n°023160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023160.pto --stitching --prefix=assemblage_023160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023160.jpg - -# capture n°023161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023161.pto --stitching --prefix=assemblage_023161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023161.jpg - -# capture n°023162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023162.pto --stitching --prefix=assemblage_023162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023162.jpg - -# capture n°023163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023163.pto --stitching --prefix=assemblage_023163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023163.jpg - -# capture n°023164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023164.pto --stitching --prefix=assemblage_023164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023164.jpg - -# capture n°023165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023165.pto --stitching --prefix=assemblage_023165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023165.jpg - -# capture n°023166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023166.pto --stitching --prefix=assemblage_023166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023166.jpg - -# capture n°023167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023167.pto --stitching --prefix=assemblage_023167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023167.jpg - -# capture n°023168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023168.pto --stitching --prefix=assemblage_023168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023168.jpg - -# capture n°023169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023169.pto --stitching --prefix=assemblage_023169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023169.jpg - -# capture n°023170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023170.pto --stitching --prefix=assemblage_023170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023170.jpg - -# capture n°023171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023171.pto --stitching --prefix=assemblage_023171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023171.jpg - -# capture n°023172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023172.pto --stitching --prefix=assemblage_023172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023172.jpg - -# capture n°023173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023173.pto --stitching --prefix=assemblage_023173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023173.jpg - -# capture n°023174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023174.pto --stitching --prefix=assemblage_023174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023174.jpg - -# capture n°023175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023175.pto --stitching --prefix=assemblage_023175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023175.jpg - -# capture n°023176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023176.pto --stitching --prefix=assemblage_023176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023176.jpg - -# capture n°023177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023177.pto --stitching --prefix=assemblage_023177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023177.jpg - -# capture n°023178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023178.pto --stitching --prefix=assemblage_023178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023178.jpg - -# capture n°023179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023179.pto --stitching --prefix=assemblage_023179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023179.jpg - -# capture n°023180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023180.pto --stitching --prefix=assemblage_023180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023180.jpg - -# capture n°023181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023181.pto --stitching --prefix=assemblage_023181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023181.jpg - -# capture n°023182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023182.pto --stitching --prefix=assemblage_023182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023182.jpg - -# capture n°023183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023183.pto --stitching --prefix=assemblage_023183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023183.jpg - -# capture n°023184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023184.pto --stitching --prefix=assemblage_023184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023184.jpg - -# capture n°023185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023185.pto --stitching --prefix=assemblage_023185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023185.jpg - -# capture n°023186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023186.pto --stitching --prefix=assemblage_023186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023186.jpg - -# capture n°023187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023187.pto --stitching --prefix=assemblage_023187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023187.jpg - -# capture n°023188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023188.pto --stitching --prefix=assemblage_023188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023188.jpg - -# capture n°023189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023189.pto --stitching --prefix=assemblage_023189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023189.jpg - -# capture n°023190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023190.pto --stitching --prefix=assemblage_023190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023190.jpg - -# capture n°023191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023191.pto --stitching --prefix=assemblage_023191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023191.jpg - -# capture n°023192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023192.pto --stitching --prefix=assemblage_023192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023192.jpg - -# capture n°023193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023193.pto --stitching --prefix=assemblage_023193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023193.jpg - -# capture n°023194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023194.pto --stitching --prefix=assemblage_023194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023194.jpg - -# capture n°023195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023195.pto --stitching --prefix=assemblage_023195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023195.jpg - -# capture n°023196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023196.pto --stitching --prefix=assemblage_023196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023196.jpg - -# capture n°023197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023197.pto --stitching --prefix=assemblage_023197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023197.jpg - -# capture n°023198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023198.pto --stitching --prefix=assemblage_023198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023198.jpg - -# capture n°023199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023199.pto --stitching --prefix=assemblage_023199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023199.jpg - -# capture n°023200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023200.pto --stitching --prefix=assemblage_023200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023200.jpg - -# capture n°023201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023201.pto --stitching --prefix=assemblage_023201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023201.jpg - -# capture n°023202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023202.pto --stitching --prefix=assemblage_023202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023202.jpg - -# capture n°023203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023203.pto --stitching --prefix=assemblage_023203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023203.jpg - -# capture n°023204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023204.pto --stitching --prefix=assemblage_023204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023204.jpg - -# capture n°023205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023205.pto --stitching --prefix=assemblage_023205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023205.jpg - -# capture n°023206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023206.pto --stitching --prefix=assemblage_023206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023206.jpg - -# capture n°023207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023207.pto --stitching --prefix=assemblage_023207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023207.jpg - -# capture n°023208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023208.pto --stitching --prefix=assemblage_023208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023208.jpg - -# capture n°023209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023209.pto --stitching --prefix=assemblage_023209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023209.jpg - -# capture n°023210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023210.pto --stitching --prefix=assemblage_023210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023210.jpg - -# capture n°023211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023211.pto --stitching --prefix=assemblage_023211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023211.jpg - -# capture n°023212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023212.pto --stitching --prefix=assemblage_023212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023212.jpg - -# capture n°023213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023213.pto --stitching --prefix=assemblage_023213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023213.jpg - -# capture n°023214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023214.pto --stitching --prefix=assemblage_023214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023214.jpg - -# capture n°023215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023215.pto --stitching --prefix=assemblage_023215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023215.jpg - -# capture n°023216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023216.pto --stitching --prefix=assemblage_023216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023216.jpg - -# capture n°023217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023217.pto --stitching --prefix=assemblage_023217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023217.jpg - -# capture n°023218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023218.pto --stitching --prefix=assemblage_023218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023218.jpg - -# capture n°023219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023219.pto --stitching --prefix=assemblage_023219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023219.jpg - -# capture n°023220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023220.pto --stitching --prefix=assemblage_023220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023220.jpg - -# capture n°023221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023221.pto --stitching --prefix=assemblage_023221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023221.jpg - -# capture n°023222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023222.pto --stitching --prefix=assemblage_023222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023222.jpg - -# capture n°023223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023223.pto --stitching --prefix=assemblage_023223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023223.jpg - -# capture n°023224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023224.pto --stitching --prefix=assemblage_023224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023224.jpg - -# capture n°023225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023225.pto --stitching --prefix=assemblage_023225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023225.jpg - -# capture n°023226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023226.pto --stitching --prefix=assemblage_023226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023226.jpg - -# capture n°023227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023227.pto --stitching --prefix=assemblage_023227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023227.jpg - -# capture n°023228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023228.pto --stitching --prefix=assemblage_023228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023228.jpg - -# capture n°023229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023229.pto --stitching --prefix=assemblage_023229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023229.jpg - -# capture n°023230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023230.pto --stitching --prefix=assemblage_023230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023230.jpg - -# capture n°023231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023231.pto --stitching --prefix=assemblage_023231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023231.jpg - -# capture n°023232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023232.pto --stitching --prefix=assemblage_023232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023232.jpg - -# capture n°023233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023233.pto --stitching --prefix=assemblage_023233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023233.jpg - -# capture n°023234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023234.pto --stitching --prefix=assemblage_023234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023234.jpg - -# capture n°023235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023235.pto --stitching --prefix=assemblage_023235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023235.jpg - -# capture n°023236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023236.pto --stitching --prefix=assemblage_023236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023236.jpg - -# capture n°023237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023237.pto --stitching --prefix=assemblage_023237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023237.jpg - -# capture n°023238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023238.pto --stitching --prefix=assemblage_023238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023238.jpg - -# capture n°023239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023239.pto --stitching --prefix=assemblage_023239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023239.jpg - -# capture n°023240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023240.pto --stitching --prefix=assemblage_023240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023240.jpg - -# capture n°023241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023241.pto --stitching --prefix=assemblage_023241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023241.jpg - -# capture n°023242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023242.pto --stitching --prefix=assemblage_023242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023242.jpg - -# capture n°023243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023243.pto --stitching --prefix=assemblage_023243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023243.jpg - -# capture n°023244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023244.pto --stitching --prefix=assemblage_023244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023244.jpg - -# capture n°023245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023245.pto --stitching --prefix=assemblage_023245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023245.jpg - -# capture n°023246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023246.pto --stitching --prefix=assemblage_023246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023246.jpg - -# capture n°023247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023247.pto --stitching --prefix=assemblage_023247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023247.jpg - -# capture n°023248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023248.pto --stitching --prefix=assemblage_023248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023248.jpg - -# capture n°023249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023249.pto --stitching --prefix=assemblage_023249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023249.jpg - -# capture n°023250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023250.pto --stitching --prefix=assemblage_023250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023250.jpg - -# capture n°023251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023251.pto --stitching --prefix=assemblage_023251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023251.jpg - -# capture n°023252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023252.pto --stitching --prefix=assemblage_023252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023252.jpg - -# capture n°023253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023253.pto --stitching --prefix=assemblage_023253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023253.jpg - -# capture n°023254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023254.pto --stitching --prefix=assemblage_023254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023254.jpg - -# capture n°023255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023255.pto --stitching --prefix=assemblage_023255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023255.jpg - -# capture n°023256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023256.pto --stitching --prefix=assemblage_023256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023256.jpg - -# capture n°023257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023257.pto --stitching --prefix=assemblage_023257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023257.jpg - -# capture n°023258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023258.pto --stitching --prefix=assemblage_023258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023258.jpg - -# capture n°023259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023259.pto --stitching --prefix=assemblage_023259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023259.jpg - -# capture n°023260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023260.pto --stitching --prefix=assemblage_023260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023260.jpg - -# capture n°023261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023261.pto --stitching --prefix=assemblage_023261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023261.jpg - -# capture n°023262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023262.pto --stitching --prefix=assemblage_023262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023262.jpg - -# capture n°023263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023263.pto --stitching --prefix=assemblage_023263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023263.jpg - -# capture n°023264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023264.pto --stitching --prefix=assemblage_023264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023264.jpg - -# capture n°023265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023265.pto --stitching --prefix=assemblage_023265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023265.jpg - -# capture n°023266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023266.pto --stitching --prefix=assemblage_023266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023266.jpg - -# capture n°023267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023267.pto --stitching --prefix=assemblage_023267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023267.jpg - -# capture n°023268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023268.pto --stitching --prefix=assemblage_023268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023268.jpg - -# capture n°023269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023269.pto --stitching --prefix=assemblage_023269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023269.jpg - -# capture n°023270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023270.pto --stitching --prefix=assemblage_023270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023270.jpg - -# capture n°023271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023271.pto --stitching --prefix=assemblage_023271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023271.jpg - -# capture n°023272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023272.pto --stitching --prefix=assemblage_023272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023272.jpg - -# capture n°023273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023273.pto --stitching --prefix=assemblage_023273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023273.jpg - -# capture n°023274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023274.pto --stitching --prefix=assemblage_023274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023274.jpg - -# capture n°023275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023275.pto --stitching --prefix=assemblage_023275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023275.jpg - -# capture n°023276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023276.pto --stitching --prefix=assemblage_023276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023276.jpg - -# capture n°023277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023277.pto --stitching --prefix=assemblage_023277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023277.jpg - -# capture n°023278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023278.pto --stitching --prefix=assemblage_023278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023278.jpg - -# capture n°023279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023279.pto --stitching --prefix=assemblage_023279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023279.jpg - -# capture n°023280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023280.pto --stitching --prefix=assemblage_023280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023280.jpg - -# capture n°023281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023281.pto --stitching --prefix=assemblage_023281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023281.jpg - -# capture n°023282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023282.pto --stitching --prefix=assemblage_023282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023282.jpg - -# capture n°023283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023283.pto --stitching --prefix=assemblage_023283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023283.jpg - -# capture n°023284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023284.pto --stitching --prefix=assemblage_023284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023284.jpg - -# capture n°023285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023285.pto --stitching --prefix=assemblage_023285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023285.jpg - -# capture n°023286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023286.pto --stitching --prefix=assemblage_023286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023286.jpg - -# capture n°023287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023287.pto --stitching --prefix=assemblage_023287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023287.jpg - -# capture n°023288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023288.pto --stitching --prefix=assemblage_023288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023288.jpg - -# capture n°023289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023289.pto --stitching --prefix=assemblage_023289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023289.jpg - -# capture n°023290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023290.pto --stitching --prefix=assemblage_023290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023290.jpg - -# capture n°023291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023291.pto --stitching --prefix=assemblage_023291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023291.jpg - -# capture n°023292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023292.pto --stitching --prefix=assemblage_023292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023292.jpg - -# capture n°023293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023293.pto --stitching --prefix=assemblage_023293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023293.jpg - -# capture n°023294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023294.pto --stitching --prefix=assemblage_023294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023294.jpg - -# capture n°023295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023295.pto --stitching --prefix=assemblage_023295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023295.jpg - -# capture n°023296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023296.pto --stitching --prefix=assemblage_023296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023296.jpg - -# capture n°023297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023297.pto --stitching --prefix=assemblage_023297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023297.jpg - -# capture n°023298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023298.pto --stitching --prefix=assemblage_023298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023298.jpg - -# capture n°023299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023299.pto --stitching --prefix=assemblage_023299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023299.jpg - -# capture n°023300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023300.pto --stitching --prefix=assemblage_023300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023300.jpg - -# capture n°023301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023301.pto --stitching --prefix=assemblage_023301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023301.jpg - -# capture n°023302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023302.pto --stitching --prefix=assemblage_023302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023302.jpg - -# capture n°023303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023303.pto --stitching --prefix=assemblage_023303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023303.jpg - -# capture n°023304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023304.pto --stitching --prefix=assemblage_023304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023304.jpg - -# capture n°023305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023305.pto --stitching --prefix=assemblage_023305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023305.jpg - -# capture n°023306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023306.pto --stitching --prefix=assemblage_023306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023306.jpg - -# capture n°023307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023307.pto --stitching --prefix=assemblage_023307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023307.jpg - -# capture n°023308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023308.pto --stitching --prefix=assemblage_023308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023308.jpg - -# capture n°023309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023309.pto --stitching --prefix=assemblage_023309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023309.jpg - -# capture n°023310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023310.pto --stitching --prefix=assemblage_023310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023310.jpg - -# capture n°023311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023311.pto --stitching --prefix=assemblage_023311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023311.jpg - -# capture n°023312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023312.pto --stitching --prefix=assemblage_023312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023312.jpg - -# capture n°023313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023313.pto --stitching --prefix=assemblage_023313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023313.jpg - -# capture n°023314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023314.pto --stitching --prefix=assemblage_023314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023314.jpg - -# capture n°023315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023315.pto --stitching --prefix=assemblage_023315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023315.jpg - -# capture n°023316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023316.pto --stitching --prefix=assemblage_023316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023316.jpg - -# capture n°023317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023317.pto --stitching --prefix=assemblage_023317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023317.jpg - -# capture n°023318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023318.pto --stitching --prefix=assemblage_023318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023318.jpg - -# capture n°023319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023319.pto --stitching --prefix=assemblage_023319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023319.jpg - -# capture n°023320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023320.pto --stitching --prefix=assemblage_023320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023320.jpg - -# capture n°023321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023321.pto --stitching --prefix=assemblage_023321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023321.jpg - -# capture n°023322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023322.pto --stitching --prefix=assemblage_023322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023322.jpg - -# capture n°023323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023323.pto --stitching --prefix=assemblage_023323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023323.jpg - -# capture n°023324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023324.pto --stitching --prefix=assemblage_023324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023324.jpg - -# capture n°023325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023325.pto --stitching --prefix=assemblage_023325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023325.jpg - -# capture n°023326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023326.pto --stitching --prefix=assemblage_023326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023326.jpg - -# capture n°023327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023327.pto --stitching --prefix=assemblage_023327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023327.jpg - -# capture n°023328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023328.pto --stitching --prefix=assemblage_023328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023328.jpg - -# capture n°023329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023329.pto --stitching --prefix=assemblage_023329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023329.jpg - -# capture n°023330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023330.pto --stitching --prefix=assemblage_023330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023330.jpg - -# capture n°023331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023331.pto --stitching --prefix=assemblage_023331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023331.jpg - -# capture n°023332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023332.pto --stitching --prefix=assemblage_023332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023332.jpg - -# capture n°023333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023333.pto --stitching --prefix=assemblage_023333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023333.jpg - -# capture n°023334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023334.pto --stitching --prefix=assemblage_023334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023334.jpg - -# capture n°023335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023335.pto --stitching --prefix=assemblage_023335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023335.jpg - -# capture n°023336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023336.pto --stitching --prefix=assemblage_023336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023336.jpg - -# capture n°023337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023337.pto --stitching --prefix=assemblage_023337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023337.jpg - -# capture n°023338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023338.pto --stitching --prefix=assemblage_023338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023338.jpg - -# capture n°023339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023339.pto --stitching --prefix=assemblage_023339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023339.jpg - -# capture n°023340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023340.pto --stitching --prefix=assemblage_023340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023340.jpg - -# capture n°023341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023341.pto --stitching --prefix=assemblage_023341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023341.jpg - -# capture n°023342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023342.pto --stitching --prefix=assemblage_023342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023342.jpg - -# capture n°023343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023343.pto --stitching --prefix=assemblage_023343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023343.jpg - -# capture n°023344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023344.pto --stitching --prefix=assemblage_023344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023344.jpg - -# capture n°023345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023345.pto --stitching --prefix=assemblage_023345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023345.jpg - -# capture n°023346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023346.pto --stitching --prefix=assemblage_023346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023346.jpg - -# capture n°023347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023347.pto --stitching --prefix=assemblage_023347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023347.jpg - -# capture n°023348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023348.pto --stitching --prefix=assemblage_023348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023348.jpg - -# capture n°023349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023349.pto --stitching --prefix=assemblage_023349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023349.jpg - -# capture n°023350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023350.pto --stitching --prefix=assemblage_023350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023350.jpg - -# capture n°023351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023351.pto --stitching --prefix=assemblage_023351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023351.jpg - -# capture n°023352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023352.pto --stitching --prefix=assemblage_023352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023352.jpg - -# capture n°023353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023353.pto --stitching --prefix=assemblage_023353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023353.jpg - -# capture n°023354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023354.pto --stitching --prefix=assemblage_023354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023354.jpg - -# capture n°023355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023355.pto --stitching --prefix=assemblage_023355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023355.jpg - -# capture n°023356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023356.pto --stitching --prefix=assemblage_023356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023356.jpg - -# capture n°023357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023357.pto --stitching --prefix=assemblage_023357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023357.jpg - -# capture n°023358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023358.pto --stitching --prefix=assemblage_023358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023358.jpg - -# capture n°023359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023359.pto --stitching --prefix=assemblage_023359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023359.jpg - -# capture n°023360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023360.pto --stitching --prefix=assemblage_023360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023360.jpg - -# capture n°023361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023361.pto --stitching --prefix=assemblage_023361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023361.jpg - -# capture n°023362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023362.pto --stitching --prefix=assemblage_023362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023362.jpg - -# capture n°023363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023363.pto --stitching --prefix=assemblage_023363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023363.jpg - -# capture n°023364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023364.pto --stitching --prefix=assemblage_023364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023364.jpg - -# capture n°023365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023365.pto --stitching --prefix=assemblage_023365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023365.jpg - -# capture n°023366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023366.pto --stitching --prefix=assemblage_023366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023366.jpg - -# capture n°023367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023367.pto --stitching --prefix=assemblage_023367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023367.jpg - -# capture n°023368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023368.pto --stitching --prefix=assemblage_023368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023368.jpg - -# capture n°023369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023369.pto --stitching --prefix=assemblage_023369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023369.jpg - -# capture n°023370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023370.pto --stitching --prefix=assemblage_023370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023370.jpg - -# capture n°023371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023371.pto --stitching --prefix=assemblage_023371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023371.jpg - -# capture n°023372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023372.pto --stitching --prefix=assemblage_023372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023372.jpg - -# capture n°023373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023373.pto --stitching --prefix=assemblage_023373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023373.jpg - -# capture n°023374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023374.pto --stitching --prefix=assemblage_023374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023374.jpg - -# capture n°023375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023375.pto --stitching --prefix=assemblage_023375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023375.jpg - -# capture n°023376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023376.pto --stitching --prefix=assemblage_023376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023376.jpg - -# capture n°023377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023377.pto --stitching --prefix=assemblage_023377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023377.jpg - -# capture n°023378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023378.pto --stitching --prefix=assemblage_023378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023378.jpg - -# capture n°023379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023379.pto --stitching --prefix=assemblage_023379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023379.jpg - -# capture n°023380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023380.pto --stitching --prefix=assemblage_023380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023380.jpg - -# capture n°023381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023381.pto --stitching --prefix=assemblage_023381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023381.jpg - -# capture n°023382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023382.pto --stitching --prefix=assemblage_023382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023382.jpg - -# capture n°023383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023383.pto --stitching --prefix=assemblage_023383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023383.jpg - -# capture n°023384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023384.pto --stitching --prefix=assemblage_023384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023384.jpg - -# capture n°023385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023385.pto --stitching --prefix=assemblage_023385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023385.jpg - -# capture n°023386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023386.pto --stitching --prefix=assemblage_023386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023386.jpg - -# capture n°023387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023387.pto --stitching --prefix=assemblage_023387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023387.jpg - -# capture n°023388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023388.pto --stitching --prefix=assemblage_023388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023388.jpg - -# capture n°023389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023389.pto --stitching --prefix=assemblage_023389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023389.jpg - -# capture n°023390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023390.pto --stitching --prefix=assemblage_023390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023390.jpg - -# capture n°023391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023391.pto --stitching --prefix=assemblage_023391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023391.jpg - -# capture n°023392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023392.pto --stitching --prefix=assemblage_023392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023392.jpg - -# capture n°023393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023393.pto --stitching --prefix=assemblage_023393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023393.jpg - -# capture n°023394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023394.pto --stitching --prefix=assemblage_023394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023394.jpg - -# capture n°023395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023395.pto --stitching --prefix=assemblage_023395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023395.jpg - -# capture n°023396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023396.pto --stitching --prefix=assemblage_023396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023396.jpg - -# capture n°023397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023397.pto --stitching --prefix=assemblage_023397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023397.jpg - -# capture n°023398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023398.pto --stitching --prefix=assemblage_023398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023398.jpg - -# capture n°023399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023399.pto --stitching --prefix=assemblage_023399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023399.jpg - -# capture n°023400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023400.pto --stitching --prefix=assemblage_023400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023400.jpg - -# capture n°023401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023401.pto --stitching --prefix=assemblage_023401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023401.jpg - -# capture n°023402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023402.pto --stitching --prefix=assemblage_023402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023402.jpg - -# capture n°023403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023403.pto --stitching --prefix=assemblage_023403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023403.jpg - -# capture n°023404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023404.pto --stitching --prefix=assemblage_023404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023404.jpg - -# capture n°023405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023405.pto --stitching --prefix=assemblage_023405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023405.jpg - -# capture n°023406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023406.pto --stitching --prefix=assemblage_023406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023406.jpg - -# capture n°023407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023407.pto --stitching --prefix=assemblage_023407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023407.jpg - -# capture n°023408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023408.pto --stitching --prefix=assemblage_023408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023408.jpg - -# capture n°023409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023409.pto --stitching --prefix=assemblage_023409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023409.jpg - -# capture n°023410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023410.pto --stitching --prefix=assemblage_023410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023410.jpg - -# capture n°023411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023411.pto --stitching --prefix=assemblage_023411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023411.jpg - -# capture n°023412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023412.pto --stitching --prefix=assemblage_023412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023412.jpg - -# capture n°023413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023413.pto --stitching --prefix=assemblage_023413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023413.jpg - -# capture n°023414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023414.pto --stitching --prefix=assemblage_023414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023414.jpg - -# capture n°023415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023415.pto --stitching --prefix=assemblage_023415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023415.jpg - -# capture n°023416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023416.pto --stitching --prefix=assemblage_023416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023416.jpg - -# capture n°023417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023417.pto --stitching --prefix=assemblage_023417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023417.jpg - -# capture n°023418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023418.pto --stitching --prefix=assemblage_023418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023418.jpg - -# capture n°023419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023419.pto --stitching --prefix=assemblage_023419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023419.jpg - -# capture n°023420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023420.pto --stitching --prefix=assemblage_023420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023420.jpg - -# capture n°023421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023421.pto --stitching --prefix=assemblage_023421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023421.jpg - -# capture n°023422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023422.pto --stitching --prefix=assemblage_023422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023422.jpg - -# capture n°023423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023423.pto --stitching --prefix=assemblage_023423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023423.jpg - -# capture n°023424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023424.pto --stitching --prefix=assemblage_023424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023424.jpg - -# capture n°023425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023425.pto --stitching --prefix=assemblage_023425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023425.jpg - -# capture n°023426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023426.pto --stitching --prefix=assemblage_023426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023426.jpg - -# capture n°023427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023427.pto --stitching --prefix=assemblage_023427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023427.jpg - -# capture n°023428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023428.pto --stitching --prefix=assemblage_023428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023428.jpg - -# capture n°023429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023429.pto --stitching --prefix=assemblage_023429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023429.jpg - -# capture n°023430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023430.pto --stitching --prefix=assemblage_023430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023430.jpg - -# capture n°023431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023431.pto --stitching --prefix=assemblage_023431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023431.jpg - -# capture n°023432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023432.pto --stitching --prefix=assemblage_023432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023432.jpg - -# capture n°023433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023433.pto --stitching --prefix=assemblage_023433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023433.jpg - -# capture n°023434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023434.pto --stitching --prefix=assemblage_023434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023434.jpg - -# capture n°023435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023435.pto --stitching --prefix=assemblage_023435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023435.jpg - -# capture n°023436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023436.pto --stitching --prefix=assemblage_023436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023436.jpg - -# capture n°023437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023437.pto --stitching --prefix=assemblage_023437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023437.jpg - -# capture n°023438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023438.pto --stitching --prefix=assemblage_023438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023438.jpg - -# capture n°023439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023439.pto --stitching --prefix=assemblage_023439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023439.jpg - -# capture n°023440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023440.pto --stitching --prefix=assemblage_023440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023440.jpg - -# capture n°023441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023441.pto --stitching --prefix=assemblage_023441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023441.jpg - -# capture n°023442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023442.pto --stitching --prefix=assemblage_023442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023442.jpg - -# capture n°023443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023443.pto --stitching --prefix=assemblage_023443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023443.jpg - -# capture n°023444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023444.pto --stitching --prefix=assemblage_023444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023444.jpg - -# capture n°023445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023445.pto --stitching --prefix=assemblage_023445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023445.jpg - -# capture n°023446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023446.pto --stitching --prefix=assemblage_023446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023446.jpg - -# capture n°023447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023447.pto --stitching --prefix=assemblage_023447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023447.jpg - -# capture n°023448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023448.pto --stitching --prefix=assemblage_023448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023448.jpg - -# capture n°023449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023449.pto --stitching --prefix=assemblage_023449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023449.jpg - -# capture n°023450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023450.pto --stitching --prefix=assemblage_023450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023450.jpg - -# capture n°023451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023451.pto --stitching --prefix=assemblage_023451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023451.jpg - -# capture n°023452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023452.pto --stitching --prefix=assemblage_023452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023452.jpg - -# capture n°023453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023453.pto --stitching --prefix=assemblage_023453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023453.jpg - -# capture n°023454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023454.pto --stitching --prefix=assemblage_023454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023454.jpg - -# capture n°023455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023455.pto --stitching --prefix=assemblage_023455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023455.jpg - -# capture n°023456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023456.pto --stitching --prefix=assemblage_023456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023456.jpg - -# capture n°023457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023457.pto --stitching --prefix=assemblage_023457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023457.jpg - -# capture n°023458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023458.pto --stitching --prefix=assemblage_023458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023458.jpg - -# capture n°023459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023459.pto --stitching --prefix=assemblage_023459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023459.jpg - -# capture n°023460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023460.pto --stitching --prefix=assemblage_023460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023460.jpg - -# capture n°023461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023461.pto --stitching --prefix=assemblage_023461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023461.jpg - -# capture n°023462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023462.pto --stitching --prefix=assemblage_023462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023462.jpg - -# capture n°023463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023463.pto --stitching --prefix=assemblage_023463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023463.jpg - -# capture n°023464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023464.pto --stitching --prefix=assemblage_023464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023464.jpg - -# capture n°023465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023465.pto --stitching --prefix=assemblage_023465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023465.jpg - -# capture n°023466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023466.pto --stitching --prefix=assemblage_023466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023466.jpg - -# capture n°023467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023467.pto --stitching --prefix=assemblage_023467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023467.jpg - -# capture n°023468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023468.pto --stitching --prefix=assemblage_023468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023468.jpg - -# capture n°023469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023469.pto --stitching --prefix=assemblage_023469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023469.jpg - -# capture n°023470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023470.pto --stitching --prefix=assemblage_023470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023470.jpg - -# capture n°023471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023471.pto --stitching --prefix=assemblage_023471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023471.jpg - -# capture n°023472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023472.pto --stitching --prefix=assemblage_023472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023472.jpg - -# capture n°023473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023473.pto --stitching --prefix=assemblage_023473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023473.jpg - -# capture n°023474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023474.pto --stitching --prefix=assemblage_023474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023474.jpg - -# capture n°023475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023475.pto --stitching --prefix=assemblage_023475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023475.jpg - -# capture n°023476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023476.pto --stitching --prefix=assemblage_023476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023476.jpg - -# capture n°023477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023477.pto --stitching --prefix=assemblage_023477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023477.jpg - -# capture n°023478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023478.pto --stitching --prefix=assemblage_023478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023478.jpg - -# capture n°023479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023479.pto --stitching --prefix=assemblage_023479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023479.jpg - -# capture n°023480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023480.pto --stitching --prefix=assemblage_023480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023480.jpg - -# capture n°023481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023481.pto --stitching --prefix=assemblage_023481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023481.jpg - -# capture n°023482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023482.pto --stitching --prefix=assemblage_023482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023482.jpg - -# capture n°023483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023483.pto --stitching --prefix=assemblage_023483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023483.jpg - -# capture n°023484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023484.pto --stitching --prefix=assemblage_023484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023484.jpg - -# capture n°023485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023485.pto --stitching --prefix=assemblage_023485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023485.jpg - -# capture n°023486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023486.pto --stitching --prefix=assemblage_023486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023486.jpg - -# capture n°023487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023487.pto --stitching --prefix=assemblage_023487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023487.jpg - -# capture n°023488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023488.pto --stitching --prefix=assemblage_023488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023488.jpg - -# capture n°023489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023489.pto --stitching --prefix=assemblage_023489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023489.jpg - -# capture n°023490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023490.pto --stitching --prefix=assemblage_023490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023490.jpg - -# capture n°023491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023491.pto --stitching --prefix=assemblage_023491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023491.jpg - -# capture n°023492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023492.pto --stitching --prefix=assemblage_023492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023492.jpg - -# capture n°023493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023493.pto --stitching --prefix=assemblage_023493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023493.jpg - -# capture n°023494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023494.pto --stitching --prefix=assemblage_023494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023494.jpg - -# capture n°023495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023495.pto --stitching --prefix=assemblage_023495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023495.jpg - -# capture n°023496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023496.pto --stitching --prefix=assemblage_023496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023496.jpg - -# capture n°023497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023497.pto --stitching --prefix=assemblage_023497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023497.jpg - -# capture n°023498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023498.pto --stitching --prefix=assemblage_023498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023498.jpg - -# capture n°023499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023499.pto --stitching --prefix=assemblage_023499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023499.jpg - -# capture n°023500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023500.pto --stitching --prefix=assemblage_023500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023500.jpg - -# capture n°023501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023501.pto --stitching --prefix=assemblage_023501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023501.jpg - -# capture n°023502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023502.pto --stitching --prefix=assemblage_023502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023502.jpg - -# capture n°023503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023503.pto --stitching --prefix=assemblage_023503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023503.jpg - -# capture n°023504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023504.pto --stitching --prefix=assemblage_023504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023504.jpg - -# capture n°023505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023505.pto --stitching --prefix=assemblage_023505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023505.jpg - -# capture n°023506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023506.pto --stitching --prefix=assemblage_023506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023506.jpg - -# capture n°023507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023507.pto --stitching --prefix=assemblage_023507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023507.jpg - -# capture n°023508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023508.pto --stitching --prefix=assemblage_023508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023508.jpg - -# capture n°023509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023509.pto --stitching --prefix=assemblage_023509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023509.jpg - -# capture n°023510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023510.pto --stitching --prefix=assemblage_023510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023510.jpg - -# capture n°023511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023511.pto --stitching --prefix=assemblage_023511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023511.jpg - -# capture n°023512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023512.pto --stitching --prefix=assemblage_023512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023512.jpg - -# capture n°023513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023513.pto --stitching --prefix=assemblage_023513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023513.jpg - -# capture n°023514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023514.pto --stitching --prefix=assemblage_023514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023514.jpg - -# capture n°023515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023515.pto --stitching --prefix=assemblage_023515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023515.jpg - -# capture n°023516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023516.pto --stitching --prefix=assemblage_023516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023516.jpg - -# capture n°023517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023517.pto --stitching --prefix=assemblage_023517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023517.jpg - -# capture n°023518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023518.pto --stitching --prefix=assemblage_023518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023518.jpg - -# capture n°023519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023519.pto --stitching --prefix=assemblage_023519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023519.jpg - -# capture n°023520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023520.pto --stitching --prefix=assemblage_023520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023520.jpg - -# capture n°023521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023521.pto --stitching --prefix=assemblage_023521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023521.jpg - -# capture n°023522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023522.pto --stitching --prefix=assemblage_023522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023522.jpg - -# capture n°023523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023523.pto --stitching --prefix=assemblage_023523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023523.jpg - -# capture n°023524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023524.pto --stitching --prefix=assemblage_023524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023524.jpg - -# capture n°023525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023525.pto --stitching --prefix=assemblage_023525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023525.jpg - -# capture n°023526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023526.pto --stitching --prefix=assemblage_023526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023526.jpg - -# capture n°023527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023527.pto --stitching --prefix=assemblage_023527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023527.jpg - -# capture n°023528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023528.pto --stitching --prefix=assemblage_023528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023528.jpg - -# capture n°023529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023529.pto --stitching --prefix=assemblage_023529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023529.jpg - -# capture n°023530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023530.pto --stitching --prefix=assemblage_023530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023530.jpg - -# capture n°023531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023531.pto --stitching --prefix=assemblage_023531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023531.jpg - -# capture n°023532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023532.pto --stitching --prefix=assemblage_023532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023532.jpg - -# capture n°023533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023533.pto --stitching --prefix=assemblage_023533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023533.jpg - -# capture n°023534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023534.pto --stitching --prefix=assemblage_023534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023534.jpg - -# capture n°023535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023535.pto --stitching --prefix=assemblage_023535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023535.jpg - -# capture n°023536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023536.pto --stitching --prefix=assemblage_023536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023536.jpg - -# capture n°023537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023537.pto --stitching --prefix=assemblage_023537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023537.jpg - -# capture n°023538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023538.pto --stitching --prefix=assemblage_023538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023538.jpg - -# capture n°023539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023539.pto --stitching --prefix=assemblage_023539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023539.jpg - -# capture n°023540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023540.pto --stitching --prefix=assemblage_023540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023540.jpg - -# capture n°023541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023541.pto --stitching --prefix=assemblage_023541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023541.jpg - -# capture n°023542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023542.pto --stitching --prefix=assemblage_023542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023542.jpg - -# capture n°023543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023543.pto --stitching --prefix=assemblage_023543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023543.jpg - -# capture n°023544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023544.pto --stitching --prefix=assemblage_023544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023544.jpg - -# capture n°023545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023545.pto --stitching --prefix=assemblage_023545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023545.jpg - -# capture n°023546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023546.pto --stitching --prefix=assemblage_023546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023546.jpg - -# capture n°023547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023547.pto --stitching --prefix=assemblage_023547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023547.jpg - -# capture n°023548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023548.pto --stitching --prefix=assemblage_023548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023548.jpg - -# capture n°023549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023549.pto --stitching --prefix=assemblage_023549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023549.jpg - -# capture n°023550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023550.pto --stitching --prefix=assemblage_023550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023550.jpg - -# capture n°023551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023551.pto --stitching --prefix=assemblage_023551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023551.jpg - -# capture n°023552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023552.pto --stitching --prefix=assemblage_023552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023552.jpg - -# capture n°023553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023553.pto --stitching --prefix=assemblage_023553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023553.jpg - -# capture n°023554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023554.pto --stitching --prefix=assemblage_023554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023554.jpg - -# capture n°023555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023555.pto --stitching --prefix=assemblage_023555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023555.jpg - -# capture n°023556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023556.pto --stitching --prefix=assemblage_023556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023556.jpg - -# capture n°023557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023557.pto --stitching --prefix=assemblage_023557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023557.jpg - -# capture n°023558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023558.pto --stitching --prefix=assemblage_023558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023558.jpg - -# capture n°023559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023559.pto --stitching --prefix=assemblage_023559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023559.jpg - -# capture n°023560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023560.pto --stitching --prefix=assemblage_023560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023560.jpg - -# capture n°023561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023561.pto --stitching --prefix=assemblage_023561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023561.jpg - -# capture n°023562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023562.pto --stitching --prefix=assemblage_023562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023562.jpg - -# capture n°023563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023563.pto --stitching --prefix=assemblage_023563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023563.jpg - -# capture n°023564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023564.pto --stitching --prefix=assemblage_023564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023564.jpg - -# capture n°023565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023565.pto --stitching --prefix=assemblage_023565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023565.jpg - -# capture n°023566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023566.pto --stitching --prefix=assemblage_023566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023566.jpg - -# capture n°023567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023567.pto --stitching --prefix=assemblage_023567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023567.jpg - -# capture n°023568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023568.pto --stitching --prefix=assemblage_023568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023568.jpg - -# capture n°023569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023569.pto --stitching --prefix=assemblage_023569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023569.jpg - -# capture n°023570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023570.pto --stitching --prefix=assemblage_023570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023570.jpg - -# capture n°023571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023571.pto --stitching --prefix=assemblage_023571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023571.jpg - -# capture n°023572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023572.pto --stitching --prefix=assemblage_023572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023572.jpg - -# capture n°023573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023573.pto --stitching --prefix=assemblage_023573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023573.jpg - -# capture n°023574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023574.pto --stitching --prefix=assemblage_023574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023574.jpg - -# capture n°023575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023575.pto --stitching --prefix=assemblage_023575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023575.jpg - -# capture n°023576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023576.pto --stitching --prefix=assemblage_023576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023576.jpg - -# capture n°023577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023577.pto --stitching --prefix=assemblage_023577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023577.jpg - -# capture n°023578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023578.pto --stitching --prefix=assemblage_023578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023578.jpg - -# capture n°023579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023579.pto --stitching --prefix=assemblage_023579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023579.jpg - -# capture n°023580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023580.pto --stitching --prefix=assemblage_023580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023580.jpg - -# capture n°023581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023581.pto --stitching --prefix=assemblage_023581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023581.jpg - -# capture n°023582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023582.pto --stitching --prefix=assemblage_023582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023582.jpg - -# capture n°023583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023583.pto --stitching --prefix=assemblage_023583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023583.jpg - -# capture n°023584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023584.pto --stitching --prefix=assemblage_023584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023584.jpg - -# capture n°023585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023585.pto --stitching --prefix=assemblage_023585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023585.jpg - -# capture n°023586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023586.pto --stitching --prefix=assemblage_023586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023586.jpg - -# capture n°023587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023587.pto --stitching --prefix=assemblage_023587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023587.jpg - -# capture n°023588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023588.pto --stitching --prefix=assemblage_023588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023588.jpg - -# capture n°023589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023589.pto --stitching --prefix=assemblage_023589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023589.jpg - -# capture n°023590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023590.pto --stitching --prefix=assemblage_023590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023590.jpg - -# capture n°023591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023591.pto --stitching --prefix=assemblage_023591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023591.jpg - -# capture n°023592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023592.pto --stitching --prefix=assemblage_023592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023592.jpg - -# capture n°023593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023593.pto --stitching --prefix=assemblage_023593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023593.jpg - -# capture n°023594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023594.pto --stitching --prefix=assemblage_023594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023594.jpg - -# capture n°023595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023595.pto --stitching --prefix=assemblage_023595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023595.jpg - -# capture n°023596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023596.pto --stitching --prefix=assemblage_023596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023596.jpg - -# capture n°023597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023597.pto --stitching --prefix=assemblage_023597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023597.jpg - -# capture n°023598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023598.pto --stitching --prefix=assemblage_023598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023598.jpg - -# capture n°023599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023599.pto --stitching --prefix=assemblage_023599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023599.jpg - -# capture n°023600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023600.pto --stitching --prefix=assemblage_023600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023600.jpg - -# capture n°023601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023601.pto --stitching --prefix=assemblage_023601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023601.jpg - -# capture n°023602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023602.pto --stitching --prefix=assemblage_023602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023602.jpg - -# capture n°023603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023603.pto --stitching --prefix=assemblage_023603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023603.jpg - -# capture n°023604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023604.pto --stitching --prefix=assemblage_023604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023604.jpg - -# capture n°023605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023605.pto --stitching --prefix=assemblage_023605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023605.jpg - -# capture n°023606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023606.pto --stitching --prefix=assemblage_023606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023606.jpg - -# capture n°023607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023607.pto --stitching --prefix=assemblage_023607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023607.jpg - -# capture n°023608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023608.pto --stitching --prefix=assemblage_023608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023608.jpg - -# capture n°023609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023609.pto --stitching --prefix=assemblage_023609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023609.jpg - -# capture n°023610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023610.pto --stitching --prefix=assemblage_023610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023610.jpg - -# capture n°023611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023611.pto --stitching --prefix=assemblage_023611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023611.jpg - -# capture n°023612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023612.pto --stitching --prefix=assemblage_023612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023612.jpg - -# capture n°023613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023613.pto --stitching --prefix=assemblage_023613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023613.jpg - -# capture n°023614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023614.pto --stitching --prefix=assemblage_023614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023614.jpg - -# capture n°023615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023615.pto --stitching --prefix=assemblage_023615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023615.jpg - -# capture n°023616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023616.pto --stitching --prefix=assemblage_023616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023616.jpg - -# capture n°023617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023617.pto --stitching --prefix=assemblage_023617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023617.jpg - -# capture n°023618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023618.pto --stitching --prefix=assemblage_023618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023618.jpg - -# capture n°023619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023619.pto --stitching --prefix=assemblage_023619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023619.jpg - -# capture n°023620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023620.pto --stitching --prefix=assemblage_023620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023620.jpg - -# capture n°023621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023621.pto --stitching --prefix=assemblage_023621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023621.jpg - -# capture n°023622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023622.pto --stitching --prefix=assemblage_023622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023622.jpg - -# capture n°023623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023623.pto --stitching --prefix=assemblage_023623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023623.jpg - -# capture n°023624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023624.pto --stitching --prefix=assemblage_023624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023624.jpg - -# capture n°023625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023625.pto --stitching --prefix=assemblage_023625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023625.jpg - -# capture n°023626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023626.pto --stitching --prefix=assemblage_023626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023626.jpg - -# capture n°023627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023627.pto --stitching --prefix=assemblage_023627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023627.jpg - -# capture n°023628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023628.pto --stitching --prefix=assemblage_023628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023628.jpg - -# capture n°023629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023629.pto --stitching --prefix=assemblage_023629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023629.jpg - -# capture n°023630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023630.pto --stitching --prefix=assemblage_023630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023630.jpg - -# capture n°023631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023631.pto --stitching --prefix=assemblage_023631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023631.jpg - -# capture n°023632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023632.pto --stitching --prefix=assemblage_023632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023632.jpg - -# capture n°023633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023633.pto --stitching --prefix=assemblage_023633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023633.jpg - -# capture n°023634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023634.pto --stitching --prefix=assemblage_023634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023634.jpg - -# capture n°023635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023635.pto --stitching --prefix=assemblage_023635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023635.jpg - -# capture n°023636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023636.pto --stitching --prefix=assemblage_023636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023636.jpg - -# capture n°023637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023637.pto --stitching --prefix=assemblage_023637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023637.jpg - -# capture n°023638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023638.pto --stitching --prefix=assemblage_023638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023638.jpg - -# capture n°023639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023639.pto --stitching --prefix=assemblage_023639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023639.jpg - -# capture n°023640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023640.pto --stitching --prefix=assemblage_023640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023640.jpg - -# capture n°023641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023641.pto --stitching --prefix=assemblage_023641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023641.jpg - -# capture n°023642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023642.pto --stitching --prefix=assemblage_023642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023642.jpg - -# capture n°023643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023643.pto --stitching --prefix=assemblage_023643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023643.jpg - -# capture n°023644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023644.pto --stitching --prefix=assemblage_023644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023644.jpg - -# capture n°023645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023645.pto --stitching --prefix=assemblage_023645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023645.jpg - -# capture n°023646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023646.pto --stitching --prefix=assemblage_023646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023646.jpg - -# capture n°023647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023647.pto --stitching --prefix=assemblage_023647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023647.jpg - -# capture n°023648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023648.pto --stitching --prefix=assemblage_023648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023648.jpg - -# capture n°023649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023649.pto --stitching --prefix=assemblage_023649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023649.jpg - -# capture n°023650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023650.pto --stitching --prefix=assemblage_023650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023650.jpg - -# capture n°023651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023651.pto --stitching --prefix=assemblage_023651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023651.jpg - -# capture n°023652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023652.pto --stitching --prefix=assemblage_023652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023652.jpg - -# capture n°023653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023653.pto --stitching --prefix=assemblage_023653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023653.jpg - -# capture n°023654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023654.pto --stitching --prefix=assemblage_023654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023654.jpg - -# capture n°023655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023655.pto --stitching --prefix=assemblage_023655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023655.jpg - -# capture n°023656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023656.pto --stitching --prefix=assemblage_023656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023656.jpg - -# capture n°023657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023657.pto --stitching --prefix=assemblage_023657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023657.jpg - -# capture n°023658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023658.pto --stitching --prefix=assemblage_023658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023658.jpg - -# capture n°023659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023659.pto --stitching --prefix=assemblage_023659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023659.jpg - -# capture n°023660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023660.pto --stitching --prefix=assemblage_023660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023660.jpg - -# capture n°023661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023661.pto --stitching --prefix=assemblage_023661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023661.jpg - -# capture n°023662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023662.pto --stitching --prefix=assemblage_023662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023662.jpg - -# capture n°023663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023663.pto --stitching --prefix=assemblage_023663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023663.jpg - -# capture n°023664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023664.pto --stitching --prefix=assemblage_023664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023664.jpg - -# capture n°023665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023665.pto --stitching --prefix=assemblage_023665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023665.jpg - -# capture n°023666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023666.pto --stitching --prefix=assemblage_023666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023666.jpg - -# capture n°023667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023667.pto --stitching --prefix=assemblage_023667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023667.jpg - -# capture n°023668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023668.pto --stitching --prefix=assemblage_023668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023668.jpg - -# capture n°023669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023669.pto --stitching --prefix=assemblage_023669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023669.jpg - -# capture n°023670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023670.pto --stitching --prefix=assemblage_023670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023670.jpg - -# capture n°023671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023671.pto --stitching --prefix=assemblage_023671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023671.jpg - -# capture n°023672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023672.pto --stitching --prefix=assemblage_023672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023672.jpg - -# capture n°023673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023673.pto --stitching --prefix=assemblage_023673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023673.jpg - -# capture n°023674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023674.pto --stitching --prefix=assemblage_023674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023674.jpg - -# capture n°023675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023675.pto --stitching --prefix=assemblage_023675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023675.jpg - -# capture n°023676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023676.pto --stitching --prefix=assemblage_023676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023676.jpg - -# capture n°023677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023677.pto --stitching --prefix=assemblage_023677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023677.jpg - -# capture n°023678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023678.pto --stitching --prefix=assemblage_023678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023678.jpg - -# capture n°023679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023679.pto --stitching --prefix=assemblage_023679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023679.jpg - -# capture n°023680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023680.pto --stitching --prefix=assemblage_023680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023680.jpg - -# capture n°023681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023681.pto --stitching --prefix=assemblage_023681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023681.jpg - -# capture n°023682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023682.pto --stitching --prefix=assemblage_023682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023682.jpg - -# capture n°023683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023683.pto --stitching --prefix=assemblage_023683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023683.jpg - -# capture n°023684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023684.pto --stitching --prefix=assemblage_023684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023684.jpg - -# capture n°023685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023685.pto --stitching --prefix=assemblage_023685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023685.jpg - -# capture n°023686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023686.pto --stitching --prefix=assemblage_023686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023686.jpg - -# capture n°023687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023687.pto --stitching --prefix=assemblage_023687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023687.jpg - -# capture n°023688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023688.pto --stitching --prefix=assemblage_023688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023688.jpg - -# capture n°023689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023689.pto --stitching --prefix=assemblage_023689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023689.jpg - -# capture n°023690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023690.pto --stitching --prefix=assemblage_023690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023690.jpg - -# capture n°023691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023691.pto --stitching --prefix=assemblage_023691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023691.jpg - -# capture n°023692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023692.pto --stitching --prefix=assemblage_023692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023692.jpg - -# capture n°023693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023693.pto --stitching --prefix=assemblage_023693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023693.jpg - -# capture n°023694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023694.pto --stitching --prefix=assemblage_023694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023694.jpg - -# capture n°023695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023695.pto --stitching --prefix=assemblage_023695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023695.jpg - -# capture n°023696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023696.pto --stitching --prefix=assemblage_023696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023696.jpg - -# capture n°023697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023697.pto --stitching --prefix=assemblage_023697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023697.jpg - -# capture n°023698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023698.pto --stitching --prefix=assemblage_023698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023698.jpg - -# capture n°023699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023699.pto --stitching --prefix=assemblage_023699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023699.jpg - -# capture n°023700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023700.pto --stitching --prefix=assemblage_023700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023700.jpg - -# capture n°023701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023701.pto --stitching --prefix=assemblage_023701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023701.jpg - -# capture n°023702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023702.pto --stitching --prefix=assemblage_023702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023702.jpg - -# capture n°023703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023703.pto --stitching --prefix=assemblage_023703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023703.jpg - -# capture n°023704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023704.pto --stitching --prefix=assemblage_023704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023704.jpg - -# capture n°023705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023705.pto --stitching --prefix=assemblage_023705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023705.jpg - -# capture n°023706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023706.pto --stitching --prefix=assemblage_023706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023706.jpg - -# capture n°023707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023707.pto --stitching --prefix=assemblage_023707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023707.jpg - -# capture n°023708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023708.pto --stitching --prefix=assemblage_023708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023708.jpg - -# capture n°023709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023709.pto --stitching --prefix=assemblage_023709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023709.jpg - -# capture n°023710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023710.pto --stitching --prefix=assemblage_023710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023710.jpg - -# capture n°023711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023711.pto --stitching --prefix=assemblage_023711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023711.jpg - -# capture n°023712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023712.pto --stitching --prefix=assemblage_023712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023712.jpg - -# capture n°023713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023713.pto --stitching --prefix=assemblage_023713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023713.jpg - -# capture n°023714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023714.pto --stitching --prefix=assemblage_023714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023714.jpg - -# capture n°023715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023715.pto --stitching --prefix=assemblage_023715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023715.jpg - -# capture n°023716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023716.pto --stitching --prefix=assemblage_023716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023716.jpg - -# capture n°023717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023717.pto --stitching --prefix=assemblage_023717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023717.jpg - -# capture n°023718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023718.pto --stitching --prefix=assemblage_023718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023718.jpg - -# capture n°023719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023719.pto --stitching --prefix=assemblage_023719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023719.jpg - -# capture n°023720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023720.pto --stitching --prefix=assemblage_023720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023720.jpg - -# capture n°023721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023721.pto --stitching --prefix=assemblage_023721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023721.jpg - -# capture n°023722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023722.pto --stitching --prefix=assemblage_023722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023722.jpg - -# capture n°023723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023723.pto --stitching --prefix=assemblage_023723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023723.jpg - -# capture n°023724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023724.pto --stitching --prefix=assemblage_023724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023724.jpg - -# capture n°023725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023725.pto --stitching --prefix=assemblage_023725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023725.jpg - -# capture n°023726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023726.pto --stitching --prefix=assemblage_023726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023726.jpg - -# capture n°023727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023727.pto --stitching --prefix=assemblage_023727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023727.jpg - -# capture n°023728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023728.pto --stitching --prefix=assemblage_023728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023728.jpg - -# capture n°023729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023729.pto --stitching --prefix=assemblage_023729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023729.jpg - -# capture n°023730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023730.pto --stitching --prefix=assemblage_023730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023730.jpg - -# capture n°023731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023731.pto --stitching --prefix=assemblage_023731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023731.jpg - -# capture n°023732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023732.pto --stitching --prefix=assemblage_023732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023732.jpg - -# capture n°023733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023733.pto --stitching --prefix=assemblage_023733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023733.jpg - -# capture n°023734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023734.pto --stitching --prefix=assemblage_023734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023734.jpg - -# capture n°023735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023735.pto --stitching --prefix=assemblage_023735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023735.jpg - -# capture n°023736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023736.pto --stitching --prefix=assemblage_023736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023736.jpg - -# capture n°023737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023737.pto --stitching --prefix=assemblage_023737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023737.jpg - -# capture n°023738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023738.pto --stitching --prefix=assemblage_023738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023738.jpg - -# capture n°023739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023739.pto --stitching --prefix=assemblage_023739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023739.jpg - -# capture n°023740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023740.pto --stitching --prefix=assemblage_023740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023740.jpg - -# capture n°023741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023741.pto --stitching --prefix=assemblage_023741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023741.jpg - -# capture n°023742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023742.pto --stitching --prefix=assemblage_023742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023742.jpg - -# capture n°023743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023743.pto --stitching --prefix=assemblage_023743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023743.jpg - -# capture n°023744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023744.pto --stitching --prefix=assemblage_023744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023744.jpg - -# capture n°023745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023745.pto --stitching --prefix=assemblage_023745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023745.jpg - -# capture n°023746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023746.pto --stitching --prefix=assemblage_023746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023746.jpg - -# capture n°023747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023747.pto --stitching --prefix=assemblage_023747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023747.jpg - -# capture n°023748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023748.pto --stitching --prefix=assemblage_023748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023748.jpg - -# capture n°023749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023749.pto --stitching --prefix=assemblage_023749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023749.jpg - -# capture n°023750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023750.pto --stitching --prefix=assemblage_023750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023750.jpg - -# capture n°023751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023751.pto --stitching --prefix=assemblage_023751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023751.jpg - -# capture n°023752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023752.pto --stitching --prefix=assemblage_023752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023752.jpg - -# capture n°023753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023753.pto --stitching --prefix=assemblage_023753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023753.jpg - -# capture n°023754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023754.pto --stitching --prefix=assemblage_023754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023754.jpg - -# capture n°023755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023755.pto --stitching --prefix=assemblage_023755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023755.jpg - -# capture n°023756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023756.pto --stitching --prefix=assemblage_023756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023756.jpg - -# capture n°023757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023757.pto --stitching --prefix=assemblage_023757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023757.jpg - -# capture n°023758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023758.pto --stitching --prefix=assemblage_023758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023758.jpg - -# capture n°023759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023759.pto --stitching --prefix=assemblage_023759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023759.jpg - -# capture n°023760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023760.pto --stitching --prefix=assemblage_023760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023760.jpg - -# capture n°023761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023761.pto --stitching --prefix=assemblage_023761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023761.jpg - -# capture n°023762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023762.pto --stitching --prefix=assemblage_023762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023762.jpg - -# capture n°023763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023763.pto --stitching --prefix=assemblage_023763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023763.jpg - -# capture n°023764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023764.pto --stitching --prefix=assemblage_023764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023764.jpg - -# capture n°023765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023765.pto --stitching --prefix=assemblage_023765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023765.jpg - -# capture n°023766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023766.pto --stitching --prefix=assemblage_023766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023766.jpg - -# capture n°023767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023767.pto --stitching --prefix=assemblage_023767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023767.jpg - -# capture n°023768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023768.pto --stitching --prefix=assemblage_023768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023768.jpg - -# capture n°023769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023769.pto --stitching --prefix=assemblage_023769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023769.jpg - -# capture n°023770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023770.pto --stitching --prefix=assemblage_023770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023770.jpg - -# capture n°023771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023771.pto --stitching --prefix=assemblage_023771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023771.jpg - -# capture n°023772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023772.pto --stitching --prefix=assemblage_023772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023772.jpg - -# capture n°023773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023773.pto --stitching --prefix=assemblage_023773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023773.jpg - -# capture n°023774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023774.pto --stitching --prefix=assemblage_023774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023774.jpg - -# capture n°023775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023775.pto --stitching --prefix=assemblage_023775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023775.jpg - -# capture n°023776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023776.pto --stitching --prefix=assemblage_023776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023776.jpg - -# capture n°023777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023777.pto --stitching --prefix=assemblage_023777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023777.jpg - -# capture n°023778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023778.pto --stitching --prefix=assemblage_023778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023778.jpg - -# capture n°023779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023779.pto --stitching --prefix=assemblage_023779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023779.jpg - -# capture n°023780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023780.pto --stitching --prefix=assemblage_023780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023780.jpg - -# capture n°023781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023781.pto --stitching --prefix=assemblage_023781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023781.jpg - -# capture n°023782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023782.pto --stitching --prefix=assemblage_023782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023782.jpg - -# capture n°023783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023783.pto --stitching --prefix=assemblage_023783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023783.jpg - -# capture n°023784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023784.pto --stitching --prefix=assemblage_023784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023784.jpg - -# capture n°023785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023785.pto --stitching --prefix=assemblage_023785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023785.jpg - -# capture n°023786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023786.pto --stitching --prefix=assemblage_023786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023786.jpg - -# capture n°023787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023787.pto --stitching --prefix=assemblage_023787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023787.jpg - -# capture n°023788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023788.pto --stitching --prefix=assemblage_023788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023788.jpg - -# capture n°023789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023789.pto --stitching --prefix=assemblage_023789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023789.jpg - -# capture n°023790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023790.pto --stitching --prefix=assemblage_023790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023790.jpg - -# capture n°023791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023791.pto --stitching --prefix=assemblage_023791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023791.jpg - -# capture n°023792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023792.pto --stitching --prefix=assemblage_023792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023792.jpg - -# capture n°023793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023793.pto --stitching --prefix=assemblage_023793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023793.jpg - -# capture n°023794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023794.pto --stitching --prefix=assemblage_023794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023794.jpg - -# capture n°023795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023795.pto --stitching --prefix=assemblage_023795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023795.jpg - -# capture n°023796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023796.pto --stitching --prefix=assemblage_023796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023796.jpg - -# capture n°023797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023797.pto --stitching --prefix=assemblage_023797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023797.jpg - -# capture n°023798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023798.pto --stitching --prefix=assemblage_023798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023798.jpg - -# capture n°023799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023799.pto --stitching --prefix=assemblage_023799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023799.jpg - -# capture n°023800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023800.pto --stitching --prefix=assemblage_023800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023800.jpg - -# capture n°023801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023801.pto --stitching --prefix=assemblage_023801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023801.jpg - -# capture n°023802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023802.pto --stitching --prefix=assemblage_023802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023802.jpg - -# capture n°023803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023803.pto --stitching --prefix=assemblage_023803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023803.jpg - -# capture n°023804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023804.pto --stitching --prefix=assemblage_023804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023804.jpg - -# capture n°023805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023805.pto --stitching --prefix=assemblage_023805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023805.jpg - -# capture n°023806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023806.pto --stitching --prefix=assemblage_023806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023806.jpg - -# capture n°023807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023807.pto --stitching --prefix=assemblage_023807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023807.jpg - -# capture n°023808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023808.pto --stitching --prefix=assemblage_023808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023808.jpg - -# capture n°023809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023809.pto --stitching --prefix=assemblage_023809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023809.jpg - -# capture n°023810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023810.pto --stitching --prefix=assemblage_023810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023810.jpg - -# capture n°023811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023811.pto --stitching --prefix=assemblage_023811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023811.jpg - -# capture n°023812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023812.pto --stitching --prefix=assemblage_023812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023812.jpg - -# capture n°023813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023813.pto --stitching --prefix=assemblage_023813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023813.jpg - -# capture n°023814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023814.pto --stitching --prefix=assemblage_023814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023814.jpg - -# capture n°023815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023815.pto --stitching --prefix=assemblage_023815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023815.jpg - -# capture n°023816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023816.pto --stitching --prefix=assemblage_023816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023816.jpg - -# capture n°023817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023817.pto --stitching --prefix=assemblage_023817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023817.jpg - -# capture n°023818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023818.pto --stitching --prefix=assemblage_023818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023818.jpg - -# capture n°023819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023819.pto --stitching --prefix=assemblage_023819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023819.jpg - -# capture n°023820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023820.pto --stitching --prefix=assemblage_023820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023820.jpg - -# capture n°023821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023821.pto --stitching --prefix=assemblage_023821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023821.jpg - -# capture n°023822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023822.pto --stitching --prefix=assemblage_023822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023822.jpg - -# capture n°023823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023823.pto --stitching --prefix=assemblage_023823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023823.jpg - -# capture n°023824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023824.pto --stitching --prefix=assemblage_023824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023824.jpg - -# capture n°023825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023825.pto --stitching --prefix=assemblage_023825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023825.jpg - -# capture n°023826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023826.pto --stitching --prefix=assemblage_023826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023826.jpg - -# capture n°023827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023827.pto --stitching --prefix=assemblage_023827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023827.jpg - -# capture n°023828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023828.pto --stitching --prefix=assemblage_023828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023828.jpg - -# capture n°023829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023829.pto --stitching --prefix=assemblage_023829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023829.jpg - -# capture n°023830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023830.pto --stitching --prefix=assemblage_023830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023830.jpg - -# capture n°023831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023831.pto --stitching --prefix=assemblage_023831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023831.jpg - -# capture n°023832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023832.pto --stitching --prefix=assemblage_023832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023832.jpg - -# capture n°023833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023833.pto --stitching --prefix=assemblage_023833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023833.jpg - -# capture n°023834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023834.pto --stitching --prefix=assemblage_023834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023834.jpg - -# capture n°023835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023835.pto --stitching --prefix=assemblage_023835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023835.jpg - -# capture n°023836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023836.pto --stitching --prefix=assemblage_023836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023836.jpg - -# capture n°023837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023837.pto --stitching --prefix=assemblage_023837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023837.jpg - -# capture n°023838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023838.pto --stitching --prefix=assemblage_023838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023838.jpg - -# capture n°023839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023839.pto --stitching --prefix=assemblage_023839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023839.jpg - -# capture n°023840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023840.pto --stitching --prefix=assemblage_023840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023840.jpg - -# capture n°023841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023841.pto --stitching --prefix=assemblage_023841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023841.jpg - -# capture n°023842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023842.pto --stitching --prefix=assemblage_023842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023842.jpg - -# capture n°023843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023843.pto --stitching --prefix=assemblage_023843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023843.jpg - -# capture n°023844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023844.pto --stitching --prefix=assemblage_023844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023844.jpg - -# capture n°023845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023845.pto --stitching --prefix=assemblage_023845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023845.jpg - -# capture n°023846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023846.pto --stitching --prefix=assemblage_023846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023846.jpg - -# capture n°023847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023847.pto --stitching --prefix=assemblage_023847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023847.jpg - -# capture n°023848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023848.pto --stitching --prefix=assemblage_023848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023848.jpg - -# capture n°023849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023849.pto --stitching --prefix=assemblage_023849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023849.jpg - -# capture n°023850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023850.pto --stitching --prefix=assemblage_023850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023850.jpg - -# capture n°023851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023851.pto --stitching --prefix=assemblage_023851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023851.jpg - -# capture n°023852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023852.pto --stitching --prefix=assemblage_023852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023852.jpg - -# capture n°023853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023853.pto --stitching --prefix=assemblage_023853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023853.jpg - -# capture n°023854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023854.pto --stitching --prefix=assemblage_023854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023854.jpg - -# capture n°023855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023855.pto --stitching --prefix=assemblage_023855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023855.jpg - -# capture n°023856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023856.pto --stitching --prefix=assemblage_023856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023856.jpg - -# capture n°023857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023857.pto --stitching --prefix=assemblage_023857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023857.jpg - -# capture n°023858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023858.pto --stitching --prefix=assemblage_023858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023858.jpg - -# capture n°023859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023859.pto --stitching --prefix=assemblage_023859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023859.jpg - -# capture n°023860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023860.pto --stitching --prefix=assemblage_023860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023860.jpg - -# capture n°023861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023861.pto --stitching --prefix=assemblage_023861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023861.jpg - -# capture n°023862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023862.pto --stitching --prefix=assemblage_023862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023862.jpg - -# capture n°023863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023863.pto --stitching --prefix=assemblage_023863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023863.jpg - -# capture n°023864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023864.pto --stitching --prefix=assemblage_023864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023864.jpg - -# capture n°023865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023865.pto --stitching --prefix=assemblage_023865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023865.jpg - -# capture n°023866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023866.pto --stitching --prefix=assemblage_023866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023866.jpg - -# capture n°023867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023867.pto --stitching --prefix=assemblage_023867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023867.jpg - -# capture n°023868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023868.pto --stitching --prefix=assemblage_023868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023868.jpg - -# capture n°023869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023869.pto --stitching --prefix=assemblage_023869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023869.jpg - -# capture n°023870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023870.pto --stitching --prefix=assemblage_023870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023870.jpg - -# capture n°023871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023871.pto --stitching --prefix=assemblage_023871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023871.jpg - -# capture n°023872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023872.pto --stitching --prefix=assemblage_023872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023872.jpg - -# capture n°023873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023873.pto --stitching --prefix=assemblage_023873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023873.jpg - -# capture n°023874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023874.pto --stitching --prefix=assemblage_023874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023874.jpg - -# capture n°023875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023875.pto --stitching --prefix=assemblage_023875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023875.jpg - -# capture n°023876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023876.pto --stitching --prefix=assemblage_023876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023876.jpg - -# capture n°023877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023877.pto --stitching --prefix=assemblage_023877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023877.jpg - -# capture n°023878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023878.pto --stitching --prefix=assemblage_023878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023878.jpg - -# capture n°023879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023879.pto --stitching --prefix=assemblage_023879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023879.jpg - -# capture n°023880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023880.pto --stitching --prefix=assemblage_023880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023880.jpg - -# capture n°023881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023881.pto --stitching --prefix=assemblage_023881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023881.jpg - -# capture n°023882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023882.pto --stitching --prefix=assemblage_023882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023882.jpg - -# capture n°023883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023883.pto --stitching --prefix=assemblage_023883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023883.jpg - -# capture n°023884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023884.pto --stitching --prefix=assemblage_023884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023884.jpg - -# capture n°023885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023885.pto --stitching --prefix=assemblage_023885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023885.jpg - -# capture n°023886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023886.pto --stitching --prefix=assemblage_023886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023886.jpg - -# capture n°023887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023887.pto --stitching --prefix=assemblage_023887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023887.jpg - -# capture n°023888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023888.pto --stitching --prefix=assemblage_023888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023888.jpg - -# capture n°023889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023889.pto --stitching --prefix=assemblage_023889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023889.jpg - -# capture n°023890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023890.pto --stitching --prefix=assemblage_023890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023890.jpg - -# capture n°023891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023891.pto --stitching --prefix=assemblage_023891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023891.jpg - -# capture n°023892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023892.pto --stitching --prefix=assemblage_023892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023892.jpg - -# capture n°023893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023893.pto --stitching --prefix=assemblage_023893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023893.jpg - -# capture n°023894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023894.pto --stitching --prefix=assemblage_023894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023894.jpg - -# capture n°023895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023895.pto --stitching --prefix=assemblage_023895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023895.jpg - -# capture n°023896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023896.pto --stitching --prefix=assemblage_023896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023896.jpg - -# capture n°023897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023897.pto --stitching --prefix=assemblage_023897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023897.jpg - -# capture n°023898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023898.pto --stitching --prefix=assemblage_023898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023898.jpg - -# capture n°023899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023899.pto --stitching --prefix=assemblage_023899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023899.jpg - -# capture n°023900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023900.pto --stitching --prefix=assemblage_023900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023900.jpg - -# capture n°023901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023901.pto --stitching --prefix=assemblage_023901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023901.jpg - -# capture n°023902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023902.pto --stitching --prefix=assemblage_023902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023902.jpg - -# capture n°023903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023903.pto --stitching --prefix=assemblage_023903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023903.jpg - -# capture n°023904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023904.pto --stitching --prefix=assemblage_023904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023904.jpg - -# capture n°023905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023905.pto --stitching --prefix=assemblage_023905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023905.jpg - -# capture n°023906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023906.pto --stitching --prefix=assemblage_023906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023906.jpg - -# capture n°023907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023907.pto --stitching --prefix=assemblage_023907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023907.jpg - -# capture n°023908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023908.pto --stitching --prefix=assemblage_023908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023908.jpg - -# capture n°023909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023909.pto --stitching --prefix=assemblage_023909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023909.jpg - -# capture n°023910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023910.pto --stitching --prefix=assemblage_023910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023910.jpg - -# capture n°023911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023911.pto --stitching --prefix=assemblage_023911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023911.jpg - -# capture n°023912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023912.pto --stitching --prefix=assemblage_023912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023912.jpg - -# capture n°023913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023913.pto --stitching --prefix=assemblage_023913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023913.jpg - -# capture n°023914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023914.pto --stitching --prefix=assemblage_023914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023914.jpg - -# capture n°023915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023915.pto --stitching --prefix=assemblage_023915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023915.jpg - -# capture n°023916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023916.pto --stitching --prefix=assemblage_023916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023916.jpg - -# capture n°023917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023917.pto --stitching --prefix=assemblage_023917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023917.jpg - -# capture n°023918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023918.pto --stitching --prefix=assemblage_023918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023918.jpg - -# capture n°023919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023919.pto --stitching --prefix=assemblage_023919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023919.jpg - -# capture n°023920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023920.pto --stitching --prefix=assemblage_023920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023920.jpg - -# capture n°023921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023921.pto --stitching --prefix=assemblage_023921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023921.jpg - -# capture n°023922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023922.pto --stitching --prefix=assemblage_023922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023922.jpg - -# capture n°023923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023923.pto --stitching --prefix=assemblage_023923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023923.jpg - -# capture n°023924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023924.pto --stitching --prefix=assemblage_023924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023924.jpg - -# capture n°023925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023925.pto --stitching --prefix=assemblage_023925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023925.jpg - -# capture n°023926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023926.pto --stitching --prefix=assemblage_023926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023926.jpg - -# capture n°023927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023927.pto --stitching --prefix=assemblage_023927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023927.jpg - -# capture n°023928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023928.pto --stitching --prefix=assemblage_023928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023928.jpg - -# capture n°023929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023929.pto --stitching --prefix=assemblage_023929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023929.jpg - -# capture n°023930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023930.pto --stitching --prefix=assemblage_023930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023930.jpg - -# capture n°023931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023931.pto --stitching --prefix=assemblage_023931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023931.jpg - -# capture n°023932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023932.pto --stitching --prefix=assemblage_023932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023932.jpg - -# capture n°023933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023933.pto --stitching --prefix=assemblage_023933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023933.jpg - -# capture n°023934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023934.pto --stitching --prefix=assemblage_023934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023934.jpg - -# capture n°023935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023935.pto --stitching --prefix=assemblage_023935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023935.jpg - -# capture n°023936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023936.pto --stitching --prefix=assemblage_023936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023936.jpg - -# capture n°023937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023937.pto --stitching --prefix=assemblage_023937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023937.jpg - -# capture n°023938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023938.pto --stitching --prefix=assemblage_023938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023938.jpg - -# capture n°023939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023939.pto --stitching --prefix=assemblage_023939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023939.jpg - -# capture n°023940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023940.pto --stitching --prefix=assemblage_023940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023940.jpg - -# capture n°023941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023941.pto --stitching --prefix=assemblage_023941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023941.jpg - -# capture n°023942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023942.pto --stitching --prefix=assemblage_023942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023942.jpg - -# capture n°023943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023943.pto --stitching --prefix=assemblage_023943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023943.jpg - -# capture n°023944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023944.pto --stitching --prefix=assemblage_023944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023944.jpg - -# capture n°023945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023945.pto --stitching --prefix=assemblage_023945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023945.jpg - -# capture n°023946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023946.pto --stitching --prefix=assemblage_023946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023946.jpg - -# capture n°023947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023947.pto --stitching --prefix=assemblage_023947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023947.jpg - -# capture n°023948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023948.pto --stitching --prefix=assemblage_023948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023948.jpg - -# capture n°023949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023949.pto --stitching --prefix=assemblage_023949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023949.jpg - -# capture n°023950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023950.pto --stitching --prefix=assemblage_023950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023950.jpg - -# capture n°023951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023951.pto --stitching --prefix=assemblage_023951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023951.jpg - -# capture n°023952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023952.pto --stitching --prefix=assemblage_023952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023952.jpg - -# capture n°023953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023953.pto --stitching --prefix=assemblage_023953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023953.jpg - -# capture n°023954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023954.pto --stitching --prefix=assemblage_023954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023954.jpg - -# capture n°023955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023955.pto --stitching --prefix=assemblage_023955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023955.jpg - -# capture n°023956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023956.pto --stitching --prefix=assemblage_023956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023956.jpg - -# capture n°023957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023957.pto --stitching --prefix=assemblage_023957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023957.jpg - -# capture n°023958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023958.pto --stitching --prefix=assemblage_023958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023958.jpg - -# capture n°023959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023959.pto --stitching --prefix=assemblage_023959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023959.jpg - -# capture n°023960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023960.pto --stitching --prefix=assemblage_023960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023960.jpg - -# capture n°023961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023961.pto --stitching --prefix=assemblage_023961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023961.jpg - -# capture n°023962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023962.pto --stitching --prefix=assemblage_023962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023962.jpg - -# capture n°023963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023963.pto --stitching --prefix=assemblage_023963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023963.jpg - -# capture n°023964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023964.pto --stitching --prefix=assemblage_023964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023964.jpg - -# capture n°023965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023965.pto --stitching --prefix=assemblage_023965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023965.jpg - -# capture n°023966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023966.pto --stitching --prefix=assemblage_023966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023966.jpg - -# capture n°023967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023967.pto --stitching --prefix=assemblage_023967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023967.jpg - -# capture n°023968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023968.pto --stitching --prefix=assemblage_023968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023968.jpg - -# capture n°023969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023969.pto --stitching --prefix=assemblage_023969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023969.jpg - -# capture n°023970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023970.pto --stitching --prefix=assemblage_023970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023970.jpg - -# capture n°023971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023971.pto --stitching --prefix=assemblage_023971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023971.jpg - -# capture n°023972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023972.pto --stitching --prefix=assemblage_023972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023972.jpg - -# capture n°023973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023973.pto --stitching --prefix=assemblage_023973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023973.jpg - -# capture n°023974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023974.pto --stitching --prefix=assemblage_023974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023974.jpg - -# capture n°023975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023975.pto --stitching --prefix=assemblage_023975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023975.jpg - -# capture n°023976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023976.pto --stitching --prefix=assemblage_023976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023976.jpg - -# capture n°023977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023977.pto --stitching --prefix=assemblage_023977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023977.jpg - -# capture n°023978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023978.pto --stitching --prefix=assemblage_023978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023978.jpg - -# capture n°023979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023979.pto --stitching --prefix=assemblage_023979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023979.jpg - -# capture n°023980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023980.pto --stitching --prefix=assemblage_023980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023980.jpg - -# capture n°023981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023981.pto --stitching --prefix=assemblage_023981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023981.jpg - -# capture n°023982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023982.pto --stitching --prefix=assemblage_023982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023982.jpg - -# capture n°023983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023983.pto --stitching --prefix=assemblage_023983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023983.jpg - -# capture n°023984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023984.pto --stitching --prefix=assemblage_023984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023984.jpg - -# capture n°023985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023985.pto --stitching --prefix=assemblage_023985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023985.jpg - -# capture n°023986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023986.pto --stitching --prefix=assemblage_023986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023986.jpg - -# capture n°023987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023987.pto --stitching --prefix=assemblage_023987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023987.jpg - -# capture n°023988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023988.pto --stitching --prefix=assemblage_023988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023988.jpg - -# capture n°023989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023989.pto --stitching --prefix=assemblage_023989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023989.jpg - -# capture n°023990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023990.pto --stitching --prefix=assemblage_023990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023990.jpg - -# capture n°023991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023991.pto --stitching --prefix=assemblage_023991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023991.jpg - -# capture n°023992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023992.pto --stitching --prefix=assemblage_023992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023992.jpg - -# capture n°023993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023993.pto --stitching --prefix=assemblage_023993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023993.jpg - -# capture n°023994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023994.pto --stitching --prefix=assemblage_023994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023994.jpg - -# capture n°023995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023995.pto --stitching --prefix=assemblage_023995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023995.jpg - -# capture n°023996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023996.pto --stitching --prefix=assemblage_023996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023996.jpg - -# capture n°023997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023997.pto --stitching --prefix=assemblage_023997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023997.jpg - -# capture n°023998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023998.pto --stitching --prefix=assemblage_023998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023998.jpg - -# capture n°023999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_023999.pto --stitching --prefix=assemblage_023999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF023999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_023999.jpg - -# capture n°024000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024000.pto --stitching --prefix=assemblage_024000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024000.jpg - -# capture n°024001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024001.pto --stitching --prefix=assemblage_024001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024001.jpg - -# capture n°024002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024002.pto --stitching --prefix=assemblage_024002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024002.jpg - -# capture n°024003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024003.pto --stitching --prefix=assemblage_024003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024003.jpg - -# capture n°024004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024004.pto --stitching --prefix=assemblage_024004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024004.jpg - -# capture n°024005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024005.pto --stitching --prefix=assemblage_024005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024005.jpg - -# capture n°024006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024006.pto --stitching --prefix=assemblage_024006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024006.jpg - -# capture n°024007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024007.pto --stitching --prefix=assemblage_024007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024007.jpg - -# capture n°024008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024008.pto --stitching --prefix=assemblage_024008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024008.jpg - -# capture n°024009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024009.pto --stitching --prefix=assemblage_024009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024009.jpg - -# capture n°024010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024010.pto --stitching --prefix=assemblage_024010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024010.jpg - -# capture n°024011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024011.pto --stitching --prefix=assemblage_024011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024011.jpg - -# capture n°024012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024012.pto --stitching --prefix=assemblage_024012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024012.jpg - -# capture n°024013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024013.pto --stitching --prefix=assemblage_024013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024013.jpg - -# capture n°024014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024014.pto --stitching --prefix=assemblage_024014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024014.jpg - -# capture n°024015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024015.pto --stitching --prefix=assemblage_024015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024015.jpg - -# capture n°024016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024016.pto --stitching --prefix=assemblage_024016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024016.jpg - -# capture n°024017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024017.pto --stitching --prefix=assemblage_024017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024017.jpg - -# capture n°024018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024018.pto --stitching --prefix=assemblage_024018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024018.jpg - -# capture n°024019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024019.pto --stitching --prefix=assemblage_024019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024019.jpg - -# capture n°024020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024020.pto --stitching --prefix=assemblage_024020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024020.jpg - -# capture n°024021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024021.pto --stitching --prefix=assemblage_024021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024021.jpg - -# capture n°024022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024022.pto --stitching --prefix=assemblage_024022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024022.jpg - -# capture n°024023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024023.pto --stitching --prefix=assemblage_024023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024023.jpg - -# capture n°024024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024024.pto --stitching --prefix=assemblage_024024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024024.jpg - -# capture n°024025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024025.pto --stitching --prefix=assemblage_024025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024025.jpg - -# capture n°024026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024026.pto --stitching --prefix=assemblage_024026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024026.jpg - -# capture n°024027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024027.pto --stitching --prefix=assemblage_024027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024027.jpg - -# capture n°024028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024028.pto --stitching --prefix=assemblage_024028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024028.jpg - -# capture n°024029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024029.pto --stitching --prefix=assemblage_024029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024029.jpg - -# capture n°024030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024030.pto --stitching --prefix=assemblage_024030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024030.jpg - -# capture n°024031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024031.pto --stitching --prefix=assemblage_024031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024031.jpg - -# capture n°024032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024032.pto --stitching --prefix=assemblage_024032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024032.jpg - -# capture n°024033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024033.pto --stitching --prefix=assemblage_024033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024033.jpg - -# capture n°024034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024034.pto --stitching --prefix=assemblage_024034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024034.jpg - -# capture n°024035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024035.pto --stitching --prefix=assemblage_024035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024035.jpg - -# capture n°024036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024036.pto --stitching --prefix=assemblage_024036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024036.jpg - -# capture n°024037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024037.pto --stitching --prefix=assemblage_024037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024037.jpg - -# capture n°024038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024038.pto --stitching --prefix=assemblage_024038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024038.jpg - -# capture n°024039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024039.pto --stitching --prefix=assemblage_024039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024039.jpg - -# capture n°024040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024040.pto --stitching --prefix=assemblage_024040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024040.jpg - -# capture n°024041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024041.pto --stitching --prefix=assemblage_024041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024041.jpg - -# capture n°024042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024042.pto --stitching --prefix=assemblage_024042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024042.jpg - -# capture n°024043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024043.pto --stitching --prefix=assemblage_024043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024043.jpg - -# capture n°024044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024044.pto --stitching --prefix=assemblage_024044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024044.jpg - -# capture n°024045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024045.pto --stitching --prefix=assemblage_024045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024045.jpg - -# capture n°024046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024046.pto --stitching --prefix=assemblage_024046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024046.jpg - -# capture n°024047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024047.pto --stitching --prefix=assemblage_024047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024047.jpg - -# capture n°024048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024048.pto --stitching --prefix=assemblage_024048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024048.jpg - -# capture n°024049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024049.pto --stitching --prefix=assemblage_024049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024049.jpg - -# capture n°024050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024050.pto --stitching --prefix=assemblage_024050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024050.jpg - -# capture n°024051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024051.pto --stitching --prefix=assemblage_024051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024051.jpg - -# capture n°024052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024052.pto --stitching --prefix=assemblage_024052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024052.jpg - -# capture n°024053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024053.pto --stitching --prefix=assemblage_024053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024053.jpg - -# capture n°024054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024054.pto --stitching --prefix=assemblage_024054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024054.jpg - -# capture n°024055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024055.pto --stitching --prefix=assemblage_024055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024055.jpg - -# capture n°024056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024056.pto --stitching --prefix=assemblage_024056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024056.jpg - -# capture n°024057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024057.pto --stitching --prefix=assemblage_024057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024057.jpg - -# capture n°024058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024058.pto --stitching --prefix=assemblage_024058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024058.jpg - -# capture n°024059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024059.pto --stitching --prefix=assemblage_024059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024059.jpg - -# capture n°024060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024060.pto --stitching --prefix=assemblage_024060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024060.jpg - -# capture n°024061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024061.pto --stitching --prefix=assemblage_024061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024061.jpg - -# capture n°024062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024062.pto --stitching --prefix=assemblage_024062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024062.jpg - -# capture n°024063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024063.pto --stitching --prefix=assemblage_024063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024063.jpg - -# capture n°024064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024064.pto --stitching --prefix=assemblage_024064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024064.jpg - -# capture n°024065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024065.pto --stitching --prefix=assemblage_024065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024065.jpg - -# capture n°024066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024066.pto --stitching --prefix=assemblage_024066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024066.jpg - -# capture n°024067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024067.pto --stitching --prefix=assemblage_024067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024067.jpg - -# capture n°024068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024068.pto --stitching --prefix=assemblage_024068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024068.jpg - -# capture n°024069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024069.pto --stitching --prefix=assemblage_024069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024069.jpg - -# capture n°024070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024070.pto --stitching --prefix=assemblage_024070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024070.jpg - -# capture n°024071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024071.pto --stitching --prefix=assemblage_024071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024071.jpg - -# capture n°024072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024072.pto --stitching --prefix=assemblage_024072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024072.jpg - -# capture n°024073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024073.pto --stitching --prefix=assemblage_024073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024073.jpg - -# capture n°024074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024074.pto --stitching --prefix=assemblage_024074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024074.jpg - -# capture n°024075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024075.pto --stitching --prefix=assemblage_024075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024075.jpg - -# capture n°024076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024076.pto --stitching --prefix=assemblage_024076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024076.jpg - -# capture n°024077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024077.pto --stitching --prefix=assemblage_024077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024077.jpg - -# capture n°024078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024078.pto --stitching --prefix=assemblage_024078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024078.jpg - -# capture n°024079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024079.pto --stitching --prefix=assemblage_024079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024079.jpg - -# capture n°024080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024080.pto --stitching --prefix=assemblage_024080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024080.jpg - -# capture n°024081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024081.pto --stitching --prefix=assemblage_024081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024081.jpg - -# capture n°024082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024082.pto --stitching --prefix=assemblage_024082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024082.jpg - -# capture n°024083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024083.pto --stitching --prefix=assemblage_024083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024083.jpg - -# capture n°024084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024084.pto --stitching --prefix=assemblage_024084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024084.jpg - -# capture n°024085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024085.pto --stitching --prefix=assemblage_024085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024085.jpg - -# capture n°024086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024086.pto --stitching --prefix=assemblage_024086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024086.jpg - -# capture n°024087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024087.pto --stitching --prefix=assemblage_024087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024087.jpg - -# capture n°024088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024088.pto --stitching --prefix=assemblage_024088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024088.jpg - -# capture n°024089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024089.pto --stitching --prefix=assemblage_024089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024089.jpg - -# capture n°024090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024090.pto --stitching --prefix=assemblage_024090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024090.jpg - -# capture n°024091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024091.pto --stitching --prefix=assemblage_024091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024091.jpg - -# capture n°024092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024092.pto --stitching --prefix=assemblage_024092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024092.jpg - -# capture n°024093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024093.pto --stitching --prefix=assemblage_024093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024093.jpg - -# capture n°024094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024094.pto --stitching --prefix=assemblage_024094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024094.jpg - -# capture n°024095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024095.pto --stitching --prefix=assemblage_024095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024095.jpg - -# capture n°024096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024096.pto --stitching --prefix=assemblage_024096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024096.jpg - -# capture n°024097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024097.pto --stitching --prefix=assemblage_024097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024097.jpg - -# capture n°024098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024098.pto --stitching --prefix=assemblage_024098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024098.jpg - -# capture n°024099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024099.pto --stitching --prefix=assemblage_024099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024099.jpg - -# capture n°024100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024100.pto --stitching --prefix=assemblage_024100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024100.jpg - -# capture n°024101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024101.pto --stitching --prefix=assemblage_024101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024101.jpg - -# capture n°024102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024102.pto --stitching --prefix=assemblage_024102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024102.jpg - -# capture n°024103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024103.pto --stitching --prefix=assemblage_024103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024103.jpg - -# capture n°024104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024104.pto --stitching --prefix=assemblage_024104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024104.jpg - -# capture n°024105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024105.pto --stitching --prefix=assemblage_024105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024105.jpg - -# capture n°024106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024106.pto --stitching --prefix=assemblage_024106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024106.jpg - -# capture n°024107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024107.pto --stitching --prefix=assemblage_024107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024107.jpg - -# capture n°024108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024108.pto --stitching --prefix=assemblage_024108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024108.jpg - -# capture n°024109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024109.pto --stitching --prefix=assemblage_024109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024109.jpg - -# capture n°024110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024110.pto --stitching --prefix=assemblage_024110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024110.jpg - -# capture n°024111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024111.pto --stitching --prefix=assemblage_024111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024111.jpg - -# capture n°024112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024112.pto --stitching --prefix=assemblage_024112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024112.jpg - -# capture n°024113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024113.pto --stitching --prefix=assemblage_024113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024113.jpg - -# capture n°024114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024114.pto --stitching --prefix=assemblage_024114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024114.jpg - -# capture n°024115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024115.pto --stitching --prefix=assemblage_024115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024115.jpg - -# capture n°024116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024116.pto --stitching --prefix=assemblage_024116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024116.jpg - -# capture n°024117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024117.pto --stitching --prefix=assemblage_024117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024117.jpg - -# capture n°024118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024118.pto --stitching --prefix=assemblage_024118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024118.jpg - -# capture n°024119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024119.pto --stitching --prefix=assemblage_024119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024119.jpg - -# capture n°024120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024120.pto --stitching --prefix=assemblage_024120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024120.jpg - -# capture n°024121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024121.pto --stitching --prefix=assemblage_024121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024121.jpg - -# capture n°024122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024122.pto --stitching --prefix=assemblage_024122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024122.jpg - -# capture n°024123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024123.pto --stitching --prefix=assemblage_024123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024123.jpg - -# capture n°024124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024124.pto --stitching --prefix=assemblage_024124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024124.jpg - -# capture n°024125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024125.pto --stitching --prefix=assemblage_024125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024125.jpg - -# capture n°024126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024126.pto --stitching --prefix=assemblage_024126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024126.jpg - -# capture n°024127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024127.pto --stitching --prefix=assemblage_024127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024127.jpg - -# capture n°024128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024128.pto --stitching --prefix=assemblage_024128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024128.jpg - -# capture n°024129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024129.pto --stitching --prefix=assemblage_024129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024129.jpg - -# capture n°024130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024130.pto --stitching --prefix=assemblage_024130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024130.jpg - -# capture n°024131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024131.pto --stitching --prefix=assemblage_024131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024131.jpg - -# capture n°024132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024132.pto --stitching --prefix=assemblage_024132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024132.jpg - -# capture n°024133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024133.pto --stitching --prefix=assemblage_024133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024133.jpg - -# capture n°024134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024134.pto --stitching --prefix=assemblage_024134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024134.jpg - -# capture n°024135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024135.pto --stitching --prefix=assemblage_024135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024135.jpg - -# capture n°024136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024136.pto --stitching --prefix=assemblage_024136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024136.jpg - -# capture n°024137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024137.pto --stitching --prefix=assemblage_024137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024137.jpg - -# capture n°024138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024138.pto --stitching --prefix=assemblage_024138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024138.jpg - -# capture n°024139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024139.pto --stitching --prefix=assemblage_024139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024139.jpg - -# capture n°024140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024140.pto --stitching --prefix=assemblage_024140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024140.jpg - -# capture n°024141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024141.pto --stitching --prefix=assemblage_024141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024141.jpg - -# capture n°024142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024142.pto --stitching --prefix=assemblage_024142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024142.jpg - -# capture n°024143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024143.pto --stitching --prefix=assemblage_024143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024143.jpg - -# capture n°024144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024144.pto --stitching --prefix=assemblage_024144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024144.jpg - -# capture n°024145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024145.pto --stitching --prefix=assemblage_024145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024145.jpg - -# capture n°024146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024146.pto --stitching --prefix=assemblage_024146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024146.jpg - -# capture n°024147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024147.pto --stitching --prefix=assemblage_024147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024147.jpg - -# capture n°024148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024148.pto --stitching --prefix=assemblage_024148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024148.jpg - -# capture n°024149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024149.pto --stitching --prefix=assemblage_024149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024149.jpg - -# capture n°024150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024150.pto --stitching --prefix=assemblage_024150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024150.jpg - -# capture n°024151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024151.pto --stitching --prefix=assemblage_024151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024151.jpg - -# capture n°024152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024152.pto --stitching --prefix=assemblage_024152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024152.jpg - -# capture n°024153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024153.pto --stitching --prefix=assemblage_024153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024153.jpg - -# capture n°024154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024154.pto --stitching --prefix=assemblage_024154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024154.jpg - -# capture n°024155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024155.pto --stitching --prefix=assemblage_024155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024155.jpg - -# capture n°024156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024156.pto --stitching --prefix=assemblage_024156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024156.jpg - -# capture n°024157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024157.pto --stitching --prefix=assemblage_024157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024157.jpg - -# capture n°024158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024158.pto --stitching --prefix=assemblage_024158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024158.jpg - -# capture n°024159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024159.pto --stitching --prefix=assemblage_024159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024159.jpg - -# capture n°024160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024160.pto --stitching --prefix=assemblage_024160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024160.jpg - -# capture n°024161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024161.pto --stitching --prefix=assemblage_024161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024161.jpg - -# capture n°024162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024162.pto --stitching --prefix=assemblage_024162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024162.jpg - -# capture n°024163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024163.pto --stitching --prefix=assemblage_024163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024163.jpg - -# capture n°024164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024164.pto --stitching --prefix=assemblage_024164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024164.jpg - -# capture n°024165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024165.pto --stitching --prefix=assemblage_024165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024165.jpg - -# capture n°024166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024166.pto --stitching --prefix=assemblage_024166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024166.jpg - -# capture n°024167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024167.pto --stitching --prefix=assemblage_024167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024167.jpg - -# capture n°024168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024168.pto --stitching --prefix=assemblage_024168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024168.jpg - -# capture n°024169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024169.pto --stitching --prefix=assemblage_024169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024169.jpg - -# capture n°024170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024170.pto --stitching --prefix=assemblage_024170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024170.jpg - -# capture n°024171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024171.pto --stitching --prefix=assemblage_024171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024171.jpg - -# capture n°024172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024172.pto --stitching --prefix=assemblage_024172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024172.jpg - -# capture n°024173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024173.pto --stitching --prefix=assemblage_024173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024173.jpg - -# capture n°024174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024174.pto --stitching --prefix=assemblage_024174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024174.jpg - -# capture n°024175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024175.pto --stitching --prefix=assemblage_024175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024175.jpg - -# capture n°024176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024176.pto --stitching --prefix=assemblage_024176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024176.jpg - -# capture n°024177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024177.pto --stitching --prefix=assemblage_024177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024177.jpg - -# capture n°024178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024178.pto --stitching --prefix=assemblage_024178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024178.jpg - -# capture n°024179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024179.pto --stitching --prefix=assemblage_024179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024179.jpg - -# capture n°024180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024180.pto --stitching --prefix=assemblage_024180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024180.jpg - -# capture n°024181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024181.pto --stitching --prefix=assemblage_024181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024181.jpg - -# capture n°024182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024182.pto --stitching --prefix=assemblage_024182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024182.jpg - -# capture n°024183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024183.pto --stitching --prefix=assemblage_024183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024183.jpg - -# capture n°024184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024184.pto --stitching --prefix=assemblage_024184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024184.jpg - -# capture n°024185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024185.pto --stitching --prefix=assemblage_024185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024185.jpg - -# capture n°024186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024186.pto --stitching --prefix=assemblage_024186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024186.jpg - -# capture n°024187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024187.pto --stitching --prefix=assemblage_024187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024187.jpg - -# capture n°024188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024188.pto --stitching --prefix=assemblage_024188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024188.jpg - -# capture n°024189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024189.pto --stitching --prefix=assemblage_024189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024189.jpg - -# capture n°024190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024190.pto --stitching --prefix=assemblage_024190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024190.jpg - -# capture n°024191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024191.pto --stitching --prefix=assemblage_024191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024191.jpg - -# capture n°024192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024192.pto --stitching --prefix=assemblage_024192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024192.jpg - -# capture n°024193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024193.pto --stitching --prefix=assemblage_024193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024193.jpg - -# capture n°024194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024194.pto --stitching --prefix=assemblage_024194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024194.jpg - -# capture n°024195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024195.pto --stitching --prefix=assemblage_024195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024195.jpg - -# capture n°024196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024196.pto --stitching --prefix=assemblage_024196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024196.jpg - -# capture n°024197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024197.pto --stitching --prefix=assemblage_024197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024197.jpg - -# capture n°024198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024198.pto --stitching --prefix=assemblage_024198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024198.jpg - -# capture n°024199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024199.pto --stitching --prefix=assemblage_024199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024199.jpg - -# capture n°024200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024200.pto --stitching --prefix=assemblage_024200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024200.jpg - -# capture n°024201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024201.pto --stitching --prefix=assemblage_024201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024201.jpg - -# capture n°024202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024202.pto --stitching --prefix=assemblage_024202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024202.jpg - -# capture n°024203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024203.pto --stitching --prefix=assemblage_024203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024203.jpg - -# capture n°024204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024204.pto --stitching --prefix=assemblage_024204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024204.jpg - -# capture n°024205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024205.pto --stitching --prefix=assemblage_024205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024205.jpg - -# capture n°024206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024206.pto --stitching --prefix=assemblage_024206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024206.jpg - -# capture n°024207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024207.pto --stitching --prefix=assemblage_024207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024207.jpg - -# capture n°024208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024208.pto --stitching --prefix=assemblage_024208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024208.jpg - -# capture n°024209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024209.pto --stitching --prefix=assemblage_024209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024209.jpg - -# capture n°024210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024210.pto --stitching --prefix=assemblage_024210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024210.jpg - -# capture n°024211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024211.pto --stitching --prefix=assemblage_024211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024211.jpg - -# capture n°024212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024212.pto --stitching --prefix=assemblage_024212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024212.jpg - -# capture n°024213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024213.pto --stitching --prefix=assemblage_024213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024213.jpg - -# capture n°024214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024214.pto --stitching --prefix=assemblage_024214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024214.jpg - -# capture n°024215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024215.pto --stitching --prefix=assemblage_024215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024215.jpg - -# capture n°024216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024216.pto --stitching --prefix=assemblage_024216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024216.jpg - -# capture n°024217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024217.pto --stitching --prefix=assemblage_024217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024217.jpg - -# capture n°024218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024218.pto --stitching --prefix=assemblage_024218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024218.jpg - -# capture n°024219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024219.pto --stitching --prefix=assemblage_024219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024219.jpg - -# capture n°024220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024220.pto --stitching --prefix=assemblage_024220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024220.jpg - -# capture n°024221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024221.pto --stitching --prefix=assemblage_024221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024221.jpg - -# capture n°024222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024222.pto --stitching --prefix=assemblage_024222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024222.jpg - -# capture n°024223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024223.pto --stitching --prefix=assemblage_024223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024223.jpg - -# capture n°024224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024224.pto --stitching --prefix=assemblage_024224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024224.jpg - -# capture n°024225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024225.pto --stitching --prefix=assemblage_024225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024225.jpg - -# capture n°024226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024226.pto --stitching --prefix=assemblage_024226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024226.jpg - -# capture n°024227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024227.pto --stitching --prefix=assemblage_024227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024227.jpg - -# capture n°024228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024228.pto --stitching --prefix=assemblage_024228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024228.jpg - -# capture n°024229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024229.pto --stitching --prefix=assemblage_024229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024229.jpg - -# capture n°024230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024230.pto --stitching --prefix=assemblage_024230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024230.jpg - -# capture n°024231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024231.pto --stitching --prefix=assemblage_024231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024231.jpg - -# capture n°024232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024232.pto --stitching --prefix=assemblage_024232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024232.jpg - -# capture n°024233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024233.pto --stitching --prefix=assemblage_024233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024233.jpg - -# capture n°024234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024234.pto --stitching --prefix=assemblage_024234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024234.jpg - -# capture n°024235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024235.pto --stitching --prefix=assemblage_024235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024235.jpg - -# capture n°024236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024236.pto --stitching --prefix=assemblage_024236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024236.jpg - -# capture n°024237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024237.pto --stitching --prefix=assemblage_024237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024237.jpg - -# capture n°024238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024238.pto --stitching --prefix=assemblage_024238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024238.jpg - -# capture n°024239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024239.pto --stitching --prefix=assemblage_024239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024239.jpg - -# capture n°024240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024240.pto --stitching --prefix=assemblage_024240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024240.jpg - -# capture n°024241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024241.pto --stitching --prefix=assemblage_024241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024241.jpg - -# capture n°024242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024242.pto --stitching --prefix=assemblage_024242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024242.jpg - -# capture n°024243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024243.pto --stitching --prefix=assemblage_024243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024243.jpg - -# capture n°024244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024244.pto --stitching --prefix=assemblage_024244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024244.jpg - -# capture n°024245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024245.pto --stitching --prefix=assemblage_024245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024245.jpg - -# capture n°024246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024246.pto --stitching --prefix=assemblage_024246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024246.jpg - -# capture n°024247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024247.pto --stitching --prefix=assemblage_024247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024247.jpg - -# capture n°024248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024248.pto --stitching --prefix=assemblage_024248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024248.jpg - -# capture n°024249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024249.pto --stitching --prefix=assemblage_024249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024249.jpg - -# capture n°024250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024250.pto --stitching --prefix=assemblage_024250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024250.jpg - -# capture n°024251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024251.pto --stitching --prefix=assemblage_024251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024251.jpg - -# capture n°024252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024252.pto --stitching --prefix=assemblage_024252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024252.jpg - -# capture n°024253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024253.pto --stitching --prefix=assemblage_024253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024253.jpg - -# capture n°024254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024254.pto --stitching --prefix=assemblage_024254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024254.jpg - -# capture n°024255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024255.pto --stitching --prefix=assemblage_024255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024255.jpg - -# capture n°024256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024256.pto --stitching --prefix=assemblage_024256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024256.jpg - -# capture n°024257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024257.pto --stitching --prefix=assemblage_024257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024257.jpg - -# capture n°024258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024258.pto --stitching --prefix=assemblage_024258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024258.jpg - -# capture n°024259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024259.pto --stitching --prefix=assemblage_024259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024259.jpg - -# capture n°024260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024260.pto --stitching --prefix=assemblage_024260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024260.jpg - -# capture n°024261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024261.pto --stitching --prefix=assemblage_024261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024261.jpg - -# capture n°024262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024262.pto --stitching --prefix=assemblage_024262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024262.jpg - -# capture n°024263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024263.pto --stitching --prefix=assemblage_024263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024263.jpg - -# capture n°024264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024264.pto --stitching --prefix=assemblage_024264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024264.jpg - -# capture n°024265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024265.pto --stitching --prefix=assemblage_024265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024265.jpg - -# capture n°024266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024266.pto --stitching --prefix=assemblage_024266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024266.jpg - -# capture n°024267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024267.pto --stitching --prefix=assemblage_024267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024267.jpg - -# capture n°024268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024268.pto --stitching --prefix=assemblage_024268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024268.jpg - -# capture n°024269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024269.pto --stitching --prefix=assemblage_024269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024269.jpg - -# capture n°024270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024270.pto --stitching --prefix=assemblage_024270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024270.jpg - -# capture n°024271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024271.pto --stitching --prefix=assemblage_024271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024271.jpg - -# capture n°024272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024272.pto --stitching --prefix=assemblage_024272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024272.jpg - -# capture n°024273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024273.pto --stitching --prefix=assemblage_024273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024273.jpg - -# capture n°024274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024274.pto --stitching --prefix=assemblage_024274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024274.jpg - -# capture n°024275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024275.pto --stitching --prefix=assemblage_024275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024275.jpg - -# capture n°024276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024276.pto --stitching --prefix=assemblage_024276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024276.jpg - -# capture n°024277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024277.pto --stitching --prefix=assemblage_024277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024277.jpg - -# capture n°024278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024278.pto --stitching --prefix=assemblage_024278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024278.jpg - -# capture n°024279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024279.pto --stitching --prefix=assemblage_024279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024279.jpg - -# capture n°024280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024280.pto --stitching --prefix=assemblage_024280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024280.jpg - -# capture n°024281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024281.pto --stitching --prefix=assemblage_024281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024281.jpg - -# capture n°024282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024282.pto --stitching --prefix=assemblage_024282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024282.jpg - -# capture n°024283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024283.pto --stitching --prefix=assemblage_024283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024283.jpg - -# capture n°024284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024284.pto --stitching --prefix=assemblage_024284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024284.jpg - -# capture n°024285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024285.pto --stitching --prefix=assemblage_024285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024285.jpg - -# capture n°024286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024286.pto --stitching --prefix=assemblage_024286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024286.jpg - -# capture n°024287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024287.pto --stitching --prefix=assemblage_024287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024287.jpg - -# capture n°024288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024288.pto --stitching --prefix=assemblage_024288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024288.jpg - -# capture n°024289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024289.pto --stitching --prefix=assemblage_024289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024289.jpg - -# capture n°024290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024290.pto --stitching --prefix=assemblage_024290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024290.jpg - -# capture n°024291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024291.pto --stitching --prefix=assemblage_024291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024291.jpg - -# capture n°024292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024292.pto --stitching --prefix=assemblage_024292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024292.jpg - -# capture n°024293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024293.pto --stitching --prefix=assemblage_024293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024293.jpg - -# capture n°024294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024294.pto --stitching --prefix=assemblage_024294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024294.jpg - -# capture n°024295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024295.pto --stitching --prefix=assemblage_024295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024295.jpg - -# capture n°024296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024296.pto --stitching --prefix=assemblage_024296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024296.jpg - -# capture n°024297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024297.pto --stitching --prefix=assemblage_024297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024297.jpg - -# capture n°024298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024298.pto --stitching --prefix=assemblage_024298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024298.jpg - -# capture n°024299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024299.pto --stitching --prefix=assemblage_024299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024299.jpg - -# capture n°024300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024300.pto --stitching --prefix=assemblage_024300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024300.jpg - -# capture n°024301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024301.pto --stitching --prefix=assemblage_024301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024301.jpg - -# capture n°024302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024302.pto --stitching --prefix=assemblage_024302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024302.jpg - -# capture n°024303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024303.pto --stitching --prefix=assemblage_024303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024303.jpg - -# capture n°024304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024304.pto --stitching --prefix=assemblage_024304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024304.jpg - -# capture n°024305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024305.pto --stitching --prefix=assemblage_024305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024305.jpg - -# capture n°024306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024306.pto --stitching --prefix=assemblage_024306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024306.jpg - -# capture n°024307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024307.pto --stitching --prefix=assemblage_024307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024307.jpg - -# capture n°024308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024308.pto --stitching --prefix=assemblage_024308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024308.jpg - -# capture n°024309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024309.pto --stitching --prefix=assemblage_024309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024309.jpg - -# capture n°024310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024310.pto --stitching --prefix=assemblage_024310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024310.jpg - -# capture n°024311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024311.pto --stitching --prefix=assemblage_024311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024311.jpg - -# capture n°024312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024312.pto --stitching --prefix=assemblage_024312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024312.jpg - -# capture n°024313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024313.pto --stitching --prefix=assemblage_024313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024313.jpg - -# capture n°024314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024314.pto --stitching --prefix=assemblage_024314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024314.jpg - -# capture n°024315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024315.pto --stitching --prefix=assemblage_024315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024315.jpg - -# capture n°024316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024316.pto --stitching --prefix=assemblage_024316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024316.jpg - -# capture n°024317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024317.pto --stitching --prefix=assemblage_024317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024317.jpg - -# capture n°024318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024318.pto --stitching --prefix=assemblage_024318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024318.jpg - -# capture n°024319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024319.pto --stitching --prefix=assemblage_024319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024319.jpg - -# capture n°024320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024320.pto --stitching --prefix=assemblage_024320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024320.jpg - -# capture n°024321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024321.pto --stitching --prefix=assemblage_024321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024321.jpg - -# capture n°024322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024322.pto --stitching --prefix=assemblage_024322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024322.jpg - -# capture n°024323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024323.pto --stitching --prefix=assemblage_024323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024323.jpg - -# capture n°024324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024324.pto --stitching --prefix=assemblage_024324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024324.jpg - -# capture n°024325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024325.pto --stitching --prefix=assemblage_024325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024325.jpg - -# capture n°024326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024326.pto --stitching --prefix=assemblage_024326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024326.jpg - -# capture n°024327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024327.pto --stitching --prefix=assemblage_024327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024327.jpg - -# capture n°024328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024328.pto --stitching --prefix=assemblage_024328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024328.jpg - -# capture n°024329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024329.pto --stitching --prefix=assemblage_024329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024329.jpg - -# capture n°024330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024330.pto --stitching --prefix=assemblage_024330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024330.jpg - -# capture n°024331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024331.pto --stitching --prefix=assemblage_024331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024331.jpg - -# capture n°024332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024332.pto --stitching --prefix=assemblage_024332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024332.jpg - -# capture n°024333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024333.pto --stitching --prefix=assemblage_024333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024333.jpg - -# capture n°024334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024334.pto --stitching --prefix=assemblage_024334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024334.jpg - -# capture n°024335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024335.pto --stitching --prefix=assemblage_024335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024335.jpg - -# capture n°024336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024336.pto --stitching --prefix=assemblage_024336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024336.jpg - -# capture n°024337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024337.pto --stitching --prefix=assemblage_024337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024337.jpg - -# capture n°024338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024338.pto --stitching --prefix=assemblage_024338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024338.jpg - -# capture n°024339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024339.pto --stitching --prefix=assemblage_024339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024339.jpg - -# capture n°024340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024340.pto --stitching --prefix=assemblage_024340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024340.jpg - -# capture n°024341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024341.pto --stitching --prefix=assemblage_024341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024341.jpg - -# capture n°024342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024342.pto --stitching --prefix=assemblage_024342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024342.jpg - -# capture n°024343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024343.pto --stitching --prefix=assemblage_024343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024343.jpg - -# capture n°024344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024344.pto --stitching --prefix=assemblage_024344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024344.jpg - -# capture n°024345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024345.pto --stitching --prefix=assemblage_024345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024345.jpg - -# capture n°024346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024346.pto --stitching --prefix=assemblage_024346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024346.jpg - -# capture n°024347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024347.pto --stitching --prefix=assemblage_024347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024347.jpg - -# capture n°024348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024348.pto --stitching --prefix=assemblage_024348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024348.jpg - -# capture n°024349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024349.pto --stitching --prefix=assemblage_024349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024349.jpg - -# capture n°024350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024350.pto --stitching --prefix=assemblage_024350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024350.jpg - -# capture n°024351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024351.pto --stitching --prefix=assemblage_024351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024351.jpg - -# capture n°024352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024352.pto --stitching --prefix=assemblage_024352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024352.jpg - -# capture n°024353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024353.pto --stitching --prefix=assemblage_024353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024353.jpg - -# capture n°024354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024354.pto --stitching --prefix=assemblage_024354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024354.jpg - -# capture n°024355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024355.pto --stitching --prefix=assemblage_024355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024355.jpg - -# capture n°024356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024356.pto --stitching --prefix=assemblage_024356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024356.jpg - -# capture n°024357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024357.pto --stitching --prefix=assemblage_024357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024357.jpg - -# capture n°024358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024358.pto --stitching --prefix=assemblage_024358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024358.jpg - -# capture n°024359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024359.pto --stitching --prefix=assemblage_024359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024359.jpg - -# capture n°024360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024360.pto --stitching --prefix=assemblage_024360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024360.jpg - -# capture n°024361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024361.pto --stitching --prefix=assemblage_024361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024361.jpg - -# capture n°024362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024362.pto --stitching --prefix=assemblage_024362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024362.jpg - -# capture n°024363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024363.pto --stitching --prefix=assemblage_024363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024363.jpg - -# capture n°024364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024364.pto --stitching --prefix=assemblage_024364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024364.jpg - -# capture n°024365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024365.pto --stitching --prefix=assemblage_024365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024365.jpg - -# capture n°024366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024366.pto --stitching --prefix=assemblage_024366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024366.jpg - -# capture n°024367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024367.pto --stitching --prefix=assemblage_024367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024367.jpg - -# capture n°024368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024368.pto --stitching --prefix=assemblage_024368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024368.jpg - -# capture n°024369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024369.pto --stitching --prefix=assemblage_024369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024369.jpg - -# capture n°024370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024370.pto --stitching --prefix=assemblage_024370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024370.jpg - -# capture n°024371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024371.pto --stitching --prefix=assemblage_024371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024371.jpg - -# capture n°024372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024372.pto --stitching --prefix=assemblage_024372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024372.jpg - -# capture n°024373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024373.pto --stitching --prefix=assemblage_024373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024373.jpg - -# capture n°024374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024374.pto --stitching --prefix=assemblage_024374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024374.jpg - -# capture n°024375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024375.pto --stitching --prefix=assemblage_024375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024375.jpg - -# capture n°024376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024376.pto --stitching --prefix=assemblage_024376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024376.jpg - -# capture n°024377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024377.pto --stitching --prefix=assemblage_024377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024377.jpg - -# capture n°024378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024378.pto --stitching --prefix=assemblage_024378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024378.jpg - -# capture n°024379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024379.pto --stitching --prefix=assemblage_024379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024379.jpg - -# capture n°024380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024380.pto --stitching --prefix=assemblage_024380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024380.jpg - -# capture n°024381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024381.pto --stitching --prefix=assemblage_024381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024381.jpg - -# capture n°024382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024382.pto --stitching --prefix=assemblage_024382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024382.jpg - -# capture n°024383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024383.pto --stitching --prefix=assemblage_024383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024383.jpg - -# capture n°024384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024384.pto --stitching --prefix=assemblage_024384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024384.jpg - -# capture n°024385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024385.pto --stitching --prefix=assemblage_024385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024385.jpg - -# capture n°024386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024386.pto --stitching --prefix=assemblage_024386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024386.jpg - -# capture n°024387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024387.pto --stitching --prefix=assemblage_024387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024387.jpg - -# capture n°024388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024388.pto --stitching --prefix=assemblage_024388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024388.jpg - -# capture n°024389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024389.pto --stitching --prefix=assemblage_024389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024389.jpg - -# capture n°024390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024390.pto --stitching --prefix=assemblage_024390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024390.jpg - -# capture n°024391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024391.pto --stitching --prefix=assemblage_024391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024391.jpg - -# capture n°024392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024392.pto --stitching --prefix=assemblage_024392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024392.jpg - -# capture n°024393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024393.pto --stitching --prefix=assemblage_024393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024393.jpg - -# capture n°024394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024394.pto --stitching --prefix=assemblage_024394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024394.jpg - -# capture n°024395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024395.pto --stitching --prefix=assemblage_024395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024395.jpg - -# capture n°024396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024396.pto --stitching --prefix=assemblage_024396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024396.jpg - -# capture n°024397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024397.pto --stitching --prefix=assemblage_024397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024397.jpg - -# capture n°024398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024398.pto --stitching --prefix=assemblage_024398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024398.jpg - -# capture n°024399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024399.pto --stitching --prefix=assemblage_024399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024399.jpg - -# capture n°024400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024400.pto --stitching --prefix=assemblage_024400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024400.jpg - -# capture n°024401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024401.pto --stitching --prefix=assemblage_024401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024401.jpg - -# capture n°024402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024402.pto --stitching --prefix=assemblage_024402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024402.jpg - -# capture n°024403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024403.pto --stitching --prefix=assemblage_024403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024403.jpg - -# capture n°024404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024404.pto --stitching --prefix=assemblage_024404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024404.jpg - -# capture n°024405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024405.pto --stitching --prefix=assemblage_024405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024405.jpg - -# capture n°024406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024406.pto --stitching --prefix=assemblage_024406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024406.jpg - -# capture n°024407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024407.pto --stitching --prefix=assemblage_024407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024407.jpg - -# capture n°024408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024408.pto --stitching --prefix=assemblage_024408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024408.jpg - -# capture n°024409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024409.pto --stitching --prefix=assemblage_024409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024409.jpg - -# capture n°024410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024410.pto --stitching --prefix=assemblage_024410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024410.jpg - -# capture n°024411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024411.pto --stitching --prefix=assemblage_024411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024411.jpg - -# capture n°024412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024412.pto --stitching --prefix=assemblage_024412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024412.jpg - -# capture n°024413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024413.pto --stitching --prefix=assemblage_024413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024413.jpg - -# capture n°024414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024414.pto --stitching --prefix=assemblage_024414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024414.jpg - -# capture n°024415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024415.pto --stitching --prefix=assemblage_024415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024415.jpg - -# capture n°024416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024416.pto --stitching --prefix=assemblage_024416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024416.jpg - -# capture n°024417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024417.pto --stitching --prefix=assemblage_024417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024417.jpg - -# capture n°024418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024418.pto --stitching --prefix=assemblage_024418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024418.jpg - -# capture n°024419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024419.pto --stitching --prefix=assemblage_024419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024419.jpg - -# capture n°024420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024420.pto --stitching --prefix=assemblage_024420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024420.jpg - -# capture n°024421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024421.pto --stitching --prefix=assemblage_024421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024421.jpg - -# capture n°024422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024422.pto --stitching --prefix=assemblage_024422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024422.jpg - -# capture n°024423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024423.pto --stitching --prefix=assemblage_024423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024423.jpg - -# capture n°024424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024424.pto --stitching --prefix=assemblage_024424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024424.jpg - -# capture n°024425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024425.pto --stitching --prefix=assemblage_024425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024425.jpg - -# capture n°024426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024426.pto --stitching --prefix=assemblage_024426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024426.jpg - -# capture n°024427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024427.pto --stitching --prefix=assemblage_024427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024427.jpg - -# capture n°024428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024428.pto --stitching --prefix=assemblage_024428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024428.jpg - -# capture n°024429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024429.pto --stitching --prefix=assemblage_024429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024429.jpg - -# capture n°024430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024430.pto --stitching --prefix=assemblage_024430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024430.jpg - -# capture n°024431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024431.pto --stitching --prefix=assemblage_024431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024431.jpg - -# capture n°024432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024432.pto --stitching --prefix=assemblage_024432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024432.jpg - -# capture n°024433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024433.pto --stitching --prefix=assemblage_024433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024433.jpg - -# capture n°024434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024434.pto --stitching --prefix=assemblage_024434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024434.jpg - -# capture n°024435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024435.pto --stitching --prefix=assemblage_024435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024435.jpg - -# capture n°024436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024436.pto --stitching --prefix=assemblage_024436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024436.jpg - -# capture n°024437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024437.pto --stitching --prefix=assemblage_024437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024437.jpg - -# capture n°024438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024438.pto --stitching --prefix=assemblage_024438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024438.jpg - -# capture n°024439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024439.pto --stitching --prefix=assemblage_024439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024439.jpg - -# capture n°024440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024440.pto --stitching --prefix=assemblage_024440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024440.jpg - -# capture n°024441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024441.pto --stitching --prefix=assemblage_024441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024441.jpg - -# capture n°024442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024442.pto --stitching --prefix=assemblage_024442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024442.jpg - -# capture n°024443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024443.pto --stitching --prefix=assemblage_024443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024443.jpg - -# capture n°024444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024444.pto --stitching --prefix=assemblage_024444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024444.jpg - -# capture n°024445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024445.pto --stitching --prefix=assemblage_024445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024445.jpg - -# capture n°024446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024446.pto --stitching --prefix=assemblage_024446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024446.jpg - -# capture n°024447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024447.pto --stitching --prefix=assemblage_024447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024447.jpg - -# capture n°024448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024448.pto --stitching --prefix=assemblage_024448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024448.jpg - -# capture n°024449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024449.pto --stitching --prefix=assemblage_024449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024449.jpg - -# capture n°024450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024450.pto --stitching --prefix=assemblage_024450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024450.jpg - -# capture n°024451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024451.pto --stitching --prefix=assemblage_024451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024451.jpg - -# capture n°024452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024452.pto --stitching --prefix=assemblage_024452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024452.jpg - -# capture n°024453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024453.pto --stitching --prefix=assemblage_024453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024453.jpg - -# capture n°024454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024454.pto --stitching --prefix=assemblage_024454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024454.jpg - -# capture n°024455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024455.pto --stitching --prefix=assemblage_024455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024455.jpg - -# capture n°024456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024456.pto --stitching --prefix=assemblage_024456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024456.jpg - -# capture n°024457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024457.pto --stitching --prefix=assemblage_024457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024457.jpg - -# capture n°024458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024458.pto --stitching --prefix=assemblage_024458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024458.jpg - -# capture n°024459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024459.pto --stitching --prefix=assemblage_024459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024459.jpg - -# capture n°024460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024460.pto --stitching --prefix=assemblage_024460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024460.jpg - -# capture n°024461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024461.pto --stitching --prefix=assemblage_024461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024461.jpg - -# capture n°024462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024462.pto --stitching --prefix=assemblage_024462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024462.jpg - -# capture n°024463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024463.pto --stitching --prefix=assemblage_024463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024463.jpg - -# capture n°024464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024464.pto --stitching --prefix=assemblage_024464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024464.jpg - -# capture n°024465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024465.pto --stitching --prefix=assemblage_024465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024465.jpg - -# capture n°024466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024466.pto --stitching --prefix=assemblage_024466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024466.jpg - -# capture n°024467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024467.pto --stitching --prefix=assemblage_024467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024467.jpg - -# capture n°024468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024468.pto --stitching --prefix=assemblage_024468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024468.jpg - -# capture n°024469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024469.pto --stitching --prefix=assemblage_024469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024469.jpg - -# capture n°024470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024470.pto --stitching --prefix=assemblage_024470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024470.jpg - -# capture n°024471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024471.pto --stitching --prefix=assemblage_024471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024471.jpg - -# capture n°024472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024472.pto --stitching --prefix=assemblage_024472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024472.jpg - -# capture n°024473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024473.pto --stitching --prefix=assemblage_024473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024473.jpg - -# capture n°024474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024474.pto --stitching --prefix=assemblage_024474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024474.jpg - -# capture n°024475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024475.pto --stitching --prefix=assemblage_024475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024475.jpg - -# capture n°024476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024476.pto --stitching --prefix=assemblage_024476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024476.jpg - -# capture n°024477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024477.pto --stitching --prefix=assemblage_024477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024477.jpg - -# capture n°024478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024478.pto --stitching --prefix=assemblage_024478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024478.jpg - -# capture n°024479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024479.pto --stitching --prefix=assemblage_024479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024479.jpg - -# capture n°024480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024480.pto --stitching --prefix=assemblage_024480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024480.jpg - -# capture n°024481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024481.pto --stitching --prefix=assemblage_024481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024481.jpg - -# capture n°024482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024482.pto --stitching --prefix=assemblage_024482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024482.jpg - -# capture n°024483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024483.pto --stitching --prefix=assemblage_024483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024483.jpg - -# capture n°024484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024484.pto --stitching --prefix=assemblage_024484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024484.jpg - -# capture n°024485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024485.pto --stitching --prefix=assemblage_024485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024485.jpg - -# capture n°024486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024486.pto --stitching --prefix=assemblage_024486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024486.jpg - -# capture n°024487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024487.pto --stitching --prefix=assemblage_024487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024487.jpg - -# capture n°024488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024488.pto --stitching --prefix=assemblage_024488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024488.jpg - -# capture n°024489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024489.pto --stitching --prefix=assemblage_024489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024489.jpg - -# capture n°024490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024490.pto --stitching --prefix=assemblage_024490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024490.jpg - -# capture n°024491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024491.pto --stitching --prefix=assemblage_024491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024491.jpg - -# capture n°024492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024492.pto --stitching --prefix=assemblage_024492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024492.jpg - -# capture n°024493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024493.pto --stitching --prefix=assemblage_024493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024493.jpg - -# capture n°024494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024494.pto --stitching --prefix=assemblage_024494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024494.jpg - -# capture n°024495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024495.pto --stitching --prefix=assemblage_024495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024495.jpg - -# capture n°024496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024496.pto --stitching --prefix=assemblage_024496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024496.jpg - -# capture n°024497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024497.pto --stitching --prefix=assemblage_024497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024497.jpg - -# capture n°024498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024498.pto --stitching --prefix=assemblage_024498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024498.jpg - -# capture n°024499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024499.pto --stitching --prefix=assemblage_024499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024499.jpg - -# capture n°024500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024500.pto --stitching --prefix=assemblage_024500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024500.jpg - -# capture n°024501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024501.pto --stitching --prefix=assemblage_024501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024501.jpg - -# capture n°024502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024502.pto --stitching --prefix=assemblage_024502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024502.jpg - -# capture n°024503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024503.pto --stitching --prefix=assemblage_024503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024503.jpg - -# capture n°024504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024504.pto --stitching --prefix=assemblage_024504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024504.jpg - -# capture n°024505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024505.pto --stitching --prefix=assemblage_024505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024505.jpg - -# capture n°024506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024506.pto --stitching --prefix=assemblage_024506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024506.jpg - -# capture n°024507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024507.pto --stitching --prefix=assemblage_024507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024507.jpg - -# capture n°024508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024508.pto --stitching --prefix=assemblage_024508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024508.jpg - -# capture n°024509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024509.pto --stitching --prefix=assemblage_024509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024509.jpg - -# capture n°024510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024510.pto --stitching --prefix=assemblage_024510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024510.jpg - -# capture n°024511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024511.pto --stitching --prefix=assemblage_024511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024511.jpg - -# capture n°024512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024512.pto --stitching --prefix=assemblage_024512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024512.jpg - -# capture n°024513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024513.pto --stitching --prefix=assemblage_024513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024513.jpg - -# capture n°024514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024514.pto --stitching --prefix=assemblage_024514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024514.jpg - -# capture n°024515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024515.pto --stitching --prefix=assemblage_024515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024515.jpg - -# capture n°024516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024516.pto --stitching --prefix=assemblage_024516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024516.jpg - -# capture n°024517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024517.pto --stitching --prefix=assemblage_024517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024517.jpg - -# capture n°024518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024518.pto --stitching --prefix=assemblage_024518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024518.jpg - -# capture n°024519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024519.pto --stitching --prefix=assemblage_024519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024519.jpg - -# capture n°024520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024520.pto --stitching --prefix=assemblage_024520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024520.jpg - -# capture n°024521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024521.pto --stitching --prefix=assemblage_024521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024521.jpg - -# capture n°024522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024522.pto --stitching --prefix=assemblage_024522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024522.jpg - -# capture n°024523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024523.pto --stitching --prefix=assemblage_024523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024523.jpg - -# capture n°024524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024524.pto --stitching --prefix=assemblage_024524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024524.jpg - -# capture n°024525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024525.pto --stitching --prefix=assemblage_024525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024525.jpg - -# capture n°024526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024526.pto --stitching --prefix=assemblage_024526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024526.jpg - -# capture n°024527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024527.pto --stitching --prefix=assemblage_024527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024527.jpg - -# capture n°024528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024528.pto --stitching --prefix=assemblage_024528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024528.jpg - -# capture n°024529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024529.pto --stitching --prefix=assemblage_024529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024529.jpg - -# capture n°024530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024530.pto --stitching --prefix=assemblage_024530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024530.jpg - -# capture n°024531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024531.pto --stitching --prefix=assemblage_024531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024531.jpg - -# capture n°024532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024532.pto --stitching --prefix=assemblage_024532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024532.jpg - -# capture n°024533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024533.pto --stitching --prefix=assemblage_024533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024533.jpg - -# capture n°024534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024534.pto --stitching --prefix=assemblage_024534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024534.jpg - -# capture n°024535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024535.pto --stitching --prefix=assemblage_024535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024535.jpg - -# capture n°024536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024536.pto --stitching --prefix=assemblage_024536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024536.jpg - -# capture n°024537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024537.pto --stitching --prefix=assemblage_024537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024537.jpg - -# capture n°024538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024538.pto --stitching --prefix=assemblage_024538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024538.jpg - -# capture n°024539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024539.pto --stitching --prefix=assemblage_024539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024539.jpg - -# capture n°024540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024540.pto --stitching --prefix=assemblage_024540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024540.jpg - -# capture n°024541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024541.pto --stitching --prefix=assemblage_024541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024541.jpg - -# capture n°024542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024542.pto --stitching --prefix=assemblage_024542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024542.jpg - -# capture n°024543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024543.pto --stitching --prefix=assemblage_024543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024543.jpg - -# capture n°024544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024544.pto --stitching --prefix=assemblage_024544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024544.jpg - -# capture n°024545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024545.pto --stitching --prefix=assemblage_024545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024545.jpg - -# capture n°024546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024546.pto --stitching --prefix=assemblage_024546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024546.jpg - -# capture n°024547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024547.pto --stitching --prefix=assemblage_024547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024547.jpg - -# capture n°024548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024548.pto --stitching --prefix=assemblage_024548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024548.jpg - -# capture n°024549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024549.pto --stitching --prefix=assemblage_024549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024549.jpg - -# capture n°024550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024550.pto --stitching --prefix=assemblage_024550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024550.jpg - -# capture n°024551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024551.pto --stitching --prefix=assemblage_024551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024551.jpg - -# capture n°024552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024552.pto --stitching --prefix=assemblage_024552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024552.jpg - -# capture n°024553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024553.pto --stitching --prefix=assemblage_024553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024553.jpg - -# capture n°024554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024554.pto --stitching --prefix=assemblage_024554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024554.jpg - -# capture n°024555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024555.pto --stitching --prefix=assemblage_024555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024555.jpg - -# capture n°024556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024556.pto --stitching --prefix=assemblage_024556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024556.jpg - -# capture n°024557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024557.pto --stitching --prefix=assemblage_024557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024557.jpg - -# capture n°024558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024558.pto --stitching --prefix=assemblage_024558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024558.jpg - -# capture n°024559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024559.pto --stitching --prefix=assemblage_024559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024559.jpg - -# capture n°024560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024560.pto --stitching --prefix=assemblage_024560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024560.jpg - -# capture n°024561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024561.pto --stitching --prefix=assemblage_024561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024561.jpg - -# capture n°024562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024562.pto --stitching --prefix=assemblage_024562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024562.jpg - -# capture n°024563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024563.pto --stitching --prefix=assemblage_024563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024563.jpg - -# capture n°024564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024564.pto --stitching --prefix=assemblage_024564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024564.jpg - -# capture n°024565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024565.pto --stitching --prefix=assemblage_024565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024565.jpg - -# capture n°024566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024566.pto --stitching --prefix=assemblage_024566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024566.jpg - -# capture n°024567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024567.pto --stitching --prefix=assemblage_024567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024567.jpg - -# capture n°024568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024568.pto --stitching --prefix=assemblage_024568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024568.jpg - -# capture n°024569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024569.pto --stitching --prefix=assemblage_024569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024569.jpg - -# capture n°024570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024570.pto --stitching --prefix=assemblage_024570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024570.jpg - -# capture n°024571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024571.pto --stitching --prefix=assemblage_024571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024571.jpg - -# capture n°024572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024572.pto --stitching --prefix=assemblage_024572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024572.jpg - -# capture n°024573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024573.pto --stitching --prefix=assemblage_024573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024573.jpg - -# capture n°024574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024574.pto --stitching --prefix=assemblage_024574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024574.jpg - -# capture n°024575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024575.pto --stitching --prefix=assemblage_024575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024575.jpg - -# capture n°024576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024576.pto --stitching --prefix=assemblage_024576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024576.jpg - -# capture n°024577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024577.pto --stitching --prefix=assemblage_024577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024577.jpg - -# capture n°024578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024578.pto --stitching --prefix=assemblage_024578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024578.jpg - -# capture n°024579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024579.pto --stitching --prefix=assemblage_024579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024579.jpg - -# capture n°024580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024580.pto --stitching --prefix=assemblage_024580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024580.jpg - -# capture n°024581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024581.pto --stitching --prefix=assemblage_024581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024581.jpg - -# capture n°024582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024582.pto --stitching --prefix=assemblage_024582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024582.jpg - -# capture n°024583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024583.pto --stitching --prefix=assemblage_024583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024583.jpg - -# capture n°024584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024584.pto --stitching --prefix=assemblage_024584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024584.jpg - -# capture n°024585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024585.pto --stitching --prefix=assemblage_024585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024585.jpg - -# capture n°024586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024586.pto --stitching --prefix=assemblage_024586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024586.jpg - -# capture n°024587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024587.pto --stitching --prefix=assemblage_024587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024587.jpg - -# capture n°024588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024588.pto --stitching --prefix=assemblage_024588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024588.jpg - -# capture n°024589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024589.pto --stitching --prefix=assemblage_024589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024589.jpg - -# capture n°024590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024590.pto --stitching --prefix=assemblage_024590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024590.jpg - -# capture n°024591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024591.pto --stitching --prefix=assemblage_024591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024591.jpg - -# capture n°024592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024592.pto --stitching --prefix=assemblage_024592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024592.jpg - -# capture n°024593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024593.pto --stitching --prefix=assemblage_024593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024593.jpg - -# capture n°024594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024594.pto --stitching --prefix=assemblage_024594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024594.jpg - -# capture n°024595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024595.pto --stitching --prefix=assemblage_024595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024595.jpg - -# capture n°024596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024596.pto --stitching --prefix=assemblage_024596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024596.jpg - -# capture n°024597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024597.pto --stitching --prefix=assemblage_024597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024597.jpg - -# capture n°024598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024598.pto --stitching --prefix=assemblage_024598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024598.jpg - -# capture n°024599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024599.pto --stitching --prefix=assemblage_024599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024599.jpg - -# capture n°024600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024600.pto --stitching --prefix=assemblage_024600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024600.jpg - -# capture n°024601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024601.pto --stitching --prefix=assemblage_024601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024601.jpg - -# capture n°024602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024602.pto --stitching --prefix=assemblage_024602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024602.jpg - -# capture n°024603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024603.pto --stitching --prefix=assemblage_024603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024603.jpg - -# capture n°024604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024604.pto --stitching --prefix=assemblage_024604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024604.jpg - -# capture n°024605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024605.pto --stitching --prefix=assemblage_024605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024605.jpg - -# capture n°024606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024606.pto --stitching --prefix=assemblage_024606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024606.jpg - -# capture n°024607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024607.pto --stitching --prefix=assemblage_024607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024607.jpg - -# capture n°024608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024608.pto --stitching --prefix=assemblage_024608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024608.jpg - -# capture n°024609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024609.pto --stitching --prefix=assemblage_024609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024609.jpg - -# capture n°024610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024610.pto --stitching --prefix=assemblage_024610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024610.jpg - -# capture n°024611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024611.pto --stitching --prefix=assemblage_024611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024611.jpg - -# capture n°024612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024612.pto --stitching --prefix=assemblage_024612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024612.jpg - -# capture n°024613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024613.pto --stitching --prefix=assemblage_024613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024613.jpg - -# capture n°024614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024614.pto --stitching --prefix=assemblage_024614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024614.jpg - -# capture n°024615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024615.pto --stitching --prefix=assemblage_024615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024615.jpg - -# capture n°024616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024616.pto --stitching --prefix=assemblage_024616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024616.jpg - -# capture n°024617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024617.pto --stitching --prefix=assemblage_024617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024617.jpg - -# capture n°024618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024618.pto --stitching --prefix=assemblage_024618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024618.jpg - -# capture n°024619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024619.pto --stitching --prefix=assemblage_024619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024619.jpg - -# capture n°024620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024620.pto --stitching --prefix=assemblage_024620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024620.jpg - -# capture n°024621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024621.pto --stitching --prefix=assemblage_024621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024621.jpg - -# capture n°024622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024622.pto --stitching --prefix=assemblage_024622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024622.jpg - -# capture n°024623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024623.pto --stitching --prefix=assemblage_024623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024623.jpg - -# capture n°024624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024624.pto --stitching --prefix=assemblage_024624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024624.jpg - -# capture n°024625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024625.pto --stitching --prefix=assemblage_024625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024625.jpg - -# capture n°024626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024626.pto --stitching --prefix=assemblage_024626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024626.jpg - -# capture n°024627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024627.pto --stitching --prefix=assemblage_024627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024627.jpg - -# capture n°024628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024628.pto --stitching --prefix=assemblage_024628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024628.jpg - -# capture n°024629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024629.pto --stitching --prefix=assemblage_024629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024629.jpg - -# capture n°024630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024630.pto --stitching --prefix=assemblage_024630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024630.jpg - -# capture n°024631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024631.pto --stitching --prefix=assemblage_024631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024631.jpg - -# capture n°024632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024632.pto --stitching --prefix=assemblage_024632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024632.jpg - -# capture n°024633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024633.pto --stitching --prefix=assemblage_024633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024633.jpg - -# capture n°024634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024634.pto --stitching --prefix=assemblage_024634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024634.jpg - -# capture n°024635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024635.pto --stitching --prefix=assemblage_024635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024635.jpg - -# capture n°024636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024636.pto --stitching --prefix=assemblage_024636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024636.jpg - -# capture n°024637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024637.pto --stitching --prefix=assemblage_024637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024637.jpg - -# capture n°024638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024638.pto --stitching --prefix=assemblage_024638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024638.jpg - -# capture n°024639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024639.pto --stitching --prefix=assemblage_024639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024639.jpg - -# capture n°024640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024640.pto --stitching --prefix=assemblage_024640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024640.jpg - -# capture n°024641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024641.pto --stitching --prefix=assemblage_024641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024641.jpg - -# capture n°024642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024642.pto --stitching --prefix=assemblage_024642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024642.jpg - -# capture n°024643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024643.pto --stitching --prefix=assemblage_024643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024643.jpg - -# capture n°024644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024644.pto --stitching --prefix=assemblage_024644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024644.jpg - -# capture n°024645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024645.pto --stitching --prefix=assemblage_024645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024645.jpg - -# capture n°024646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024646.pto --stitching --prefix=assemblage_024646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024646.jpg - -# capture n°024647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024647.pto --stitching --prefix=assemblage_024647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024647.jpg - -# capture n°024648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024648.pto --stitching --prefix=assemblage_024648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024648.jpg - -# capture n°024649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024649.pto --stitching --prefix=assemblage_024649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024649.jpg - -# capture n°024650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024650.pto --stitching --prefix=assemblage_024650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024650.jpg - -# capture n°024651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024651.pto --stitching --prefix=assemblage_024651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024651.jpg - -# capture n°024652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024652.pto --stitching --prefix=assemblage_024652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024652.jpg - -# capture n°024653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024653.pto --stitching --prefix=assemblage_024653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024653.jpg - -# capture n°024654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024654.pto --stitching --prefix=assemblage_024654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024654.jpg - -# capture n°024655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024655.pto --stitching --prefix=assemblage_024655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024655.jpg - -# capture n°024656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024656.pto --stitching --prefix=assemblage_024656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024656.jpg - -# capture n°024657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024657.pto --stitching --prefix=assemblage_024657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024657.jpg - -# capture n°024658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024658.pto --stitching --prefix=assemblage_024658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024658.jpg - -# capture n°024659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024659.pto --stitching --prefix=assemblage_024659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024659.jpg - -# capture n°024660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024660.pto --stitching --prefix=assemblage_024660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024660.jpg - -# capture n°024661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024661.pto --stitching --prefix=assemblage_024661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024661.jpg - -# capture n°024662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024662.pto --stitching --prefix=assemblage_024662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024662.jpg - -# capture n°024663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024663.pto --stitching --prefix=assemblage_024663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024663.jpg - -# capture n°024664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024664.pto --stitching --prefix=assemblage_024664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024664.jpg - -# capture n°024665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024665.pto --stitching --prefix=assemblage_024665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024665.jpg - -# capture n°024666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024666.pto --stitching --prefix=assemblage_024666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024666.jpg - -# capture n°024667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024667.pto --stitching --prefix=assemblage_024667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024667.jpg - -# capture n°024668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024668.pto --stitching --prefix=assemblage_024668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024668.jpg - -# capture n°024669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024669.pto --stitching --prefix=assemblage_024669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024669.jpg - -# capture n°024670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024670.pto --stitching --prefix=assemblage_024670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024670.jpg - -# capture n°024671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024671.pto --stitching --prefix=assemblage_024671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024671.jpg - -# capture n°024672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024672.pto --stitching --prefix=assemblage_024672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024672.jpg - -# capture n°024673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024673.pto --stitching --prefix=assemblage_024673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024673.jpg - -# capture n°024674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024674.pto --stitching --prefix=assemblage_024674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024674.jpg - -# capture n°024675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024675.pto --stitching --prefix=assemblage_024675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024675.jpg - -# capture n°024676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024676.pto --stitching --prefix=assemblage_024676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024676.jpg - -# capture n°024677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024677.pto --stitching --prefix=assemblage_024677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024677.jpg - -# capture n°024678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024678.pto --stitching --prefix=assemblage_024678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024678.jpg - -# capture n°024679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024679.pto --stitching --prefix=assemblage_024679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024679.jpg - -# capture n°024680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024680.pto --stitching --prefix=assemblage_024680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024680.jpg - -# capture n°024681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024681.pto --stitching --prefix=assemblage_024681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024681.jpg - -# capture n°024682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024682.pto --stitching --prefix=assemblage_024682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024682.jpg - -# capture n°024683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024683.pto --stitching --prefix=assemblage_024683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024683.jpg - -# capture n°024684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024684.pto --stitching --prefix=assemblage_024684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024684.jpg - -# capture n°024685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024685.pto --stitching --prefix=assemblage_024685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024685.jpg - -# capture n°024686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024686.pto --stitching --prefix=assemblage_024686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024686.jpg - -# capture n°024687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024687.pto --stitching --prefix=assemblage_024687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024687.jpg - -# capture n°024688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024688.pto --stitching --prefix=assemblage_024688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024688.jpg - -# capture n°024689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024689.pto --stitching --prefix=assemblage_024689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024689.jpg - -# capture n°024690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024690.pto --stitching --prefix=assemblage_024690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024690.jpg - -# capture n°024691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024691.pto --stitching --prefix=assemblage_024691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024691.jpg - -# capture n°024692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024692.pto --stitching --prefix=assemblage_024692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024692.jpg - -# capture n°024693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024693.pto --stitching --prefix=assemblage_024693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024693.jpg - -# capture n°024694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024694.pto --stitching --prefix=assemblage_024694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024694.jpg - -# capture n°024695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024695.pto --stitching --prefix=assemblage_024695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024695.jpg - -# capture n°024696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024696.pto --stitching --prefix=assemblage_024696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024696.jpg - -# capture n°024697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024697.pto --stitching --prefix=assemblage_024697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024697.jpg - -# capture n°024698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024698.pto --stitching --prefix=assemblage_024698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024698.jpg - -# capture n°024699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024699.pto --stitching --prefix=assemblage_024699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024699.jpg - -# capture n°024700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024700.pto --stitching --prefix=assemblage_024700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024700.jpg - -# capture n°024701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024701.pto --stitching --prefix=assemblage_024701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024701.jpg - -# capture n°024702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024702.pto --stitching --prefix=assemblage_024702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024702.jpg - -# capture n°024703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024703.pto --stitching --prefix=assemblage_024703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024703.jpg - -# capture n°024704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024704.pto --stitching --prefix=assemblage_024704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024704.jpg - -# capture n°024705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024705.pto --stitching --prefix=assemblage_024705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024705.jpg - -# capture n°024706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024706.pto --stitching --prefix=assemblage_024706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024706.jpg - -# capture n°024707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024707.pto --stitching --prefix=assemblage_024707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024707.jpg - -# capture n°024708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024708.pto --stitching --prefix=assemblage_024708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024708.jpg - -# capture n°024709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024709.pto --stitching --prefix=assemblage_024709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024709.jpg - -# capture n°024710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024710.pto --stitching --prefix=assemblage_024710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024710.jpg - -# capture n°024711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024711.pto --stitching --prefix=assemblage_024711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024711.jpg - -# capture n°024712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024712.pto --stitching --prefix=assemblage_024712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024712.jpg - -# capture n°024713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024713.pto --stitching --prefix=assemblage_024713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024713.jpg - -# capture n°024714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024714.pto --stitching --prefix=assemblage_024714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024714.jpg - -# capture n°024715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024715.pto --stitching --prefix=assemblage_024715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024715.jpg - -# capture n°024716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024716.pto --stitching --prefix=assemblage_024716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024716.jpg - -# capture n°024717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024717.pto --stitching --prefix=assemblage_024717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024717.jpg - -# capture n°024718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024718.pto --stitching --prefix=assemblage_024718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024718.jpg - -# capture n°024719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024719.pto --stitching --prefix=assemblage_024719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024719.jpg - -# capture n°024720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024720.pto --stitching --prefix=assemblage_024720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024720.jpg - -# capture n°024721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024721.pto --stitching --prefix=assemblage_024721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024721.jpg - -# capture n°024722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024722.pto --stitching --prefix=assemblage_024722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024722.jpg - -# capture n°024723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024723.pto --stitching --prefix=assemblage_024723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024723.jpg - -# capture n°024724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024724.pto --stitching --prefix=assemblage_024724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024724.jpg - -# capture n°024725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024725.pto --stitching --prefix=assemblage_024725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024725.jpg - -# capture n°024726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024726.pto --stitching --prefix=assemblage_024726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024726.jpg - -# capture n°024727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024727.pto --stitching --prefix=assemblage_024727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024727.jpg - -# capture n°024728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024728.pto --stitching --prefix=assemblage_024728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024728.jpg - -# capture n°024729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024729.pto --stitching --prefix=assemblage_024729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024729.jpg - -# capture n°024730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024730.pto --stitching --prefix=assemblage_024730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024730.jpg - -# capture n°024731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024731.pto --stitching --prefix=assemblage_024731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024731.jpg - -# capture n°024732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024732.pto --stitching --prefix=assemblage_024732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024732.jpg - -# capture n°024733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024733.pto --stitching --prefix=assemblage_024733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024733.jpg - -# capture n°024734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024734.pto --stitching --prefix=assemblage_024734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024734.jpg - -# capture n°024735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024735.pto --stitching --prefix=assemblage_024735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024735.jpg - -# capture n°024736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024736.pto --stitching --prefix=assemblage_024736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024736.jpg - -# capture n°024737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024737.pto --stitching --prefix=assemblage_024737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024737.jpg - -# capture n°024738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024738.pto --stitching --prefix=assemblage_024738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024738.jpg - -# capture n°024739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024739.pto --stitching --prefix=assemblage_024739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024739.jpg - -# capture n°024740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024740.pto --stitching --prefix=assemblage_024740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024740.jpg - -# capture n°024741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024741.pto --stitching --prefix=assemblage_024741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024741.jpg - -# capture n°024742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024742.pto --stitching --prefix=assemblage_024742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024742.jpg - -# capture n°024743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024743.pto --stitching --prefix=assemblage_024743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024743.jpg - -# capture n°024744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024744.pto --stitching --prefix=assemblage_024744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024744.jpg - -# capture n°024745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024745.pto --stitching --prefix=assemblage_024745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024745.jpg - -# capture n°024746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024746.pto --stitching --prefix=assemblage_024746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024746.jpg - -# capture n°024747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024747.pto --stitching --prefix=assemblage_024747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024747.jpg - -# capture n°024748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024748.pto --stitching --prefix=assemblage_024748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024748.jpg - -# capture n°024749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024749.pto --stitching --prefix=assemblage_024749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024749.jpg - -# capture n°024750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024750.pto --stitching --prefix=assemblage_024750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024750.jpg - -# capture n°024751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024751.pto --stitching --prefix=assemblage_024751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024751.jpg - -# capture n°024752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024752.pto --stitching --prefix=assemblage_024752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024752.jpg - -# capture n°024753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024753.pto --stitching --prefix=assemblage_024753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024753.jpg - -# capture n°024754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024754.pto --stitching --prefix=assemblage_024754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024754.jpg - -# capture n°024755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024755.pto --stitching --prefix=assemblage_024755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024755.jpg - -# capture n°024756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024756.pto --stitching --prefix=assemblage_024756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024756.jpg - -# capture n°024757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024757.pto --stitching --prefix=assemblage_024757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024757.jpg - -# capture n°024758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024758.pto --stitching --prefix=assemblage_024758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024758.jpg - -# capture n°024759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024759.pto --stitching --prefix=assemblage_024759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024759.jpg - -# capture n°024760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024760.pto --stitching --prefix=assemblage_024760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024760.jpg - -# capture n°024761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024761.pto --stitching --prefix=assemblage_024761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024761.jpg - -# capture n°024762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024762.pto --stitching --prefix=assemblage_024762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024762.jpg - -# capture n°024763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024763.pto --stitching --prefix=assemblage_024763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024763.jpg - -# capture n°024764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024764.pto --stitching --prefix=assemblage_024764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024764.jpg - -# capture n°024765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024765.pto --stitching --prefix=assemblage_024765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024765.jpg - -# capture n°024766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024766.pto --stitching --prefix=assemblage_024766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024766.jpg - -# capture n°024767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024767.pto --stitching --prefix=assemblage_024767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024767.jpg - -# capture n°024768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024768.pto --stitching --prefix=assemblage_024768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024768.jpg - -# capture n°024769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024769.pto --stitching --prefix=assemblage_024769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024769.jpg - -# capture n°024770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024770.pto --stitching --prefix=assemblage_024770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024770.jpg - -# capture n°024771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024771.pto --stitching --prefix=assemblage_024771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024771.jpg - -# capture n°024772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024772.pto --stitching --prefix=assemblage_024772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024772.jpg - -# capture n°024773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024773.pto --stitching --prefix=assemblage_024773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024773.jpg - -# capture n°024774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024774.pto --stitching --prefix=assemblage_024774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024774.jpg - -# capture n°024775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024775.pto --stitching --prefix=assemblage_024775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024775.jpg - -# capture n°024776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024776.pto --stitching --prefix=assemblage_024776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024776.jpg - -# capture n°024777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024777.pto --stitching --prefix=assemblage_024777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024777.jpg - -# capture n°024778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024778.pto --stitching --prefix=assemblage_024778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024778.jpg - -# capture n°024779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024779.pto --stitching --prefix=assemblage_024779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024779.jpg - -# capture n°024780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024780.pto --stitching --prefix=assemblage_024780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024780.jpg - -# capture n°024781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024781.pto --stitching --prefix=assemblage_024781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024781.jpg - -# capture n°024782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024782.pto --stitching --prefix=assemblage_024782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024782.jpg - -# capture n°024783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024783.pto --stitching --prefix=assemblage_024783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024783.jpg - -# capture n°024784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024784.pto --stitching --prefix=assemblage_024784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024784.jpg - -# capture n°024785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024785.pto --stitching --prefix=assemblage_024785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024785.jpg - -# capture n°024786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024786.pto --stitching --prefix=assemblage_024786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024786.jpg - -# capture n°024787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024787.pto --stitching --prefix=assemblage_024787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024787.jpg - -# capture n°024788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024788.pto --stitching --prefix=assemblage_024788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024788.jpg - -# capture n°024789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024789.pto --stitching --prefix=assemblage_024789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024789.jpg - -# capture n°024790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024790.pto --stitching --prefix=assemblage_024790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024790.jpg - -# capture n°024791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024791.pto --stitching --prefix=assemblage_024791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024791.jpg - -# capture n°024792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024792.pto --stitching --prefix=assemblage_024792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024792.jpg - -# capture n°024793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024793.pto --stitching --prefix=assemblage_024793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024793.jpg - -# capture n°024794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024794.pto --stitching --prefix=assemblage_024794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024794.jpg - -# capture n°024795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024795.pto --stitching --prefix=assemblage_024795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024795.jpg - -# capture n°024796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024796.pto --stitching --prefix=assemblage_024796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024796.jpg - -# capture n°024797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024797.pto --stitching --prefix=assemblage_024797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024797.jpg - -# capture n°024798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024798.pto --stitching --prefix=assemblage_024798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024798.jpg - -# capture n°024799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024799.pto --stitching --prefix=assemblage_024799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024799.jpg - -# capture n°024800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024800.pto --stitching --prefix=assemblage_024800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024800.jpg - -# capture n°024801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024801.pto --stitching --prefix=assemblage_024801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024801.jpg - -# capture n°024802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024802.pto --stitching --prefix=assemblage_024802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024802.jpg - -# capture n°024803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024803.pto --stitching --prefix=assemblage_024803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024803.jpg - -# capture n°024804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024804.pto --stitching --prefix=assemblage_024804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024804.jpg - -# capture n°024805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024805.pto --stitching --prefix=assemblage_024805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024805.jpg - -# capture n°024806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024806.pto --stitching --prefix=assemblage_024806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024806.jpg - -# capture n°024807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024807.pto --stitching --prefix=assemblage_024807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024807.jpg - -# capture n°024808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024808.pto --stitching --prefix=assemblage_024808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024808.jpg - -# capture n°024809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024809.pto --stitching --prefix=assemblage_024809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024809.jpg - -# capture n°024810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024810.pto --stitching --prefix=assemblage_024810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024810.jpg - -# capture n°024811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024811.pto --stitching --prefix=assemblage_024811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024811.jpg - -# capture n°024812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024812.pto --stitching --prefix=assemblage_024812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024812.jpg - -# capture n°024813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024813.pto --stitching --prefix=assemblage_024813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024813.jpg - -# capture n°024814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024814.pto --stitching --prefix=assemblage_024814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024814.jpg - -# capture n°024815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024815.pto --stitching --prefix=assemblage_024815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024815.jpg - -# capture n°024816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024816.pto --stitching --prefix=assemblage_024816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024816.jpg - -# capture n°024817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024817.pto --stitching --prefix=assemblage_024817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024817.jpg - -# capture n°024818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024818.pto --stitching --prefix=assemblage_024818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024818.jpg - -# capture n°024819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024819.pto --stitching --prefix=assemblage_024819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024819.jpg - -# capture n°024820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024820.pto --stitching --prefix=assemblage_024820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024820.jpg - -# capture n°024821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024821.pto --stitching --prefix=assemblage_024821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024821.jpg - -# capture n°024822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024822.pto --stitching --prefix=assemblage_024822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024822.jpg - -# capture n°024823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024823.pto --stitching --prefix=assemblage_024823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024823.jpg - -# capture n°024824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024824.pto --stitching --prefix=assemblage_024824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024824.jpg - -# capture n°024825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024825.pto --stitching --prefix=assemblage_024825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024825.jpg - -# capture n°024826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024826.pto --stitching --prefix=assemblage_024826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024826.jpg - -# capture n°024827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024827.pto --stitching --prefix=assemblage_024827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024827.jpg - -# capture n°024828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024828.pto --stitching --prefix=assemblage_024828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024828.jpg - -# capture n°024829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024829.pto --stitching --prefix=assemblage_024829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024829.jpg - -# capture n°024830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024830.pto --stitching --prefix=assemblage_024830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024830.jpg - -# capture n°024831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024831.pto --stitching --prefix=assemblage_024831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024831.jpg - -# capture n°024832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024832.pto --stitching --prefix=assemblage_024832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024832.jpg - -# capture n°024833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024833.pto --stitching --prefix=assemblage_024833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024833.jpg - -# capture n°024834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024834.pto --stitching --prefix=assemblage_024834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024834.jpg - -# capture n°024835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024835.pto --stitching --prefix=assemblage_024835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024835.jpg - -# capture n°024836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024836.pto --stitching --prefix=assemblage_024836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024836.jpg - -# capture n°024837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024837.pto --stitching --prefix=assemblage_024837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024837.jpg - -# capture n°024838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024838.pto --stitching --prefix=assemblage_024838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024838.jpg - -# capture n°024839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024839.pto --stitching --prefix=assemblage_024839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024839.jpg - -# capture n°024840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024840.pto --stitching --prefix=assemblage_024840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024840.jpg - -# capture n°024841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024841.pto --stitching --prefix=assemblage_024841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024841.jpg - -# capture n°024842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024842.pto --stitching --prefix=assemblage_024842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024842.jpg - -# capture n°024843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024843.pto --stitching --prefix=assemblage_024843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024843.jpg - -# capture n°024844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024844.pto --stitching --prefix=assemblage_024844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024844.jpg - -# capture n°024845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024845.pto --stitching --prefix=assemblage_024845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024845.jpg - -# capture n°024846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024846.pto --stitching --prefix=assemblage_024846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024846.jpg - -# capture n°024847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024847.pto --stitching --prefix=assemblage_024847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024847.jpg - -# capture n°024848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024848.pto --stitching --prefix=assemblage_024848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024848.jpg - -# capture n°024849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024849.pto --stitching --prefix=assemblage_024849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024849.jpg - -# capture n°024850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024850.pto --stitching --prefix=assemblage_024850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024850.jpg - -# capture n°024851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024851.pto --stitching --prefix=assemblage_024851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024851.jpg - -# capture n°024852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024852.pto --stitching --prefix=assemblage_024852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024852.jpg - -# capture n°024853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024853.pto --stitching --prefix=assemblage_024853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024853.jpg - -# capture n°024854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024854.pto --stitching --prefix=assemblage_024854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024854.jpg - -# capture n°024855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024855.pto --stitching --prefix=assemblage_024855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024855.jpg - -# capture n°024856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024856.pto --stitching --prefix=assemblage_024856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024856.jpg - -# capture n°024857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024857.pto --stitching --prefix=assemblage_024857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024857.jpg - -# capture n°024858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024858.pto --stitching --prefix=assemblage_024858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024858.jpg - -# capture n°024859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024859.pto --stitching --prefix=assemblage_024859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024859.jpg - -# capture n°024860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024860.pto --stitching --prefix=assemblage_024860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024860.jpg - -# capture n°024861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024861.pto --stitching --prefix=assemblage_024861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024861.jpg - -# capture n°024862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024862.pto --stitching --prefix=assemblage_024862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024862.jpg - -# capture n°024863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024863.pto --stitching --prefix=assemblage_024863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024863.jpg - -# capture n°024864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024864.pto --stitching --prefix=assemblage_024864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024864.jpg - -# capture n°024865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024865.pto --stitching --prefix=assemblage_024865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024865.jpg - -# capture n°024866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024866.pto --stitching --prefix=assemblage_024866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024866.jpg - -# capture n°024867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024867.pto --stitching --prefix=assemblage_024867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024867.jpg - -# capture n°024868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024868.pto --stitching --prefix=assemblage_024868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024868.jpg - -# capture n°024869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024869.pto --stitching --prefix=assemblage_024869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024869.jpg - -# capture n°024870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024870.pto --stitching --prefix=assemblage_024870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024870.jpg - -# capture n°024871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024871.pto --stitching --prefix=assemblage_024871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024871.jpg - -# capture n°024872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024872.pto --stitching --prefix=assemblage_024872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024872.jpg - -# capture n°024873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024873.pto --stitching --prefix=assemblage_024873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024873.jpg - -# capture n°024874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024874.pto --stitching --prefix=assemblage_024874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024874.jpg - -# capture n°024875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024875.pto --stitching --prefix=assemblage_024875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024875.jpg - -# capture n°024876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024876.pto --stitching --prefix=assemblage_024876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024876.jpg - -# capture n°024877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024877.pto --stitching --prefix=assemblage_024877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024877.jpg - -# capture n°024878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024878.pto --stitching --prefix=assemblage_024878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024878.jpg - -# capture n°024879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024879.pto --stitching --prefix=assemblage_024879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024879.jpg - -# capture n°024880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024880.pto --stitching --prefix=assemblage_024880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024880.jpg - -# capture n°024881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024881.pto --stitching --prefix=assemblage_024881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024881.jpg - -# capture n°024882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024882.pto --stitching --prefix=assemblage_024882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024882.jpg - -# capture n°024883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024883.pto --stitching --prefix=assemblage_024883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024883.jpg - -# capture n°024884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024884.pto --stitching --prefix=assemblage_024884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024884.jpg - -# capture n°024885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024885.pto --stitching --prefix=assemblage_024885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024885.jpg - -# capture n°024886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024886.pto --stitching --prefix=assemblage_024886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024886.jpg - -# capture n°024887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024887.pto --stitching --prefix=assemblage_024887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024887.jpg - -# capture n°024888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024888.pto --stitching --prefix=assemblage_024888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024888.jpg - -# capture n°024889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024889.pto --stitching --prefix=assemblage_024889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024889.jpg - -# capture n°024890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024890.pto --stitching --prefix=assemblage_024890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024890.jpg - -# capture n°024891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024891.pto --stitching --prefix=assemblage_024891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024891.jpg - -# capture n°024892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024892.pto --stitching --prefix=assemblage_024892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024892.jpg - -# capture n°024893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024893.pto --stitching --prefix=assemblage_024893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024893.jpg - -# capture n°024894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024894.pto --stitching --prefix=assemblage_024894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024894.jpg - -# capture n°024895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024895.pto --stitching --prefix=assemblage_024895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024895.jpg - -# capture n°024896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024896.pto --stitching --prefix=assemblage_024896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024896.jpg - -# capture n°024897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024897.pto --stitching --prefix=assemblage_024897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024897.jpg - -# capture n°024898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024898.pto --stitching --prefix=assemblage_024898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024898.jpg - -# capture n°024899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024899.pto --stitching --prefix=assemblage_024899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024899.jpg - -# capture n°024900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024900.pto --stitching --prefix=assemblage_024900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024900.jpg - -# capture n°024901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024901.pto --stitching --prefix=assemblage_024901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024901.jpg - -# capture n°024902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024902.pto --stitching --prefix=assemblage_024902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024902.jpg - -# capture n°024903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024903.pto --stitching --prefix=assemblage_024903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024903.jpg - -# capture n°024904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024904.pto --stitching --prefix=assemblage_024904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024904.jpg - -# capture n°024905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024905.pto --stitching --prefix=assemblage_024905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024905.jpg - -# capture n°024906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024906.pto --stitching --prefix=assemblage_024906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024906.jpg - -# capture n°024907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024907.pto --stitching --prefix=assemblage_024907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024907.jpg - -# capture n°024908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024908.pto --stitching --prefix=assemblage_024908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024908.jpg - -# capture n°024909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024909.pto --stitching --prefix=assemblage_024909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024909.jpg - -# capture n°024910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024910.pto --stitching --prefix=assemblage_024910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024910.jpg - -# capture n°024911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024911.pto --stitching --prefix=assemblage_024911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024911.jpg - -# capture n°024912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024912.pto --stitching --prefix=assemblage_024912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024912.jpg - -# capture n°024913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024913.pto --stitching --prefix=assemblage_024913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024913.jpg - -# capture n°024914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024914.pto --stitching --prefix=assemblage_024914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024914.jpg - -# capture n°024915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024915.pto --stitching --prefix=assemblage_024915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024915.jpg - -# capture n°024916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024916.pto --stitching --prefix=assemblage_024916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024916.jpg - -# capture n°024917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024917.pto --stitching --prefix=assemblage_024917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024917.jpg - -# capture n°024918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024918.pto --stitching --prefix=assemblage_024918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024918.jpg - -# capture n°024919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024919.pto --stitching --prefix=assemblage_024919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024919.jpg - -# capture n°024920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024920.pto --stitching --prefix=assemblage_024920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024920.jpg - -# capture n°024921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024921.pto --stitching --prefix=assemblage_024921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024921.jpg - -# capture n°024922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024922.pto --stitching --prefix=assemblage_024922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024922.jpg - -# capture n°024923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024923.pto --stitching --prefix=assemblage_024923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024923.jpg - -# capture n°024924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024924.pto --stitching --prefix=assemblage_024924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024924.jpg - -# capture n°024925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024925.pto --stitching --prefix=assemblage_024925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024925.jpg - -# capture n°024926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024926.pto --stitching --prefix=assemblage_024926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024926.jpg - -# capture n°024927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024927.pto --stitching --prefix=assemblage_024927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024927.jpg - -# capture n°024928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024928.pto --stitching --prefix=assemblage_024928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024928.jpg - -# capture n°024929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024929.pto --stitching --prefix=assemblage_024929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024929.jpg - -# capture n°024930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024930.pto --stitching --prefix=assemblage_024930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024930.jpg - -# capture n°024931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024931.pto --stitching --prefix=assemblage_024931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024931.jpg - -# capture n°024932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024932.pto --stitching --prefix=assemblage_024932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024932.jpg - -# capture n°024933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024933.pto --stitching --prefix=assemblage_024933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024933.jpg - -# capture n°024934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024934.pto --stitching --prefix=assemblage_024934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024934.jpg - -# capture n°024935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024935.pto --stitching --prefix=assemblage_024935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024935.jpg - -# capture n°024936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024936.pto --stitching --prefix=assemblage_024936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024936.jpg - -# capture n°024937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024937.pto --stitching --prefix=assemblage_024937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024937.jpg - -# capture n°024938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024938.pto --stitching --prefix=assemblage_024938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024938.jpg - -# capture n°024939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024939.pto --stitching --prefix=assemblage_024939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024939.jpg - -# capture n°024940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024940.pto --stitching --prefix=assemblage_024940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024940.jpg - -# capture n°024941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024941.pto --stitching --prefix=assemblage_024941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024941.jpg - -# capture n°024942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024942.pto --stitching --prefix=assemblage_024942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024942.jpg - -# capture n°024943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024943.pto --stitching --prefix=assemblage_024943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024943.jpg - -# capture n°024944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024944.pto --stitching --prefix=assemblage_024944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024944.jpg - -# capture n°024945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024945.pto --stitching --prefix=assemblage_024945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024945.jpg - -# capture n°024946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024946.pto --stitching --prefix=assemblage_024946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024946.jpg - -# capture n°024947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024947.pto --stitching --prefix=assemblage_024947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024947.jpg - -# capture n°024948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024948.pto --stitching --prefix=assemblage_024948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024948.jpg - -# capture n°024949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024949.pto --stitching --prefix=assemblage_024949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024949.jpg - -# capture n°024950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024950.pto --stitching --prefix=assemblage_024950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024950.jpg - -# capture n°024951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024951.pto --stitching --prefix=assemblage_024951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024951.jpg - -# capture n°024952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024952.pto --stitching --prefix=assemblage_024952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024952.jpg - -# capture n°024953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024953.pto --stitching --prefix=assemblage_024953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024953.jpg - -# capture n°024954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024954.pto --stitching --prefix=assemblage_024954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024954.jpg - -# capture n°024955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024955.pto --stitching --prefix=assemblage_024955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024955.jpg - -# capture n°024956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024956.pto --stitching --prefix=assemblage_024956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024956.jpg - -# capture n°024957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024957.pto --stitching --prefix=assemblage_024957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024957.jpg - -# capture n°024958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024958.pto --stitching --prefix=assemblage_024958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024958.jpg - -# capture n°024959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024959.pto --stitching --prefix=assemblage_024959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024959.jpg - -# capture n°024960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024960.pto --stitching --prefix=assemblage_024960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024960.jpg - -# capture n°024961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024961.pto --stitching --prefix=assemblage_024961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024961.jpg - -# capture n°024962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024962.pto --stitching --prefix=assemblage_024962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024962.jpg - -# capture n°024963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024963.pto --stitching --prefix=assemblage_024963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024963.jpg - -# capture n°024964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024964.pto --stitching --prefix=assemblage_024964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024964.jpg - -# capture n°024965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024965.pto --stitching --prefix=assemblage_024965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024965.jpg - -# capture n°024966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024966.pto --stitching --prefix=assemblage_024966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024966.jpg - -# capture n°024967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024967.pto --stitching --prefix=assemblage_024967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024967.jpg - -# capture n°024968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024968.pto --stitching --prefix=assemblage_024968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024968.jpg - -# capture n°024969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024969.pto --stitching --prefix=assemblage_024969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024969.jpg - -# capture n°024970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024970.pto --stitching --prefix=assemblage_024970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024970.jpg - -# capture n°024971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024971.pto --stitching --prefix=assemblage_024971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024971.jpg - -# capture n°024972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024972.pto --stitching --prefix=assemblage_024972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024972.jpg - -# capture n°024973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024973.pto --stitching --prefix=assemblage_024973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024973.jpg - -# capture n°024974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024974.pto --stitching --prefix=assemblage_024974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024974.jpg - -# capture n°024975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024975.pto --stitching --prefix=assemblage_024975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024975.jpg - -# capture n°024976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024976.pto --stitching --prefix=assemblage_024976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024976.jpg - -# capture n°024977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024977.pto --stitching --prefix=assemblage_024977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024977.jpg - -# capture n°024978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024978.pto --stitching --prefix=assemblage_024978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024978.jpg - -# capture n°024979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024979.pto --stitching --prefix=assemblage_024979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024979.jpg - -# capture n°024980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024980.pto --stitching --prefix=assemblage_024980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024980.jpg - -# capture n°024981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024981.pto --stitching --prefix=assemblage_024981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024981.jpg - -# capture n°024982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024982.pto --stitching --prefix=assemblage_024982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024982.jpg - -# capture n°024983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024983.pto --stitching --prefix=assemblage_024983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024983.jpg - -# capture n°024984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024984.pto --stitching --prefix=assemblage_024984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024984.jpg - -# capture n°024985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024985.pto --stitching --prefix=assemblage_024985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024985.jpg - -# capture n°024986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024986.pto --stitching --prefix=assemblage_024986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024986.jpg - -# capture n°024987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024987.pto --stitching --prefix=assemblage_024987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024987.jpg - -# capture n°024988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024988.pto --stitching --prefix=assemblage_024988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024988.jpg - -# capture n°024989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024989.pto --stitching --prefix=assemblage_024989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024989.jpg - -# capture n°024990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024990.pto --stitching --prefix=assemblage_024990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024990.jpg - -# capture n°024991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024991.pto --stitching --prefix=assemblage_024991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024991.jpg - -# capture n°024992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024992.pto --stitching --prefix=assemblage_024992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024992.jpg - -# capture n°024993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024993.pto --stitching --prefix=assemblage_024993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024993.jpg - -# capture n°024994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024994.pto --stitching --prefix=assemblage_024994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024994.jpg - -# capture n°024995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024995.pto --stitching --prefix=assemblage_024995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024995.jpg - -# capture n°024996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024996.pto --stitching --prefix=assemblage_024996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024996.jpg - -# capture n°024997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024997.pto --stitching --prefix=assemblage_024997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024997.jpg - -# capture n°024998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024998.pto --stitching --prefix=assemblage_024998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024998.jpg - -# capture n°024999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_024999.pto --stitching --prefix=assemblage_024999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF024999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_024999.jpg - -# capture n°025000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025000.pto --stitching --prefix=assemblage_025000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025000.jpg - -# capture n°025001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025001.pto --stitching --prefix=assemblage_025001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025001.jpg - -# capture n°025002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025002.pto --stitching --prefix=assemblage_025002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025002.jpg - -# capture n°025003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025003.pto --stitching --prefix=assemblage_025003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025003.jpg - -# capture n°025004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025004.pto --stitching --prefix=assemblage_025004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025004.jpg - -# capture n°025005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025005.pto --stitching --prefix=assemblage_025005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025005.jpg - -# capture n°025006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025006.pto --stitching --prefix=assemblage_025006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025006.jpg - -# capture n°025007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025007.pto --stitching --prefix=assemblage_025007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025007.jpg - -# capture n°025008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025008.pto --stitching --prefix=assemblage_025008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025008.jpg - -# capture n°025009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025009.pto --stitching --prefix=assemblage_025009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025009.jpg - -# capture n°025010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025010.pto --stitching --prefix=assemblage_025010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025010.jpg - -# capture n°025011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025011.pto --stitching --prefix=assemblage_025011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025011.jpg - -# capture n°025012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025012.pto --stitching --prefix=assemblage_025012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025012.jpg - -# capture n°025013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025013.pto --stitching --prefix=assemblage_025013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025013.jpg - -# capture n°025014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025014.pto --stitching --prefix=assemblage_025014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025014.jpg - -# capture n°025015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025015.pto --stitching --prefix=assemblage_025015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025015.jpg - -# capture n°025016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025016.pto --stitching --prefix=assemblage_025016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025016.jpg - -# capture n°025017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025017.pto --stitching --prefix=assemblage_025017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025017.jpg - -# capture n°025018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025018.pto --stitching --prefix=assemblage_025018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025018.jpg - -# capture n°025019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025019.pto --stitching --prefix=assemblage_025019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025019.jpg - -# capture n°025020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025020.pto --stitching --prefix=assemblage_025020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025020.jpg - -# capture n°025021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025021.pto --stitching --prefix=assemblage_025021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025021.jpg - -# capture n°025022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025022.pto --stitching --prefix=assemblage_025022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025022.jpg - -# capture n°025023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025023.pto --stitching --prefix=assemblage_025023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025023.jpg - -# capture n°025024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025024.pto --stitching --prefix=assemblage_025024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025024.jpg - -# capture n°025025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025025.pto --stitching --prefix=assemblage_025025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025025.jpg - -# capture n°025026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025026.pto --stitching --prefix=assemblage_025026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025026.jpg - -# capture n°025027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025027.pto --stitching --prefix=assemblage_025027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025027.jpg - -# capture n°025028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025028.pto --stitching --prefix=assemblage_025028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025028.jpg - -# capture n°025029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025029.pto --stitching --prefix=assemblage_025029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025029.jpg - -# capture n°025030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025030.pto --stitching --prefix=assemblage_025030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025030.jpg - -# capture n°025031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025031.pto --stitching --prefix=assemblage_025031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025031.jpg - -# capture n°025032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025032.pto --stitching --prefix=assemblage_025032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025032.jpg - -# capture n°025033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025033.pto --stitching --prefix=assemblage_025033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025033.jpg - -# capture n°025034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025034.pto --stitching --prefix=assemblage_025034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025034.jpg - -# capture n°025035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025035.pto --stitching --prefix=assemblage_025035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025035.jpg - -# capture n°025036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025036.pto --stitching --prefix=assemblage_025036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025036.jpg - -# capture n°025037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025037.pto --stitching --prefix=assemblage_025037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025037.jpg - -# capture n°025038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025038.pto --stitching --prefix=assemblage_025038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025038.jpg - -# capture n°025039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025039.pto --stitching --prefix=assemblage_025039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025039.jpg - -# capture n°025040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025040.pto --stitching --prefix=assemblage_025040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025040.jpg - -# capture n°025041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025041.pto --stitching --prefix=assemblage_025041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025041.jpg - -# capture n°025042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025042.pto --stitching --prefix=assemblage_025042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025042.jpg - -# capture n°025043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025043.pto --stitching --prefix=assemblage_025043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025043.jpg - -# capture n°025044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025044.pto --stitching --prefix=assemblage_025044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025044.jpg - -# capture n°025045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025045.pto --stitching --prefix=assemblage_025045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025045.jpg - -# capture n°025046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025046.pto --stitching --prefix=assemblage_025046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025046.jpg - -# capture n°025047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025047.pto --stitching --prefix=assemblage_025047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025047.jpg - -# capture n°025048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025048.pto --stitching --prefix=assemblage_025048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025048.jpg - -# capture n°025049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025049.pto --stitching --prefix=assemblage_025049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025049.jpg - -# capture n°025050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025050.pto --stitching --prefix=assemblage_025050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025050.jpg - -# capture n°025051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025051.pto --stitching --prefix=assemblage_025051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025051.jpg - -# capture n°025052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025052.pto --stitching --prefix=assemblage_025052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025052.jpg - -# capture n°025053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025053.pto --stitching --prefix=assemblage_025053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025053.jpg - -# capture n°025054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025054.pto --stitching --prefix=assemblage_025054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025054.jpg - -# capture n°025055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025055.pto --stitching --prefix=assemblage_025055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025055.jpg - -# capture n°025056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025056.pto --stitching --prefix=assemblage_025056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025056.jpg - -# capture n°025057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025057.pto --stitching --prefix=assemblage_025057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025057.jpg - -# capture n°025058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025058.pto --stitching --prefix=assemblage_025058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025058.jpg - -# capture n°025059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025059.pto --stitching --prefix=assemblage_025059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025059.jpg - -# capture n°025060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025060.pto --stitching --prefix=assemblage_025060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025060.jpg - -# capture n°025061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025061.pto --stitching --prefix=assemblage_025061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025061.jpg - -# capture n°025062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025062.pto --stitching --prefix=assemblage_025062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025062.jpg - -# capture n°025063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025063.pto --stitching --prefix=assemblage_025063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025063.jpg - -# capture n°025064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025064.pto --stitching --prefix=assemblage_025064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025064.jpg - -# capture n°025065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025065.pto --stitching --prefix=assemblage_025065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025065.jpg - -# capture n°025066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025066.pto --stitching --prefix=assemblage_025066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025066.jpg - -# capture n°025067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025067.pto --stitching --prefix=assemblage_025067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025067.jpg - -# capture n°025068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025068.pto --stitching --prefix=assemblage_025068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025068.jpg - -# capture n°025069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025069.pto --stitching --prefix=assemblage_025069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025069.jpg - -# capture n°025070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025070.pto --stitching --prefix=assemblage_025070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025070.jpg - -# capture n°025071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025071.pto --stitching --prefix=assemblage_025071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025071.jpg - -# capture n°025072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025072.pto --stitching --prefix=assemblage_025072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025072.jpg - -# capture n°025073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025073.pto --stitching --prefix=assemblage_025073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025073.jpg - -# capture n°025074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025074.pto --stitching --prefix=assemblage_025074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025074.jpg - -# capture n°025075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025075.pto --stitching --prefix=assemblage_025075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025075.jpg - -# capture n°025076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025076.pto --stitching --prefix=assemblage_025076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025076.jpg - -# capture n°025077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025077.pto --stitching --prefix=assemblage_025077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025077.jpg - -# capture n°025078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025078.pto --stitching --prefix=assemblage_025078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025078.jpg - -# capture n°025079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025079.pto --stitching --prefix=assemblage_025079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025079.jpg - -# capture n°025080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025080.pto --stitching --prefix=assemblage_025080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025080.jpg - -# capture n°025081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025081.pto --stitching --prefix=assemblage_025081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025081.jpg - -# capture n°025082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025082.pto --stitching --prefix=assemblage_025082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025082.jpg - -# capture n°025083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025083.pto --stitching --prefix=assemblage_025083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025083.jpg - -# capture n°025084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025084.pto --stitching --prefix=assemblage_025084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025084.jpg - -# capture n°025085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025085.pto --stitching --prefix=assemblage_025085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025085.jpg - -# capture n°025086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025086.pto --stitching --prefix=assemblage_025086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025086.jpg - -# capture n°025087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025087.pto --stitching --prefix=assemblage_025087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025087.jpg - -# capture n°025088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025088.pto --stitching --prefix=assemblage_025088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025088.jpg - -# capture n°025089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025089.pto --stitching --prefix=assemblage_025089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025089.jpg - -# capture n°025090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025090.pto --stitching --prefix=assemblage_025090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025090.jpg - -# capture n°025091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025091.pto --stitching --prefix=assemblage_025091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025091.jpg - -# capture n°025092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025092.pto --stitching --prefix=assemblage_025092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025092.jpg - -# capture n°025093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025093.pto --stitching --prefix=assemblage_025093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025093.jpg - -# capture n°025094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025094.pto --stitching --prefix=assemblage_025094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025094.jpg - -# capture n°025095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025095.pto --stitching --prefix=assemblage_025095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025095.jpg - -# capture n°025096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025096.pto --stitching --prefix=assemblage_025096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025096.jpg - -# capture n°025097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025097.pto --stitching --prefix=assemblage_025097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025097.jpg - -# capture n°025098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025098.pto --stitching --prefix=assemblage_025098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025098.jpg - -# capture n°025099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025099.pto --stitching --prefix=assemblage_025099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025099.jpg - -# capture n°025100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025100.pto --stitching --prefix=assemblage_025100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025100.jpg - -# capture n°025101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025101.pto --stitching --prefix=assemblage_025101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025101.jpg - -# capture n°025102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025102.pto --stitching --prefix=assemblage_025102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025102.jpg - -# capture n°025103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025103.pto --stitching --prefix=assemblage_025103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025103.jpg - -# capture n°025104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025104.pto --stitching --prefix=assemblage_025104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025104.jpg - -# capture n°025105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025105.pto --stitching --prefix=assemblage_025105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025105.jpg - -# capture n°025106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025106.pto --stitching --prefix=assemblage_025106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025106.jpg - -# capture n°025107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025107.pto --stitching --prefix=assemblage_025107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025107.jpg - -# capture n°025108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025108.pto --stitching --prefix=assemblage_025108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025108.jpg - -# capture n°025109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025109.pto --stitching --prefix=assemblage_025109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025109.jpg - -# capture n°025110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025110.pto --stitching --prefix=assemblage_025110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025110.jpg - -# capture n°025111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025111.pto --stitching --prefix=assemblage_025111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025111.jpg - -# capture n°025112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025112.pto --stitching --prefix=assemblage_025112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025112.jpg - -# capture n°025113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025113.pto --stitching --prefix=assemblage_025113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025113.jpg - -# capture n°025114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025114.pto --stitching --prefix=assemblage_025114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025114.jpg - -# capture n°025115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025115.pto --stitching --prefix=assemblage_025115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025115.jpg - -# capture n°025116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025116.pto --stitching --prefix=assemblage_025116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025116.jpg - -# capture n°025117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025117.pto --stitching --prefix=assemblage_025117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025117.jpg - -# capture n°025118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025118.pto --stitching --prefix=assemblage_025118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025118.jpg - -# capture n°025119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025119.pto --stitching --prefix=assemblage_025119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025119.jpg - -# capture n°025120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025120.pto --stitching --prefix=assemblage_025120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025120.jpg - -# capture n°025121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025121.pto --stitching --prefix=assemblage_025121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025121.jpg - -# capture n°025122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025122.pto --stitching --prefix=assemblage_025122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025122.jpg - -# capture n°025123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025123.pto --stitching --prefix=assemblage_025123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025123.jpg - -# capture n°025124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025124.pto --stitching --prefix=assemblage_025124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025124.jpg - -# capture n°025125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025125.pto --stitching --prefix=assemblage_025125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025125.jpg - -# capture n°025126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025126.pto --stitching --prefix=assemblage_025126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025126.jpg - -# capture n°025127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025127.pto --stitching --prefix=assemblage_025127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025127.jpg - -# capture n°025128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025128.pto --stitching --prefix=assemblage_025128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025128.jpg - -# capture n°025129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025129.pto --stitching --prefix=assemblage_025129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025129.jpg - -# capture n°025130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025130.pto --stitching --prefix=assemblage_025130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025130.jpg - -# capture n°025131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025131.pto --stitching --prefix=assemblage_025131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025131.jpg - -# capture n°025132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025132.pto --stitching --prefix=assemblage_025132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025132.jpg - -# capture n°025133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025133.pto --stitching --prefix=assemblage_025133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025133.jpg - -# capture n°025134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025134.pto --stitching --prefix=assemblage_025134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025134.jpg - -# capture n°025135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025135.pto --stitching --prefix=assemblage_025135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025135.jpg - -# capture n°025136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025136.pto --stitching --prefix=assemblage_025136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025136.jpg - -# capture n°025137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025137.pto --stitching --prefix=assemblage_025137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025137.jpg - -# capture n°025138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025138.pto --stitching --prefix=assemblage_025138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025138.jpg - -# capture n°025139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025139.pto --stitching --prefix=assemblage_025139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025139.jpg - -# capture n°025140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025140.pto --stitching --prefix=assemblage_025140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025140.jpg - -# capture n°025141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025141.pto --stitching --prefix=assemblage_025141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025141.jpg - -# capture n°025142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025142.pto --stitching --prefix=assemblage_025142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025142.jpg - -# capture n°025143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025143.pto --stitching --prefix=assemblage_025143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025143.jpg - -# capture n°025144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025144.pto --stitching --prefix=assemblage_025144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025144.jpg - -# capture n°025145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025145.pto --stitching --prefix=assemblage_025145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025145.jpg - -# capture n°025146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025146.pto --stitching --prefix=assemblage_025146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025146.jpg - -# capture n°025147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025147.pto --stitching --prefix=assemblage_025147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025147.jpg - -# capture n°025148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025148.pto --stitching --prefix=assemblage_025148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025148.jpg - -# capture n°025149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025149.pto --stitching --prefix=assemblage_025149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025149.jpg - -# capture n°025150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025150.pto --stitching --prefix=assemblage_025150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025150.jpg - -# capture n°025151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025151.pto --stitching --prefix=assemblage_025151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025151.jpg - -# capture n°025152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025152.pto --stitching --prefix=assemblage_025152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025152.jpg - -# capture n°025153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025153.pto --stitching --prefix=assemblage_025153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025153.jpg - -# capture n°025154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025154.pto --stitching --prefix=assemblage_025154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025154.jpg - -# capture n°025155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025155.pto --stitching --prefix=assemblage_025155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025155.jpg - -# capture n°025156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025156.pto --stitching --prefix=assemblage_025156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025156.jpg - -# capture n°025157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025157.pto --stitching --prefix=assemblage_025157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025157.jpg - -# capture n°025158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025158.pto --stitching --prefix=assemblage_025158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025158.jpg - -# capture n°025159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025159.pto --stitching --prefix=assemblage_025159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025159.jpg - -# capture n°025160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025160.pto --stitching --prefix=assemblage_025160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025160.jpg - -# capture n°025161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025161.pto --stitching --prefix=assemblage_025161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025161.jpg - -# capture n°025162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025162.pto --stitching --prefix=assemblage_025162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025162.jpg - -# capture n°025163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025163.pto --stitching --prefix=assemblage_025163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025163.jpg - -# capture n°025164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025164.pto --stitching --prefix=assemblage_025164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025164.jpg - -# capture n°025165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025165.pto --stitching --prefix=assemblage_025165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025165.jpg - -# capture n°025166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025166.pto --stitching --prefix=assemblage_025166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025166.jpg - -# capture n°025167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025167.pto --stitching --prefix=assemblage_025167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025167.jpg - -# capture n°025168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025168.pto --stitching --prefix=assemblage_025168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025168.jpg - -# capture n°025169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025169.pto --stitching --prefix=assemblage_025169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025169.jpg - -# capture n°025170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025170.pto --stitching --prefix=assemblage_025170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025170.jpg - -# capture n°025171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025171.pto --stitching --prefix=assemblage_025171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025171.jpg - -# capture n°025172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025172.pto --stitching --prefix=assemblage_025172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025172.jpg - -# capture n°025173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025173.pto --stitching --prefix=assemblage_025173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025173.jpg - -# capture n°025174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025174.pto --stitching --prefix=assemblage_025174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025174.jpg - -# capture n°025175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025175.pto --stitching --prefix=assemblage_025175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025175.jpg - -# capture n°025176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025176.pto --stitching --prefix=assemblage_025176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025176.jpg - -# capture n°025177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025177.pto --stitching --prefix=assemblage_025177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025177.jpg - -# capture n°025178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025178.pto --stitching --prefix=assemblage_025178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025178.jpg - -# capture n°025179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025179.pto --stitching --prefix=assemblage_025179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025179.jpg - -# capture n°025180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025180.pto --stitching --prefix=assemblage_025180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025180.jpg - -# capture n°025181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025181.pto --stitching --prefix=assemblage_025181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025181.jpg - -# capture n°025182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025182.pto --stitching --prefix=assemblage_025182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025182.jpg - -# capture n°025183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025183.pto --stitching --prefix=assemblage_025183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025183.jpg - -# capture n°025184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025184.pto --stitching --prefix=assemblage_025184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025184.jpg - -# capture n°025185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025185.pto --stitching --prefix=assemblage_025185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025185.jpg - -# capture n°025186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025186.pto --stitching --prefix=assemblage_025186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025186.jpg - -# capture n°025187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025187.pto --stitching --prefix=assemblage_025187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025187.jpg - -# capture n°025188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025188.pto --stitching --prefix=assemblage_025188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025188.jpg - -# capture n°025189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025189.pto --stitching --prefix=assemblage_025189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025189.jpg - -# capture n°025190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025190.pto --stitching --prefix=assemblage_025190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025190.jpg - -# capture n°025191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025191.pto --stitching --prefix=assemblage_025191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025191.jpg - -# capture n°025192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025192.pto --stitching --prefix=assemblage_025192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025192.jpg - -# capture n°025193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025193.pto --stitching --prefix=assemblage_025193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025193.jpg - -# capture n°025194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025194.pto --stitching --prefix=assemblage_025194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025194.jpg - -# capture n°025195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025195.pto --stitching --prefix=assemblage_025195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025195.jpg - -# capture n°025196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025196.pto --stitching --prefix=assemblage_025196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025196.jpg - -# capture n°025197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025197.pto --stitching --prefix=assemblage_025197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025197.jpg - -# capture n°025198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025198.pto --stitching --prefix=assemblage_025198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025198.jpg - -# capture n°025199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025199.pto --stitching --prefix=assemblage_025199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025199.jpg - -# capture n°025200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025200.pto --stitching --prefix=assemblage_025200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025200.jpg - -# capture n°025201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025201.pto --stitching --prefix=assemblage_025201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025201.jpg - -# capture n°025202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025202.pto --stitching --prefix=assemblage_025202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025202.jpg - -# capture n°025203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025203.pto --stitching --prefix=assemblage_025203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025203.jpg - -# capture n°025204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025204.pto --stitching --prefix=assemblage_025204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025204.jpg - -# capture n°025205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025205.pto --stitching --prefix=assemblage_025205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025205.jpg - -# capture n°025206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025206.pto --stitching --prefix=assemblage_025206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025206.jpg - -# capture n°025207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025207.pto --stitching --prefix=assemblage_025207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025207.jpg - -# capture n°025208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025208.pto --stitching --prefix=assemblage_025208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025208.jpg - -# capture n°025209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025209.pto --stitching --prefix=assemblage_025209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025209.jpg - -# capture n°025210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025210.pto --stitching --prefix=assemblage_025210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025210.jpg - -# capture n°025211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025211.pto --stitching --prefix=assemblage_025211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025211.jpg - -# capture n°025212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025212.pto --stitching --prefix=assemblage_025212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025212.jpg - -# capture n°025213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025213.pto --stitching --prefix=assemblage_025213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025213.jpg - -# capture n°025214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025214.pto --stitching --prefix=assemblage_025214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025214.jpg - -# capture n°025215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025215.pto --stitching --prefix=assemblage_025215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025215.jpg - -# capture n°025216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025216.pto --stitching --prefix=assemblage_025216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025216.jpg - -# capture n°025217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025217.pto --stitching --prefix=assemblage_025217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025217.jpg - -# capture n°025218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025218.pto --stitching --prefix=assemblage_025218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025218.jpg - -# capture n°025219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025219.pto --stitching --prefix=assemblage_025219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025219.jpg - -# capture n°025220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025220.pto --stitching --prefix=assemblage_025220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025220.jpg - -# capture n°025221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025221.pto --stitching --prefix=assemblage_025221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025221.jpg - -# capture n°025222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025222.pto --stitching --prefix=assemblage_025222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025222.jpg - -# capture n°025223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025223.pto --stitching --prefix=assemblage_025223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025223.jpg - -# capture n°025224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025224.pto --stitching --prefix=assemblage_025224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025224.jpg - -# capture n°025225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025225.pto --stitching --prefix=assemblage_025225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025225.jpg - -# capture n°025226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025226.pto --stitching --prefix=assemblage_025226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025226.jpg - -# capture n°025227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025227.pto --stitching --prefix=assemblage_025227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025227.jpg - -# capture n°025228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025228.pto --stitching --prefix=assemblage_025228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025228.jpg - -# capture n°025229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025229.pto --stitching --prefix=assemblage_025229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025229.jpg - -# capture n°025230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025230.pto --stitching --prefix=assemblage_025230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025230.jpg - -# capture n°025231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025231.pto --stitching --prefix=assemblage_025231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025231.jpg - -# capture n°025232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025232.pto --stitching --prefix=assemblage_025232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025232.jpg - -# capture n°025233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025233.pto --stitching --prefix=assemblage_025233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025233.jpg - -# capture n°025234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025234.pto --stitching --prefix=assemblage_025234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025234.jpg - -# capture n°025235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025235.pto --stitching --prefix=assemblage_025235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025235.jpg - -# capture n°025236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025236.pto --stitching --prefix=assemblage_025236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025236.jpg - -# capture n°025237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025237.pto --stitching --prefix=assemblage_025237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025237.jpg - -# capture n°025238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025238.pto --stitching --prefix=assemblage_025238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025238.jpg - -# capture n°025239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025239.pto --stitching --prefix=assemblage_025239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025239.jpg - -# capture n°025240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025240.pto --stitching --prefix=assemblage_025240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025240.jpg - -# capture n°025241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025241.pto --stitching --prefix=assemblage_025241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025241.jpg - -# capture n°025242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025242.pto --stitching --prefix=assemblage_025242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025242.jpg - -# capture n°025243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025243.pto --stitching --prefix=assemblage_025243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025243.jpg - -# capture n°025244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025244.pto --stitching --prefix=assemblage_025244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025244.jpg - -# capture n°025245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025245.pto --stitching --prefix=assemblage_025245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025245.jpg - -# capture n°025246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025246.pto --stitching --prefix=assemblage_025246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025246.jpg - -# capture n°025247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025247.pto --stitching --prefix=assemblage_025247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025247.jpg - -# capture n°025248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025248.pto --stitching --prefix=assemblage_025248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025248.jpg - -# capture n°025249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025249.pto --stitching --prefix=assemblage_025249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025249.jpg - -# capture n°025250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025250.pto --stitching --prefix=assemblage_025250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025250.jpg - -# capture n°025251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025251.pto --stitching --prefix=assemblage_025251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025251.jpg - -# capture n°025252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025252.pto --stitching --prefix=assemblage_025252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025252.jpg - -# capture n°025253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025253.pto --stitching --prefix=assemblage_025253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025253.jpg - -# capture n°025254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025254.pto --stitching --prefix=assemblage_025254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025254.jpg - -# capture n°025255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025255.pto --stitching --prefix=assemblage_025255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025255.jpg - -# capture n°025256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025256.pto --stitching --prefix=assemblage_025256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025256.jpg - -# capture n°025257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025257.pto --stitching --prefix=assemblage_025257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025257.jpg - -# capture n°025258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025258.pto --stitching --prefix=assemblage_025258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025258.jpg - -# capture n°025259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025259.pto --stitching --prefix=assemblage_025259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025259.jpg - -# capture n°025260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025260.pto --stitching --prefix=assemblage_025260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025260.jpg - -# capture n°025261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025261.pto --stitching --prefix=assemblage_025261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025261.jpg - -# capture n°025262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025262.pto --stitching --prefix=assemblage_025262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025262.jpg - -# capture n°025263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025263.pto --stitching --prefix=assemblage_025263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025263.jpg - -# capture n°025264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025264.pto --stitching --prefix=assemblage_025264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025264.jpg - -# capture n°025265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025265.pto --stitching --prefix=assemblage_025265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025265.jpg - -# capture n°025266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025266.pto --stitching --prefix=assemblage_025266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025266.jpg - -# capture n°025267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025267.pto --stitching --prefix=assemblage_025267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025267.jpg - -# capture n°025268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025268.pto --stitching --prefix=assemblage_025268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025268.jpg - -# capture n°025269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025269.pto --stitching --prefix=assemblage_025269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025269.jpg - -# capture n°025270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025270.pto --stitching --prefix=assemblage_025270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025270.jpg - -# capture n°025271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025271.pto --stitching --prefix=assemblage_025271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025271.jpg - -# capture n°025272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025272.pto --stitching --prefix=assemblage_025272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025272.jpg - -# capture n°025273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025273.pto --stitching --prefix=assemblage_025273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025273.jpg - -# capture n°025274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025274.pto --stitching --prefix=assemblage_025274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025274.jpg - -# capture n°025275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025275.pto --stitching --prefix=assemblage_025275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025275.jpg - -# capture n°025276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025276.pto --stitching --prefix=assemblage_025276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025276.jpg - -# capture n°025277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025277.pto --stitching --prefix=assemblage_025277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025277.jpg - -# capture n°025278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025278.pto --stitching --prefix=assemblage_025278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025278.jpg - -# capture n°025279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025279.pto --stitching --prefix=assemblage_025279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025279.jpg - -# capture n°025280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025280.pto --stitching --prefix=assemblage_025280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025280.jpg - -# capture n°025281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025281.pto --stitching --prefix=assemblage_025281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025281.jpg - -# capture n°025282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025282.pto --stitching --prefix=assemblage_025282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025282.jpg - -# capture n°025283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025283.pto --stitching --prefix=assemblage_025283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025283.jpg - -# capture n°025284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025284.pto --stitching --prefix=assemblage_025284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025284.jpg - -# capture n°025285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025285.pto --stitching --prefix=assemblage_025285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025285.jpg - -# capture n°025286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025286.pto --stitching --prefix=assemblage_025286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025286.jpg - -# capture n°025287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025287.pto --stitching --prefix=assemblage_025287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025287.jpg - -# capture n°025288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025288.pto --stitching --prefix=assemblage_025288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025288.jpg - -# capture n°025289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025289.pto --stitching --prefix=assemblage_025289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025289.jpg - -# capture n°025290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025290.pto --stitching --prefix=assemblage_025290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025290.jpg - -# capture n°025291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025291.pto --stitching --prefix=assemblage_025291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025291.jpg - -# capture n°025292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025292.pto --stitching --prefix=assemblage_025292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025292.jpg - -# capture n°025293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025293.pto --stitching --prefix=assemblage_025293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025293.jpg - -# capture n°025294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025294.pto --stitching --prefix=assemblage_025294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025294.jpg - -# capture n°025295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025295.pto --stitching --prefix=assemblage_025295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025295.jpg - -# capture n°025296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025296.pto --stitching --prefix=assemblage_025296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025296.jpg - -# capture n°025297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025297.pto --stitching --prefix=assemblage_025297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025297.jpg - -# capture n°025298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025298.pto --stitching --prefix=assemblage_025298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025298.jpg - -# capture n°025299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025299.pto --stitching --prefix=assemblage_025299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025299.jpg - -# capture n°025300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025300.pto --stitching --prefix=assemblage_025300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025300.jpg - -# capture n°025301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025301.pto --stitching --prefix=assemblage_025301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025301.jpg - -# capture n°025302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025302.pto --stitching --prefix=assemblage_025302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025302.jpg - -# capture n°025303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025303.pto --stitching --prefix=assemblage_025303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025303.jpg - -# capture n°025304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025304.pto --stitching --prefix=assemblage_025304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025304.jpg - -# capture n°025305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025305.pto --stitching --prefix=assemblage_025305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025305.jpg - -# capture n°025306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025306.pto --stitching --prefix=assemblage_025306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025306.jpg - -# capture n°025307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025307.pto --stitching --prefix=assemblage_025307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025307.jpg - -# capture n°025308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025308.pto --stitching --prefix=assemblage_025308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025308.jpg - -# capture n°025309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025309.pto --stitching --prefix=assemblage_025309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025309.jpg - -# capture n°025310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025310.pto --stitching --prefix=assemblage_025310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025310.jpg - -# capture n°025311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025311.pto --stitching --prefix=assemblage_025311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025311.jpg - -# capture n°025312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025312.pto --stitching --prefix=assemblage_025312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025312.jpg - -# capture n°025313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025313.pto --stitching --prefix=assemblage_025313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025313.jpg - -# capture n°025314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025314.pto --stitching --prefix=assemblage_025314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025314.jpg - -# capture n°025315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025315.pto --stitching --prefix=assemblage_025315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025315.jpg - -# capture n°025316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025316.pto --stitching --prefix=assemblage_025316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025316.jpg - -# capture n°025317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025317.pto --stitching --prefix=assemblage_025317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025317.jpg - -# capture n°025318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025318.pto --stitching --prefix=assemblage_025318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025318.jpg - -# capture n°025319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025319.pto --stitching --prefix=assemblage_025319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025319.jpg - -# capture n°025320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025320.pto --stitching --prefix=assemblage_025320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025320.jpg - -# capture n°025321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025321.pto --stitching --prefix=assemblage_025321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025321.jpg - -# capture n°025322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025322.pto --stitching --prefix=assemblage_025322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025322.jpg - -# capture n°025323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025323.pto --stitching --prefix=assemblage_025323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025323.jpg - -# capture n°025324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025324.pto --stitching --prefix=assemblage_025324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025324.jpg - -# capture n°025325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025325.pto --stitching --prefix=assemblage_025325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025325.jpg - -# capture n°025326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025326.pto --stitching --prefix=assemblage_025326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025326.jpg - -# capture n°025327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025327.pto --stitching --prefix=assemblage_025327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025327.jpg - -# capture n°025328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025328.pto --stitching --prefix=assemblage_025328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025328.jpg - -# capture n°025329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025329.pto --stitching --prefix=assemblage_025329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025329.jpg - -# capture n°025330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025330.pto --stitching --prefix=assemblage_025330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025330.jpg - -# capture n°025331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025331.pto --stitching --prefix=assemblage_025331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025331.jpg - -# capture n°025332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025332.pto --stitching --prefix=assemblage_025332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025332.jpg - -# capture n°025333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025333.pto --stitching --prefix=assemblage_025333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025333.jpg - -# capture n°025334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025334.pto --stitching --prefix=assemblage_025334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025334.jpg - -# capture n°025335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025335.pto --stitching --prefix=assemblage_025335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025335.jpg - -# capture n°025336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025336.pto --stitching --prefix=assemblage_025336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025336.jpg - -# capture n°025337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025337.pto --stitching --prefix=assemblage_025337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025337.jpg - -# capture n°025338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025338.pto --stitching --prefix=assemblage_025338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025338.jpg - -# capture n°025339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025339.pto --stitching --prefix=assemblage_025339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025339.jpg - -# capture n°025340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025340.pto --stitching --prefix=assemblage_025340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025340.jpg - -# capture n°025341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025341.pto --stitching --prefix=assemblage_025341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025341.jpg - -# capture n°025342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025342.pto --stitching --prefix=assemblage_025342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025342.jpg - -# capture n°025343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025343.pto --stitching --prefix=assemblage_025343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025343.jpg - -# capture n°025344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025344.pto --stitching --prefix=assemblage_025344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025344.jpg - -# capture n°025345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025345.pto --stitching --prefix=assemblage_025345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025345.jpg - -# capture n°025346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025346.pto --stitching --prefix=assemblage_025346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025346.jpg - -# capture n°025347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025347.pto --stitching --prefix=assemblage_025347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025347.jpg - -# capture n°025348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025348.pto --stitching --prefix=assemblage_025348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025348.jpg - -# capture n°025349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025349.pto --stitching --prefix=assemblage_025349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025349.jpg - -# capture n°025350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025350.pto --stitching --prefix=assemblage_025350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025350.jpg - -# capture n°025351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025351.pto --stitching --prefix=assemblage_025351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025351.jpg - -# capture n°025352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025352.pto --stitching --prefix=assemblage_025352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025352.jpg - -# capture n°025353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025353.pto --stitching --prefix=assemblage_025353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025353.jpg - -# capture n°025354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025354.pto --stitching --prefix=assemblage_025354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025354.jpg - -# capture n°025355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025355.pto --stitching --prefix=assemblage_025355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025355.jpg - -# capture n°025356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025356.pto --stitching --prefix=assemblage_025356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025356.jpg - -# capture n°025357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025357.pto --stitching --prefix=assemblage_025357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025357.jpg - -# capture n°025358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025358.pto --stitching --prefix=assemblage_025358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025358.jpg - -# capture n°025359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025359.pto --stitching --prefix=assemblage_025359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025359.jpg - -# capture n°025360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025360.pto --stitching --prefix=assemblage_025360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025360.jpg - -# capture n°025361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025361.pto --stitching --prefix=assemblage_025361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025361.jpg - -# capture n°025362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025362.pto --stitching --prefix=assemblage_025362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025362.jpg - -# capture n°025363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025363.pto --stitching --prefix=assemblage_025363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025363.jpg - -# capture n°025364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025364.pto --stitching --prefix=assemblage_025364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025364.jpg - -# capture n°025365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025365.pto --stitching --prefix=assemblage_025365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025365.jpg - -# capture n°025366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025366.pto --stitching --prefix=assemblage_025366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025366.jpg - -# capture n°025367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025367.pto --stitching --prefix=assemblage_025367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025367.jpg - -# capture n°025368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025368.pto --stitching --prefix=assemblage_025368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025368.jpg - -# capture n°025369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025369.pto --stitching --prefix=assemblage_025369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025369.jpg - -# capture n°025370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025370.pto --stitching --prefix=assemblage_025370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025370.jpg - -# capture n°025371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025371.pto --stitching --prefix=assemblage_025371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025371.jpg - -# capture n°025372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025372.pto --stitching --prefix=assemblage_025372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025372.jpg - -# capture n°025373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025373.pto --stitching --prefix=assemblage_025373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025373.jpg - -# capture n°025374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025374.pto --stitching --prefix=assemblage_025374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025374.jpg - -# capture n°025375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025375.pto --stitching --prefix=assemblage_025375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025375.jpg - -# capture n°025376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025376.pto --stitching --prefix=assemblage_025376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025376.jpg - -# capture n°025377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025377.pto --stitching --prefix=assemblage_025377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025377.jpg - -# capture n°025378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025378.pto --stitching --prefix=assemblage_025378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025378.jpg - -# capture n°025379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025379.pto --stitching --prefix=assemblage_025379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025379.jpg - -# capture n°025380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025380.pto --stitching --prefix=assemblage_025380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025380.jpg - -# capture n°025381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025381.pto --stitching --prefix=assemblage_025381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025381.jpg - -# capture n°025382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025382.pto --stitching --prefix=assemblage_025382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025382.jpg - -# capture n°025383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025383.pto --stitching --prefix=assemblage_025383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025383.jpg - -# capture n°025384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025384.pto --stitching --prefix=assemblage_025384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025384.jpg - -# capture n°025385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025385.pto --stitching --prefix=assemblage_025385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025385.jpg - -# capture n°025386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025386.pto --stitching --prefix=assemblage_025386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025386.jpg - -# capture n°025387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025387.pto --stitching --prefix=assemblage_025387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025387.jpg - -# capture n°025388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025388.pto --stitching --prefix=assemblage_025388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025388.jpg - -# capture n°025389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025389.pto --stitching --prefix=assemblage_025389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025389.jpg - -# capture n°025390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025390.pto --stitching --prefix=assemblage_025390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025390.jpg - -# capture n°025391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025391.pto --stitching --prefix=assemblage_025391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025391.jpg - -# capture n°025392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025392.pto --stitching --prefix=assemblage_025392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025392.jpg - -# capture n°025393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025393.pto --stitching --prefix=assemblage_025393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025393.jpg - -# capture n°025394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025394.pto --stitching --prefix=assemblage_025394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025394.jpg - -# capture n°025395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025395.pto --stitching --prefix=assemblage_025395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025395.jpg - -# capture n°025396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025396.pto --stitching --prefix=assemblage_025396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025396.jpg - -# capture n°025397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025397.pto --stitching --prefix=assemblage_025397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025397.jpg - -# capture n°025398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025398.pto --stitching --prefix=assemblage_025398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025398.jpg - -# capture n°025399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025399.pto --stitching --prefix=assemblage_025399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025399.jpg - -# capture n°025400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025400.pto --stitching --prefix=assemblage_025400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025400.jpg - -# capture n°025401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025401.pto --stitching --prefix=assemblage_025401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025401.jpg - -# capture n°025402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025402.pto --stitching --prefix=assemblage_025402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025402.jpg - -# capture n°025403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025403.pto --stitching --prefix=assemblage_025403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025403.jpg - -# capture n°025404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025404.pto --stitching --prefix=assemblage_025404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025404.jpg - -# capture n°025405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025405.pto --stitching --prefix=assemblage_025405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025405.jpg - -# capture n°025406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025406.pto --stitching --prefix=assemblage_025406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025406.jpg - -# capture n°025407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025407.pto --stitching --prefix=assemblage_025407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025407.jpg - -# capture n°025408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025408.pto --stitching --prefix=assemblage_025408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025408.jpg - -# capture n°025409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025409.pto --stitching --prefix=assemblage_025409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025409.jpg - -# capture n°025410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025410.pto --stitching --prefix=assemblage_025410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025410.jpg - -# capture n°025411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025411.pto --stitching --prefix=assemblage_025411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025411.jpg - -# capture n°025412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025412.pto --stitching --prefix=assemblage_025412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025412.jpg - -# capture n°025413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025413.pto --stitching --prefix=assemblage_025413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025413.jpg - -# capture n°025414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025414.pto --stitching --prefix=assemblage_025414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025414.jpg - -# capture n°025415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025415.pto --stitching --prefix=assemblage_025415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025415.jpg - -# capture n°025416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025416.pto --stitching --prefix=assemblage_025416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025416.jpg - -# capture n°025417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025417.pto --stitching --prefix=assemblage_025417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025417.jpg - -# capture n°025418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025418.pto --stitching --prefix=assemblage_025418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025418.jpg - -# capture n°025419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025419.pto --stitching --prefix=assemblage_025419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025419.jpg - -# capture n°025420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025420.pto --stitching --prefix=assemblage_025420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025420.jpg - -# capture n°025421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025421.pto --stitching --prefix=assemblage_025421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025421.jpg - -# capture n°025422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025422.pto --stitching --prefix=assemblage_025422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025422.jpg - -# capture n°025423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025423.pto --stitching --prefix=assemblage_025423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025423.jpg - -# capture n°025424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025424.pto --stitching --prefix=assemblage_025424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025424.jpg - -# capture n°025425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025425.pto --stitching --prefix=assemblage_025425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025425.jpg - -# capture n°025426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025426.pto --stitching --prefix=assemblage_025426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025426.jpg - -# capture n°025427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025427.pto --stitching --prefix=assemblage_025427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025427.jpg - -# capture n°025428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025428.pto --stitching --prefix=assemblage_025428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025428.jpg - -# capture n°025429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025429.pto --stitching --prefix=assemblage_025429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025429.jpg - -# capture n°025430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025430.pto --stitching --prefix=assemblage_025430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025430.jpg - -# capture n°025431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025431.pto --stitching --prefix=assemblage_025431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025431.jpg - -# capture n°025432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025432.pto --stitching --prefix=assemblage_025432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025432.jpg - -# capture n°025433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025433.pto --stitching --prefix=assemblage_025433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025433.jpg - -# capture n°025434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025434.pto --stitching --prefix=assemblage_025434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025434.jpg - -# capture n°025435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025435.pto --stitching --prefix=assemblage_025435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025435.jpg - -# capture n°025436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025436.pto --stitching --prefix=assemblage_025436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025436.jpg - -# capture n°025437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025437.pto --stitching --prefix=assemblage_025437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025437.jpg - -# capture n°025438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025438.pto --stitching --prefix=assemblage_025438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025438.jpg - -# capture n°025439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025439.pto --stitching --prefix=assemblage_025439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025439.jpg - -# capture n°025440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025440.pto --stitching --prefix=assemblage_025440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025440.jpg - -# capture n°025441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025441.pto --stitching --prefix=assemblage_025441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025441.jpg - -# capture n°025442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025442.pto --stitching --prefix=assemblage_025442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025442.jpg - -# capture n°025443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025443.pto --stitching --prefix=assemblage_025443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025443.jpg - -# capture n°025444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025444.pto --stitching --prefix=assemblage_025444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025444.jpg - -# capture n°025445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025445.pto --stitching --prefix=assemblage_025445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025445.jpg - -# capture n°025446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025446.pto --stitching --prefix=assemblage_025446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025446.jpg - -# capture n°025447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025447.pto --stitching --prefix=assemblage_025447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025447.jpg - -# capture n°025448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025448.pto --stitching --prefix=assemblage_025448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025448.jpg - -# capture n°025449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025449.pto --stitching --prefix=assemblage_025449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025449.jpg - -# capture n°025450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025450.pto --stitching --prefix=assemblage_025450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025450.jpg - -# capture n°025451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025451.pto --stitching --prefix=assemblage_025451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025451.jpg - -# capture n°025452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025452.pto --stitching --prefix=assemblage_025452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025452.jpg - -# capture n°025453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025453.pto --stitching --prefix=assemblage_025453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025453.jpg - -# capture n°025454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025454.pto --stitching --prefix=assemblage_025454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025454.jpg - -# capture n°025455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025455.pto --stitching --prefix=assemblage_025455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025455.jpg - -# capture n°025456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025456.pto --stitching --prefix=assemblage_025456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025456.jpg - -# capture n°025457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025457.pto --stitching --prefix=assemblage_025457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025457.jpg - -# capture n°025458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025458.pto --stitching --prefix=assemblage_025458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025458.jpg - -# capture n°025459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025459.pto --stitching --prefix=assemblage_025459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025459.jpg - -# capture n°025460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025460.pto --stitching --prefix=assemblage_025460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025460.jpg - -# capture n°025461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025461.pto --stitching --prefix=assemblage_025461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025461.jpg - -# capture n°025462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025462.pto --stitching --prefix=assemblage_025462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025462.jpg - -# capture n°025463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025463.pto --stitching --prefix=assemblage_025463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025463.jpg - -# capture n°025464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025464.pto --stitching --prefix=assemblage_025464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025464.jpg - -# capture n°025465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025465.pto --stitching --prefix=assemblage_025465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025465.jpg - -# capture n°025466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025466.pto --stitching --prefix=assemblage_025466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025466.jpg - -# capture n°025467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025467.pto --stitching --prefix=assemblage_025467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025467.jpg - -# capture n°025468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025468.pto --stitching --prefix=assemblage_025468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025468.jpg - -# capture n°025469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025469.pto --stitching --prefix=assemblage_025469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025469.jpg - -# capture n°025470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025470.pto --stitching --prefix=assemblage_025470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025470.jpg - -# capture n°025471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025471.pto --stitching --prefix=assemblage_025471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025471.jpg - -# capture n°025472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025472.pto --stitching --prefix=assemblage_025472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025472.jpg - -# capture n°025473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025473.pto --stitching --prefix=assemblage_025473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025473.jpg - -# capture n°025474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025474.pto --stitching --prefix=assemblage_025474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025474.jpg - -# capture n°025475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025475.pto --stitching --prefix=assemblage_025475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025475.jpg - -# capture n°025476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025476.pto --stitching --prefix=assemblage_025476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025476.jpg - -# capture n°025477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025477.pto --stitching --prefix=assemblage_025477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025477.jpg - -# capture n°025478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025478.pto --stitching --prefix=assemblage_025478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025478.jpg - -# capture n°025479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025479.pto --stitching --prefix=assemblage_025479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025479.jpg - -# capture n°025480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025480.pto --stitching --prefix=assemblage_025480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025480.jpg - -# capture n°025481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025481.pto --stitching --prefix=assemblage_025481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025481.jpg - -# capture n°025482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025482.pto --stitching --prefix=assemblage_025482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025482.jpg - -# capture n°025483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025483.pto --stitching --prefix=assemblage_025483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025483.jpg - -# capture n°025484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025484.pto --stitching --prefix=assemblage_025484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025484.jpg - -# capture n°025485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025485.pto --stitching --prefix=assemblage_025485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025485.jpg - -# capture n°025486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025486.pto --stitching --prefix=assemblage_025486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025486.jpg - -# capture n°025487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025487.pto --stitching --prefix=assemblage_025487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025487.jpg - -# capture n°025488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025488.pto --stitching --prefix=assemblage_025488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025488.jpg - -# capture n°025489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025489.pto --stitching --prefix=assemblage_025489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025489.jpg - -# capture n°025490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025490.pto --stitching --prefix=assemblage_025490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025490.jpg - -# capture n°025491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025491.pto --stitching --prefix=assemblage_025491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025491.jpg - -# capture n°025492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025492.pto --stitching --prefix=assemblage_025492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025492.jpg - -# capture n°025493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025493.pto --stitching --prefix=assemblage_025493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025493.jpg - -# capture n°025494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025494.pto --stitching --prefix=assemblage_025494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025494.jpg - -# capture n°025495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025495.pto --stitching --prefix=assemblage_025495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025495.jpg - -# capture n°025496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025496.pto --stitching --prefix=assemblage_025496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025496.jpg - -# capture n°025497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025497.pto --stitching --prefix=assemblage_025497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025497.jpg - -# capture n°025498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025498.pto --stitching --prefix=assemblage_025498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025498.jpg - -# capture n°025499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025499.pto --stitching --prefix=assemblage_025499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025499.jpg - -# capture n°025500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025500.pto --stitching --prefix=assemblage_025500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025500.jpg - -# capture n°025501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025501.pto --stitching --prefix=assemblage_025501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025501.jpg - -# capture n°025502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025502.pto --stitching --prefix=assemblage_025502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025502.jpg - -# capture n°025503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025503.pto --stitching --prefix=assemblage_025503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025503.jpg - -# capture n°025504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025504.pto --stitching --prefix=assemblage_025504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025504.jpg - -# capture n°025505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025505.pto --stitching --prefix=assemblage_025505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025505.jpg - -# capture n°025506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025506.pto --stitching --prefix=assemblage_025506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025506.jpg - -# capture n°025507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025507.pto --stitching --prefix=assemblage_025507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025507.jpg - -# capture n°025508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025508.pto --stitching --prefix=assemblage_025508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025508.jpg - -# capture n°025509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025509.pto --stitching --prefix=assemblage_025509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025509.jpg - -# capture n°025510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025510.pto --stitching --prefix=assemblage_025510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025510.jpg - -# capture n°025511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025511.pto --stitching --prefix=assemblage_025511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025511.jpg - -# capture n°025512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025512.pto --stitching --prefix=assemblage_025512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025512.jpg - -# capture n°025513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025513.pto --stitching --prefix=assemblage_025513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025513.jpg - -# capture n°025514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025514.pto --stitching --prefix=assemblage_025514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025514.jpg - -# capture n°025515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025515.pto --stitching --prefix=assemblage_025515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025515.jpg - -# capture n°025516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025516.pto --stitching --prefix=assemblage_025516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025516.jpg - -# capture n°025517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025517.pto --stitching --prefix=assemblage_025517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025517.jpg - -# capture n°025518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025518.pto --stitching --prefix=assemblage_025518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025518.jpg - -# capture n°025519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025519.pto --stitching --prefix=assemblage_025519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025519.jpg - -# capture n°025520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025520.pto --stitching --prefix=assemblage_025520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025520.jpg - -# capture n°025521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025521.pto --stitching --prefix=assemblage_025521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025521.jpg - -# capture n°025522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025522.pto --stitching --prefix=assemblage_025522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025522.jpg - -# capture n°025523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025523.pto --stitching --prefix=assemblage_025523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025523.jpg - -# capture n°025524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025524.pto --stitching --prefix=assemblage_025524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025524.jpg - -# capture n°025525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025525.pto --stitching --prefix=assemblage_025525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025525.jpg - -# capture n°025526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025526.pto --stitching --prefix=assemblage_025526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025526.jpg - -# capture n°025527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025527.pto --stitching --prefix=assemblage_025527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025527.jpg - -# capture n°025528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025528.pto --stitching --prefix=assemblage_025528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025528.jpg - -# capture n°025529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025529.pto --stitching --prefix=assemblage_025529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025529.jpg - -# capture n°025530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025530.pto --stitching --prefix=assemblage_025530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025530.jpg - -# capture n°025531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025531.pto --stitching --prefix=assemblage_025531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025531.jpg - -# capture n°025532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025532.pto --stitching --prefix=assemblage_025532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025532.jpg - -# capture n°025533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025533.pto --stitching --prefix=assemblage_025533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025533.jpg - -# capture n°025534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025534.pto --stitching --prefix=assemblage_025534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025534.jpg - -# capture n°025535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025535.pto --stitching --prefix=assemblage_025535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025535.jpg - -# capture n°025536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025536.pto --stitching --prefix=assemblage_025536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025536.jpg - -# capture n°025537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025537.pto --stitching --prefix=assemblage_025537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025537.jpg - -# capture n°025538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025538.pto --stitching --prefix=assemblage_025538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025538.jpg - -# capture n°025539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025539.pto --stitching --prefix=assemblage_025539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025539.jpg - -# capture n°025540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025540.pto --stitching --prefix=assemblage_025540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025540.jpg - -# capture n°025541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025541.pto --stitching --prefix=assemblage_025541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025541.jpg - -# capture n°025542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025542.pto --stitching --prefix=assemblage_025542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025542.jpg - -# capture n°025543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025543.pto --stitching --prefix=assemblage_025543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025543.jpg - -# capture n°025544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025544.pto --stitching --prefix=assemblage_025544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025544.jpg - -# capture n°025545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025545.pto --stitching --prefix=assemblage_025545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025545.jpg - -# capture n°025546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025546.pto --stitching --prefix=assemblage_025546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025546.jpg - -# capture n°025547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025547.pto --stitching --prefix=assemblage_025547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025547.jpg - -# capture n°025548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025548.pto --stitching --prefix=assemblage_025548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025548.jpg - -# capture n°025549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025549.pto --stitching --prefix=assemblage_025549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025549.jpg - -# capture n°025550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025550.pto --stitching --prefix=assemblage_025550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025550.jpg - -# capture n°025551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025551.pto --stitching --prefix=assemblage_025551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025551.jpg - -# capture n°025552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025552.pto --stitching --prefix=assemblage_025552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025552.jpg - -# capture n°025553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025553.pto --stitching --prefix=assemblage_025553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025553.jpg - -# capture n°025554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025554.pto --stitching --prefix=assemblage_025554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025554.jpg - -# capture n°025555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025555.pto --stitching --prefix=assemblage_025555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025555.jpg - -# capture n°025556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025556.pto --stitching --prefix=assemblage_025556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025556.jpg - -# capture n°025557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025557.pto --stitching --prefix=assemblage_025557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025557.jpg - -# capture n°025558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025558.pto --stitching --prefix=assemblage_025558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025558.jpg - -# capture n°025559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025559.pto --stitching --prefix=assemblage_025559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025559.jpg - -# capture n°025560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025560.pto --stitching --prefix=assemblage_025560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025560.jpg - -# capture n°025561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025561.pto --stitching --prefix=assemblage_025561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025561.jpg - -# capture n°025562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025562.pto --stitching --prefix=assemblage_025562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025562.jpg - -# capture n°025563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025563.pto --stitching --prefix=assemblage_025563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025563.jpg - -# capture n°025564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025564.pto --stitching --prefix=assemblage_025564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025564.jpg - -# capture n°025565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025565.pto --stitching --prefix=assemblage_025565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025565.jpg - -# capture n°025566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025566.pto --stitching --prefix=assemblage_025566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025566.jpg - -# capture n°025567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025567.pto --stitching --prefix=assemblage_025567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025567.jpg - -# capture n°025568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025568.pto --stitching --prefix=assemblage_025568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025568.jpg - -# capture n°025569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025569.pto --stitching --prefix=assemblage_025569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025569.jpg - -# capture n°025570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025570.pto --stitching --prefix=assemblage_025570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025570.jpg - -# capture n°025571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025571.pto --stitching --prefix=assemblage_025571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025571.jpg - -# capture n°025572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025572.pto --stitching --prefix=assemblage_025572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025572.jpg - -# capture n°025573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025573.pto --stitching --prefix=assemblage_025573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025573.jpg - -# capture n°025574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025574.pto --stitching --prefix=assemblage_025574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025574.jpg - -# capture n°025575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025575.pto --stitching --prefix=assemblage_025575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025575.jpg - -# capture n°025576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025576.pto --stitching --prefix=assemblage_025576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025576.jpg - -# capture n°025577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025577.pto --stitching --prefix=assemblage_025577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025577.jpg - -# capture n°025578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025578.pto --stitching --prefix=assemblage_025578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025578.jpg - -# capture n°025579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025579.pto --stitching --prefix=assemblage_025579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025579.jpg - -# capture n°025580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025580.pto --stitching --prefix=assemblage_025580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025580.jpg - -# capture n°025581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025581.pto --stitching --prefix=assemblage_025581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025581.jpg - -# capture n°025582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025582.pto --stitching --prefix=assemblage_025582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025582.jpg - -# capture n°025583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025583.pto --stitching --prefix=assemblage_025583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025583.jpg - -# capture n°025584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025584.pto --stitching --prefix=assemblage_025584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025584.jpg - -# capture n°025585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025585.pto --stitching --prefix=assemblage_025585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025585.jpg - -# capture n°025586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025586.pto --stitching --prefix=assemblage_025586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025586.jpg - -# capture n°025587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025587.pto --stitching --prefix=assemblage_025587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025587.jpg - -# capture n°025588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025588.pto --stitching --prefix=assemblage_025588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025588.jpg - -# capture n°025589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025589.pto --stitching --prefix=assemblage_025589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025589.jpg - -# capture n°025590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025590.pto --stitching --prefix=assemblage_025590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025590.jpg - -# capture n°025591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025591.pto --stitching --prefix=assemblage_025591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025591.jpg - -# capture n°025592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025592.pto --stitching --prefix=assemblage_025592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025592.jpg - -# capture n°025593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025593.pto --stitching --prefix=assemblage_025593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025593.jpg - -# capture n°025594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025594.pto --stitching --prefix=assemblage_025594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025594.jpg - -# capture n°025595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025595.pto --stitching --prefix=assemblage_025595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025595.jpg - -# capture n°025596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025596.pto --stitching --prefix=assemblage_025596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025596.jpg - -# capture n°025597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025597.pto --stitching --prefix=assemblage_025597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025597.jpg - -# capture n°025598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025598.pto --stitching --prefix=assemblage_025598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025598.jpg - -# capture n°025599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025599.pto --stitching --prefix=assemblage_025599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025599.jpg - -# capture n°025600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025600.pto --stitching --prefix=assemblage_025600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025600.jpg - -# capture n°025601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025601.pto --stitching --prefix=assemblage_025601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025601.jpg - -# capture n°025602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025602.pto --stitching --prefix=assemblage_025602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025602.jpg - -# capture n°025603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025603.pto --stitching --prefix=assemblage_025603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025603.jpg - -# capture n°025604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025604.pto --stitching --prefix=assemblage_025604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025604.jpg - -# capture n°025605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025605.pto --stitching --prefix=assemblage_025605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025605.jpg - -# capture n°025606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025606.pto --stitching --prefix=assemblage_025606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025606.jpg - -# capture n°025607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025607.pto --stitching --prefix=assemblage_025607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025607.jpg - -# capture n°025608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025608.pto --stitching --prefix=assemblage_025608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025608.jpg - -# capture n°025609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025609.pto --stitching --prefix=assemblage_025609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025609.jpg - -# capture n°025610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025610.pto --stitching --prefix=assemblage_025610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025610.jpg - -# capture n°025611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025611.pto --stitching --prefix=assemblage_025611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025611.jpg - -# capture n°025612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025612.pto --stitching --prefix=assemblage_025612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025612.jpg - -# capture n°025613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025613.pto --stitching --prefix=assemblage_025613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025613.jpg - -# capture n°025614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025614.pto --stitching --prefix=assemblage_025614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025614.jpg - -# capture n°025615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025615.pto --stitching --prefix=assemblage_025615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025615.jpg - -# capture n°025616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025616.pto --stitching --prefix=assemblage_025616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025616.jpg - -# capture n°025617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025617.pto --stitching --prefix=assemblage_025617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025617.jpg - -# capture n°025618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025618.pto --stitching --prefix=assemblage_025618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025618.jpg - -# capture n°025619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025619.pto --stitching --prefix=assemblage_025619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025619.jpg - -# capture n°025620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025620.pto --stitching --prefix=assemblage_025620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025620.jpg - -# capture n°025621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025621.pto --stitching --prefix=assemblage_025621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025621.jpg - -# capture n°025622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025622.pto --stitching --prefix=assemblage_025622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025622.jpg - -# capture n°025623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025623.pto --stitching --prefix=assemblage_025623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025623.jpg - -# capture n°025624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025624.pto --stitching --prefix=assemblage_025624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025624.jpg - -# capture n°025625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025625.pto --stitching --prefix=assemblage_025625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025625.jpg - -# capture n°025626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025626.pto --stitching --prefix=assemblage_025626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025626.jpg - -# capture n°025627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025627.pto --stitching --prefix=assemblage_025627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025627.jpg - -# capture n°025628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025628.pto --stitching --prefix=assemblage_025628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025628.jpg - -# capture n°025629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025629.pto --stitching --prefix=assemblage_025629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025629.jpg - -# capture n°025630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025630.pto --stitching --prefix=assemblage_025630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025630.jpg - -# capture n°025631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025631.pto --stitching --prefix=assemblage_025631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025631.jpg - -# capture n°025632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025632.pto --stitching --prefix=assemblage_025632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025632.jpg - -# capture n°025633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025633.pto --stitching --prefix=assemblage_025633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025633.jpg - -# capture n°025634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025634.pto --stitching --prefix=assemblage_025634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025634.jpg - -# capture n°025635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025635.pto --stitching --prefix=assemblage_025635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025635.jpg - -# capture n°025636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025636.pto --stitching --prefix=assemblage_025636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025636.jpg - -# capture n°025637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025637.pto --stitching --prefix=assemblage_025637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025637.jpg - -# capture n°025638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025638.pto --stitching --prefix=assemblage_025638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025638.jpg - -# capture n°025639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025639.pto --stitching --prefix=assemblage_025639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025639.jpg - -# capture n°025640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025640.pto --stitching --prefix=assemblage_025640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025640.jpg - -# capture n°025641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025641.pto --stitching --prefix=assemblage_025641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025641.jpg - -# capture n°025642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025642.pto --stitching --prefix=assemblage_025642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025642.jpg - -# capture n°025643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025643.pto --stitching --prefix=assemblage_025643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025643.jpg - -# capture n°025644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025644.pto --stitching --prefix=assemblage_025644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025644.jpg - -# capture n°025645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025645.pto --stitching --prefix=assemblage_025645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025645.jpg - -# capture n°025646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025646.pto --stitching --prefix=assemblage_025646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025646.jpg - -# capture n°025647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025647.pto --stitching --prefix=assemblage_025647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025647.jpg - -# capture n°025648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025648.pto --stitching --prefix=assemblage_025648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025648.jpg - -# capture n°025649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025649.pto --stitching --prefix=assemblage_025649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025649.jpg - -# capture n°025650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025650.pto --stitching --prefix=assemblage_025650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025650.jpg - -# capture n°025651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025651.pto --stitching --prefix=assemblage_025651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025651.jpg - -# capture n°025652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025652.pto --stitching --prefix=assemblage_025652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025652.jpg - -# capture n°025653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025653.pto --stitching --prefix=assemblage_025653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025653.jpg - -# capture n°025654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025654.pto --stitching --prefix=assemblage_025654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025654.jpg - -# capture n°025655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025655.pto --stitching --prefix=assemblage_025655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025655.jpg - -# capture n°025656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025656.pto --stitching --prefix=assemblage_025656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025656.jpg - -# capture n°025657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025657.pto --stitching --prefix=assemblage_025657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025657.jpg - -# capture n°025658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025658.pto --stitching --prefix=assemblage_025658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025658.jpg - -# capture n°025659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025659.pto --stitching --prefix=assemblage_025659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025659.jpg - -# capture n°025660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025660.pto --stitching --prefix=assemblage_025660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025660.jpg - -# capture n°025661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025661.pto --stitching --prefix=assemblage_025661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025661.jpg - -# capture n°025662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025662.pto --stitching --prefix=assemblage_025662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025662.jpg - -# capture n°025663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025663.pto --stitching --prefix=assemblage_025663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025663.jpg - -# capture n°025664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025664.pto --stitching --prefix=assemblage_025664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025664.jpg - -# capture n°025665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025665.pto --stitching --prefix=assemblage_025665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025665.jpg - -# capture n°025666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025666.pto --stitching --prefix=assemblage_025666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025666.jpg - -# capture n°025667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025667.pto --stitching --prefix=assemblage_025667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025667.jpg - -# capture n°025668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025668.pto --stitching --prefix=assemblage_025668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025668.jpg - -# capture n°025669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025669.pto --stitching --prefix=assemblage_025669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025669.jpg - -# capture n°025670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025670.pto --stitching --prefix=assemblage_025670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025670.jpg - -# capture n°025671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025671.pto --stitching --prefix=assemblage_025671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025671.jpg - -# capture n°025672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025672.pto --stitching --prefix=assemblage_025672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025672.jpg - -# capture n°025673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025673.pto --stitching --prefix=assemblage_025673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025673.jpg - -# capture n°025674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025674.pto --stitching --prefix=assemblage_025674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025674.jpg - -# capture n°025675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025675.pto --stitching --prefix=assemblage_025675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025675.jpg - -# capture n°025676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025676.pto --stitching --prefix=assemblage_025676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025676.jpg - -# capture n°025677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025677.pto --stitching --prefix=assemblage_025677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025677.jpg - -# capture n°025678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025678.pto --stitching --prefix=assemblage_025678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025678.jpg - -# capture n°025679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025679.pto --stitching --prefix=assemblage_025679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025679.jpg - -# capture n°025680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025680.pto --stitching --prefix=assemblage_025680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025680.jpg - -# capture n°025681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025681.pto --stitching --prefix=assemblage_025681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025681.jpg - -# capture n°025682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025682.pto --stitching --prefix=assemblage_025682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025682.jpg - -# capture n°025683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025683.pto --stitching --prefix=assemblage_025683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025683.jpg - -# capture n°025684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025684.pto --stitching --prefix=assemblage_025684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025684.jpg - -# capture n°025685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025685.pto --stitching --prefix=assemblage_025685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025685.jpg - -# capture n°025686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025686.pto --stitching --prefix=assemblage_025686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025686.jpg - -# capture n°025687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025687.pto --stitching --prefix=assemblage_025687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025687.jpg - -# capture n°025688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025688.pto --stitching --prefix=assemblage_025688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025688.jpg - -# capture n°025689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025689.pto --stitching --prefix=assemblage_025689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025689.jpg - -# capture n°025690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025690.pto --stitching --prefix=assemblage_025690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025690.jpg - -# capture n°025691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025691.pto --stitching --prefix=assemblage_025691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025691.jpg - -# capture n°025692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025692.pto --stitching --prefix=assemblage_025692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025692.jpg - -# capture n°025693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025693.pto --stitching --prefix=assemblage_025693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025693.jpg - -# capture n°025694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025694.pto --stitching --prefix=assemblage_025694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025694.jpg - -# capture n°025695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025695.pto --stitching --prefix=assemblage_025695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025695.jpg - -# capture n°025696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025696.pto --stitching --prefix=assemblage_025696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025696.jpg - -# capture n°025697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025697.pto --stitching --prefix=assemblage_025697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025697.jpg - -# capture n°025698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025698.pto --stitching --prefix=assemblage_025698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025698.jpg - -# capture n°025699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025699.pto --stitching --prefix=assemblage_025699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025699.jpg - -# capture n°025700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025700.pto --stitching --prefix=assemblage_025700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025700.jpg - -# capture n°025701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025701.pto --stitching --prefix=assemblage_025701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025701.jpg - -# capture n°025702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025702.pto --stitching --prefix=assemblage_025702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025702.jpg - -# capture n°025703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025703.pto --stitching --prefix=assemblage_025703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025703.jpg - -# capture n°025704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025704.pto --stitching --prefix=assemblage_025704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025704.jpg - -# capture n°025705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025705.pto --stitching --prefix=assemblage_025705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025705.jpg - -# capture n°025706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025706.pto --stitching --prefix=assemblage_025706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025706.jpg - -# capture n°025707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025707.pto --stitching --prefix=assemblage_025707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025707.jpg - -# capture n°025708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025708.pto --stitching --prefix=assemblage_025708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025708.jpg - -# capture n°025709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025709.pto --stitching --prefix=assemblage_025709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025709.jpg - -# capture n°025710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025710.pto --stitching --prefix=assemblage_025710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025710.jpg - -# capture n°025711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025711.pto --stitching --prefix=assemblage_025711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025711.jpg - -# capture n°025712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025712.pto --stitching --prefix=assemblage_025712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025712.jpg - -# capture n°025713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025713.pto --stitching --prefix=assemblage_025713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025713.jpg - -# capture n°025714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025714.pto --stitching --prefix=assemblage_025714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025714.jpg - -# capture n°025715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025715.pto --stitching --prefix=assemblage_025715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025715.jpg - -# capture n°025716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025716.pto --stitching --prefix=assemblage_025716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025716.jpg - -# capture n°025717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025717.pto --stitching --prefix=assemblage_025717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025717.jpg - -# capture n°025718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025718.pto --stitching --prefix=assemblage_025718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025718.jpg - -# capture n°025719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025719.pto --stitching --prefix=assemblage_025719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025719.jpg - -# capture n°025720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025720.pto --stitching --prefix=assemblage_025720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025720.jpg - -# capture n°025721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025721.pto --stitching --prefix=assemblage_025721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025721.jpg - -# capture n°025722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025722.pto --stitching --prefix=assemblage_025722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025722.jpg - -# capture n°025723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025723.pto --stitching --prefix=assemblage_025723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025723.jpg - -# capture n°025724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025724.pto --stitching --prefix=assemblage_025724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025724.jpg - -# capture n°025725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025725.pto --stitching --prefix=assemblage_025725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025725.jpg - -# capture n°025726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025726.pto --stitching --prefix=assemblage_025726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025726.jpg - -# capture n°025727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025727.pto --stitching --prefix=assemblage_025727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025727.jpg - -# capture n°025728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025728.pto --stitching --prefix=assemblage_025728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025728.jpg - -# capture n°025729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025729.pto --stitching --prefix=assemblage_025729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025729.jpg - -# capture n°025730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025730.pto --stitching --prefix=assemblage_025730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025730.jpg - -# capture n°025731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025731.pto --stitching --prefix=assemblage_025731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025731.jpg - -# capture n°025732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025732.pto --stitching --prefix=assemblage_025732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025732.jpg - -# capture n°025733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025733.pto --stitching --prefix=assemblage_025733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025733.jpg - -# capture n°025734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025734.pto --stitching --prefix=assemblage_025734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025734.jpg - -# capture n°025735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025735.pto --stitching --prefix=assemblage_025735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025735.jpg - -# capture n°025736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025736.pto --stitching --prefix=assemblage_025736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025736.jpg - -# capture n°025737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025737.pto --stitching --prefix=assemblage_025737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025737.jpg - -# capture n°025738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025738.pto --stitching --prefix=assemblage_025738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025738.jpg - -# capture n°025739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025739.pto --stitching --prefix=assemblage_025739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025739.jpg - -# capture n°025740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025740.pto --stitching --prefix=assemblage_025740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025740.jpg - -# capture n°025741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025741.pto --stitching --prefix=assemblage_025741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025741.jpg - -# capture n°025742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025742.pto --stitching --prefix=assemblage_025742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025742.jpg - -# capture n°025743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025743.pto --stitching --prefix=assemblage_025743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025743.jpg - -# capture n°025744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025744.pto --stitching --prefix=assemblage_025744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025744.jpg - -# capture n°025745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025745.pto --stitching --prefix=assemblage_025745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025745.jpg - -# capture n°025746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025746.pto --stitching --prefix=assemblage_025746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025746.jpg - -# capture n°025747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025747.pto --stitching --prefix=assemblage_025747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025747.jpg - -# capture n°025748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025748.pto --stitching --prefix=assemblage_025748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025748.jpg - -# capture n°025749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025749.pto --stitching --prefix=assemblage_025749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025749.jpg - -# capture n°025750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025750.pto --stitching --prefix=assemblage_025750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025750.jpg - -# capture n°025751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025751.pto --stitching --prefix=assemblage_025751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025751.jpg - -# capture n°025752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025752.pto --stitching --prefix=assemblage_025752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025752.jpg - -# capture n°025753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025753.pto --stitching --prefix=assemblage_025753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025753.jpg - -# capture n°025754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025754.pto --stitching --prefix=assemblage_025754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025754.jpg - -# capture n°025755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025755.pto --stitching --prefix=assemblage_025755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025755.jpg - -# capture n°025756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025756.pto --stitching --prefix=assemblage_025756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025756.jpg - -# capture n°025757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025757.pto --stitching --prefix=assemblage_025757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025757.jpg - -# capture n°025758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025758.pto --stitching --prefix=assemblage_025758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025758.jpg - -# capture n°025759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025759.pto --stitching --prefix=assemblage_025759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025759.jpg - -# capture n°025760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025760.pto --stitching --prefix=assemblage_025760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025760.jpg - -# capture n°025761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025761.pto --stitching --prefix=assemblage_025761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025761.jpg - -# capture n°025762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025762.pto --stitching --prefix=assemblage_025762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025762.jpg - -# capture n°025763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025763.pto --stitching --prefix=assemblage_025763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025763.jpg - -# capture n°025764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025764.pto --stitching --prefix=assemblage_025764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025764.jpg - -# capture n°025765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025765.pto --stitching --prefix=assemblage_025765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025765.jpg - -# capture n°025766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025766.pto --stitching --prefix=assemblage_025766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025766.jpg - -# capture n°025767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025767.pto --stitching --prefix=assemblage_025767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025767.jpg - -# capture n°025768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025768.pto --stitching --prefix=assemblage_025768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025768.jpg - -# capture n°025769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025769.pto --stitching --prefix=assemblage_025769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025769.jpg - -# capture n°025770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025770.pto --stitching --prefix=assemblage_025770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025770.jpg - -# capture n°025771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025771.pto --stitching --prefix=assemblage_025771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025771.jpg - -# capture n°025772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025772.pto --stitching --prefix=assemblage_025772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025772.jpg - -# capture n°025773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025773.pto --stitching --prefix=assemblage_025773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025773.jpg - -# capture n°025774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025774.pto --stitching --prefix=assemblage_025774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025774.jpg - -# capture n°025775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025775.pto --stitching --prefix=assemblage_025775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025775.jpg - -# capture n°025776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025776.pto --stitching --prefix=assemblage_025776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025776.jpg - -# capture n°025777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025777.pto --stitching --prefix=assemblage_025777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025777.jpg - -# capture n°025778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025778.pto --stitching --prefix=assemblage_025778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025778.jpg - -# capture n°025779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025779.pto --stitching --prefix=assemblage_025779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025779.jpg - -# capture n°025780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025780.pto --stitching --prefix=assemblage_025780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025780.jpg - -# capture n°025781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025781.pto --stitching --prefix=assemblage_025781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025781.jpg - -# capture n°025782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025782.pto --stitching --prefix=assemblage_025782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025782.jpg - -# capture n°025783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025783.pto --stitching --prefix=assemblage_025783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025783.jpg - -# capture n°025784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025784.pto --stitching --prefix=assemblage_025784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025784.jpg - -# capture n°025785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025785.pto --stitching --prefix=assemblage_025785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025785.jpg - -# capture n°025786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025786.pto --stitching --prefix=assemblage_025786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025786.jpg - -# capture n°025787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025787.pto --stitching --prefix=assemblage_025787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025787.jpg - -# capture n°025788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025788.pto --stitching --prefix=assemblage_025788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025788.jpg - -# capture n°025789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025789.pto --stitching --prefix=assemblage_025789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025789.jpg - -# capture n°025790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025790.pto --stitching --prefix=assemblage_025790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025790.jpg - -# capture n°025791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025791.pto --stitching --prefix=assemblage_025791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025791.jpg - -# capture n°025792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025792.pto --stitching --prefix=assemblage_025792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025792.jpg - -# capture n°025793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025793.pto --stitching --prefix=assemblage_025793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025793.jpg - -# capture n°025794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025794.pto --stitching --prefix=assemblage_025794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025794.jpg - -# capture n°025795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025795.pto --stitching --prefix=assemblage_025795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025795.jpg - -# capture n°025796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025796.pto --stitching --prefix=assemblage_025796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025796.jpg - -# capture n°025797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025797.pto --stitching --prefix=assemblage_025797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025797.jpg - -# capture n°025798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025798.pto --stitching --prefix=assemblage_025798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025798.jpg - -# capture n°025799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025799.pto --stitching --prefix=assemblage_025799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025799.jpg - -# capture n°025800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025800.pto --stitching --prefix=assemblage_025800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025800.jpg - -# capture n°025801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025801.pto --stitching --prefix=assemblage_025801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025801.jpg - -# capture n°025802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025802.pto --stitching --prefix=assemblage_025802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025802.jpg - -# capture n°025803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025803.pto --stitching --prefix=assemblage_025803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025803.jpg - -# capture n°025804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025804.pto --stitching --prefix=assemblage_025804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025804.jpg - -# capture n°025805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025805.pto --stitching --prefix=assemblage_025805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025805.jpg - -# capture n°025806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025806.pto --stitching --prefix=assemblage_025806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025806.jpg - -# capture n°025807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025807.pto --stitching --prefix=assemblage_025807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025807.jpg - -# capture n°025808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025808.pto --stitching --prefix=assemblage_025808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025808.jpg - -# capture n°025809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025809.pto --stitching --prefix=assemblage_025809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025809.jpg - -# capture n°025810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025810.pto --stitching --prefix=assemblage_025810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025810.jpg - -# capture n°025811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025811.pto --stitching --prefix=assemblage_025811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025811.jpg - -# capture n°025812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025812.pto --stitching --prefix=assemblage_025812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025812.jpg - -# capture n°025813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025813.pto --stitching --prefix=assemblage_025813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025813.jpg - -# capture n°025814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025814.pto --stitching --prefix=assemblage_025814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025814.jpg - -# capture n°025815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025815.pto --stitching --prefix=assemblage_025815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025815.jpg - -# capture n°025816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025816.pto --stitching --prefix=assemblage_025816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025816.jpg - -# capture n°025817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025817.pto --stitching --prefix=assemblage_025817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025817.jpg - -# capture n°025818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025818.pto --stitching --prefix=assemblage_025818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025818.jpg - -# capture n°025819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025819.pto --stitching --prefix=assemblage_025819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025819.jpg - -# capture n°025820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025820.pto --stitching --prefix=assemblage_025820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025820.jpg - -# capture n°025821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025821.pto --stitching --prefix=assemblage_025821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025821.jpg - -# capture n°025822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025822.pto --stitching --prefix=assemblage_025822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025822.jpg - -# capture n°025823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025823.pto --stitching --prefix=assemblage_025823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025823.jpg - -# capture n°025824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025824.pto --stitching --prefix=assemblage_025824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025824.jpg - -# capture n°025825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025825.pto --stitching --prefix=assemblage_025825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025825.jpg - -# capture n°025826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025826.pto --stitching --prefix=assemblage_025826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025826.jpg - -# capture n°025827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025827.pto --stitching --prefix=assemblage_025827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025827.jpg - -# capture n°025828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025828.pto --stitching --prefix=assemblage_025828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025828.jpg - -# capture n°025829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025829.pto --stitching --prefix=assemblage_025829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025829.jpg - -# capture n°025830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025830.pto --stitching --prefix=assemblage_025830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025830.jpg - -# capture n°025831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025831.pto --stitching --prefix=assemblage_025831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025831.jpg - -# capture n°025832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025832.pto --stitching --prefix=assemblage_025832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025832.jpg - -# capture n°025833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025833.pto --stitching --prefix=assemblage_025833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025833.jpg - -# capture n°025834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025834.pto --stitching --prefix=assemblage_025834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025834.jpg - -# capture n°025835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025835.pto --stitching --prefix=assemblage_025835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025835.jpg - -# capture n°025836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025836.pto --stitching --prefix=assemblage_025836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025836.jpg - -# capture n°025837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025837.pto --stitching --prefix=assemblage_025837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025837.jpg - -# capture n°025838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025838.pto --stitching --prefix=assemblage_025838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025838.jpg - -# capture n°025839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025839.pto --stitching --prefix=assemblage_025839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025839.jpg - -# capture n°025840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025840.pto --stitching --prefix=assemblage_025840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025840.jpg - -# capture n°025841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025841.pto --stitching --prefix=assemblage_025841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025841.jpg - -# capture n°025842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025842.pto --stitching --prefix=assemblage_025842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025842.jpg - -# capture n°025843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025843.pto --stitching --prefix=assemblage_025843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025843.jpg - -# capture n°025844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025844.pto --stitching --prefix=assemblage_025844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025844.jpg - -# capture n°025845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025845.pto --stitching --prefix=assemblage_025845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025845.jpg - -# capture n°025846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025846.pto --stitching --prefix=assemblage_025846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025846.jpg - -# capture n°025847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025847.pto --stitching --prefix=assemblage_025847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025847.jpg - -# capture n°025848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025848.pto --stitching --prefix=assemblage_025848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025848.jpg - -# capture n°025849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025849.pto --stitching --prefix=assemblage_025849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025849.jpg - -# capture n°025850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025850.pto --stitching --prefix=assemblage_025850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025850.jpg - -# capture n°025851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025851.pto --stitching --prefix=assemblage_025851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025851.jpg - -# capture n°025852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025852.pto --stitching --prefix=assemblage_025852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025852.jpg - -# capture n°025853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025853.pto --stitching --prefix=assemblage_025853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025853.jpg - -# capture n°025854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025854.pto --stitching --prefix=assemblage_025854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025854.jpg - -# capture n°025855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025855.pto --stitching --prefix=assemblage_025855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025855.jpg - -# capture n°025856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025856.pto --stitching --prefix=assemblage_025856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025856.jpg - -# capture n°025857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025857.pto --stitching --prefix=assemblage_025857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025857.jpg - -# capture n°025858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025858.pto --stitching --prefix=assemblage_025858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025858.jpg - -# capture n°025859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025859.pto --stitching --prefix=assemblage_025859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025859.jpg - -# capture n°025860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025860.pto --stitching --prefix=assemblage_025860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025860.jpg - -# capture n°025861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025861.pto --stitching --prefix=assemblage_025861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025861.jpg - -# capture n°025862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025862.pto --stitching --prefix=assemblage_025862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025862.jpg - -# capture n°025863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025863.pto --stitching --prefix=assemblage_025863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025863.jpg - -# capture n°025864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025864.pto --stitching --prefix=assemblage_025864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025864.jpg - -# capture n°025865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025865.pto --stitching --prefix=assemblage_025865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025865.jpg - -# capture n°025866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025866.pto --stitching --prefix=assemblage_025866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025866.jpg - -# capture n°025867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025867.pto --stitching --prefix=assemblage_025867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025867.jpg - -# capture n°025868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025868.pto --stitching --prefix=assemblage_025868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025868.jpg - -# capture n°025869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025869.pto --stitching --prefix=assemblage_025869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025869.jpg - -# capture n°025870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025870.pto --stitching --prefix=assemblage_025870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025870.jpg - -# capture n°025871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025871.pto --stitching --prefix=assemblage_025871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025871.jpg - -# capture n°025872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025872.pto --stitching --prefix=assemblage_025872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025872.jpg - -# capture n°025873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025873.pto --stitching --prefix=assemblage_025873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025873.jpg - -# capture n°025874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025874.pto --stitching --prefix=assemblage_025874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025874.jpg - -# capture n°025875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025875.pto --stitching --prefix=assemblage_025875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025875.jpg - -# capture n°025876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025876.pto --stitching --prefix=assemblage_025876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025876.jpg - -# capture n°025877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025877.pto --stitching --prefix=assemblage_025877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025877.jpg - -# capture n°025878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025878.pto --stitching --prefix=assemblage_025878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025878.jpg - -# capture n°025879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025879.pto --stitching --prefix=assemblage_025879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025879.jpg - -# capture n°025880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025880.pto --stitching --prefix=assemblage_025880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025880.jpg - -# capture n°025881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025881.pto --stitching --prefix=assemblage_025881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025881.jpg - -# capture n°025882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025882.pto --stitching --prefix=assemblage_025882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025882.jpg - -# capture n°025883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025883.pto --stitching --prefix=assemblage_025883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025883.jpg - -# capture n°025884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025884.pto --stitching --prefix=assemblage_025884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025884.jpg - -# capture n°025885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025885.pto --stitching --prefix=assemblage_025885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025885.jpg - -# capture n°025886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025886.pto --stitching --prefix=assemblage_025886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025886.jpg - -# capture n°025887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025887.pto --stitching --prefix=assemblage_025887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025887.jpg - -# capture n°025888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025888.pto --stitching --prefix=assemblage_025888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025888.jpg - -# capture n°025889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025889.pto --stitching --prefix=assemblage_025889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025889.jpg - -# capture n°025890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025890.pto --stitching --prefix=assemblage_025890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025890.jpg - -# capture n°025891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025891.pto --stitching --prefix=assemblage_025891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025891.jpg - -# capture n°025892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025892.pto --stitching --prefix=assemblage_025892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025892.jpg - -# capture n°025893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025893.pto --stitching --prefix=assemblage_025893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025893.jpg - -# capture n°025894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025894.pto --stitching --prefix=assemblage_025894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025894.jpg - -# capture n°025895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025895.pto --stitching --prefix=assemblage_025895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025895.jpg - -# capture n°025896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025896.pto --stitching --prefix=assemblage_025896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025896.jpg - -# capture n°025897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025897.pto --stitching --prefix=assemblage_025897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025897.jpg - -# capture n°025898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025898.pto --stitching --prefix=assemblage_025898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025898.jpg - -# capture n°025899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025899.pto --stitching --prefix=assemblage_025899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025899.jpg - -# capture n°025900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025900.pto --stitching --prefix=assemblage_025900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025900.jpg - -# capture n°025901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025901.pto --stitching --prefix=assemblage_025901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025901.jpg - -# capture n°025902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025902.pto --stitching --prefix=assemblage_025902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025902.jpg - -# capture n°025903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025903.pto --stitching --prefix=assemblage_025903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025903.jpg - -# capture n°025904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025904.pto --stitching --prefix=assemblage_025904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025904.jpg - -# capture n°025905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025905.pto --stitching --prefix=assemblage_025905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025905.jpg - -# capture n°025906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025906.pto --stitching --prefix=assemblage_025906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025906.jpg - -# capture n°025907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025907.pto --stitching --prefix=assemblage_025907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025907.jpg - -# capture n°025908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025908.pto --stitching --prefix=assemblage_025908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025908.jpg - -# capture n°025909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025909.pto --stitching --prefix=assemblage_025909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025909.jpg - -# capture n°025910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025910.pto --stitching --prefix=assemblage_025910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025910.jpg - -# capture n°025911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025911.pto --stitching --prefix=assemblage_025911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025911.jpg - -# capture n°025912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025912.pto --stitching --prefix=assemblage_025912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025912.jpg - -# capture n°025913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025913.pto --stitching --prefix=assemblage_025913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025913.jpg - -# capture n°025914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025914.pto --stitching --prefix=assemblage_025914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025914.jpg - -# capture n°025915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025915.pto --stitching --prefix=assemblage_025915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025915.jpg - -# capture n°025916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025916.pto --stitching --prefix=assemblage_025916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025916.jpg - -# capture n°025917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025917.pto --stitching --prefix=assemblage_025917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025917.jpg - -# capture n°025918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025918.pto --stitching --prefix=assemblage_025918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025918.jpg - -# capture n°025919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025919.pto --stitching --prefix=assemblage_025919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025919.jpg - -# capture n°025920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025920.pto --stitching --prefix=assemblage_025920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025920.jpg - -# capture n°025921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025921.pto --stitching --prefix=assemblage_025921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025921.jpg - -# capture n°025922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025922.pto --stitching --prefix=assemblage_025922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025922.jpg - -# capture n°025923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025923.pto --stitching --prefix=assemblage_025923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025923.jpg - -# capture n°025924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025924.pto --stitching --prefix=assemblage_025924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025924.jpg - -# capture n°025925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025925.pto --stitching --prefix=assemblage_025925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025925.jpg - -# capture n°025926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025926.pto --stitching --prefix=assemblage_025926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025926.jpg - -# capture n°025927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025927.pto --stitching --prefix=assemblage_025927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025927.jpg - -# capture n°025928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025928.pto --stitching --prefix=assemblage_025928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025928.jpg - -# capture n°025929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025929.pto --stitching --prefix=assemblage_025929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025929.jpg - -# capture n°025930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025930.pto --stitching --prefix=assemblage_025930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025930.jpg - -# capture n°025931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025931.pto --stitching --prefix=assemblage_025931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025931.jpg - -# capture n°025932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025932.pto --stitching --prefix=assemblage_025932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025932.jpg - -# capture n°025933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025933.pto --stitching --prefix=assemblage_025933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025933.jpg - -# capture n°025934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025934.pto --stitching --prefix=assemblage_025934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025934.jpg - -# capture n°025935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025935.pto --stitching --prefix=assemblage_025935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025935.jpg - -# capture n°025936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025936.pto --stitching --prefix=assemblage_025936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025936.jpg - -# capture n°025937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025937.pto --stitching --prefix=assemblage_025937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025937.jpg - -# capture n°025938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025938.pto --stitching --prefix=assemblage_025938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025938.jpg - -# capture n°025939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025939.pto --stitching --prefix=assemblage_025939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025939.jpg - -# capture n°025940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025940.pto --stitching --prefix=assemblage_025940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025940.jpg - -# capture n°025941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025941.pto --stitching --prefix=assemblage_025941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025941.jpg - -# capture n°025942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025942.pto --stitching --prefix=assemblage_025942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025942.jpg - -# capture n°025943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025943.pto --stitching --prefix=assemblage_025943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025943.jpg - -# capture n°025944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025944.pto --stitching --prefix=assemblage_025944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025944.jpg - -# capture n°025945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025945.pto --stitching --prefix=assemblage_025945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025945.jpg - -# capture n°025946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025946.pto --stitching --prefix=assemblage_025946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025946.jpg - -# capture n°025947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025947.pto --stitching --prefix=assemblage_025947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025947.jpg - -# capture n°025948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025948.pto --stitching --prefix=assemblage_025948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025948.jpg - -# capture n°025949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025949.pto --stitching --prefix=assemblage_025949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025949.jpg - -# capture n°025950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025950.pto --stitching --prefix=assemblage_025950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025950.jpg - -# capture n°025951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025951.pto --stitching --prefix=assemblage_025951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025951.jpg - -# capture n°025952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025952.pto --stitching --prefix=assemblage_025952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025952.jpg - -# capture n°025953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025953.pto --stitching --prefix=assemblage_025953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025953.jpg - -# capture n°025954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025954.pto --stitching --prefix=assemblage_025954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025954.jpg - -# capture n°025955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025955.pto --stitching --prefix=assemblage_025955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025955.jpg - -# capture n°025956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025956.pto --stitching --prefix=assemblage_025956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025956.jpg - -# capture n°025957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025957.pto --stitching --prefix=assemblage_025957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025957.jpg - -# capture n°025958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025958.pto --stitching --prefix=assemblage_025958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025958.jpg - -# capture n°025959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025959.pto --stitching --prefix=assemblage_025959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025959.jpg - -# capture n°025960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025960.pto --stitching --prefix=assemblage_025960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025960.jpg - -# capture n°025961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025961.pto --stitching --prefix=assemblage_025961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025961.jpg - -# capture n°025962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025962.pto --stitching --prefix=assemblage_025962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025962.jpg - -# capture n°025963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025963.pto --stitching --prefix=assemblage_025963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025963.jpg - -# capture n°025964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025964.pto --stitching --prefix=assemblage_025964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025964.jpg - -# capture n°025965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025965.pto --stitching --prefix=assemblage_025965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025965.jpg - -# capture n°025966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025966.pto --stitching --prefix=assemblage_025966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025966.jpg - -# capture n°025967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025967.pto --stitching --prefix=assemblage_025967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025967.jpg - -# capture n°025968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025968.pto --stitching --prefix=assemblage_025968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025968.jpg - -# capture n°025969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025969.pto --stitching --prefix=assemblage_025969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025969.jpg - -# capture n°025970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025970.pto --stitching --prefix=assemblage_025970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025970.jpg - -# capture n°025971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025971.pto --stitching --prefix=assemblage_025971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025971.jpg - -# capture n°025972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025972.pto --stitching --prefix=assemblage_025972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025972.jpg - -# capture n°025973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025973.pto --stitching --prefix=assemblage_025973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025973.jpg - -# capture n°025974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025974.pto --stitching --prefix=assemblage_025974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025974.jpg - -# capture n°025975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025975.pto --stitching --prefix=assemblage_025975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025975.jpg - -# capture n°025976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025976.pto --stitching --prefix=assemblage_025976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025976.jpg - -# capture n°025977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025977.pto --stitching --prefix=assemblage_025977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025977.jpg - -# capture n°025978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025978.pto --stitching --prefix=assemblage_025978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025978.jpg - -# capture n°025979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025979.pto --stitching --prefix=assemblage_025979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025979.jpg - -# capture n°025980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025980.pto --stitching --prefix=assemblage_025980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025980.jpg - -# capture n°025981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025981.pto --stitching --prefix=assemblage_025981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025981.jpg - -# capture n°025982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025982.pto --stitching --prefix=assemblage_025982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025982.jpg - -# capture n°025983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025983.pto --stitching --prefix=assemblage_025983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025983.jpg - -# capture n°025984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025984.pto --stitching --prefix=assemblage_025984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025984.jpg - -# capture n°025985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025985.pto --stitching --prefix=assemblage_025985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025985.jpg - -# capture n°025986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025986.pto --stitching --prefix=assemblage_025986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025986.jpg - -# capture n°025987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025987.pto --stitching --prefix=assemblage_025987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025987.jpg - -# capture n°025988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025988.pto --stitching --prefix=assemblage_025988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025988.jpg - -# capture n°025989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025989.pto --stitching --prefix=assemblage_025989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025989.jpg - -# capture n°025990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025990.pto --stitching --prefix=assemblage_025990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025990.jpg - -# capture n°025991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025991.pto --stitching --prefix=assemblage_025991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025991.jpg - -# capture n°025992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025992.pto --stitching --prefix=assemblage_025992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025992.jpg - -# capture n°025993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025993.pto --stitching --prefix=assemblage_025993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025993.jpg - -# capture n°025994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025994.pto --stitching --prefix=assemblage_025994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025994.jpg - -# capture n°025995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025995.pto --stitching --prefix=assemblage_025995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025995.jpg - -# capture n°025996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025996.pto --stitching --prefix=assemblage_025996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025996.jpg - -# capture n°025997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025997.pto --stitching --prefix=assemblage_025997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025997.jpg - -# capture n°025998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025998.pto --stitching --prefix=assemblage_025998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025998.jpg - -# capture n°025999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_025999.pto --stitching --prefix=assemblage_025999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF025999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_025999.jpg - -# capture n°026000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026000.pto --stitching --prefix=assemblage_026000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026000.jpg - -# capture n°026001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026001.pto --stitching --prefix=assemblage_026001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026001.jpg - -# capture n°026002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026002.pto --stitching --prefix=assemblage_026002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026002.jpg - -# capture n°026003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026003.pto --stitching --prefix=assemblage_026003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026003.jpg - -# capture n°026004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026004.pto --stitching --prefix=assemblage_026004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026004.jpg - -# capture n°026005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026005.pto --stitching --prefix=assemblage_026005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026005.jpg - -# capture n°026006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026006.pto --stitching --prefix=assemblage_026006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026006.jpg - -# capture n°026007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026007.pto --stitching --prefix=assemblage_026007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026007.jpg - -# capture n°026008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026008.pto --stitching --prefix=assemblage_026008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026008.jpg - -# capture n°026009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026009.pto --stitching --prefix=assemblage_026009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026009.jpg - -# capture n°026010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026010.pto --stitching --prefix=assemblage_026010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026010.jpg - -# capture n°026011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026011.pto --stitching --prefix=assemblage_026011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026011.jpg - -# capture n°026012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026012.pto --stitching --prefix=assemblage_026012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026012.jpg - -# capture n°026013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026013.pto --stitching --prefix=assemblage_026013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026013.jpg - -# capture n°026014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026014.pto --stitching --prefix=assemblage_026014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026014.jpg - -# capture n°026015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026015.pto --stitching --prefix=assemblage_026015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026015.jpg - -# capture n°026016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026016.pto --stitching --prefix=assemblage_026016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026016.jpg - -# capture n°026017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026017.pto --stitching --prefix=assemblage_026017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026017.jpg - -# capture n°026018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026018.pto --stitching --prefix=assemblage_026018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026018.jpg - -# capture n°026019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026019.pto --stitching --prefix=assemblage_026019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026019.jpg - -# capture n°026020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026020.pto --stitching --prefix=assemblage_026020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026020.jpg - -# capture n°026021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026021.pto --stitching --prefix=assemblage_026021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026021.jpg - -# capture n°026022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026022.pto --stitching --prefix=assemblage_026022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026022.jpg - -# capture n°026023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026023.pto --stitching --prefix=assemblage_026023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026023.jpg - -# capture n°026024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026024.pto --stitching --prefix=assemblage_026024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026024.jpg - -# capture n°026025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026025.pto --stitching --prefix=assemblage_026025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026025.jpg - -# capture n°026026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026026.pto --stitching --prefix=assemblage_026026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026026.jpg - -# capture n°026027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026027.pto --stitching --prefix=assemblage_026027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026027.jpg - -# capture n°026028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026028.pto --stitching --prefix=assemblage_026028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026028.jpg - -# capture n°026029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026029.pto --stitching --prefix=assemblage_026029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026029.jpg - -# capture n°026030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026030.pto --stitching --prefix=assemblage_026030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026030.jpg - -# capture n°026031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026031.pto --stitching --prefix=assemblage_026031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026031.jpg - -# capture n°026032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026032.pto --stitching --prefix=assemblage_026032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026032.jpg - -# capture n°026033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026033.pto --stitching --prefix=assemblage_026033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026033.jpg - -# capture n°026034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026034.pto --stitching --prefix=assemblage_026034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026034.jpg - -# capture n°026035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026035.pto --stitching --prefix=assemblage_026035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026035.jpg - -# capture n°026036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026036.pto --stitching --prefix=assemblage_026036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026036.jpg - -# capture n°026037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026037.pto --stitching --prefix=assemblage_026037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026037.jpg - -# capture n°026038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026038.pto --stitching --prefix=assemblage_026038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026038.jpg - -# capture n°026039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026039.pto --stitching --prefix=assemblage_026039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026039.jpg - -# capture n°026040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026040.pto --stitching --prefix=assemblage_026040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026040.jpg - -# capture n°026041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026041.pto --stitching --prefix=assemblage_026041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026041.jpg - -# capture n°026042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026042.pto --stitching --prefix=assemblage_026042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026042.jpg - -# capture n°026043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026043.pto --stitching --prefix=assemblage_026043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026043.jpg - -# capture n°026044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026044.pto --stitching --prefix=assemblage_026044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026044.jpg - -# capture n°026045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026045.pto --stitching --prefix=assemblage_026045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026045.jpg - -# capture n°026046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026046.pto --stitching --prefix=assemblage_026046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026046.jpg - -# capture n°026047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026047.pto --stitching --prefix=assemblage_026047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026047.jpg - -# capture n°026048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026048.pto --stitching --prefix=assemblage_026048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026048.jpg - -# capture n°026049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026049.pto --stitching --prefix=assemblage_026049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026049.jpg - -# capture n°026050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026050.pto --stitching --prefix=assemblage_026050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026050.jpg - -# capture n°026051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026051.pto --stitching --prefix=assemblage_026051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026051.jpg - -# capture n°026052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026052.pto --stitching --prefix=assemblage_026052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026052.jpg - -# capture n°026053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026053.pto --stitching --prefix=assemblage_026053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026053.jpg - -# capture n°026054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026054.pto --stitching --prefix=assemblage_026054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026054.jpg - -# capture n°026055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026055.pto --stitching --prefix=assemblage_026055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026055.jpg - -# capture n°026056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026056.pto --stitching --prefix=assemblage_026056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026056.jpg - -# capture n°026057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026057.pto --stitching --prefix=assemblage_026057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026057.jpg - -# capture n°026058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026058.pto --stitching --prefix=assemblage_026058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026058.jpg - -# capture n°026059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026059.pto --stitching --prefix=assemblage_026059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026059.jpg - -# capture n°026060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026060.pto --stitching --prefix=assemblage_026060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026060.jpg - -# capture n°026061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026061.pto --stitching --prefix=assemblage_026061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026061.jpg - -# capture n°026062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026062.pto --stitching --prefix=assemblage_026062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026062.jpg - -# capture n°026063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026063.pto --stitching --prefix=assemblage_026063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026063.jpg - -# capture n°026064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026064.pto --stitching --prefix=assemblage_026064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026064.jpg - -# capture n°026065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026065.pto --stitching --prefix=assemblage_026065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026065.jpg - -# capture n°026066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026066.pto --stitching --prefix=assemblage_026066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026066.jpg - -# capture n°026067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026067.pto --stitching --prefix=assemblage_026067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026067.jpg - -# capture n°026068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026068.pto --stitching --prefix=assemblage_026068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026068.jpg - -# capture n°026069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026069.pto --stitching --prefix=assemblage_026069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026069.jpg - -# capture n°026070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026070.pto --stitching --prefix=assemblage_026070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026070.jpg - -# capture n°026071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026071.pto --stitching --prefix=assemblage_026071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026071.jpg - -# capture n°026072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026072.pto --stitching --prefix=assemblage_026072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026072.jpg - -# capture n°026073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026073.pto --stitching --prefix=assemblage_026073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026073.jpg - -# capture n°026074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026074.pto --stitching --prefix=assemblage_026074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026074.jpg - -# capture n°026075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026075.pto --stitching --prefix=assemblage_026075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026075.jpg - -# capture n°026076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026076.pto --stitching --prefix=assemblage_026076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026076.jpg - -# capture n°026077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026077.pto --stitching --prefix=assemblage_026077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026077.jpg - -# capture n°026078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026078.pto --stitching --prefix=assemblage_026078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026078.jpg - -# capture n°026079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026079.pto --stitching --prefix=assemblage_026079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026079.jpg - -# capture n°026080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026080.pto --stitching --prefix=assemblage_026080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026080.jpg - -# capture n°026081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026081.pto --stitching --prefix=assemblage_026081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026081.jpg - -# capture n°026082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026082.pto --stitching --prefix=assemblage_026082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026082.jpg - -# capture n°026083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026083.pto --stitching --prefix=assemblage_026083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026083.jpg - -# capture n°026084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026084.pto --stitching --prefix=assemblage_026084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026084.jpg - -# capture n°026085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026085.pto --stitching --prefix=assemblage_026085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026085.jpg - -# capture n°026086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026086.pto --stitching --prefix=assemblage_026086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026086.jpg - -# capture n°026087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026087.pto --stitching --prefix=assemblage_026087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026087.jpg - -# capture n°026088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026088.pto --stitching --prefix=assemblage_026088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026088.jpg - -# capture n°026089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026089.pto --stitching --prefix=assemblage_026089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026089.jpg - -# capture n°026090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026090.pto --stitching --prefix=assemblage_026090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026090.jpg - -# capture n°026091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026091.pto --stitching --prefix=assemblage_026091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026091.jpg - -# capture n°026092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026092.pto --stitching --prefix=assemblage_026092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026092.jpg - -# capture n°026093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026093.pto --stitching --prefix=assemblage_026093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026093.jpg - -# capture n°026094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026094.pto --stitching --prefix=assemblage_026094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026094.jpg - -# capture n°026095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026095.pto --stitching --prefix=assemblage_026095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026095.jpg - -# capture n°026096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026096.pto --stitching --prefix=assemblage_026096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026096.jpg - -# capture n°026097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026097.pto --stitching --prefix=assemblage_026097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026097.jpg - -# capture n°026098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026098.pto --stitching --prefix=assemblage_026098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026098.jpg - -# capture n°026099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026099.pto --stitching --prefix=assemblage_026099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026099.jpg - -# capture n°026100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026100.pto --stitching --prefix=assemblage_026100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026100.jpg - -# capture n°026101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026101.pto --stitching --prefix=assemblage_026101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026101.jpg - -# capture n°026102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026102.pto --stitching --prefix=assemblage_026102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026102.jpg - -# capture n°026103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026103.pto --stitching --prefix=assemblage_026103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026103.jpg - -# capture n°026104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026104.pto --stitching --prefix=assemblage_026104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026104.jpg - -# capture n°026105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026105.pto --stitching --prefix=assemblage_026105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026105.jpg - -# capture n°026106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026106.pto --stitching --prefix=assemblage_026106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026106.jpg - -# capture n°026107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026107.pto --stitching --prefix=assemblage_026107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026107.jpg - -# capture n°026108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026108.pto --stitching --prefix=assemblage_026108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026108.jpg - -# capture n°026109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026109.pto --stitching --prefix=assemblage_026109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026109.jpg - -# capture n°026110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026110.pto --stitching --prefix=assemblage_026110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026110.jpg - -# capture n°026111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026111.pto --stitching --prefix=assemblage_026111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026111.jpg - -# capture n°026112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026112.pto --stitching --prefix=assemblage_026112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026112.jpg - -# capture n°026113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026113.pto --stitching --prefix=assemblage_026113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026113.jpg - -# capture n°026114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026114.pto --stitching --prefix=assemblage_026114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026114.jpg - -# capture n°026115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026115.pto --stitching --prefix=assemblage_026115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026115.jpg - -# capture n°026116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026116.pto --stitching --prefix=assemblage_026116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026116.jpg - -# capture n°026117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026117.pto --stitching --prefix=assemblage_026117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026117.jpg - -# capture n°026118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026118.pto --stitching --prefix=assemblage_026118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026118.jpg - -# capture n°026119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026119.pto --stitching --prefix=assemblage_026119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026119.jpg - -# capture n°026120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026120.pto --stitching --prefix=assemblage_026120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026120.jpg - -# capture n°026121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026121.pto --stitching --prefix=assemblage_026121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026121.jpg - -# capture n°026122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026122.pto --stitching --prefix=assemblage_026122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026122.jpg - -# capture n°026123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026123.pto --stitching --prefix=assemblage_026123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026123.jpg - -# capture n°026124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026124.pto --stitching --prefix=assemblage_026124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026124.jpg - -# capture n°026125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026125.pto --stitching --prefix=assemblage_026125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026125.jpg - -# capture n°026126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026126.pto --stitching --prefix=assemblage_026126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026126.jpg - -# capture n°026127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026127.pto --stitching --prefix=assemblage_026127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026127.jpg - -# capture n°026128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026128.pto --stitching --prefix=assemblage_026128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026128.jpg - -# capture n°026129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026129.pto --stitching --prefix=assemblage_026129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026129.jpg - -# capture n°026130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026130.pto --stitching --prefix=assemblage_026130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026130.jpg - -# capture n°026131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026131.pto --stitching --prefix=assemblage_026131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026131.jpg - -# capture n°026132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026132.pto --stitching --prefix=assemblage_026132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026132.jpg - -# capture n°026133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026133.pto --stitching --prefix=assemblage_026133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026133.jpg - -# capture n°026134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026134.pto --stitching --prefix=assemblage_026134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026134.jpg - -# capture n°026135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026135.pto --stitching --prefix=assemblage_026135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026135.jpg - -# capture n°026136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026136.pto --stitching --prefix=assemblage_026136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026136.jpg - -# capture n°026137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026137.pto --stitching --prefix=assemblage_026137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026137.jpg - -# capture n°026138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026138.pto --stitching --prefix=assemblage_026138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026138.jpg - -# capture n°026139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026139.pto --stitching --prefix=assemblage_026139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026139.jpg - -# capture n°026140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026140.pto --stitching --prefix=assemblage_026140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026140.jpg - -# capture n°026141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026141.pto --stitching --prefix=assemblage_026141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026141.jpg - -# capture n°026142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026142.pto --stitching --prefix=assemblage_026142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026142.jpg - -# capture n°026143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026143.pto --stitching --prefix=assemblage_026143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026143.jpg - -# capture n°026144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026144.pto --stitching --prefix=assemblage_026144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026144.jpg - -# capture n°026145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026145.pto --stitching --prefix=assemblage_026145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026145.jpg - -# capture n°026146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026146.pto --stitching --prefix=assemblage_026146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026146.jpg - -# capture n°026147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026147.pto --stitching --prefix=assemblage_026147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026147.jpg - -# capture n°026148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026148.pto --stitching --prefix=assemblage_026148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026148.jpg - -# capture n°026149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026149.pto --stitching --prefix=assemblage_026149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026149.jpg - -# capture n°026150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026150.pto --stitching --prefix=assemblage_026150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026150.jpg - -# capture n°026151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026151.pto --stitching --prefix=assemblage_026151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026151.jpg - -# capture n°026152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026152.pto --stitching --prefix=assemblage_026152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026152.jpg - -# capture n°026153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026153.pto --stitching --prefix=assemblage_026153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026153.jpg - -# capture n°026154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026154.pto --stitching --prefix=assemblage_026154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026154.jpg - -# capture n°026155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026155.pto --stitching --prefix=assemblage_026155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026155.jpg - -# capture n°026156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026156.pto --stitching --prefix=assemblage_026156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026156.jpg - -# capture n°026157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026157.pto --stitching --prefix=assemblage_026157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026157.jpg - -# capture n°026158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026158.pto --stitching --prefix=assemblage_026158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026158.jpg - -# capture n°026159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026159.pto --stitching --prefix=assemblage_026159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026159.jpg - -# capture n°026160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026160.pto --stitching --prefix=assemblage_026160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026160.jpg - -# capture n°026161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026161.pto --stitching --prefix=assemblage_026161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026161.jpg - -# capture n°026162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026162.pto --stitching --prefix=assemblage_026162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026162.jpg - -# capture n°026163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026163.pto --stitching --prefix=assemblage_026163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026163.jpg - -# capture n°026164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026164.pto --stitching --prefix=assemblage_026164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026164.jpg - -# capture n°026165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026165.pto --stitching --prefix=assemblage_026165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026165.jpg - -# capture n°026166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026166.pto --stitching --prefix=assemblage_026166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026166.jpg - -# capture n°026167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026167.pto --stitching --prefix=assemblage_026167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026167.jpg - -# capture n°026168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026168.pto --stitching --prefix=assemblage_026168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026168.jpg - -# capture n°026169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026169.pto --stitching --prefix=assemblage_026169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026169.jpg - -# capture n°026170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026170.pto --stitching --prefix=assemblage_026170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026170.jpg - -# capture n°026171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026171.pto --stitching --prefix=assemblage_026171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026171.jpg - -# capture n°026172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026172.pto --stitching --prefix=assemblage_026172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026172.jpg - -# capture n°026173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026173.pto --stitching --prefix=assemblage_026173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026173.jpg - -# capture n°026174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026174.pto --stitching --prefix=assemblage_026174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026174.jpg - -# capture n°026175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026175.pto --stitching --prefix=assemblage_026175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026175.jpg - -# capture n°026176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026176.pto --stitching --prefix=assemblage_026176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026176.jpg - -# capture n°026177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026177.pto --stitching --prefix=assemblage_026177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026177.jpg - -# capture n°026178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026178.pto --stitching --prefix=assemblage_026178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026178.jpg - -# capture n°026179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026179.pto --stitching --prefix=assemblage_026179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026179.jpg - -# capture n°026180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026180.pto --stitching --prefix=assemblage_026180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026180.jpg - -# capture n°026181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026181.pto --stitching --prefix=assemblage_026181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026181.jpg - -# capture n°026182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026182.pto --stitching --prefix=assemblage_026182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026182.jpg - -# capture n°026183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026183.pto --stitching --prefix=assemblage_026183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026183.jpg - -# capture n°026184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026184.pto --stitching --prefix=assemblage_026184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026184.jpg - -# capture n°026185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026185.pto --stitching --prefix=assemblage_026185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026185.jpg - -# capture n°026186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026186.pto --stitching --prefix=assemblage_026186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026186.jpg - -# capture n°026187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026187.pto --stitching --prefix=assemblage_026187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026187.jpg - -# capture n°026188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026188.pto --stitching --prefix=assemblage_026188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026188.jpg - -# capture n°026189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026189.pto --stitching --prefix=assemblage_026189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026189.jpg - -# capture n°026190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026190.pto --stitching --prefix=assemblage_026190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026190.jpg - -# capture n°026191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026191.pto --stitching --prefix=assemblage_026191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026191.jpg - -# capture n°026192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026192.pto --stitching --prefix=assemblage_026192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026192.jpg - -# capture n°026193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026193.pto --stitching --prefix=assemblage_026193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026193.jpg - -# capture n°026194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026194.pto --stitching --prefix=assemblage_026194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026194.jpg - -# capture n°026195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026195.pto --stitching --prefix=assemblage_026195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026195.jpg - -# capture n°026196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026196.pto --stitching --prefix=assemblage_026196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026196.jpg - -# capture n°026197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026197.pto --stitching --prefix=assemblage_026197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026197.jpg - -# capture n°026198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026198.pto --stitching --prefix=assemblage_026198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026198.jpg - -# capture n°026199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026199.pto --stitching --prefix=assemblage_026199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026199.jpg - -# capture n°026200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026200.pto --stitching --prefix=assemblage_026200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026200.jpg - -# capture n°026201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026201.pto --stitching --prefix=assemblage_026201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026201.jpg - -# capture n°026202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026202.pto --stitching --prefix=assemblage_026202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026202.jpg - -# capture n°026203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026203.pto --stitching --prefix=assemblage_026203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026203.jpg - -# capture n°026204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026204.pto --stitching --prefix=assemblage_026204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026204.jpg - -# capture n°026205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026205.pto --stitching --prefix=assemblage_026205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026205.jpg - -# capture n°026206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026206.pto --stitching --prefix=assemblage_026206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026206.jpg - -# capture n°026207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026207.pto --stitching --prefix=assemblage_026207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026207.jpg - -# capture n°026208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026208.pto --stitching --prefix=assemblage_026208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026208.jpg - -# capture n°026209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026209.pto --stitching --prefix=assemblage_026209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026209.jpg - -# capture n°026210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026210.pto --stitching --prefix=assemblage_026210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026210.jpg - -# capture n°026211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026211.pto --stitching --prefix=assemblage_026211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026211.jpg - -# capture n°026212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026212.pto --stitching --prefix=assemblage_026212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026212.jpg - -# capture n°026213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026213.pto --stitching --prefix=assemblage_026213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026213.jpg - -# capture n°026214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026214.pto --stitching --prefix=assemblage_026214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026214.jpg - -# capture n°026215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026215.pto --stitching --prefix=assemblage_026215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026215.jpg - -# capture n°026216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026216.pto --stitching --prefix=assemblage_026216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026216.jpg - -# capture n°026217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026217.pto --stitching --prefix=assemblage_026217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026217.jpg - -# capture n°026218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026218.pto --stitching --prefix=assemblage_026218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026218.jpg - -# capture n°026219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026219.pto --stitching --prefix=assemblage_026219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026219.jpg - -# capture n°026220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026220.pto --stitching --prefix=assemblage_026220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026220.jpg - -# capture n°026221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026221.pto --stitching --prefix=assemblage_026221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026221.jpg - -# capture n°026222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026222.pto --stitching --prefix=assemblage_026222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026222.jpg - -# capture n°026223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026223.pto --stitching --prefix=assemblage_026223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026223.jpg - -# capture n°026224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026224.pto --stitching --prefix=assemblage_026224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026224.jpg - -# capture n°026225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026225.pto --stitching --prefix=assemblage_026225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026225.jpg - -# capture n°026226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026226.pto --stitching --prefix=assemblage_026226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026226.jpg - -# capture n°026227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026227.pto --stitching --prefix=assemblage_026227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026227.jpg - -# capture n°026228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026228.pto --stitching --prefix=assemblage_026228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026228.jpg - -# capture n°026229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026229.pto --stitching --prefix=assemblage_026229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026229.jpg - -# capture n°026230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026230.pto --stitching --prefix=assemblage_026230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026230.jpg - -# capture n°026231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026231.pto --stitching --prefix=assemblage_026231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026231.jpg - -# capture n°026232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026232.pto --stitching --prefix=assemblage_026232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026232.jpg - -# capture n°026233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026233.pto --stitching --prefix=assemblage_026233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026233.jpg - -# capture n°026234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026234.pto --stitching --prefix=assemblage_026234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026234.jpg - -# capture n°026235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026235.pto --stitching --prefix=assemblage_026235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026235.jpg - -# capture n°026236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026236.pto --stitching --prefix=assemblage_026236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026236.jpg - -# capture n°026237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026237.pto --stitching --prefix=assemblage_026237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026237.jpg - -# capture n°026238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026238.pto --stitching --prefix=assemblage_026238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026238.jpg - -# capture n°026239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026239.pto --stitching --prefix=assemblage_026239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026239.jpg - -# capture n°026240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026240.pto --stitching --prefix=assemblage_026240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026240.jpg - -# capture n°026241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026241.pto --stitching --prefix=assemblage_026241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026241.jpg - -# capture n°026242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026242.pto --stitching --prefix=assemblage_026242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026242.jpg - -# capture n°026243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026243.pto --stitching --prefix=assemblage_026243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026243.jpg - -# capture n°026244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026244.pto --stitching --prefix=assemblage_026244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026244.jpg - -# capture n°026245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026245.pto --stitching --prefix=assemblage_026245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026245.jpg - -# capture n°026246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026246.pto --stitching --prefix=assemblage_026246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026246.jpg - -# capture n°026247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026247.pto --stitching --prefix=assemblage_026247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026247.jpg - -# capture n°026248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026248.pto --stitching --prefix=assemblage_026248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026248.jpg - -# capture n°026249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026249.pto --stitching --prefix=assemblage_026249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026249.jpg - -# capture n°026250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026250.pto --stitching --prefix=assemblage_026250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026250.jpg - -# capture n°026251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026251.pto --stitching --prefix=assemblage_026251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026251.jpg - -# capture n°026252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026252.pto --stitching --prefix=assemblage_026252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026252.jpg - -# capture n°026253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026253.pto --stitching --prefix=assemblage_026253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026253.jpg - -# capture n°026254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026254.pto --stitching --prefix=assemblage_026254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026254.jpg - -# capture n°026255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026255.pto --stitching --prefix=assemblage_026255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026255.jpg - -# capture n°026256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026256.pto --stitching --prefix=assemblage_026256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026256.jpg - -# capture n°026257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026257.pto --stitching --prefix=assemblage_026257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026257.jpg - -# capture n°026258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026258.pto --stitching --prefix=assemblage_026258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026258.jpg - -# capture n°026259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026259.pto --stitching --prefix=assemblage_026259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026259.jpg - -# capture n°026260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026260.pto --stitching --prefix=assemblage_026260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026260.jpg - -# capture n°026261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026261.pto --stitching --prefix=assemblage_026261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026261.jpg - -# capture n°026262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026262.pto --stitching --prefix=assemblage_026262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026262.jpg - -# capture n°026263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026263.pto --stitching --prefix=assemblage_026263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026263.jpg - -# capture n°026264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026264.pto --stitching --prefix=assemblage_026264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026264.jpg - -# capture n°026265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026265.pto --stitching --prefix=assemblage_026265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026265.jpg - -# capture n°026266 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026266.pto --stitching --prefix=assemblage_026266 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026266.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026266.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026266.jpg - -# capture n°026267 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026267.pto --stitching --prefix=assemblage_026267 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026267.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026267.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026267.jpg - -# capture n°026268 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026268.pto --stitching --prefix=assemblage_026268 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026268.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026268.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026268.jpg - -# capture n°026269 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026269.pto --stitching --prefix=assemblage_026269 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026269.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026269.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026269.jpg - -# capture n°026270 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026270.pto --stitching --prefix=assemblage_026270 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026270.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026270.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026270.jpg - -# capture n°026271 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026271.pto --stitching --prefix=assemblage_026271 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026271.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026271.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026271.jpg - -# capture n°026272 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026272.pto --stitching --prefix=assemblage_026272 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026272.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026272.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026272.jpg - -# capture n°026273 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026273.pto --stitching --prefix=assemblage_026273 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026273.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026273.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026273.jpg - -# capture n°026274 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026274.pto --stitching --prefix=assemblage_026274 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026274.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026274.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026274.jpg - -# capture n°026275 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026275.pto --stitching --prefix=assemblage_026275 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026275.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026275.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026275.jpg - -# capture n°026276 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026276.pto --stitching --prefix=assemblage_026276 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026276.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026276.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026276.jpg - -# capture n°026277 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026277.pto --stitching --prefix=assemblage_026277 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026277.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026277.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026277.jpg - -# capture n°026278 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026278.pto --stitching --prefix=assemblage_026278 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026278.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026278.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026278.jpg - -# capture n°026279 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026279.pto --stitching --prefix=assemblage_026279 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026279.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026279.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026279.jpg - -# capture n°026280 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026280.pto --stitching --prefix=assemblage_026280 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026280.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026280.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026280.jpg - -# capture n°026281 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026281.pto --stitching --prefix=assemblage_026281 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026281.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026281.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026281.jpg - -# capture n°026282 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026282.pto --stitching --prefix=assemblage_026282 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026282.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026282.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026282.jpg - -# capture n°026283 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026283.pto --stitching --prefix=assemblage_026283 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026283.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026283.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026283.jpg - -# capture n°026284 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026284.pto --stitching --prefix=assemblage_026284 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026284.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026284.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026284.jpg - -# capture n°026285 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026285.pto --stitching --prefix=assemblage_026285 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026285.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026285.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026285.jpg - -# capture n°026286 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026286.pto --stitching --prefix=assemblage_026286 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026286.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026286.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026286.jpg - -# capture n°026287 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026287.pto --stitching --prefix=assemblage_026287 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026287.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026287.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026287.jpg - -# capture n°026288 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026288.pto --stitching --prefix=assemblage_026288 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026288.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026288.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026288.jpg - -# capture n°026289 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026289.pto --stitching --prefix=assemblage_026289 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026289.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026289.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026289.jpg - -# capture n°026290 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026290.pto --stitching --prefix=assemblage_026290 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026290.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026290.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026290.jpg - -# capture n°026291 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026291.pto --stitching --prefix=assemblage_026291 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026291.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026291.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026291.jpg - -# capture n°026292 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026292.pto --stitching --prefix=assemblage_026292 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026292.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026292.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026292.jpg - -# capture n°026293 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026293.pto --stitching --prefix=assemblage_026293 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026293.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026293.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026293.jpg - -# capture n°026294 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026294.pto --stitching --prefix=assemblage_026294 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026294.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026294.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026294.jpg - -# capture n°026295 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026295.pto --stitching --prefix=assemblage_026295 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026295.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026295.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026295.jpg - -# capture n°026296 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026296.pto --stitching --prefix=assemblage_026296 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026296.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026296.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026296.jpg - -# capture n°026297 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026297.pto --stitching --prefix=assemblage_026297 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026297.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026297.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026297.jpg - -# capture n°026298 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026298.pto --stitching --prefix=assemblage_026298 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026298.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026298.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026298.jpg - -# capture n°026299 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026299.pto --stitching --prefix=assemblage_026299 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026299.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026299.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026299.jpg - -# capture n°026300 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026300.pto --stitching --prefix=assemblage_026300 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026300.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026300.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026300.jpg - -# capture n°026301 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026301.pto --stitching --prefix=assemblage_026301 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026301.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026301.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026301.jpg - -# capture n°026302 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026302.pto --stitching --prefix=assemblage_026302 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026302.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026302.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026302.jpg - -# capture n°026303 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026303.pto --stitching --prefix=assemblage_026303 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026303.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026303.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026303.jpg - -# capture n°026304 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026304.pto --stitching --prefix=assemblage_026304 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026304.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026304.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026304.jpg - -# capture n°026305 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026305.pto --stitching --prefix=assemblage_026305 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026305.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026305.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026305.jpg - -# capture n°026306 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026306.pto --stitching --prefix=assemblage_026306 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026306.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026306.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026306.jpg - -# capture n°026307 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026307.pto --stitching --prefix=assemblage_026307 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026307.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026307.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026307.jpg - -# capture n°026308 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026308.pto --stitching --prefix=assemblage_026308 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026308.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026308.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026308.jpg - -# capture n°026309 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026309.pto --stitching --prefix=assemblage_026309 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026309.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026309.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026309.jpg - -# capture n°026310 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026310.pto --stitching --prefix=assemblage_026310 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026310.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026310.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026310.jpg - -# capture n°026311 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026311.pto --stitching --prefix=assemblage_026311 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026311.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026311.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026311.jpg - -# capture n°026312 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026312.pto --stitching --prefix=assemblage_026312 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026312.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026312.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026312.jpg - -# capture n°026313 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026313.pto --stitching --prefix=assemblage_026313 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026313.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026313.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026313.jpg - -# capture n°026314 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026314.pto --stitching --prefix=assemblage_026314 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026314.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026314.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026314.jpg - -# capture n°026315 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026315.pto --stitching --prefix=assemblage_026315 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026315.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026315.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026315.jpg - -# capture n°026316 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026316.pto --stitching --prefix=assemblage_026316 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026316.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026316.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026316.jpg - -# capture n°026317 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026317.pto --stitching --prefix=assemblage_026317 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026317.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026317.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026317.jpg - -# capture n°026318 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026318.pto --stitching --prefix=assemblage_026318 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026318.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026318.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026318.jpg - -# capture n°026319 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026319.pto --stitching --prefix=assemblage_026319 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026319.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026319.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026319.jpg - -# capture n°026320 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026320.pto --stitching --prefix=assemblage_026320 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026320.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026320.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026320.jpg - -# capture n°026321 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026321.pto --stitching --prefix=assemblage_026321 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026321.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026321.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026321.jpg - -# capture n°026322 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026322.pto --stitching --prefix=assemblage_026322 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026322.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026322.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026322.jpg - -# capture n°026323 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026323.pto --stitching --prefix=assemblage_026323 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026323.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026323.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026323.jpg - -# capture n°026324 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026324.pto --stitching --prefix=assemblage_026324 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026324.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026324.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026324.jpg - -# capture n°026325 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026325.pto --stitching --prefix=assemblage_026325 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026325.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026325.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026325.jpg - -# capture n°026326 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026326.pto --stitching --prefix=assemblage_026326 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026326.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026326.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026326.jpg - -# capture n°026327 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026327.pto --stitching --prefix=assemblage_026327 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026327.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026327.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026327.jpg - -# capture n°026328 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026328.pto --stitching --prefix=assemblage_026328 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026328.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026328.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026328.jpg - -# capture n°026329 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026329.pto --stitching --prefix=assemblage_026329 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026329.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026329.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026329.jpg - -# capture n°026330 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026330.pto --stitching --prefix=assemblage_026330 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026330.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026330.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026330.jpg - -# capture n°026331 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026331.pto --stitching --prefix=assemblage_026331 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026331.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026331.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026331.jpg - -# capture n°026332 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026332.pto --stitching --prefix=assemblage_026332 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026332.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026332.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026332.jpg - -# capture n°026333 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026333.pto --stitching --prefix=assemblage_026333 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026333.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026333.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026333.jpg - -# capture n°026334 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026334.pto --stitching --prefix=assemblage_026334 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026334.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026334.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026334.jpg - -# capture n°026335 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026335.pto --stitching --prefix=assemblage_026335 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026335.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026335.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026335.jpg - -# capture n°026336 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026336.pto --stitching --prefix=assemblage_026336 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026336.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026336.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026336.jpg - -# capture n°026337 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026337.pto --stitching --prefix=assemblage_026337 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026337.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026337.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026337.jpg - -# capture n°026338 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026338.pto --stitching --prefix=assemblage_026338 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026338.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026338.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026338.jpg - -# capture n°026339 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026339.pto --stitching --prefix=assemblage_026339 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026339.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026339.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026339.jpg - -# capture n°026340 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026340.pto --stitching --prefix=assemblage_026340 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026340.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026340.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026340.jpg - -# capture n°026341 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026341.pto --stitching --prefix=assemblage_026341 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026341.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026341.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026341.jpg - -# capture n°026342 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026342.pto --stitching --prefix=assemblage_026342 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026342.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026342.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026342.jpg - -# capture n°026343 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026343.pto --stitching --prefix=assemblage_026343 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026343.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026343.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026343.jpg - -# capture n°026344 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026344.pto --stitching --prefix=assemblage_026344 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026344.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026344.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026344.jpg - -# capture n°026345 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026345.pto --stitching --prefix=assemblage_026345 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026345.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026345.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026345.jpg - -# capture n°026346 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026346.pto --stitching --prefix=assemblage_026346 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026346.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026346.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026346.jpg - -# capture n°026347 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026347.pto --stitching --prefix=assemblage_026347 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026347.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026347.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026347.jpg - -# capture n°026348 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026348.pto --stitching --prefix=assemblage_026348 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026348.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026348.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026348.jpg - -# capture n°026349 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026349.pto --stitching --prefix=assemblage_026349 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026349.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026349.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026349.jpg - -# capture n°026350 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026350.pto --stitching --prefix=assemblage_026350 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026350.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026350.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026350.jpg - -# capture n°026351 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026351.pto --stitching --prefix=assemblage_026351 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026351.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026351.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026351.jpg - -# capture n°026352 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026352.pto --stitching --prefix=assemblage_026352 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026352.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026352.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026352.jpg - -# capture n°026353 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026353.pto --stitching --prefix=assemblage_026353 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026353.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026353.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026353.jpg - -# capture n°026354 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026354.pto --stitching --prefix=assemblage_026354 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026354.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026354.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026354.jpg - -# capture n°026355 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026355.pto --stitching --prefix=assemblage_026355 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026355.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026355.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026355.jpg - -# capture n°026356 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026356.pto --stitching --prefix=assemblage_026356 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026356.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026356.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026356.jpg - -# capture n°026357 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026357.pto --stitching --prefix=assemblage_026357 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026357.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026357.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026357.jpg - -# capture n°026358 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026358.pto --stitching --prefix=assemblage_026358 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026358.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026358.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026358.jpg - -# capture n°026359 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026359.pto --stitching --prefix=assemblage_026359 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026359.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026359.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026359.jpg - -# capture n°026360 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026360.pto --stitching --prefix=assemblage_026360 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026360.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026360.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026360.jpg - -# capture n°026361 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026361.pto --stitching --prefix=assemblage_026361 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026361.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026361.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026361.jpg - -# capture n°026362 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026362.pto --stitching --prefix=assemblage_026362 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026362.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026362.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026362.jpg - -# capture n°026363 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026363.pto --stitching --prefix=assemblage_026363 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026363.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026363.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026363.jpg - -# capture n°026364 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026364.pto --stitching --prefix=assemblage_026364 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026364.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026364.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026364.jpg - -# capture n°026365 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026365.pto --stitching --prefix=assemblage_026365 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026365.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026365.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026365.jpg - -# capture n°026366 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026366.pto --stitching --prefix=assemblage_026366 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026366.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026366.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026366.jpg - -# capture n°026367 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026367.pto --stitching --prefix=assemblage_026367 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026367.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026367.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026367.jpg - -# capture n°026368 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026368.pto --stitching --prefix=assemblage_026368 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026368.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026368.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026368.jpg - -# capture n°026369 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026369.pto --stitching --prefix=assemblage_026369 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026369.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026369.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026369.jpg - -# capture n°026370 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026370.pto --stitching --prefix=assemblage_026370 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026370.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026370.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026370.jpg - -# capture n°026371 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026371.pto --stitching --prefix=assemblage_026371 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026371.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026371.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026371.jpg - -# capture n°026372 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026372.pto --stitching --prefix=assemblage_026372 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026372.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026372.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026372.jpg - -# capture n°026373 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026373.pto --stitching --prefix=assemblage_026373 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026373.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026373.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026373.jpg - -# capture n°026374 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026374.pto --stitching --prefix=assemblage_026374 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026374.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026374.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026374.jpg - -# capture n°026375 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026375.pto --stitching --prefix=assemblage_026375 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026375.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026375.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026375.jpg - -# capture n°026376 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026376.pto --stitching --prefix=assemblage_026376 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026376.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026376.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026376.jpg - -# capture n°026377 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026377.pto --stitching --prefix=assemblage_026377 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026377.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026377.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026377.jpg - -# capture n°026378 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026378.pto --stitching --prefix=assemblage_026378 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026378.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026378.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026378.jpg - -# capture n°026379 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026379.pto --stitching --prefix=assemblage_026379 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026379.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026379.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026379.jpg - -# capture n°026380 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026380.pto --stitching --prefix=assemblage_026380 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026380.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026380.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026380.jpg - -# capture n°026381 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026381.pto --stitching --prefix=assemblage_026381 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026381.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026381.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026381.jpg - -# capture n°026382 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026382.pto --stitching --prefix=assemblage_026382 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026382.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026382.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026382.jpg - -# capture n°026383 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026383.pto --stitching --prefix=assemblage_026383 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026383.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026383.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026383.jpg - -# capture n°026384 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026384.pto --stitching --prefix=assemblage_026384 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026384.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026384.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026384.jpg - -# capture n°026385 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026385.pto --stitching --prefix=assemblage_026385 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026385.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026385.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026385.jpg - -# capture n°026386 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026386.pto --stitching --prefix=assemblage_026386 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026386.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026386.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026386.jpg - -# capture n°026387 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026387.pto --stitching --prefix=assemblage_026387 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026387.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026387.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026387.jpg - -# capture n°026388 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026388.pto --stitching --prefix=assemblage_026388 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026388.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026388.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026388.jpg - -# capture n°026389 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026389.pto --stitching --prefix=assemblage_026389 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026389.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026389.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026389.jpg - -# capture n°026390 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026390.pto --stitching --prefix=assemblage_026390 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026390.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026390.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026390.jpg - -# capture n°026391 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026391.pto --stitching --prefix=assemblage_026391 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026391.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026391.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026391.jpg - -# capture n°026392 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026392.pto --stitching --prefix=assemblage_026392 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026392.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026392.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026392.jpg - -# capture n°026393 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026393.pto --stitching --prefix=assemblage_026393 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026393.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026393.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026393.jpg - -# capture n°026394 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026394.pto --stitching --prefix=assemblage_026394 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026394.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026394.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026394.jpg - -# capture n°026395 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026395.pto --stitching --prefix=assemblage_026395 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026395.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026395.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026395.jpg - -# capture n°026396 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026396.pto --stitching --prefix=assemblage_026396 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026396.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026396.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026396.jpg - -# capture n°026397 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026397.pto --stitching --prefix=assemblage_026397 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026397.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026397.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026397.jpg - -# capture n°026398 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026398.pto --stitching --prefix=assemblage_026398 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026398.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026398.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026398.jpg - -# capture n°026399 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026399.pto --stitching --prefix=assemblage_026399 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026399.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026399.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026399.jpg - -# capture n°026400 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026400.pto --stitching --prefix=assemblage_026400 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026400.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026400.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026400.jpg - -# capture n°026401 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026401.pto --stitching --prefix=assemblage_026401 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026401.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026401.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026401.jpg - -# capture n°026402 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026402.pto --stitching --prefix=assemblage_026402 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026402.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026402.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026402.jpg - -# capture n°026403 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026403.pto --stitching --prefix=assemblage_026403 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026403.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026403.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026403.jpg - -# capture n°026404 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026404.pto --stitching --prefix=assemblage_026404 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026404.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026404.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026404.jpg - -# capture n°026405 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026405.pto --stitching --prefix=assemblage_026405 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026405.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026405.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026405.jpg - -# capture n°026406 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026406.pto --stitching --prefix=assemblage_026406 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026406.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026406.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026406.jpg - -# capture n°026407 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026407.pto --stitching --prefix=assemblage_026407 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026407.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026407.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026407.jpg - -# capture n°026408 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026408.pto --stitching --prefix=assemblage_026408 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026408.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026408.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026408.jpg - -# capture n°026409 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026409.pto --stitching --prefix=assemblage_026409 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026409.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026409.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026409.jpg - -# capture n°026410 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026410.pto --stitching --prefix=assemblage_026410 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026410.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026410.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026410.jpg - -# capture n°026411 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026411.pto --stitching --prefix=assemblage_026411 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026411.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026411.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026411.jpg - -# capture n°026412 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026412.pto --stitching --prefix=assemblage_026412 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026412.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026412.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026412.jpg - -# capture n°026413 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026413.pto --stitching --prefix=assemblage_026413 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026413.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026413.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026413.jpg - -# capture n°026414 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026414.pto --stitching --prefix=assemblage_026414 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026414.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026414.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026414.jpg - -# capture n°026415 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026415.pto --stitching --prefix=assemblage_026415 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026415.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026415.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026415.jpg - -# capture n°026416 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026416.pto --stitching --prefix=assemblage_026416 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026416.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026416.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026416.jpg - -# capture n°026417 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026417.pto --stitching --prefix=assemblage_026417 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026417.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026417.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026417.jpg - -# capture n°026418 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026418.pto --stitching --prefix=assemblage_026418 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026418.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026418.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026418.jpg - -# capture n°026419 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026419.pto --stitching --prefix=assemblage_026419 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026419.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026419.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026419.jpg - -# capture n°026420 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026420.pto --stitching --prefix=assemblage_026420 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026420.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026420.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026420.jpg - -# capture n°026421 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026421.pto --stitching --prefix=assemblage_026421 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026421.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026421.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026421.jpg - -# capture n°026422 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026422.pto --stitching --prefix=assemblage_026422 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026422.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026422.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026422.jpg - -# capture n°026423 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026423.pto --stitching --prefix=assemblage_026423 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026423.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026423.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026423.jpg - -# capture n°026424 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026424.pto --stitching --prefix=assemblage_026424 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026424.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026424.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026424.jpg - -# capture n°026425 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026425.pto --stitching --prefix=assemblage_026425 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026425.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026425.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026425.jpg - -# capture n°026426 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026426.pto --stitching --prefix=assemblage_026426 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026426.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026426.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026426.jpg - -# capture n°026427 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026427.pto --stitching --prefix=assemblage_026427 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026427.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026427.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026427.jpg - -# capture n°026428 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026428.pto --stitching --prefix=assemblage_026428 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026428.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026428.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026428.jpg - -# capture n°026429 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026429.pto --stitching --prefix=assemblage_026429 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026429.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026429.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026429.jpg - -# capture n°026430 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026430.pto --stitching --prefix=assemblage_026430 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026430.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026430.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026430.jpg - -# capture n°026431 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026431.pto --stitching --prefix=assemblage_026431 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026431.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026431.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026431.jpg - -# capture n°026432 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026432.pto --stitching --prefix=assemblage_026432 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026432.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026432.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026432.jpg - -# capture n°026433 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026433.pto --stitching --prefix=assemblage_026433 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026433.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026433.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026433.jpg - -# capture n°026434 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026434.pto --stitching --prefix=assemblage_026434 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026434.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026434.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026434.jpg - -# capture n°026435 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026435.pto --stitching --prefix=assemblage_026435 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026435.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026435.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026435.jpg - -# capture n°026436 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026436.pto --stitching --prefix=assemblage_026436 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026436.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026436.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026436.jpg - -# capture n°026437 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026437.pto --stitching --prefix=assemblage_026437 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026437.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026437.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026437.jpg - -# capture n°026438 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026438.pto --stitching --prefix=assemblage_026438 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026438.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026438.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026438.jpg - -# capture n°026439 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026439.pto --stitching --prefix=assemblage_026439 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026439.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026439.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026439.jpg - -# capture n°026440 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026440.pto --stitching --prefix=assemblage_026440 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026440.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026440.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026440.jpg - -# capture n°026441 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026441.pto --stitching --prefix=assemblage_026441 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026441.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026441.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026441.jpg - -# capture n°026442 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026442.pto --stitching --prefix=assemblage_026442 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026442.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026442.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026442.jpg - -# capture n°026443 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026443.pto --stitching --prefix=assemblage_026443 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026443.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026443.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026443.jpg - -# capture n°026444 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026444.pto --stitching --prefix=assemblage_026444 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026444.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026444.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026444.jpg - -# capture n°026445 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026445.pto --stitching --prefix=assemblage_026445 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026445.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026445.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026445.jpg - -# capture n°026446 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026446.pto --stitching --prefix=assemblage_026446 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026446.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026446.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026446.jpg - -# capture n°026447 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026447.pto --stitching --prefix=assemblage_026447 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026447.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026447.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026447.jpg - -# capture n°026448 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026448.pto --stitching --prefix=assemblage_026448 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026448.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026448.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026448.jpg - -# capture n°026449 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026449.pto --stitching --prefix=assemblage_026449 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026449.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026449.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026449.jpg - -# capture n°026450 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026450.pto --stitching --prefix=assemblage_026450 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026450.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026450.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026450.jpg - -# capture n°026451 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026451.pto --stitching --prefix=assemblage_026451 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026451.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026451.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026451.jpg - -# capture n°026452 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026452.pto --stitching --prefix=assemblage_026452 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026452.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026452.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026452.jpg - -# capture n°026453 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026453.pto --stitching --prefix=assemblage_026453 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026453.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026453.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026453.jpg - -# capture n°026454 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026454.pto --stitching --prefix=assemblage_026454 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026454.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026454.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026454.jpg - -# capture n°026455 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026455.pto --stitching --prefix=assemblage_026455 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026455.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026455.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026455.jpg - -# capture n°026456 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026456.pto --stitching --prefix=assemblage_026456 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026456.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026456.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026456.jpg - -# capture n°026457 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026457.pto --stitching --prefix=assemblage_026457 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026457.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026457.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026457.jpg - -# capture n°026458 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026458.pto --stitching --prefix=assemblage_026458 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026458.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026458.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026458.jpg - -# capture n°026459 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026459.pto --stitching --prefix=assemblage_026459 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026459.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026459.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026459.jpg - -# capture n°026460 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026460.pto --stitching --prefix=assemblage_026460 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026460.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026460.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026460.jpg - -# capture n°026461 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026461.pto --stitching --prefix=assemblage_026461 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026461.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026461.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026461.jpg - -# capture n°026462 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026462.pto --stitching --prefix=assemblage_026462 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026462.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026462.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026462.jpg - -# capture n°026463 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026463.pto --stitching --prefix=assemblage_026463 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026463.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026463.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026463.jpg - -# capture n°026464 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026464.pto --stitching --prefix=assemblage_026464 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026464.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026464.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026464.jpg - -# capture n°026465 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026465.pto --stitching --prefix=assemblage_026465 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026465.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026465.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026465.jpg - -# capture n°026466 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026466.pto --stitching --prefix=assemblage_026466 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026466.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026466.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026466.jpg - -# capture n°026467 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026467.pto --stitching --prefix=assemblage_026467 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026467.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026467.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026467.jpg - -# capture n°026468 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026468.pto --stitching --prefix=assemblage_026468 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026468.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026468.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026468.jpg - -# capture n°026469 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026469.pto --stitching --prefix=assemblage_026469 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026469.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026469.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026469.jpg - -# capture n°026470 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026470.pto --stitching --prefix=assemblage_026470 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026470.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026470.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026470.jpg - -# capture n°026471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026471.pto --stitching --prefix=assemblage_026471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026471.jpg - -# capture n°026472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026472.pto --stitching --prefix=assemblage_026472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026472.jpg - -# capture n°026473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026473.pto --stitching --prefix=assemblage_026473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026473.jpg - -# capture n°026474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026474.pto --stitching --prefix=assemblage_026474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026474.jpg - -# capture n°026475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026475.pto --stitching --prefix=assemblage_026475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026475.jpg - -# capture n°026476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026476.pto --stitching --prefix=assemblage_026476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026476.jpg - -# capture n°026477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026477.pto --stitching --prefix=assemblage_026477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026477.jpg - -# capture n°026478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026478.pto --stitching --prefix=assemblage_026478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026478.jpg - -# capture n°026479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026479.pto --stitching --prefix=assemblage_026479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026479.jpg - -# capture n°026480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026480.pto --stitching --prefix=assemblage_026480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026480.jpg - -# capture n°026481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026481.pto --stitching --prefix=assemblage_026481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026481.jpg - -# capture n°026482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026482.pto --stitching --prefix=assemblage_026482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026482.jpg - -# capture n°026483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026483.pto --stitching --prefix=assemblage_026483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026483.jpg - -# capture n°026484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026484.pto --stitching --prefix=assemblage_026484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026484.jpg - -# capture n°026485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026485.pto --stitching --prefix=assemblage_026485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026485.jpg - -# capture n°026486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026486.pto --stitching --prefix=assemblage_026486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026486.jpg - -# capture n°026487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026487.pto --stitching --prefix=assemblage_026487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026487.jpg - -# capture n°026488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026488.pto --stitching --prefix=assemblage_026488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026488.jpg - -# capture n°026489 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026489.pto --stitching --prefix=assemblage_026489 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026489.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026489.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026489.jpg - -# capture n°026490 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026490.pto --stitching --prefix=assemblage_026490 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026490.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026490.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026490.jpg - -# capture n°026491 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026491.pto --stitching --prefix=assemblage_026491 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026491.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026491.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026491.jpg - -# capture n°026492 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026492.pto --stitching --prefix=assemblage_026492 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026492.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026492.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026492.jpg - -# capture n°026493 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026493.pto --stitching --prefix=assemblage_026493 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026493.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026493.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026493.jpg - -# capture n°026494 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026494.pto --stitching --prefix=assemblage_026494 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026494.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026494.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026494.jpg - -# capture n°026495 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026495.pto --stitching --prefix=assemblage_026495 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026495.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026495.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026495.jpg - -# capture n°026496 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026496.pto --stitching --prefix=assemblage_026496 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026496.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026496.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026496.jpg - -# capture n°026497 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026497.pto --stitching --prefix=assemblage_026497 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026497.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026497.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026497.jpg - -# capture n°026498 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026498.pto --stitching --prefix=assemblage_026498 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026498.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026498.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026498.jpg - -# capture n°026499 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026499.pto --stitching --prefix=assemblage_026499 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026499.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026499.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026499.jpg - -# capture n°026500 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026500.pto --stitching --prefix=assemblage_026500 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026500.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026500.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026500.jpg - -# capture n°026501 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026501.pto --stitching --prefix=assemblage_026501 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026501.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026501.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026501.jpg - -# capture n°026502 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026502.pto --stitching --prefix=assemblage_026502 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026502.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026502.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026502.jpg - -# capture n°026503 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026503.pto --stitching --prefix=assemblage_026503 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026503.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026503.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026503.jpg - -# capture n°026504 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026504.pto --stitching --prefix=assemblage_026504 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026504.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026504.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026504.jpg - -# capture n°026505 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026505.pto --stitching --prefix=assemblage_026505 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026505.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026505.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026505.jpg - -# capture n°026506 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026506.pto --stitching --prefix=assemblage_026506 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026506.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026506.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026506.jpg - -# capture n°026507 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026507.pto --stitching --prefix=assemblage_026507 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026507.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026507.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026507.jpg - -# capture n°026508 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026508.pto --stitching --prefix=assemblage_026508 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026508.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026508.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026508.jpg - -# capture n°026509 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026509.pto --stitching --prefix=assemblage_026509 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026509.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026509.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026509.jpg - -# capture n°026510 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026510.pto --stitching --prefix=assemblage_026510 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026510.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026510.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026510.jpg - -# capture n°026511 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026511.pto --stitching --prefix=assemblage_026511 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026511.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026511.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026511.jpg - -# capture n°026512 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026512.pto --stitching --prefix=assemblage_026512 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026512.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026512.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026512.jpg - -# capture n°026513 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026513.pto --stitching --prefix=assemblage_026513 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026513.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026513.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026513.jpg - -# capture n°026514 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026514.pto --stitching --prefix=assemblage_026514 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026514.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026514.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026514.jpg - -# capture n°026515 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026515.pto --stitching --prefix=assemblage_026515 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026515.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026515.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026515.jpg - -# capture n°026516 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026516.pto --stitching --prefix=assemblage_026516 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026516.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026516.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026516.jpg - -# capture n°026517 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026517.pto --stitching --prefix=assemblage_026517 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026517.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026517.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026517.jpg - -# capture n°026518 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026518.pto --stitching --prefix=assemblage_026518 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026518.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026518.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026518.jpg - -# capture n°026519 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026519.pto --stitching --prefix=assemblage_026519 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026519.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026519.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026519.jpg - -# capture n°026520 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026520.pto --stitching --prefix=assemblage_026520 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026520.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026520.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026520.jpg - -# capture n°026521 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026521.pto --stitching --prefix=assemblage_026521 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026521.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026521.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026521.jpg - -# capture n°026522 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026522.pto --stitching --prefix=assemblage_026522 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026522.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026522.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026522.jpg - -# capture n°026523 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026523.pto --stitching --prefix=assemblage_026523 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026523.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026523.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026523.jpg - -# capture n°026524 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026524.pto --stitching --prefix=assemblage_026524 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026524.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026524.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026524.jpg - -# capture n°026525 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026525.pto --stitching --prefix=assemblage_026525 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026525.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026525.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026525.jpg - -# capture n°026526 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026526.pto --stitching --prefix=assemblage_026526 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026526.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026526.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026526.jpg - -# capture n°026527 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026527.pto --stitching --prefix=assemblage_026527 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026527.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026527.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026527.jpg - -# capture n°026528 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026528.pto --stitching --prefix=assemblage_026528 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026528.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026528.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026528.jpg - -# capture n°026529 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026529.pto --stitching --prefix=assemblage_026529 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026529.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026529.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026529.jpg - -# capture n°026530 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026530.pto --stitching --prefix=assemblage_026530 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026530.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026530.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026530.jpg - -# capture n°026531 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026531.pto --stitching --prefix=assemblage_026531 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026531.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026531.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026531.jpg - -# capture n°026532 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026532.pto --stitching --prefix=assemblage_026532 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026532.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026532.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026532.jpg - -# capture n°026533 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026533.pto --stitching --prefix=assemblage_026533 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026533.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026533.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026533.jpg - -# capture n°026534 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026534.pto --stitching --prefix=assemblage_026534 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026534.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026534.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026534.jpg - -# capture n°026535 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026535.pto --stitching --prefix=assemblage_026535 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026535.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026535.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026535.jpg - -# capture n°026536 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026536.pto --stitching --prefix=assemblage_026536 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026536.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026536.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026536.jpg - -# capture n°026537 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026537.pto --stitching --prefix=assemblage_026537 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026537.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026537.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026537.jpg - -# capture n°026538 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026538.pto --stitching --prefix=assemblage_026538 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026538.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026538.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026538.jpg - -# capture n°026539 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026539.pto --stitching --prefix=assemblage_026539 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026539.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026539.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026539.jpg - -# capture n°026540 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026540.pto --stitching --prefix=assemblage_026540 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026540.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026540.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026540.jpg - -# capture n°026541 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026541.pto --stitching --prefix=assemblage_026541 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026541.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026541.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026541.jpg - -# capture n°026542 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026542.pto --stitching --prefix=assemblage_026542 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026542.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026542.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026542.jpg - -# capture n°026543 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026543.pto --stitching --prefix=assemblage_026543 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026543.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026543.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026543.jpg - -# capture n°026544 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026544.pto --stitching --prefix=assemblage_026544 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026544.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026544.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026544.jpg - -# capture n°026545 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026545.pto --stitching --prefix=assemblage_026545 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026545.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026545.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026545.jpg - -# capture n°026546 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026546.pto --stitching --prefix=assemblage_026546 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026546.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026546.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026546.jpg - -# capture n°026547 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026547.pto --stitching --prefix=assemblage_026547 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026547.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026547.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026547.jpg - -# capture n°026548 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026548.pto --stitching --prefix=assemblage_026548 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026548.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026548.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026548.jpg - -# capture n°026549 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026549.pto --stitching --prefix=assemblage_026549 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026549.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026549.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026549.jpg - -# capture n°026550 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026550.pto --stitching --prefix=assemblage_026550 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026550.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026550.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026550.jpg - -# capture n°026551 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026551.pto --stitching --prefix=assemblage_026551 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026551.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026551.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026551.jpg - -# capture n°026552 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026552.pto --stitching --prefix=assemblage_026552 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026552.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026552.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026552.jpg - -# capture n°026553 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026553.pto --stitching --prefix=assemblage_026553 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026553.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026553.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026553.jpg - -# capture n°026554 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026554.pto --stitching --prefix=assemblage_026554 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026554.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026554.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026554.jpg - -# capture n°026555 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026555.pto --stitching --prefix=assemblage_026555 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026555.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026555.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026555.jpg - -# capture n°026556 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026556.pto --stitching --prefix=assemblage_026556 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026556.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026556.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026556.jpg - -# capture n°026557 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026557.pto --stitching --prefix=assemblage_026557 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026557.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026557.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026557.jpg - -# capture n°026558 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026558.pto --stitching --prefix=assemblage_026558 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026558.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026558.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026558.jpg - -# capture n°026559 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026559.pto --stitching --prefix=assemblage_026559 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026559.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026559.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026559.jpg - -# capture n°026560 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026560.pto --stitching --prefix=assemblage_026560 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026560.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026560.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026560.jpg - -# capture n°026561 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026561.pto --stitching --prefix=assemblage_026561 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026561.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026561.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026561.jpg - -# capture n°026562 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026562.pto --stitching --prefix=assemblage_026562 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026562.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026562.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026562.jpg - -# capture n°026563 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026563.pto --stitching --prefix=assemblage_026563 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026563.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026563.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026563.jpg - -# capture n°026564 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026564.pto --stitching --prefix=assemblage_026564 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026564.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026564.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026564.jpg - -# capture n°026565 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026565.pto --stitching --prefix=assemblage_026565 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026565.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026565.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026565.jpg - -# capture n°026566 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026566.pto --stitching --prefix=assemblage_026566 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026566.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026566.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026566.jpg - -# capture n°026567 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026567.pto --stitching --prefix=assemblage_026567 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026567.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026567.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026567.jpg - -# capture n°026568 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026568.pto --stitching --prefix=assemblage_026568 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026568.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026568.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026568.jpg - -# capture n°026569 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026569.pto --stitching --prefix=assemblage_026569 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026569.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026569.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026569.jpg - -# capture n°026570 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026570.pto --stitching --prefix=assemblage_026570 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026570.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026570.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026570.jpg - -# capture n°026571 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026571.pto --stitching --prefix=assemblage_026571 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026571.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026571.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026571.jpg - -# capture n°026572 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026572.pto --stitching --prefix=assemblage_026572 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026572.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026572.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026572.jpg - -# capture n°026573 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026573.pto --stitching --prefix=assemblage_026573 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026573.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026573.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026573.jpg - -# capture n°026574 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026574.pto --stitching --prefix=assemblage_026574 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026574.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026574.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026574.jpg - -# capture n°026575 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026575.pto --stitching --prefix=assemblage_026575 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026575.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026575.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026575.jpg - -# capture n°026576 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026576.pto --stitching --prefix=assemblage_026576 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026576.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026576.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026576.jpg - -# capture n°026577 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026577.pto --stitching --prefix=assemblage_026577 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026577.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026577.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026577.jpg - -# capture n°026578 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026578.pto --stitching --prefix=assemblage_026578 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026578.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026578.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026578.jpg - -# capture n°026579 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026579.pto --stitching --prefix=assemblage_026579 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026579.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026579.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026579.jpg - -# capture n°026580 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026580.pto --stitching --prefix=assemblage_026580 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026580.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026580.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026580.jpg - -# capture n°026581 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026581.pto --stitching --prefix=assemblage_026581 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026581.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026581.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026581.jpg - -# capture n°026582 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026582.pto --stitching --prefix=assemblage_026582 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026582.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026582.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026582.jpg - -# capture n°026583 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026583.pto --stitching --prefix=assemblage_026583 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026583.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026583.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026583.jpg - -# capture n°026584 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026584.pto --stitching --prefix=assemblage_026584 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026584.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026584.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026584.jpg - -# capture n°026585 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026585.pto --stitching --prefix=assemblage_026585 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026585.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026585.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026585.jpg - -# capture n°026586 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026586.pto --stitching --prefix=assemblage_026586 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026586.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026586.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026586.jpg - -# capture n°026587 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026587.pto --stitching --prefix=assemblage_026587 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026587.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026587.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026587.jpg - -# capture n°026588 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026588.pto --stitching --prefix=assemblage_026588 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026588.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026588.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026588.jpg - -# capture n°026589 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026589.pto --stitching --prefix=assemblage_026589 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026589.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026589.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026589.jpg - -# capture n°026590 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026590.pto --stitching --prefix=assemblage_026590 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026590.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026590.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026590.jpg - -# capture n°026591 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026591.pto --stitching --prefix=assemblage_026591 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026591.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026591.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026591.jpg - -# capture n°026592 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026592.pto --stitching --prefix=assemblage_026592 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026592.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026592.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026592.jpg - -# capture n°026593 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026593.pto --stitching --prefix=assemblage_026593 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026593.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026593.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026593.jpg - -# capture n°026594 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026594.pto --stitching --prefix=assemblage_026594 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026594.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026594.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026594.jpg - -# capture n°026595 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026595.pto --stitching --prefix=assemblage_026595 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026595.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026595.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026595.jpg - -# capture n°026596 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026596.pto --stitching --prefix=assemblage_026596 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026596.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026596.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026596.jpg - -# capture n°026597 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026597.pto --stitching --prefix=assemblage_026597 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026597.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026597.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026597.jpg - -# capture n°026598 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026598.pto --stitching --prefix=assemblage_026598 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026598.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026598.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026598.jpg - -# capture n°026599 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026599.pto --stitching --prefix=assemblage_026599 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026599.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026599.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026599.jpg - -# capture n°026600 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026600.pto --stitching --prefix=assemblage_026600 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026600.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026600.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026600.jpg - -# capture n°026601 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026601.pto --stitching --prefix=assemblage_026601 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026601.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026601.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026601.jpg - -# capture n°026602 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026602.pto --stitching --prefix=assemblage_026602 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026602.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026602.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026602.jpg - -# capture n°026603 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026603.pto --stitching --prefix=assemblage_026603 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026603.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026603.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026603.jpg - -# capture n°026604 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026604.pto --stitching --prefix=assemblage_026604 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026604.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026604.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026604.jpg - -# capture n°026605 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026605.pto --stitching --prefix=assemblage_026605 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026605.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026605.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026605.jpg - -# capture n°026606 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026606.pto --stitching --prefix=assemblage_026606 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026606.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026606.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026606.jpg - -# capture n°026607 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026607.pto --stitching --prefix=assemblage_026607 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026607.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026607.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026607.jpg - -# capture n°026608 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026608.pto --stitching --prefix=assemblage_026608 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026608.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026608.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026608.jpg - -# capture n°026609 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026609.pto --stitching --prefix=assemblage_026609 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026609.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026609.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026609.jpg - -# capture n°026610 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026610.pto --stitching --prefix=assemblage_026610 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026610.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026610.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026610.jpg - -# capture n°026611 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026611.pto --stitching --prefix=assemblage_026611 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026611.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026611.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026611.jpg - -# capture n°026612 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026612.pto --stitching --prefix=assemblage_026612 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026612.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026612.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026612.jpg - -# capture n°026613 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026613.pto --stitching --prefix=assemblage_026613 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026613.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026613.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026613.jpg - -# capture n°026614 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026614.pto --stitching --prefix=assemblage_026614 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026614.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026614.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026614.jpg - -# capture n°026615 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026615.pto --stitching --prefix=assemblage_026615 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026615.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026615.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026615.jpg - -# capture n°026616 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026616.pto --stitching --prefix=assemblage_026616 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026616.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026616.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026616.jpg - -# capture n°026617 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026617.pto --stitching --prefix=assemblage_026617 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026617.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026617.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026617.jpg - -# capture n°026618 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026618.pto --stitching --prefix=assemblage_026618 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026618.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026618.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026618.jpg - -# capture n°026619 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026619.pto --stitching --prefix=assemblage_026619 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026619.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026619.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026619.jpg - -# capture n°026620 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026620.pto --stitching --prefix=assemblage_026620 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026620.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026620.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026620.jpg - -# capture n°026621 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026621.pto --stitching --prefix=assemblage_026621 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026621.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026621.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026621.jpg - -# capture n°026622 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026622.pto --stitching --prefix=assemblage_026622 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026622.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026622.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026622.jpg - -# capture n°026623 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026623.pto --stitching --prefix=assemblage_026623 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026623.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026623.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026623.jpg - -# capture n°026624 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026624.pto --stitching --prefix=assemblage_026624 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026624.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026624.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026624.jpg - -# capture n°026625 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026625.pto --stitching --prefix=assemblage_026625 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026625.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026625.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026625.jpg - -# capture n°026626 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026626.pto --stitching --prefix=assemblage_026626 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026626.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026626.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026626.jpg - -# capture n°026627 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026627.pto --stitching --prefix=assemblage_026627 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026627.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026627.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026627.jpg - -# capture n°026628 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026628.pto --stitching --prefix=assemblage_026628 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026628.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026628.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026628.jpg - -# capture n°026629 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026629.pto --stitching --prefix=assemblage_026629 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026629.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026629.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026629.jpg - -# capture n°026630 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026630.pto --stitching --prefix=assemblage_026630 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026630.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026630.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026630.jpg - -# capture n°026631 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026631.pto --stitching --prefix=assemblage_026631 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026631.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026631.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026631.jpg - -# capture n°026632 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026632.pto --stitching --prefix=assemblage_026632 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026632.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026632.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026632.jpg - -# capture n°026633 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026633.pto --stitching --prefix=assemblage_026633 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026633.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026633.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026633.jpg - -# capture n°026634 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026634.pto --stitching --prefix=assemblage_026634 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026634.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026634.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026634.jpg - -# capture n°026635 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026635.pto --stitching --prefix=assemblage_026635 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026635.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026635.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026635.jpg - -# capture n°026636 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026636.pto --stitching --prefix=assemblage_026636 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026636.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026636.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026636.jpg - -# capture n°026637 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026637.pto --stitching --prefix=assemblage_026637 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026637.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026637.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026637.jpg - -# capture n°026638 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026638.pto --stitching --prefix=assemblage_026638 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026638.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026638.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026638.jpg - -# capture n°026639 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026639.pto --stitching --prefix=assemblage_026639 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026639.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026639.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026639.jpg - -# capture n°026640 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026640.pto --stitching --prefix=assemblage_026640 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026640.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026640.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026640.jpg - -# capture n°026641 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026641.pto --stitching --prefix=assemblage_026641 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026641.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026641.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026641.jpg - -# capture n°026642 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026642.pto --stitching --prefix=assemblage_026642 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026642.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026642.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026642.jpg - -# capture n°026643 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026643.pto --stitching --prefix=assemblage_026643 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026643.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026643.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026643.jpg - -# capture n°026644 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026644.pto --stitching --prefix=assemblage_026644 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026644.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026644.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026644.jpg - -# capture n°026645 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026645.pto --stitching --prefix=assemblage_026645 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026645.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026645.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026645.jpg - -# capture n°026646 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026646.pto --stitching --prefix=assemblage_026646 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026646.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026646.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026646.jpg - -# capture n°026647 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026647.pto --stitching --prefix=assemblage_026647 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026647.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026647.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026647.jpg - -# capture n°026648 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026648.pto --stitching --prefix=assemblage_026648 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026648.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026648.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026648.jpg - -# capture n°026649 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026649.pto --stitching --prefix=assemblage_026649 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026649.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026649.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026649.jpg - -# capture n°026650 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026650.pto --stitching --prefix=assemblage_026650 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026650.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026650.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026650.jpg - -# capture n°026651 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026651.pto --stitching --prefix=assemblage_026651 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026651.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026651.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026651.jpg - -# capture n°026652 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026652.pto --stitching --prefix=assemblage_026652 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026652.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026652.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026652.jpg - -# capture n°026653 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026653.pto --stitching --prefix=assemblage_026653 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026653.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026653.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026653.jpg - -# capture n°026654 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026654.pto --stitching --prefix=assemblage_026654 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026654.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026654.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026654.jpg - -# capture n°026655 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026655.pto --stitching --prefix=assemblage_026655 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026655.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026655.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026655.jpg - -# capture n°026656 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026656.pto --stitching --prefix=assemblage_026656 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026656.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026656.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026656.jpg - -# capture n°026657 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026657.pto --stitching --prefix=assemblage_026657 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026657.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026657.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026657.jpg - -# capture n°026658 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026658.pto --stitching --prefix=assemblage_026658 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026658.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026658.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026658.jpg - -# capture n°026659 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026659.pto --stitching --prefix=assemblage_026659 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026659.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026659.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026659.jpg - -# capture n°026660 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026660.pto --stitching --prefix=assemblage_026660 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026660.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026660.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026660.jpg - -# capture n°026661 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026661.pto --stitching --prefix=assemblage_026661 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026661.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026661.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026661.jpg - -# capture n°026662 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026662.pto --stitching --prefix=assemblage_026662 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026662.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026662.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026662.jpg - -# capture n°026663 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026663.pto --stitching --prefix=assemblage_026663 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026663.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026663.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026663.jpg - -# capture n°026664 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026664.pto --stitching --prefix=assemblage_026664 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026664.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026664.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026664.jpg - -# capture n°026665 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026665.pto --stitching --prefix=assemblage_026665 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026665.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026665.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026665.jpg - -# capture n°026666 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026666.pto --stitching --prefix=assemblage_026666 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026666.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026666.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026666.jpg - -# capture n°026667 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026667.pto --stitching --prefix=assemblage_026667 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026667.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026667.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026667.jpg - -# capture n°026668 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026668.pto --stitching --prefix=assemblage_026668 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026668.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026668.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026668.jpg - -# capture n°026669 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026669.pto --stitching --prefix=assemblage_026669 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026669.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026669.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026669.jpg - -# capture n°026670 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026670.pto --stitching --prefix=assemblage_026670 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026670.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026670.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026670.jpg - -# capture n°026671 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026671.pto --stitching --prefix=assemblage_026671 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026671.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026671.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026671.jpg - -# capture n°026672 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026672.pto --stitching --prefix=assemblage_026672 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026672.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026672.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026672.jpg - -# capture n°026673 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026673.pto --stitching --prefix=assemblage_026673 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026673.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026673.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026673.jpg - -# capture n°026674 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026674.pto --stitching --prefix=assemblage_026674 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026674.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026674.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026674.jpg - -# capture n°026675 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026675.pto --stitching --prefix=assemblage_026675 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026675.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026675.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026675.jpg - -# capture n°026676 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026676.pto --stitching --prefix=assemblage_026676 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026676.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026676.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026676.jpg - -# capture n°026677 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026677.pto --stitching --prefix=assemblage_026677 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026677.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026677.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026677.jpg - -# capture n°026678 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026678.pto --stitching --prefix=assemblage_026678 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026678.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026678.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026678.jpg - -# capture n°026679 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026679.pto --stitching --prefix=assemblage_026679 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026679.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026679.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026679.jpg - -# capture n°026680 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026680.pto --stitching --prefix=assemblage_026680 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026680.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026680.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026680.jpg - -# capture n°026681 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026681.pto --stitching --prefix=assemblage_026681 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026681.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026681.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026681.jpg - -# capture n°026682 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026682.pto --stitching --prefix=assemblage_026682 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026682.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026682.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026682.jpg - -# capture n°026683 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026683.pto --stitching --prefix=assemblage_026683 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026683.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026683.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026683.jpg - -# capture n°026684 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026684.pto --stitching --prefix=assemblage_026684 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026684.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026684.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026684.jpg - -# capture n°026685 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026685.pto --stitching --prefix=assemblage_026685 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026685.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026685.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026685.jpg - -# capture n°026686 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026686.pto --stitching --prefix=assemblage_026686 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026686.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026686.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026686.jpg - -# capture n°026687 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026687.pto --stitching --prefix=assemblage_026687 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026687.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026687.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026687.jpg - -# capture n°026688 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026688.pto --stitching --prefix=assemblage_026688 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026688.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026688.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026688.jpg - -# capture n°026689 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026689.pto --stitching --prefix=assemblage_026689 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026689.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026689.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026689.jpg - -# capture n°026690 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026690.pto --stitching --prefix=assemblage_026690 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026690.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026690.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026690.jpg - -# capture n°026691 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026691.pto --stitching --prefix=assemblage_026691 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026691.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026691.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026691.jpg - -# capture n°026692 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026692.pto --stitching --prefix=assemblage_026692 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026692.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026692.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026692.jpg - -# capture n°026693 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026693.pto --stitching --prefix=assemblage_026693 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026693.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026693.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026693.jpg - -# capture n°026694 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026694.pto --stitching --prefix=assemblage_026694 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026694.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026694.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026694.jpg - -# capture n°026695 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026695.pto --stitching --prefix=assemblage_026695 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026695.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026695.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026695.jpg - -# capture n°026696 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026696.pto --stitching --prefix=assemblage_026696 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026696.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026696.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026696.jpg - -# capture n°026697 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026697.pto --stitching --prefix=assemblage_026697 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026697.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026697.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026697.jpg - -# capture n°026698 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026698.pto --stitching --prefix=assemblage_026698 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026698.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026698.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026698.jpg - -# capture n°026699 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026699.pto --stitching --prefix=assemblage_026699 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026699.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026699.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026699.jpg - -# capture n°026700 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026700.pto --stitching --prefix=assemblage_026700 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026700.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026700.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026700.jpg - -# capture n°026701 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026701.pto --stitching --prefix=assemblage_026701 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026701.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026701.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026701.jpg - -# capture n°026702 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026702.pto --stitching --prefix=assemblage_026702 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026702.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026702.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026702.jpg - -# capture n°026703 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026703.pto --stitching --prefix=assemblage_026703 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026703.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026703.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026703.jpg - -# capture n°026704 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026704.pto --stitching --prefix=assemblage_026704 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026704.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026704.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026704.jpg - -# capture n°026705 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026705.pto --stitching --prefix=assemblage_026705 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026705.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026705.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026705.jpg - -# capture n°026706 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026706.pto --stitching --prefix=assemblage_026706 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026706.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026706.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026706.jpg - -# capture n°026707 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026707.pto --stitching --prefix=assemblage_026707 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026707.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026707.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026707.jpg - -# capture n°026708 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026708.pto --stitching --prefix=assemblage_026708 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026708.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026708.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026708.jpg - -# capture n°026709 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026709.pto --stitching --prefix=assemblage_026709 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026709.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026709.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026709.jpg - -# capture n°026710 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026710.pto --stitching --prefix=assemblage_026710 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026710.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026710.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026710.jpg - -# capture n°026711 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026711.pto --stitching --prefix=assemblage_026711 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026711.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026711.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026711.jpg - -# capture n°026712 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026712.pto --stitching --prefix=assemblage_026712 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026712.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026712.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026712.jpg - -# capture n°026713 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026713.pto --stitching --prefix=assemblage_026713 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026713.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026713.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026713.jpg - -# capture n°026714 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026714.pto --stitching --prefix=assemblage_026714 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026714.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026714.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026714.jpg - -# capture n°026715 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026715.pto --stitching --prefix=assemblage_026715 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026715.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026715.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026715.jpg - -# capture n°026716 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026716.pto --stitching --prefix=assemblage_026716 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026716.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026716.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026716.jpg - -# capture n°026717 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026717.pto --stitching --prefix=assemblage_026717 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026717.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026717.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026717.jpg - -# capture n°026718 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026718.pto --stitching --prefix=assemblage_026718 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026718.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026718.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026718.jpg - -# capture n°026719 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026719.pto --stitching --prefix=assemblage_026719 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026719.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026719.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026719.jpg - -# capture n°026720 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026720.pto --stitching --prefix=assemblage_026720 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026720.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026720.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026720.jpg - -# capture n°026721 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026721.pto --stitching --prefix=assemblage_026721 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026721.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026721.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026721.jpg - -# capture n°026722 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026722.pto --stitching --prefix=assemblage_026722 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026722.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026722.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026722.jpg - -# capture n°026723 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026723.pto --stitching --prefix=assemblage_026723 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026723.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026723.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026723.jpg - -# capture n°026724 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026724.pto --stitching --prefix=assemblage_026724 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026724.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026724.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026724.jpg - -# capture n°026725 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026725.pto --stitching --prefix=assemblage_026725 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026725.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026725.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026725.jpg - -# capture n°026726 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026726.pto --stitching --prefix=assemblage_026726 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026726.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026726.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026726.jpg - -# capture n°026727 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026727.pto --stitching --prefix=assemblage_026727 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026727.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026727.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026727.jpg - -# capture n°026728 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026728.pto --stitching --prefix=assemblage_026728 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026728.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026728.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026728.jpg - -# capture n°026729 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026729.pto --stitching --prefix=assemblage_026729 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026729.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026729.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026729.jpg - -# capture n°026730 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026730.pto --stitching --prefix=assemblage_026730 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026730.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026730.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026730.jpg - -# capture n°026731 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026731.pto --stitching --prefix=assemblage_026731 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026731.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026731.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026731.jpg - -# capture n°026732 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026732.pto --stitching --prefix=assemblage_026732 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026732.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026732.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026732.jpg - -# capture n°026733 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026733.pto --stitching --prefix=assemblage_026733 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026733.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026733.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026733.jpg - -# capture n°026734 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026734.pto --stitching --prefix=assemblage_026734 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026734.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026734.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026734.jpg - -# capture n°026735 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026735.pto --stitching --prefix=assemblage_026735 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026735.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026735.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026735.jpg - -# capture n°026736 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026736.pto --stitching --prefix=assemblage_026736 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026736.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026736.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026736.jpg - -# capture n°026737 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026737.pto --stitching --prefix=assemblage_026737 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026737.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026737.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026737.jpg - -# capture n°026738 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026738.pto --stitching --prefix=assemblage_026738 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026738.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026738.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026738.jpg - -# capture n°026739 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026739.pto --stitching --prefix=assemblage_026739 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026739.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026739.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026739.jpg - -# capture n°026740 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026740.pto --stitching --prefix=assemblage_026740 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026740.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026740.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026740.jpg - -# capture n°026741 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026741.pto --stitching --prefix=assemblage_026741 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026741.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026741.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026741.jpg - -# capture n°026742 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026742.pto --stitching --prefix=assemblage_026742 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026742.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026742.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026742.jpg - -# capture n°026743 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026743.pto --stitching --prefix=assemblage_026743 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026743.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026743.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026743.jpg - -# capture n°026744 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026744.pto --stitching --prefix=assemblage_026744 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026744.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026744.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026744.jpg - -# capture n°026745 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026745.pto --stitching --prefix=assemblage_026745 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026745.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026745.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026745.jpg - -# capture n°026746 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026746.pto --stitching --prefix=assemblage_026746 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026746.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026746.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026746.jpg - -# capture n°026747 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026747.pto --stitching --prefix=assemblage_026747 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026747.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026747.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026747.jpg - -# capture n°026748 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026748.pto --stitching --prefix=assemblage_026748 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026748.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026748.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026748.jpg - -# capture n°026749 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026749.pto --stitching --prefix=assemblage_026749 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026749.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026749.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026749.jpg - -# capture n°026750 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026750.pto --stitching --prefix=assemblage_026750 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026750.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026750.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026750.jpg - -# capture n°026751 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026751.pto --stitching --prefix=assemblage_026751 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026751.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026751.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026751.jpg - -# capture n°026752 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026752.pto --stitching --prefix=assemblage_026752 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026752.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026752.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026752.jpg - -# capture n°026753 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026753.pto --stitching --prefix=assemblage_026753 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026753.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026753.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026753.jpg - -# capture n°026754 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026754.pto --stitching --prefix=assemblage_026754 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026754.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026754.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026754.jpg - -# capture n°026755 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026755.pto --stitching --prefix=assemblage_026755 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026755.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026755.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026755.jpg - -# capture n°026756 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026756.pto --stitching --prefix=assemblage_026756 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026756.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026756.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026756.jpg - -# capture n°026757 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026757.pto --stitching --prefix=assemblage_026757 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026757.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026757.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026757.jpg - -# capture n°026758 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026758.pto --stitching --prefix=assemblage_026758 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026758.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026758.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026758.jpg - -# capture n°026759 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026759.pto --stitching --prefix=assemblage_026759 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026759.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026759.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026759.jpg - -# capture n°026760 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026760.pto --stitching --prefix=assemblage_026760 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026760.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026760.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026760.jpg - -# capture n°026761 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026761.pto --stitching --prefix=assemblage_026761 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026761.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026761.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026761.jpg - -# capture n°026762 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026762.pto --stitching --prefix=assemblage_026762 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026762.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026762.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026762.jpg - -# capture n°026763 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026763.pto --stitching --prefix=assemblage_026763 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026763.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026763.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026763.jpg - -# capture n°026764 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026764.pto --stitching --prefix=assemblage_026764 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026764.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026764.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026764.jpg - -# capture n°026765 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026765.pto --stitching --prefix=assemblage_026765 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026765.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026765.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026765.jpg - -# capture n°026766 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026766.pto --stitching --prefix=assemblage_026766 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026766.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026766.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026766.jpg - -# capture n°026767 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026767.pto --stitching --prefix=assemblage_026767 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026767.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026767.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026767.jpg - -# capture n°026768 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026768.pto --stitching --prefix=assemblage_026768 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026768.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026768.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026768.jpg - -# capture n°026769 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026769.pto --stitching --prefix=assemblage_026769 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026769.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026769.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026769.jpg - -# capture n°026770 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026770.pto --stitching --prefix=assemblage_026770 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026770.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026770.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026770.jpg - -# capture n°026771 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026771.pto --stitching --prefix=assemblage_026771 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026771.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026771.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026771.jpg - -# capture n°026772 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026772.pto --stitching --prefix=assemblage_026772 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026772.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026772.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026772.jpg - -# capture n°026773 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026773.pto --stitching --prefix=assemblage_026773 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026773.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026773.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026773.jpg - -# capture n°026774 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026774.pto --stitching --prefix=assemblage_026774 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026774.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026774.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026774.jpg - -# capture n°026775 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026775.pto --stitching --prefix=assemblage_026775 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026775.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026775.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026775.jpg - -# capture n°026776 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026776.pto --stitching --prefix=assemblage_026776 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026776.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026776.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026776.jpg - -# capture n°026777 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026777.pto --stitching --prefix=assemblage_026777 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026777.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026777.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026777.jpg - -# capture n°026778 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026778.pto --stitching --prefix=assemblage_026778 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026778.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026778.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026778.jpg - -# capture n°026779 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026779.pto --stitching --prefix=assemblage_026779 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026779.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026779.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026779.jpg - -# capture n°026780 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026780.pto --stitching --prefix=assemblage_026780 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026780.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026780.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026780.jpg - -# capture n°026781 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026781.pto --stitching --prefix=assemblage_026781 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026781.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026781.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026781.jpg - -# capture n°026782 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026782.pto --stitching --prefix=assemblage_026782 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026782.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026782.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026782.jpg - -# capture n°026783 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026783.pto --stitching --prefix=assemblage_026783 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026783.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026783.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026783.jpg - -# capture n°026784 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026784.pto --stitching --prefix=assemblage_026784 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026784.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026784.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026784.jpg - -# capture n°026785 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026785.pto --stitching --prefix=assemblage_026785 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026785.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026785.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026785.jpg - -# capture n°026786 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026786.pto --stitching --prefix=assemblage_026786 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026786.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026786.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026786.jpg - -# capture n°026787 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026787.pto --stitching --prefix=assemblage_026787 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026787.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026787.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026787.jpg - -# capture n°026788 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026788.pto --stitching --prefix=assemblage_026788 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026788.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026788.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026788.jpg - -# capture n°026789 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026789.pto --stitching --prefix=assemblage_026789 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026789.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026789.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026789.jpg - -# capture n°026790 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026790.pto --stitching --prefix=assemblage_026790 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026790.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026790.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026790.jpg - -# capture n°026791 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026791.pto --stitching --prefix=assemblage_026791 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026791.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026791.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026791.jpg - -# capture n°026792 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026792.pto --stitching --prefix=assemblage_026792 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026792.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026792.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026792.jpg - -# capture n°026793 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026793.pto --stitching --prefix=assemblage_026793 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026793.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026793.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026793.jpg - -# capture n°026794 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026794.pto --stitching --prefix=assemblage_026794 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026794.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026794.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026794.jpg - -# capture n°026795 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026795.pto --stitching --prefix=assemblage_026795 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026795.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026795.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026795.jpg - -# capture n°026796 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026796.pto --stitching --prefix=assemblage_026796 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026796.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026796.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026796.jpg - -# capture n°026797 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026797.pto --stitching --prefix=assemblage_026797 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026797.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026797.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026797.jpg - -# capture n°026798 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026798.pto --stitching --prefix=assemblage_026798 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026798.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026798.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026798.jpg - -# capture n°026799 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026799.pto --stitching --prefix=assemblage_026799 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026799.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026799.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026799.jpg - -# capture n°026800 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026800.pto --stitching --prefix=assemblage_026800 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026800.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026800.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026800.jpg - -# capture n°026801 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026801.pto --stitching --prefix=assemblage_026801 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026801.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026801.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026801.jpg - -# capture n°026802 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026802.pto --stitching --prefix=assemblage_026802 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026802.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026802.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026802.jpg - -# capture n°026803 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026803.pto --stitching --prefix=assemblage_026803 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026803.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026803.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026803.jpg - -# capture n°026804 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026804.pto --stitching --prefix=assemblage_026804 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026804.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026804.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026804.jpg - -# capture n°026805 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026805.pto --stitching --prefix=assemblage_026805 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026805.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026805.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026805.jpg - -# capture n°026806 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026806.pto --stitching --prefix=assemblage_026806 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026806.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026806.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026806.jpg - -# capture n°026807 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026807.pto --stitching --prefix=assemblage_026807 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026807.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026807.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026807.jpg - -# capture n°026808 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026808.pto --stitching --prefix=assemblage_026808 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026808.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026808.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026808.jpg - -# capture n°026809 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026809.pto --stitching --prefix=assemblage_026809 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026809.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026809.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026809.jpg - -# capture n°026810 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026810.pto --stitching --prefix=assemblage_026810 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026810.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026810.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026810.jpg - -# capture n°026811 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026811.pto --stitching --prefix=assemblage_026811 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026811.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026811.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026811.jpg - -# capture n°026812 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026812.pto --stitching --prefix=assemblage_026812 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026812.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026812.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026812.jpg - -# capture n°026813 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026813.pto --stitching --prefix=assemblage_026813 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026813.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026813.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026813.jpg - -# capture n°026814 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026814.pto --stitching --prefix=assemblage_026814 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026814.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026814.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026814.jpg - -# capture n°026815 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026815.pto --stitching --prefix=assemblage_026815 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026815.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026815.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026815.jpg - -# capture n°026816 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026816.pto --stitching --prefix=assemblage_026816 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026816.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026816.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026816.jpg - -# capture n°026817 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026817.pto --stitching --prefix=assemblage_026817 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026817.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026817.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026817.jpg - -# capture n°026818 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026818.pto --stitching --prefix=assemblage_026818 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026818.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026818.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026818.jpg - -# capture n°026819 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026819.pto --stitching --prefix=assemblage_026819 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026819.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026819.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026819.jpg - -# capture n°026820 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026820.pto --stitching --prefix=assemblage_026820 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026820.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026820.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026820.jpg - -# capture n°026821 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026821.pto --stitching --prefix=assemblage_026821 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026821.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026821.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026821.jpg - -# capture n°026822 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026822.pto --stitching --prefix=assemblage_026822 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026822.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026822.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026822.jpg - -# capture n°026823 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026823.pto --stitching --prefix=assemblage_026823 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026823.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026823.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026823.jpg - -# capture n°026824 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026824.pto --stitching --prefix=assemblage_026824 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026824.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026824.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026824.jpg - -# capture n°026825 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026825.pto --stitching --prefix=assemblage_026825 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026825.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026825.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026825.jpg - -# capture n°026826 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026826.pto --stitching --prefix=assemblage_026826 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026826.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026826.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026826.jpg - -# capture n°026827 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026827.pto --stitching --prefix=assemblage_026827 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026827.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026827.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026827.jpg - -# capture n°026828 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026828.pto --stitching --prefix=assemblage_026828 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026828.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026828.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026828.jpg - -# capture n°026829 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026829.pto --stitching --prefix=assemblage_026829 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026829.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026829.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026829.jpg - -# capture n°026830 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026830.pto --stitching --prefix=assemblage_026830 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026830.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026830.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026830.jpg - -# capture n°026831 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026831.pto --stitching --prefix=assemblage_026831 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026831.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026831.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026831.jpg - -# capture n°026832 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026832.pto --stitching --prefix=assemblage_026832 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026832.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026832.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026832.jpg - -# capture n°026833 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026833.pto --stitching --prefix=assemblage_026833 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026833.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026833.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026833.jpg - -# capture n°026834 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026834.pto --stitching --prefix=assemblage_026834 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026834.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026834.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026834.jpg - -# capture n°026835 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026835.pto --stitching --prefix=assemblage_026835 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026835.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026835.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026835.jpg - -# capture n°026836 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026836.pto --stitching --prefix=assemblage_026836 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026836.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026836.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026836.jpg - -# capture n°026837 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026837.pto --stitching --prefix=assemblage_026837 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026837.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026837.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026837.jpg - -# capture n°026838 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026838.pto --stitching --prefix=assemblage_026838 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026838.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026838.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026838.jpg - -# capture n°026839 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026839.pto --stitching --prefix=assemblage_026839 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026839.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026839.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026839.jpg - -# capture n°026840 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026840.pto --stitching --prefix=assemblage_026840 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026840.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026840.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026840.jpg - -# capture n°026841 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026841.pto --stitching --prefix=assemblage_026841 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026841.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026841.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026841.jpg - -# capture n°026842 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026842.pto --stitching --prefix=assemblage_026842 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026842.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026842.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026842.jpg - -# capture n°026843 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026843.pto --stitching --prefix=assemblage_026843 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026843.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026843.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026843.jpg - -# capture n°026844 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026844.pto --stitching --prefix=assemblage_026844 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026844.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026844.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026844.jpg - -# capture n°026845 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026845.pto --stitching --prefix=assemblage_026845 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026845.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026845.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026845.jpg - -# capture n°026846 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026846.pto --stitching --prefix=assemblage_026846 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026846.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026846.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026846.jpg - -# capture n°026847 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026847.pto --stitching --prefix=assemblage_026847 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026847.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026847.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026847.jpg - -# capture n°026848 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026848.pto --stitching --prefix=assemblage_026848 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026848.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026848.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026848.jpg - -# capture n°026849 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026849.pto --stitching --prefix=assemblage_026849 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026849.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026849.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026849.jpg - -# capture n°026850 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026850.pto --stitching --prefix=assemblage_026850 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026850.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026850.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026850.jpg - -# capture n°026851 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026851.pto --stitching --prefix=assemblage_026851 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026851.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026851.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026851.jpg - -# capture n°026852 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026852.pto --stitching --prefix=assemblage_026852 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026852.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026852.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026852.jpg - -# capture n°026853 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026853.pto --stitching --prefix=assemblage_026853 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026853.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026853.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026853.jpg - -# capture n°026854 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026854.pto --stitching --prefix=assemblage_026854 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026854.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026854.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026854.jpg - -# capture n°026855 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026855.pto --stitching --prefix=assemblage_026855 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026855.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026855.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026855.jpg - -# capture n°026856 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026856.pto --stitching --prefix=assemblage_026856 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026856.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026856.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026856.jpg - -# capture n°026857 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026857.pto --stitching --prefix=assemblage_026857 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026857.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026857.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026857.jpg - -# capture n°026858 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026858.pto --stitching --prefix=assemblage_026858 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026858.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026858.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026858.jpg - -# capture n°026859 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026859.pto --stitching --prefix=assemblage_026859 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026859.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026859.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026859.jpg - -# capture n°026860 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026860.pto --stitching --prefix=assemblage_026860 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026860.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026860.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026860.jpg - -# capture n°026861 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026861.pto --stitching --prefix=assemblage_026861 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026861.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026861.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026861.jpg - -# capture n°026862 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026862.pto --stitching --prefix=assemblage_026862 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026862.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026862.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026862.jpg - -# capture n°026863 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026863.pto --stitching --prefix=assemblage_026863 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026863.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026863.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026863.jpg - -# capture n°026864 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026864.pto --stitching --prefix=assemblage_026864 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026864.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026864.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026864.jpg - -# capture n°026865 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026865.pto --stitching --prefix=assemblage_026865 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026865.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026865.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026865.jpg - -# capture n°026866 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026866.pto --stitching --prefix=assemblage_026866 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026866.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026866.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026866.jpg - -# capture n°026867 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026867.pto --stitching --prefix=assemblage_026867 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026867.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026867.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026867.jpg - -# capture n°026868 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026868.pto --stitching --prefix=assemblage_026868 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026868.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026868.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026868.jpg - -# capture n°026869 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026869.pto --stitching --prefix=assemblage_026869 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026869.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026869.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026869.jpg - -# capture n°026870 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026870.pto --stitching --prefix=assemblage_026870 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026870.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026870.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026870.jpg - -# capture n°026871 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026871.pto --stitching --prefix=assemblage_026871 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026871.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026871.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026871.jpg - -# capture n°026872 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026872.pto --stitching --prefix=assemblage_026872 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026872.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026872.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026872.jpg - -# capture n°026873 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026873.pto --stitching --prefix=assemblage_026873 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026873.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026873.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026873.jpg - -# capture n°026874 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026874.pto --stitching --prefix=assemblage_026874 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026874.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026874.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026874.jpg - -# capture n°026875 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026875.pto --stitching --prefix=assemblage_026875 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026875.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026875.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026875.jpg - -# capture n°026876 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026876.pto --stitching --prefix=assemblage_026876 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026876.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026876.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026876.jpg - -# capture n°026877 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026877.pto --stitching --prefix=assemblage_026877 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026877.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026877.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026877.jpg - -# capture n°026878 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026878.pto --stitching --prefix=assemblage_026878 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026878.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026878.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026878.jpg - -# capture n°026879 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026879.pto --stitching --prefix=assemblage_026879 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026879.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026879.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026879.jpg - -# capture n°026880 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026880.pto --stitching --prefix=assemblage_026880 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026880.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026880.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026880.jpg - -# capture n°026881 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026881.pto --stitching --prefix=assemblage_026881 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026881.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026881.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026881.jpg - -# capture n°026882 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026882.pto --stitching --prefix=assemblage_026882 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026882.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026882.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026882.jpg - -# capture n°026883 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026883.pto --stitching --prefix=assemblage_026883 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026883.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026883.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026883.jpg - -# capture n°026884 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026884.pto --stitching --prefix=assemblage_026884 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026884.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026884.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026884.jpg - -# capture n°026885 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026885.pto --stitching --prefix=assemblage_026885 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026885.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026885.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026885.jpg - -# capture n°026886 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026886.pto --stitching --prefix=assemblage_026886 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026886.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026886.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026886.jpg - -# capture n°026887 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026887.pto --stitching --prefix=assemblage_026887 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026887.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026887.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026887.jpg - -# capture n°026888 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026888.pto --stitching --prefix=assemblage_026888 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026888.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026888.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026888.jpg - -# capture n°026889 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026889.pto --stitching --prefix=assemblage_026889 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026889.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026889.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026889.jpg - -# capture n°026890 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026890.pto --stitching --prefix=assemblage_026890 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026890.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026890.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026890.jpg - -# capture n°026891 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026891.pto --stitching --prefix=assemblage_026891 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026891.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026891.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026891.jpg - -# capture n°026892 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026892.pto --stitching --prefix=assemblage_026892 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026892.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026892.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026892.jpg - -# capture n°026893 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026893.pto --stitching --prefix=assemblage_026893 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026893.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026893.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026893.jpg - -# capture n°026894 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026894.pto --stitching --prefix=assemblage_026894 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026894.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026894.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026894.jpg - -# capture n°026895 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026895.pto --stitching --prefix=assemblage_026895 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026895.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026895.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026895.jpg - -# capture n°026896 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026896.pto --stitching --prefix=assemblage_026896 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026896.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026896.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026896.jpg - -# capture n°026897 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026897.pto --stitching --prefix=assemblage_026897 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026897.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026897.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026897.jpg - -# capture n°026898 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026898.pto --stitching --prefix=assemblage_026898 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026898.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026898.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026898.jpg - -# capture n°026899 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026899.pto --stitching --prefix=assemblage_026899 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026899.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026899.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026899.jpg - -# capture n°026900 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026900.pto --stitching --prefix=assemblage_026900 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026900.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026900.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026900.jpg - -# capture n°026901 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026901.pto --stitching --prefix=assemblage_026901 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026901.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026901.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026901.jpg - -# capture n°026902 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026902.pto --stitching --prefix=assemblage_026902 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026902.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026902.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026902.jpg - -# capture n°026903 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026903.pto --stitching --prefix=assemblage_026903 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026903.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026903.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026903.jpg - -# capture n°026904 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026904.pto --stitching --prefix=assemblage_026904 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026904.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026904.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026904.jpg - -# capture n°026905 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026905.pto --stitching --prefix=assemblage_026905 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026905.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026905.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026905.jpg - -# capture n°026906 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026906.pto --stitching --prefix=assemblage_026906 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026906.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026906.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026906.jpg - -# capture n°026907 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026907.pto --stitching --prefix=assemblage_026907 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026907.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026907.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026907.jpg - -# capture n°026908 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026908.pto --stitching --prefix=assemblage_026908 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026908.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026908.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026908.jpg - -# capture n°026909 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026909.pto --stitching --prefix=assemblage_026909 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026909.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026909.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026909.jpg - -# capture n°026910 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026910.pto --stitching --prefix=assemblage_026910 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026910.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026910.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026910.jpg - -# capture n°026911 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026911.pto --stitching --prefix=assemblage_026911 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026911.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026911.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026911.jpg - -# capture n°026912 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026912.pto --stitching --prefix=assemblage_026912 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026912.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026912.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026912.jpg - -# capture n°026913 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026913.pto --stitching --prefix=assemblage_026913 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026913.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026913.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026913.jpg - -# capture n°026914 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026914.pto --stitching --prefix=assemblage_026914 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026914.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026914.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026914.jpg - -# capture n°026915 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026915.pto --stitching --prefix=assemblage_026915 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026915.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026915.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026915.jpg - -# capture n°026916 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026916.pto --stitching --prefix=assemblage_026916 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026916.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026916.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026916.jpg - -# capture n°026917 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026917.pto --stitching --prefix=assemblage_026917 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026917.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026917.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026917.jpg - -# capture n°026918 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026918.pto --stitching --prefix=assemblage_026918 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026918.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026918.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026918.jpg - -# capture n°026919 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026919.pto --stitching --prefix=assemblage_026919 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026919.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026919.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026919.jpg - -# capture n°026920 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026920.pto --stitching --prefix=assemblage_026920 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026920.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026920.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026920.jpg - -# capture n°026921 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026921.pto --stitching --prefix=assemblage_026921 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026921.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026921.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026921.jpg - -# capture n°026922 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026922.pto --stitching --prefix=assemblage_026922 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026922.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026922.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026922.jpg - -# capture n°026923 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026923.pto --stitching --prefix=assemblage_026923 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026923.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026923.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026923.jpg - -# capture n°026924 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026924.pto --stitching --prefix=assemblage_026924 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026924.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026924.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026924.jpg - -# capture n°026925 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026925.pto --stitching --prefix=assemblage_026925 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026925.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026925.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026925.jpg - -# capture n°026926 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026926.pto --stitching --prefix=assemblage_026926 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026926.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026926.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026926.jpg - -# capture n°026927 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026927.pto --stitching --prefix=assemblage_026927 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026927.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026927.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026927.jpg - -# capture n°026928 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026928.pto --stitching --prefix=assemblage_026928 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026928.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026928.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026928.jpg - -# capture n°026929 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026929.pto --stitching --prefix=assemblage_026929 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026929.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026929.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026929.jpg - -# capture n°026930 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026930.pto --stitching --prefix=assemblage_026930 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026930.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026930.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026930.jpg - -# capture n°026931 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026931.pto --stitching --prefix=assemblage_026931 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026931.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026931.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026931.jpg - -# capture n°026932 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026932.pto --stitching --prefix=assemblage_026932 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026932.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026932.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026932.jpg - -# capture n°026933 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026933.pto --stitching --prefix=assemblage_026933 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026933.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026933.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026933.jpg - -# capture n°026934 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026934.pto --stitching --prefix=assemblage_026934 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026934.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026934.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026934.jpg - -# capture n°026935 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026935.pto --stitching --prefix=assemblage_026935 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026935.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026935.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026935.jpg - -# capture n°026936 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026936.pto --stitching --prefix=assemblage_026936 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026936.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026936.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026936.jpg - -# capture n°026937 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026937.pto --stitching --prefix=assemblage_026937 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026937.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026937.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026937.jpg - -# capture n°026938 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026938.pto --stitching --prefix=assemblage_026938 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026938.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026938.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026938.jpg - -# capture n°026939 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026939.pto --stitching --prefix=assemblage_026939 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026939.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026939.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026939.jpg - -# capture n°026940 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026940.pto --stitching --prefix=assemblage_026940 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026940.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026940.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026940.jpg - -# capture n°026941 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026941.pto --stitching --prefix=assemblage_026941 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026941.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026941.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026941.jpg - -# capture n°026942 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026942.pto --stitching --prefix=assemblage_026942 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026942.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026942.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026942.jpg - -# capture n°026943 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026943.pto --stitching --prefix=assemblage_026943 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026943.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026943.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026943.jpg - -# capture n°026944 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026944.pto --stitching --prefix=assemblage_026944 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026944.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026944.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026944.jpg - -# capture n°026945 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026945.pto --stitching --prefix=assemblage_026945 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026945.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026945.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026945.jpg - -# capture n°026946 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026946.pto --stitching --prefix=assemblage_026946 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026946.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026946.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026946.jpg - -# capture n°026947 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026947.pto --stitching --prefix=assemblage_026947 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026947.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026947.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026947.jpg - -# capture n°026948 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026948.pto --stitching --prefix=assemblage_026948 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026948.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026948.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026948.jpg - -# capture n°026949 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026949.pto --stitching --prefix=assemblage_026949 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026949.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026949.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026949.jpg - -# capture n°026950 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026950.pto --stitching --prefix=assemblage_026950 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026950.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026950.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026950.jpg - -# capture n°026951 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026951.pto --stitching --prefix=assemblage_026951 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026951.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026951.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026951.jpg - -# capture n°026952 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026952.pto --stitching --prefix=assemblage_026952 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026952.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026952.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026952.jpg - -# capture n°026953 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026953.pto --stitching --prefix=assemblage_026953 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026953.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026953.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026953.jpg - -# capture n°026954 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026954.pto --stitching --prefix=assemblage_026954 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026954.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026954.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026954.jpg - -# capture n°026955 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026955.pto --stitching --prefix=assemblage_026955 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026955.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026955.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026955.jpg - -# capture n°026956 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026956.pto --stitching --prefix=assemblage_026956 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026956.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026956.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026956.jpg - -# capture n°026957 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026957.pto --stitching --prefix=assemblage_026957 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026957.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026957.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026957.jpg - -# capture n°026958 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026958.pto --stitching --prefix=assemblage_026958 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026958.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026958.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026958.jpg - -# capture n°026959 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026959.pto --stitching --prefix=assemblage_026959 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026959.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026959.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026959.jpg - -# capture n°026960 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026960.pto --stitching --prefix=assemblage_026960 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026960.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026960.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026960.jpg - -# capture n°026961 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026961.pto --stitching --prefix=assemblage_026961 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026961.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026961.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026961.jpg - -# capture n°026962 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026962.pto --stitching --prefix=assemblage_026962 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026962.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026962.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026962.jpg - -# capture n°026963 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026963.pto --stitching --prefix=assemblage_026963 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026963.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026963.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026963.jpg - -# capture n°026964 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026964.pto --stitching --prefix=assemblage_026964 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026964.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026964.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026964.jpg - -# capture n°026965 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026965.pto --stitching --prefix=assemblage_026965 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026965.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026965.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026965.jpg - -# capture n°026966 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026966.pto --stitching --prefix=assemblage_026966 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026966.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026966.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026966.jpg - -# capture n°026967 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026967.pto --stitching --prefix=assemblage_026967 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026967.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026967.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026967.jpg - -# capture n°026968 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026968.pto --stitching --prefix=assemblage_026968 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026968.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026968.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026968.jpg - -# capture n°026969 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026969.pto --stitching --prefix=assemblage_026969 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026969.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026969.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026969.jpg - -# capture n°026970 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026970.pto --stitching --prefix=assemblage_026970 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026970.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026970.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026970.jpg - -# capture n°026971 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026971.pto --stitching --prefix=assemblage_026971 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026971.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026971.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026971.jpg - -# capture n°026972 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026972.pto --stitching --prefix=assemblage_026972 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026972.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026972.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026972.jpg - -# capture n°026973 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026973.pto --stitching --prefix=assemblage_026973 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026973.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026973.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026973.jpg - -# capture n°026974 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026974.pto --stitching --prefix=assemblage_026974 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026974.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026974.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026974.jpg - -# capture n°026975 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026975.pto --stitching --prefix=assemblage_026975 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026975.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026975.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026975.jpg - -# capture n°026976 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026976.pto --stitching --prefix=assemblage_026976 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026976.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026976.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026976.jpg - -# capture n°026977 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026977.pto --stitching --prefix=assemblage_026977 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026977.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026977.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026977.jpg - -# capture n°026978 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026978.pto --stitching --prefix=assemblage_026978 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026978.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026978.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026978.jpg - -# capture n°026979 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026979.pto --stitching --prefix=assemblage_026979 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026979.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026979.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026979.jpg - -# capture n°026980 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026980.pto --stitching --prefix=assemblage_026980 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026980.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026980.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026980.jpg - -# capture n°026981 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026981.pto --stitching --prefix=assemblage_026981 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026981.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026981.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026981.jpg - -# capture n°026982 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026982.pto --stitching --prefix=assemblage_026982 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026982.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026982.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026982.jpg - -# capture n°026983 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026983.pto --stitching --prefix=assemblage_026983 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026983.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026983.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026983.jpg - -# capture n°026984 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026984.pto --stitching --prefix=assemblage_026984 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026984.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026984.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026984.jpg - -# capture n°026985 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026985.pto --stitching --prefix=assemblage_026985 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026985.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026985.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026985.jpg - -# capture n°026986 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026986.pto --stitching --prefix=assemblage_026986 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026986.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026986.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026986.jpg - -# capture n°026987 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026987.pto --stitching --prefix=assemblage_026987 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026987.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026987.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026987.jpg - -# capture n°026988 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026988.pto --stitching --prefix=assemblage_026988 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026988.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026988.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026988.jpg - -# capture n°026989 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026989.pto --stitching --prefix=assemblage_026989 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026989.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026989.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026989.jpg - -# capture n°026990 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026990.pto --stitching --prefix=assemblage_026990 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026990.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026990.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026990.jpg - -# capture n°026991 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026991.pto --stitching --prefix=assemblage_026991 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026991.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026991.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026991.jpg - -# capture n°026992 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026992.pto --stitching --prefix=assemblage_026992 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026992.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026992.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026992.jpg - -# capture n°026993 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026993.pto --stitching --prefix=assemblage_026993 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026993.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026993.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026993.jpg - -# capture n°026994 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026994.pto --stitching --prefix=assemblage_026994 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026994.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026994.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026994.jpg - -# capture n°026995 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026995.pto --stitching --prefix=assemblage_026995 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026995.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026995.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026995.jpg - -# capture n°026996 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026996.pto --stitching --prefix=assemblage_026996 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026996.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026996.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026996.jpg - -# capture n°026997 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026997.pto --stitching --prefix=assemblage_026997 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026997.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026997.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026997.jpg - -# capture n°026998 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026998.pto --stitching --prefix=assemblage_026998 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026998.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026998.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026998.jpg - -# capture n°026999 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_026999.pto --stitching --prefix=assemblage_026999 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF026999.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026999.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_026999.jpg - -# capture n°027000 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027000.pto --stitching --prefix=assemblage_027000 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027000.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027000.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027000.jpg - -# capture n°027001 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027001.pto --stitching --prefix=assemblage_027001 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027001.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027001.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027001.jpg - -# capture n°027002 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027002.pto --stitching --prefix=assemblage_027002 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027002.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027002.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027002.jpg - -# capture n°027003 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027003.pto --stitching --prefix=assemblage_027003 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027003.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027003.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027003.jpg - -# capture n°027004 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027004.pto --stitching --prefix=assemblage_027004 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027004.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027004.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027004.jpg - -# capture n°027005 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027005.pto --stitching --prefix=assemblage_027005 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027005.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027005.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027005.jpg - -# capture n°027006 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027006.pto --stitching --prefix=assemblage_027006 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027006.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027006.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027006.jpg - -# capture n°027007 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027007.pto --stitching --prefix=assemblage_027007 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027007.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027007.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027007.jpg - -# capture n°027008 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027008.pto --stitching --prefix=assemblage_027008 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027008.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027008.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027008.jpg - -# capture n°027009 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027009.pto --stitching --prefix=assemblage_027009 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027009.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027009.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027009.jpg - -# capture n°027010 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027010.pto --stitching --prefix=assemblage_027010 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027010.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027010.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027010.jpg - -# capture n°027011 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027011.pto --stitching --prefix=assemblage_027011 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027011.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027011.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027011.jpg - -# capture n°027012 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027012.pto --stitching --prefix=assemblage_027012 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027012.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027012.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027012.jpg - -# capture n°027013 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027013.pto --stitching --prefix=assemblage_027013 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027013.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027013.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027013.jpg - -# capture n°027014 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027014.pto --stitching --prefix=assemblage_027014 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027014.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027014.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027014.jpg - -# capture n°027015 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027015.pto --stitching --prefix=assemblage_027015 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027015.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027015.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027015.jpg - -# capture n°027016 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027016.pto --stitching --prefix=assemblage_027016 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027016.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027016.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027016.jpg - -# capture n°027017 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027017.pto --stitching --prefix=assemblage_027017 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027017.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027017.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027017.jpg - -# capture n°027018 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027018.pto --stitching --prefix=assemblage_027018 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027018.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027018.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027018.jpg - -# capture n°027019 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027019.pto --stitching --prefix=assemblage_027019 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027019.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027019.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027019.jpg - -# capture n°027020 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027020.pto --stitching --prefix=assemblage_027020 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027020.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027020.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027020.jpg - -# capture n°027021 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027021.pto --stitching --prefix=assemblage_027021 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027021.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027021.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027021.jpg - -# capture n°027022 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027022.pto --stitching --prefix=assemblage_027022 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027022.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027022.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027022.jpg - -# capture n°027023 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027023.pto --stitching --prefix=assemblage_027023 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027023.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027023.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027023.jpg - -# capture n°027024 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027024.pto --stitching --prefix=assemblage_027024 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027024.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027024.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027024.jpg - -# capture n°027025 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027025.pto --stitching --prefix=assemblage_027025 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027025.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027025.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027025.jpg - -# capture n°027026 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027026.pto --stitching --prefix=assemblage_027026 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027026.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027026.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027026.jpg - -# capture n°027027 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027027.pto --stitching --prefix=assemblage_027027 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027027.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027027.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027027.jpg - -# capture n°027028 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027028.pto --stitching --prefix=assemblage_027028 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027028.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027028.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027028.jpg - -# capture n°027029 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027029.pto --stitching --prefix=assemblage_027029 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027029.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027029.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027029.jpg - -# capture n°027030 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027030.pto --stitching --prefix=assemblage_027030 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027030.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027030.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027030.jpg - -# capture n°027031 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027031.pto --stitching --prefix=assemblage_027031 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027031.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027031.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027031.jpg - -# capture n°027032 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027032.pto --stitching --prefix=assemblage_027032 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027032.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027032.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027032.jpg - -# capture n°027033 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027033.pto --stitching --prefix=assemblage_027033 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027033.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027033.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027033.jpg - -# capture n°027034 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027034.pto --stitching --prefix=assemblage_027034 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027034.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027034.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027034.jpg - -# capture n°027035 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027035.pto --stitching --prefix=assemblage_027035 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027035.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027035.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027035.jpg - -# capture n°027036 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027036.pto --stitching --prefix=assemblage_027036 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027036.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027036.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027036.jpg - -# capture n°027037 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027037.pto --stitching --prefix=assemblage_027037 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027037.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027037.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027037.jpg - -# capture n°027038 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027038.pto --stitching --prefix=assemblage_027038 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027038.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027038.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027038.jpg - -# capture n°027039 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027039.pto --stitching --prefix=assemblage_027039 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027039.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027039.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027039.jpg - -# capture n°027040 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027040.pto --stitching --prefix=assemblage_027040 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027040.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027040.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027040.jpg - -# capture n°027041 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027041.pto --stitching --prefix=assemblage_027041 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027041.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027041.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027041.jpg - -# capture n°027042 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027042.pto --stitching --prefix=assemblage_027042 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027042.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027042.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027042.jpg - -# capture n°027043 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027043.pto --stitching --prefix=assemblage_027043 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027043.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027043.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027043.jpg - -# capture n°027044 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027044.pto --stitching --prefix=assemblage_027044 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027044.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027044.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027044.jpg - -# capture n°027045 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027045.pto --stitching --prefix=assemblage_027045 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027045.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027045.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027045.jpg - -# capture n°027046 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027046.pto --stitching --prefix=assemblage_027046 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027046.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027046.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027046.jpg - -# capture n°027047 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027047.pto --stitching --prefix=assemblage_027047 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027047.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027047.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027047.jpg - -# capture n°027048 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027048.pto --stitching --prefix=assemblage_027048 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027048.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027048.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027048.jpg - -# capture n°027049 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027049.pto --stitching --prefix=assemblage_027049 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027049.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027049.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027049.jpg - -# capture n°027050 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027050.pto --stitching --prefix=assemblage_027050 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027050.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027050.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027050.jpg - -# capture n°027051 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027051.pto --stitching --prefix=assemblage_027051 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027051.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027051.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027051.jpg - -# capture n°027052 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027052.pto --stitching --prefix=assemblage_027052 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027052.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027052.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027052.jpg - -# capture n°027053 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027053.pto --stitching --prefix=assemblage_027053 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027053.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027053.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027053.jpg - -# capture n°027054 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027054.pto --stitching --prefix=assemblage_027054 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027054.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027054.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027054.jpg - -# capture n°027055 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027055.pto --stitching --prefix=assemblage_027055 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027055.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027055.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027055.jpg - -# capture n°027056 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027056.pto --stitching --prefix=assemblage_027056 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027056.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027056.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027056.jpg - -# capture n°027057 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027057.pto --stitching --prefix=assemblage_027057 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027057.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027057.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027057.jpg - -# capture n°027058 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027058.pto --stitching --prefix=assemblage_027058 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027058.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027058.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027058.jpg - -# capture n°027059 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027059.pto --stitching --prefix=assemblage_027059 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027059.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027059.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027059.jpg - -# capture n°027060 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027060.pto --stitching --prefix=assemblage_027060 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027060.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027060.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027060.jpg - -# capture n°027061 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027061.pto --stitching --prefix=assemblage_027061 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027061.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027061.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027061.jpg - -# capture n°027062 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027062.pto --stitching --prefix=assemblage_027062 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027062.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027062.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027062.jpg - -# capture n°027063 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027063.pto --stitching --prefix=assemblage_027063 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027063.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027063.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027063.jpg - -# capture n°027064 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027064.pto --stitching --prefix=assemblage_027064 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027064.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027064.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027064.jpg - -# capture n°027065 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027065.pto --stitching --prefix=assemblage_027065 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027065.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027065.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027065.jpg - -# capture n°027066 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027066.pto --stitching --prefix=assemblage_027066 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027066.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027066.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027066.jpg - -# capture n°027067 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027067.pto --stitching --prefix=assemblage_027067 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027067.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027067.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027067.jpg - -# capture n°027068 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027068.pto --stitching --prefix=assemblage_027068 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027068.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027068.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027068.jpg - -# capture n°027069 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027069.pto --stitching --prefix=assemblage_027069 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027069.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027069.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027069.jpg - -# capture n°027070 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027070.pto --stitching --prefix=assemblage_027070 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027070.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027070.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027070.jpg - -# capture n°027071 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027071.pto --stitching --prefix=assemblage_027071 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027071.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027071.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027071.jpg - -# capture n°027072 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027072.pto --stitching --prefix=assemblage_027072 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027072.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027072.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027072.jpg - -# capture n°027073 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027073.pto --stitching --prefix=assemblage_027073 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027073.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027073.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027073.jpg - -# capture n°027074 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027074.pto --stitching --prefix=assemblage_027074 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027074.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027074.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027074.jpg - -# capture n°027075 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027075.pto --stitching --prefix=assemblage_027075 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027075.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027075.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027075.jpg - -# capture n°027076 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027076.pto --stitching --prefix=assemblage_027076 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027076.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027076.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027076.jpg - -# capture n°027077 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027077.pto --stitching --prefix=assemblage_027077 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027077.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027077.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027077.jpg - -# capture n°027078 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027078.pto --stitching --prefix=assemblage_027078 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027078.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027078.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027078.jpg - -# capture n°027079 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027079.pto --stitching --prefix=assemblage_027079 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027079.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027079.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027079.jpg - -# capture n°027080 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027080.pto --stitching --prefix=assemblage_027080 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027080.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027080.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027080.jpg - -# capture n°027081 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027081.pto --stitching --prefix=assemblage_027081 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027081.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027081.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027081.jpg - -# capture n°027082 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027082.pto --stitching --prefix=assemblage_027082 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027082.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027082.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027082.jpg - -# capture n°027083 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027083.pto --stitching --prefix=assemblage_027083 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027083.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027083.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027083.jpg - -# capture n°027084 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027084.pto --stitching --prefix=assemblage_027084 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027084.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027084.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027084.jpg - -# capture n°027085 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027085.pto --stitching --prefix=assemblage_027085 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027085.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027085.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027085.jpg - -# capture n°027086 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027086.pto --stitching --prefix=assemblage_027086 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027086.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027086.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027086.jpg - -# capture n°027087 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027087.pto --stitching --prefix=assemblage_027087 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027087.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027087.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027087.jpg - -# capture n°027088 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027088.pto --stitching --prefix=assemblage_027088 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027088.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027088.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027088.jpg - -# capture n°027089 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027089.pto --stitching --prefix=assemblage_027089 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027089.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027089.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027089.jpg - -# capture n°027090 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027090.pto --stitching --prefix=assemblage_027090 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027090.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027090.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027090.jpg - -# capture n°027091 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027091.pto --stitching --prefix=assemblage_027091 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027091.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027091.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027091.jpg - -# capture n°027092 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027092.pto --stitching --prefix=assemblage_027092 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027092.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027092.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027092.jpg - -# capture n°027093 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027093.pto --stitching --prefix=assemblage_027093 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027093.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027093.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027093.jpg - -# capture n°027094 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027094.pto --stitching --prefix=assemblage_027094 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027094.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027094.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027094.jpg - -# capture n°027095 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027095.pto --stitching --prefix=assemblage_027095 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027095.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027095.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027095.jpg - -# capture n°027096 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027096.pto --stitching --prefix=assemblage_027096 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027096.jpg - -# capture n°027097 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027097.pto --stitching --prefix=assemblage_027097 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027097.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027097.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027097.jpg - -# capture n°027098 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027098.pto --stitching --prefix=assemblage_027098 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027098.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027098.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027098.jpg - -# capture n°027099 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027099.pto --stitching --prefix=assemblage_027099 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027099.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027099.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027099.jpg - -# capture n°027100 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027100.pto --stitching --prefix=assemblage_027100 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027100.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027100.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027100.jpg - -# capture n°027101 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027101.pto --stitching --prefix=assemblage_027101 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027101.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027101.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027101.jpg - -# capture n°027102 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027102.pto --stitching --prefix=assemblage_027102 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027102.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027102.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027102.jpg - -# capture n°027103 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027103.pto --stitching --prefix=assemblage_027103 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027103.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027103.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027103.jpg - -# capture n°027104 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027104.pto --stitching --prefix=assemblage_027104 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027104.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027104.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027104.jpg - -# capture n°027105 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027105.pto --stitching --prefix=assemblage_027105 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027105.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027105.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027105.jpg - -# capture n°027106 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027106.pto --stitching --prefix=assemblage_027106 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027106.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027106.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027106.jpg - -# capture n°027107 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027107.pto --stitching --prefix=assemblage_027107 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027107.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027107.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027107.jpg - -# capture n°027108 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027108.pto --stitching --prefix=assemblage_027108 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027108.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027108.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027108.jpg - -# capture n°027109 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027109.pto --stitching --prefix=assemblage_027109 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027109.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027109.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027109.jpg - -# capture n°027110 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027110.pto --stitching --prefix=assemblage_027110 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027110.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027110.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027110.jpg - -# capture n°027111 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027111.pto --stitching --prefix=assemblage_027111 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027111.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027111.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027111.jpg - -# capture n°027112 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027112.pto --stitching --prefix=assemblage_027112 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027112.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027112.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027112.jpg - -# capture n°027113 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027113.pto --stitching --prefix=assemblage_027113 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027113.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027113.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027113.jpg - -# capture n°027114 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027114.pto --stitching --prefix=assemblage_027114 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027114.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027114.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027114.jpg - -# capture n°027115 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027115.pto --stitching --prefix=assemblage_027115 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027115.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027115.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027115.jpg - -# capture n°027116 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027116.pto --stitching --prefix=assemblage_027116 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027116.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027116.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027116.jpg - -# capture n°027117 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027117.pto --stitching --prefix=assemblage_027117 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027117.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027117.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027117.jpg - -# capture n°027118 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027118.pto --stitching --prefix=assemblage_027118 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027118.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027118.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027118.jpg - -# capture n°027119 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027119.pto --stitching --prefix=assemblage_027119 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027119.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027119.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027119.jpg - -# capture n°027120 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027120.pto --stitching --prefix=assemblage_027120 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027120.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027120.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027120.jpg - -# capture n°027121 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027121.pto --stitching --prefix=assemblage_027121 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027121.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027121.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027121.jpg - -# capture n°027122 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027122.pto --stitching --prefix=assemblage_027122 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027122.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027122.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027122.jpg - -# capture n°027123 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027123.pto --stitching --prefix=assemblage_027123 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027123.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027123.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027123.jpg - -# capture n°027124 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027124.pto --stitching --prefix=assemblage_027124 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027124.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027124.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027124.jpg - -# capture n°027125 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027125.pto --stitching --prefix=assemblage_027125 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027125.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027125.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027125.jpg - -# capture n°027126 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027126.pto --stitching --prefix=assemblage_027126 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027126.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027126.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027126.jpg - -# capture n°027127 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027127.pto --stitching --prefix=assemblage_027127 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027127.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027127.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027127.jpg - -# capture n°027128 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027128.pto --stitching --prefix=assemblage_027128 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027128.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027128.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027128.jpg - -# capture n°027129 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027129.pto --stitching --prefix=assemblage_027129 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027129.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027129.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027129.jpg - -# capture n°027130 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027130.pto --stitching --prefix=assemblage_027130 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027130.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027130.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027130.jpg - -# capture n°027131 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027131.pto --stitching --prefix=assemblage_027131 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027131.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027131.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027131.jpg - -# capture n°027132 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027132.pto --stitching --prefix=assemblage_027132 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027132.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027132.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027132.jpg - -# capture n°027133 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027133.pto --stitching --prefix=assemblage_027133 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027133.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027133.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027133.jpg - -# capture n°027134 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027134.pto --stitching --prefix=assemblage_027134 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027134.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027134.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027134.jpg - -# capture n°027135 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027135.pto --stitching --prefix=assemblage_027135 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027135.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027135.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027135.jpg - -# capture n°027136 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027136.pto --stitching --prefix=assemblage_027136 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027136.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027136.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027136.jpg - -# capture n°027137 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027137.pto --stitching --prefix=assemblage_027137 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027137.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027137.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027137.jpg - -# capture n°027138 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027138.pto --stitching --prefix=assemblage_027138 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027138.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027138.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027138.jpg - -# capture n°027139 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027139.pto --stitching --prefix=assemblage_027139 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027139.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027139.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027139.jpg - -# capture n°027140 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027140.pto --stitching --prefix=assemblage_027140 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027140.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027140.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027140.jpg - -# capture n°027141 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027141.pto --stitching --prefix=assemblage_027141 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027141.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027141.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027141.jpg - -# capture n°027142 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027142.pto --stitching --prefix=assemblage_027142 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027142.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027142.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027142.jpg - -# capture n°027143 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027143.pto --stitching --prefix=assemblage_027143 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027143.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027143.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027143.jpg - -# capture n°027144 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027144.pto --stitching --prefix=assemblage_027144 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027144.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027144.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027144.jpg - -# capture n°027145 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027145.pto --stitching --prefix=assemblage_027145 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027145.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027145.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027145.jpg - -# capture n°027146 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027146.pto --stitching --prefix=assemblage_027146 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027146.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027146.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027146.jpg - -# capture n°027147 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027147.pto --stitching --prefix=assemblage_027147 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027147.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027147.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027147.jpg - -# capture n°027148 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027148.pto --stitching --prefix=assemblage_027148 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027148.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027148.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027148.jpg - -# capture n°027149 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027149.pto --stitching --prefix=assemblage_027149 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027149.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027149.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027149.jpg - -# capture n°027150 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027150.pto --stitching --prefix=assemblage_027150 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027150.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027150.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027150.jpg - -# capture n°027151 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027151.pto --stitching --prefix=assemblage_027151 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027151.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027151.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027151.jpg - -# capture n°027152 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027152.pto --stitching --prefix=assemblage_027152 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027152.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027152.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027152.jpg - -# capture n°027153 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027153.pto --stitching --prefix=assemblage_027153 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027153.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027153.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027153.jpg - -# capture n°027154 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027154.pto --stitching --prefix=assemblage_027154 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027154.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027154.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027154.jpg - -# capture n°027155 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027155.pto --stitching --prefix=assemblage_027155 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027155.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027155.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027155.jpg - -# capture n°027156 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027156.pto --stitching --prefix=assemblage_027156 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027156.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027156.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027156.jpg - -# capture n°027157 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027157.pto --stitching --prefix=assemblage_027157 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027157.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027157.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027157.jpg - -# capture n°027158 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027158.pto --stitching --prefix=assemblage_027158 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027158.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027158.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027158.jpg - -# capture n°027159 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027159.pto --stitching --prefix=assemblage_027159 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027159.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027159.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027159.jpg - -# capture n°027160 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027160.pto --stitching --prefix=assemblage_027160 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027160.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027160.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027160.jpg - -# capture n°027161 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027161.pto --stitching --prefix=assemblage_027161 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027161.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027161.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027161.jpg - -# capture n°027162 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027162.pto --stitching --prefix=assemblage_027162 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027162.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027162.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027162.jpg - -# capture n°027163 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027163.pto --stitching --prefix=assemblage_027163 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027163.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027163.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027163.jpg - -# capture n°027164 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027164.pto --stitching --prefix=assemblage_027164 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027164.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027164.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027164.jpg - -# capture n°027165 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027165.pto --stitching --prefix=assemblage_027165 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027165.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027165.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027165.jpg - -# capture n°027166 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027166.pto --stitching --prefix=assemblage_027166 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027166.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027166.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027166.jpg - -# capture n°027167 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027167.pto --stitching --prefix=assemblage_027167 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027167.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027167.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027167.jpg - -# capture n°027168 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027168.pto --stitching --prefix=assemblage_027168 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027168.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027168.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027168.jpg - -# capture n°027169 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027169.pto --stitching --prefix=assemblage_027169 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027169.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027169.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027169.jpg - -# capture n°027170 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027170.pto --stitching --prefix=assemblage_027170 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027170.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027170.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027170.jpg - -# capture n°027171 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027171.pto --stitching --prefix=assemblage_027171 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027171.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027171.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027171.jpg - -# capture n°027172 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027172.pto --stitching --prefix=assemblage_027172 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027172.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027172.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027172.jpg - -# capture n°027173 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027173.pto --stitching --prefix=assemblage_027173 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027173.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027173.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027173.jpg - -# capture n°027174 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027174.pto --stitching --prefix=assemblage_027174 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027174.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027174.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027174.jpg - -# capture n°027175 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027175.pto --stitching --prefix=assemblage_027175 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027175.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027175.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027175.jpg - -# capture n°027176 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027176.pto --stitching --prefix=assemblage_027176 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027176.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027176.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027176.jpg - -# capture n°027177 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027177.pto --stitching --prefix=assemblage_027177 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027177.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027177.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027177.jpg - -# capture n°027178 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027178.pto --stitching --prefix=assemblage_027178 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027178.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027178.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027178.jpg - -# capture n°027179 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027179.pto --stitching --prefix=assemblage_027179 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027179.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027179.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027179.jpg - -# capture n°027180 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027180.pto --stitching --prefix=assemblage_027180 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027180.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027180.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027180.jpg - -# capture n°027181 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027181.pto --stitching --prefix=assemblage_027181 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027181.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027181.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027181.jpg - -# capture n°027182 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027182.pto --stitching --prefix=assemblage_027182 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027182.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027182.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027182.jpg - -# capture n°027183 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027183.pto --stitching --prefix=assemblage_027183 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027183.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027183.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027183.jpg - -# capture n°027184 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027184.pto --stitching --prefix=assemblage_027184 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027184.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027184.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027184.jpg - -# capture n°027185 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027185.pto --stitching --prefix=assemblage_027185 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027185.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027185.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027185.jpg - -# capture n°027186 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027186.pto --stitching --prefix=assemblage_027186 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027186.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027186.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027186.jpg - -# capture n°027187 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027187.pto --stitching --prefix=assemblage_027187 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027187.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027187.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027187.jpg - -# capture n°027188 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027188.pto --stitching --prefix=assemblage_027188 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027188.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027188.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027188.jpg - -# capture n°027189 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027189.pto --stitching --prefix=assemblage_027189 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027189.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027189.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027189.jpg - -# capture n°027190 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027190.pto --stitching --prefix=assemblage_027190 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027190.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027190.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027190.jpg - -# capture n°027191 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027191.pto --stitching --prefix=assemblage_027191 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027191.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027191.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027191.jpg - -# capture n°027192 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027192.pto --stitching --prefix=assemblage_027192 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027192.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027192.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027192.jpg - -# capture n°027193 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027193.pto --stitching --prefix=assemblage_027193 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027193.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027193.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027193.jpg - -# capture n°027194 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027194.pto --stitching --prefix=assemblage_027194 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027194.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027194.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027194.jpg - -# capture n°027195 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027195.pto --stitching --prefix=assemblage_027195 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027195.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027195.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027195.jpg - -# capture n°027196 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027196.pto --stitching --prefix=assemblage_027196 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027196.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027196.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027196.jpg - -# capture n°027197 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027197.pto --stitching --prefix=assemblage_027197 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027197.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027197.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027197.jpg - -# capture n°027198 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027198.pto --stitching --prefix=assemblage_027198 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027198.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027198.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027198.jpg - -# capture n°027199 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027199.pto --stitching --prefix=assemblage_027199 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027199.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027199.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027199.jpg - -# capture n°027200 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027200.pto --stitching --prefix=assemblage_027200 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027200.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027200.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027200.jpg - -# capture n°027201 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027201.pto --stitching --prefix=assemblage_027201 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027201.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027201.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027201.jpg - -# capture n°027202 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027202.pto --stitching --prefix=assemblage_027202 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027202.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027202.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027202.jpg - -# capture n°027203 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027203.pto --stitching --prefix=assemblage_027203 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027203.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027203.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027203.jpg - -# capture n°027204 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027204.pto --stitching --prefix=assemblage_027204 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027204.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027204.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027204.jpg - -# capture n°027205 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027205.pto --stitching --prefix=assemblage_027205 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027205.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027205.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027205.jpg - -# capture n°027206 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027206.pto --stitching --prefix=assemblage_027206 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027206.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027206.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027206.jpg - -# capture n°027207 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027207.pto --stitching --prefix=assemblage_027207 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027207.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027207.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027207.jpg - -# capture n°027208 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027208.pto --stitching --prefix=assemblage_027208 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027208.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027208.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027208.jpg - -# capture n°027209 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027209.pto --stitching --prefix=assemblage_027209 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027209.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027209.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027209.jpg - -# capture n°027210 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027210.pto --stitching --prefix=assemblage_027210 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027210.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027210.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027210.jpg - -# capture n°027211 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027211.pto --stitching --prefix=assemblage_027211 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027211.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027211.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027211.jpg - -# capture n°027212 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027212.pto --stitching --prefix=assemblage_027212 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027212.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027212.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027212.jpg - -# capture n°027213 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027213.pto --stitching --prefix=assemblage_027213 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027213.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027213.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027213.jpg - -# capture n°027214 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027214.pto --stitching --prefix=assemblage_027214 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027214.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027214.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027214.jpg - -# capture n°027215 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027215.pto --stitching --prefix=assemblage_027215 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027215.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027215.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027215.jpg - -# capture n°027216 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027216.pto --stitching --prefix=assemblage_027216 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027216.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027216.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027216.jpg - -# capture n°027217 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027217.pto --stitching --prefix=assemblage_027217 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027217.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027217.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027217.jpg - -# capture n°027218 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027218.pto --stitching --prefix=assemblage_027218 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027218.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027218.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027218.jpg - -# capture n°027219 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027219.pto --stitching --prefix=assemblage_027219 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027219.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027219.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027219.jpg - -# capture n°027220 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027220.pto --stitching --prefix=assemblage_027220 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027220.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027220.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027220.jpg - -# capture n°027221 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027221.pto --stitching --prefix=assemblage_027221 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027221.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027221.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027221.jpg - -# capture n°027222 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027222.pto --stitching --prefix=assemblage_027222 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027222.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027222.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027222.jpg - -# capture n°027223 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027223.pto --stitching --prefix=assemblage_027223 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027223.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027223.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027223.jpg - -# capture n°027224 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027224.pto --stitching --prefix=assemblage_027224 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027224.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027224.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027224.jpg - -# capture n°027225 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027225.pto --stitching --prefix=assemblage_027225 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027225.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027225.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027225.jpg - -# capture n°027226 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027226.pto --stitching --prefix=assemblage_027226 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027226.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027226.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027226.jpg - -# capture n°027227 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027227.pto --stitching --prefix=assemblage_027227 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027227.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027227.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027227.jpg - -# capture n°027228 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027228.pto --stitching --prefix=assemblage_027228 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027228.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027228.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027228.jpg - -# capture n°027229 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027229.pto --stitching --prefix=assemblage_027229 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027229.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027229.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027229.jpg - -# capture n°027230 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027230.pto --stitching --prefix=assemblage_027230 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027230.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027230.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027230.jpg - -# capture n°027231 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027231.pto --stitching --prefix=assemblage_027231 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027231.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027231.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027231.jpg - -# capture n°027232 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027232.pto --stitching --prefix=assemblage_027232 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027232.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027232.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027232.jpg - -# capture n°027233 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027233.pto --stitching --prefix=assemblage_027233 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027233.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027233.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027233.jpg - -# capture n°027234 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027234.pto --stitching --prefix=assemblage_027234 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027234.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027234.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027234.jpg - -# capture n°027235 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027235.pto --stitching --prefix=assemblage_027235 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027235.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027235.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027235.jpg - -# capture n°027236 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027236.pto --stitching --prefix=assemblage_027236 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027236.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027236.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027236.jpg - -# capture n°027237 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027237.pto --stitching --prefix=assemblage_027237 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027237.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027237.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027237.jpg - -# capture n°027238 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027238.pto --stitching --prefix=assemblage_027238 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027238.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027238.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027238.jpg - -# capture n°027239 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027239.pto --stitching --prefix=assemblage_027239 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027239.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027239.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027239.jpg - -# capture n°027240 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027240.pto --stitching --prefix=assemblage_027240 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027240.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027240.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027240.jpg - -# capture n°027241 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027241.pto --stitching --prefix=assemblage_027241 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027241.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027241.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027241.jpg - -# capture n°027242 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027242.pto --stitching --prefix=assemblage_027242 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027242.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027242.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027242.jpg - -# capture n°027243 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027243.pto --stitching --prefix=assemblage_027243 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027243.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027243.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027243.jpg - -# capture n°027244 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027244.pto --stitching --prefix=assemblage_027244 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027244.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027244.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027244.jpg - -# capture n°027245 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027245.pto --stitching --prefix=assemblage_027245 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027245.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027245.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027245.jpg - -# capture n°027246 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027246.pto --stitching --prefix=assemblage_027246 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027246.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027246.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027246.jpg - -# capture n°027247 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027247.pto --stitching --prefix=assemblage_027247 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027247.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027247.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027247.jpg - -# capture n°027248 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027248.pto --stitching --prefix=assemblage_027248 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027248.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027248.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027248.jpg - -# capture n°027249 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027249.pto --stitching --prefix=assemblage_027249 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027249.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027249.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027249.jpg - -# capture n°027250 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027250.pto --stitching --prefix=assemblage_027250 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027250.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027250.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027250.jpg - -# capture n°027251 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027251.pto --stitching --prefix=assemblage_027251 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027251.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027251.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027251.jpg - -# capture n°027252 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027252.pto --stitching --prefix=assemblage_027252 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027252.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027252.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027252.jpg - -# capture n°027253 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027253.pto --stitching --prefix=assemblage_027253 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027253.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027253.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027253.jpg - -# capture n°027254 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027254.pto --stitching --prefix=assemblage_027254 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027254.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027254.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027254.jpg - -# capture n°027255 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027255.pto --stitching --prefix=assemblage_027255 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027255.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027255.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027255.jpg - -# capture n°027256 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027256.pto --stitching --prefix=assemblage_027256 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027256.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027256.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027256.jpg - -# capture n°027257 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027257.pto --stitching --prefix=assemblage_027257 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027257.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027257.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027257.jpg - -# capture n°027258 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027258.pto --stitching --prefix=assemblage_027258 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027258.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027258.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027258.jpg - -# capture n°027259 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027259.pto --stitching --prefix=assemblage_027259 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027259.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027259.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027259.jpg - -# capture n°027260 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027260.pto --stitching --prefix=assemblage_027260 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027260.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027260.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027260.jpg - -# capture n°027261 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027261.pto --stitching --prefix=assemblage_027261 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027261.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027261.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027261.jpg - -# capture n°027262 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027262.pto --stitching --prefix=assemblage_027262 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027262.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027262.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027262.jpg - -# capture n°027263 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027263.pto --stitching --prefix=assemblage_027263 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027263.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027263.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027263.jpg - -# capture n°027264 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027264.pto --stitching --prefix=assemblage_027264 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027264.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027264.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027264.jpg - -# capture n°027265 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_027265.pto --stitching --prefix=assemblage_027265 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF027265.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027265.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_027265.jpg \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/hugin_executor_from130471_to_130488.sh b/hugin-gopro-fusion/output_pto_allez_zou_huggin/hugin_executor_from130471_to_130488.sh deleted file mode 100644 index 7c006f37..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/hugin_executor_from130471_to_130488.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/bin/bash -# éxécuter tous les fichiers PTO - -cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output - - -# capture n°0130471 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130471.pto --stitching --prefix=assemblage_0130471 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130471.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130471.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130471.jpg - -# capture n°0130472 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130472.pto --stitching --prefix=assemblage_0130472 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130472.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130472.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130472.jpg - -# capture n°0130473 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130473.pto --stitching --prefix=assemblage_0130473 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130473.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130473.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130473.jpg - -# capture n°0130474 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130474.pto --stitching --prefix=assemblage_0130474 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130474.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130474.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130474.jpg - -# capture n°0130475 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130475.pto --stitching --prefix=assemblage_0130475 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130475.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130475.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130475.jpg - -# capture n°0130476 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130476.pto --stitching --prefix=assemblage_0130476 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130476.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130476.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130476.jpg - -# capture n°0130477 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130477.pto --stitching --prefix=assemblage_0130477 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130477.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130477.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130477.jpg - -# capture n°0130478 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130478.pto --stitching --prefix=assemblage_0130478 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130478.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130478.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130478.jpg - -# capture n°0130479 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130479.pto --stitching --prefix=assemblage_0130479 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130479.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130479.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130479.jpg - -# capture n°0130480 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130480.pto --stitching --prefix=assemblage_0130480 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130480.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130480.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130480.jpg - -# capture n°0130481 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130481.pto --stitching --prefix=assemblage_0130481 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130481.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130481.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130481.jpg - -# capture n°0130482 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130482.pto --stitching --prefix=assemblage_0130482 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130482.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130482.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130482.jpg - -# capture n°0130483 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130483.pto --stitching --prefix=assemblage_0130483 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130483.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130483.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130483.jpg - -# capture n°0130484 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130484.pto --stitching --prefix=assemblage_0130484 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130484.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130484.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130484.jpg - -# capture n°0130485 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130485.pto --stitching --prefix=assemblage_0130485 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130485.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130485.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130485.jpg - -# capture n°0130486 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130486.pto --stitching --prefix=assemblage_0130486 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130486.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130486.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130486.jpg - -# capture n°0130487 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130487.pto --stitching --prefix=assemblage_0130487 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130487.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130487.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130487.jpg - -# capture n°0130488 -hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130488.pto --stitching --prefix=assemblage_0130488 -t=6 - # complétion des données gps depuis une des photos assemblées -exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130488.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130488.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto_allez_zou_huggin/assemblage_0130488.jpg \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130471.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130471.pto deleted file mode 100644 index b8bc1176..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130471.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130471.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130471.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130472.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130472.pto deleted file mode 100644 index 95199255..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130472.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130472.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130472.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130473.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130473.pto deleted file mode 100644 index d11bc90d..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130473.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130473.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130473.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130474.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130474.pto deleted file mode 100644 index 27b89931..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130474.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130474.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130474.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130475.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130475.pto deleted file mode 100644 index 885ab03d..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130475.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130475.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130475.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130476.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130476.pto deleted file mode 100644 index edca58b7..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130476.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130476.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130476.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130477.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130477.pto deleted file mode 100644 index 2a3c51c1..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130477.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130477.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130477.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130478.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130478.pto deleted file mode 100644 index 86072180..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130478.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130478.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130478.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130479.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130479.pto deleted file mode 100644 index 4c4c1325..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130479.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130479.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130479.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130480.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130480.pto deleted file mode 100644 index 7d88de74..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130480.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130480.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130480.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130481.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130481.pto deleted file mode 100644 index a2fd2e14..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130481.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130481.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130481.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130482.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130482.pto deleted file mode 100644 index a677138c..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130482.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130482.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130482.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130483.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130483.pto deleted file mode 100644 index 18a305a5..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130483.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130483.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130483.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130484.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130484.pto deleted file mode 100644 index 969fc465..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130484.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130484.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130484.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130485.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130485.pto deleted file mode 100644 index bbf720e2..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130485.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130485.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130485.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130486.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130486.pto deleted file mode 100644 index 5d6e17d9..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130486.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130486.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130486.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130487.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130487.pto deleted file mode 100644 index 223dcf22..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130487.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130487.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130487.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file diff --git a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130488.pto b/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130488.pto deleted file mode 100644 index 8d83ebfc..00000000 --- a/hugin-gopro-fusion/output_pto_allez_zou_huggin/merging_0130488.pto +++ /dev/null @@ -1,84 +0,0 @@ - - # hugin project file -#hugin_ptoversion 2 -p f2 w5662 h2831 v360 k0 E12.9717 R0 n"TIFF_m c:LZW r:CROP" -m i0 - -# image lines -#-hugin autoCenterCrop=1 cropFactor=3.66667 -i w3104 h3000 f2 v187.621680193473 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.97168 Er1 Eb1 r0 p0 y0 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GB0130488.JPG" -#-hugin autoCenterCrop=1 cropFactor=3.66666674613953 -i w3104 h3000 f2 v200.312016860549 Ra0.929120004177094 Rb-2.97991991043091 Rc0.832589983940125 Rd-1.6331000328064 Re0.223350003361702 Eev12.86747 Er1 Eb1 r-0.321229885118998 p0.498637821558678 y-179.883320935885 TrX0 TrY0 TrZ0 Tpy0 Tpp0 j0 a0 b0 c0 d0 e0 g0 t0 Va1 Vb0 Vc0 Vd0 Vx0 Vy0 S56,3048,0,3000 Vm5 n"/home/poule/encrypted/stockage-syncable/photos/gopro/allez_zou_huggin/GF0130488.JPG" - - -# specify variables that should be optimized -v v0 -v Ra0 -v Rb0 -v Rc0 -v Rd0 -v Re0 -v Vb0 -v Vc0 -v Vd0 -v v1 -v Ra1 -v Rb1 -v Rc1 -v Rd1 -v Re1 -v Eev1 -v r1 -v p1 -v y1 -v Vb1 -v Vc1 -v Vd1 -v - - -# control points -c n0 N1 x931 y224 X2196 Y185 t0 -c n0 N1 x2488.00001630569 y524.000007066704 X514.860630764196 Y399.786974637271 t0 -c n0 N1 x2863.00001478066 y830.000009619205 X310 Y843 t0 -c n0 N1 x2912.00000631564 y1960.00001513932 X165.422047127648 Y1942.23480647153 t0 -c n0 N1 x109.000013207601 y1959.00001112345 X2860.90269812833 Y1909.02844555244 t0 -c n0 N1 x866.000016448824 y2711.00000028952 X2283.94256385574 Y2796.23681774024 t0 -c n0 N1 x121.000003370916 y993.000018856411 X2832.23948711881 Y1047.9747652351 t0 - -# masks -k i0 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2938 2213 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" -k i1 t1 p"252 628 484 351 745 156 1008 41 1121 2 1992 4 2289 127 2571 317 2769 515 2949 795 3050 1087 3095 1282 3105 1673 3050 1932 2925 2205 2766 2482 2610 2646 2401 2803 2179 2917 1984 2985 1879 3006 1251 3011 1079 2970 815 2860 573 2706 385 2531 231 2328 106 2080 38 1859 -5 1600 -8 1311 80 969 109 878" - -#hugin_optimizeReferenceImage 0 -#hugin_blender internal -#hugin_remapper nona -#hugin_enblendOptions -#hugin_enfuseOptions -#hugin_hdrmergeOptions -m avg -c -#hugin_verdandiOptions --seam=blend -#hugin_edgeFillMode 0 -#hugin_edgeFillKeepInput false -#hugin_outputLDRBlended true -#hugin_outputLDRLayers false -#hugin_outputLDRExposureRemapped false -#hugin_outputLDRExposureLayers false -#hugin_outputLDRExposureBlended false -#hugin_outputLDRStacks false -#hugin_outputLDRExposureLayersFused false -#hugin_outputHDRBlended false -#hugin_outputHDRLayers false -#hugin_outputHDRStacks false -#hugin_outputLayersCompression LZW -#hugin_outputImageType jpg -#hugin_outputImageTypeCompression LZW -#hugin_outputJPEGQuality 90 -#hugin_outputImageTypeHDR exr -#hugin_outputImageTypeHDRCompression LZW -#hugin_outputStacksMinOverlap 0.7 -#hugin_outputLayersExposureDiff 0.5 -#hugin_outputRangeCompression 2 -#hugin_optimizerMasterSwitch 6 -#hugin_optimizerPhotoMasterSwitch 21 - - \ No newline at end of file